HP-UX has also endgrent_r/endpwent_r marked obsolete.
[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 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
32         Log: Forgot from #15241.
33      Branch: perl
34            ! win32/config_sh.PL
35 ____________________________________________________________________________
36 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
37         Log: Subject: patch pod/perltodo.pod
38              From: mjd@plover.com
39              Date: 15 Mar 2002 15:42:18 -0000
40              Message-ID: <20020315154218.10163.qmail@plover.com>
41              
42              (With s/WANT/Want/)
43      Branch: perl
44            ! pod/perltodo.pod
45 ____________________________________________________________________________
46 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
47         Log: Subject: [PATCH bleadperl] (revision 5 undef)
48              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
49              Date: Fri, 15 Mar 2002 00:39:48 +0100
50              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
51      Branch: perl
52            ! win32/config.bc win32/config.gc win32/config.vc
53            ! win32/config.win64
54 ____________________________________________________________________________
55 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
56         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
57              From: Michael G Schwern <schwern@pobox.com>
58              Date: Thu, 14 Mar 2002 16:39:29 -0500
59              Message-ID: <20020314213929.GA2912@blackrider>
60      Branch: perl
61            ! lib/perl5db.pl
62 ____________________________________________________________________________
63 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
64         Log: Integrate perlio.
65      Branch: perl
66           !> embed.fnc ext/Encode/t/JP.t
67 ____________________________________________________________________________
68 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
69         Log: Monster _r patch: try to scan for all known _r variants,
70              and then use them (under ithreads).  May fail in HP-UX,
71              and the op/groups is known to be fickle everywhere.  Known
72              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
73              warnings in AIX since the first arguments of getnetbyaddr
74              and getnetbyadd_r are of different types.  Thanks, IBM.)
75              
76              In non-Configure platforms deny the existence of any
77              of the _r thingies.  (Also add the recently introduced
78              d_tm_* to places it wasn't already in.)
79              
80              TODO: the suggested glibc buffer growth retry loop in case
81              some entries (at least for: gr*, host*) are big.
82              Forgot win32/config.win64.
83      Branch: perl
84            + reentr.c reentr.h reentr.pl
85            ! Configure MANIFEST Makefile.SH NetWare/Makefile
86            ! NetWare/config.wc Porting/Glossary Porting/config.sh
87            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
88            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
89            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
90            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
91            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
92            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
93            ! win32/config.bc win32/config.gc win32/config.vc
94            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
95 ____________________________________________________________________________
96 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
97         Log: Be more explicit on when is the $! worth anything.
98      Branch: perl
99            ! pod/perlvar.pod
100 ____________________________________________________________________________
101 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
102         Log: metaconfig: _r _r we go.
103      Branch: metaconfig
104            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
105            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
106            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
107            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
108            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
109            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
110            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
111            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
112            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
113            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
114            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
115            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
116            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
117            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
118            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
119            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
120            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
121            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
122            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
123            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
124            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
125            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
126            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
127            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
128 ____________________________________________________________________________
129 [ 15235] By: nick                                  on 2002/03/15  07:31:54
130         Log: Add the binmode()s to make JP.t pass on Win32
131      Branch: perlio
132            ! ext/Encode/t/JP.t
133 ____________________________________________________________________________
134 [ 15234] By: nick                                  on 2002/03/15  07:20:49
135         Log: Integrate perlio
136      Branch: perl
137           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
138 ____________________________________________________________________________
139 [ 15233] By: nick                                  on 2002/03/15  07:18:02
140         Log: Mark JP.t's data files as binary
141      Branch: perlio
142            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
143 ____________________________________________________________________________
144 [ 15232] By: nick                                  on 2002/03/15  07:13:38
145         Log: Integrate mainline
146      Branch: perlio
147           +> ext/B/t/xref.t
148           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
149           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
150           !> perl.c t/op/arith.t
151 ____________________________________________________________________________
152 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
153         Log: The section needs to be in the makedepend script
154              (from Jan-Erik Karlsson).
155      Branch: perl
156            ! makedepend.SH
157 ____________________________________________________________________________
158 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
159         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
160              From: Nicholas Clark <nick@unfortu.net>
161              Date: Thu, 14 Mar 2002 23:05:23 +0000
162              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
163      Branch: perl
164            ! ext/Safe/safe2.t
165 ____________________________________________________________________________
166 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
167         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
168              From: "Brent Dax" <brentdax@cpan.org>
169              Date: Thu, 14 Mar 2002 09:08:41 -0800
170              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
171      Branch: perl
172            ! lib/Pod/Html.pm
173 ____________________________________________________________________________
174 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
175         Log: metaconfig: one round again for the _r.
176      Branch: metaconfig
177            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
178            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
179            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
180            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
181            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
182            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
183            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
184            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
185            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
186            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
187            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
188            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
189            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
190            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
191            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
192            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
193            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
194            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
195            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
196            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
197            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
198            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
199            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
200            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
201 ____________________________________________________________________________
202 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
203         Log: metaconfig: new round of the _r units.
204      Branch: metaconfig
205            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
206            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
207            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
208            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
209            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
210            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
211            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
212            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
213            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
214            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
215            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
216            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
217            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
218            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
219            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
220            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
221            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
222            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
223            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
224            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
225            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
226            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
227            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
228            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
229      Branch: metaconfig/U/perl
230            + i_crypt.U
231 ____________________________________________________________________________
232 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
233         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
234              From: Paul_GreenVOS@vos.stratus.com
235              Date: Tue, 12 Mar 02 19:22 est   
236              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
237      Branch: perl
238            ! lib/Benchmark.t t/op/arith.t
239 ____________________________________________________________________________
240 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
241         Log: Subject: Re: Win32: C:\Program Files
242              From: "Ken Williams" <ken@mathforum.org>
243              Date: Wed, 13 Mar 2002 17:50:59 -0600
244              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
245              
246              Add -t to perl -h.
247      Branch: perl
248            ! perl.c
249 ____________________________________________________________________________
250 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
251         Log: Extra paranoia from Nick Clark.
252      Branch: perl
253            ! ext/Safe/safe2.t
254 ____________________________________________________________________________
255 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
256         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
257              From: Nicholas Clark <nick@ccl4.org>
258              Date: Wed, 13 Mar 2002 14:22:50 +0000
259              Message-ID: <20020313142250.G92566@plum.flirble.org>
260      Branch: perl
261            ! ext/Safe/safe2.t
262 ____________________________________________________________________________
263 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
264         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
265              From: <slaven.rezic@berlin.de>
266              Date: Tue, 12 Mar 2002 13:03:41 +0100      
267              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
268      Branch: perl
269            ! Makefile.SH
270 ____________________________________________________________________________
271 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
272         Log: Subject: [PATCH] a test for B::Xref
273              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
274              Date: Wed, 13 Mar 2002 17:18:57 +0100
275              Message-ID: <20020313171857.F1144@rafael>
276      Branch: perl
277            + ext/B/t/xref.t
278            ! MANIFEST ext/B/B/Xref.pm
279 ____________________________________________________________________________
280 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
281         Log: Subject: [PATCH] Exporter.pm POD fixups
282              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
283              Date: Wed, 13 Mar 2002 16:21:42 +0100
284              Message-ID: <20020313162142.A1144@rafael>
285      Branch: perl
286            ! lib/Exporter.pm
287 ____________________________________________________________________________
288 [ 15219] By: nick                                  on 2002/03/14  07:00:16
289         Log: Integrate mainline
290      Branch: perlio
291           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
292 ____________________________________________________________________________
293 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
294         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
295              From: Michael G Schwern <schwern@pobox.com>
296              Date: Wed, 13 Mar 2002 17:43:00 -0500
297              Message-ID: <20020313224300.GG3311@blackrider>
298      Branch: perl
299            ! lib/ExtUtils/MM_VMS.pm
300 ____________________________________________________________________________
301 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
302         Log: Pod tweak.
303      Branch: perl
304            ! lib/open.pm
305 ____________________________________________________________________________
306 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
307         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
308              From: "Craig A. Berry" <craigberry@mac.com>
309              Date: Wed, 13 Mar 2002 01:44:01 -0600
310              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
311      Branch: perl
312            ! vms/descrip_mms.template
313 ____________________________________________________________________________
314 [ 15215] By: nick                                  on 2002/03/13  08:08:36
315         Log: Integrate mainline.
316      Branch: perlio
317           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
318            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
319            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
320            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
321            - ext/Data/Util/t/Hash.t
322           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
323           !> ext/Encode/lib/Encode/CN/HZ.pm
324           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
325           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
326           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
327           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
328           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
329           !> t/op/override.t toke.c universal.c
330 ____________________________________________________________________________
331 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
332         Log: metaconfig: three guesses.
333      Branch: metaconfig
334            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
335            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
336            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
337            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
338            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
339            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
340            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
341            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
342            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
343            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
344            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
345            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
346            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
347            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
348            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
349            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
350            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
351            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
352            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
353            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
354            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
355            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
356            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
357            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
358 ____________________________________________________________________________
359 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
360         Log: metaconfig: regen _r units again.
361      Branch: metaconfig
362            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
363            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
364            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
365            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
366            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
367            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
368            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
369            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
370            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
371            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
372            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
373            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
374            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
375            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
376            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
377            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
378            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
379            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
380            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
381            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
382            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
383            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
384            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
385            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
386 ____________________________________________________________________________
387 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
388         Log: metaconfig: regen _r units.
389      Branch: metaconfig
390            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
391            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
392            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
393            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
394            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
395            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
396            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
397            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
398            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
399            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
400            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
401            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
402            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
403            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
404            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
405            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
406            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
407            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
408            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
409            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
410            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
411            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
412            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
413            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
414            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
415 ____________________________________________________________________________
416 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
417         Log: metaconfig unit tweaks.
418      Branch: metaconfig
419            + U/threads/d_setprotoent_r.U
420            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
421            ! U/threads/d_tmpnam_r.U
422 ____________________________________________________________________________
423 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
424         Log: metaconfig: replace the _r units with autogenerated ones.
425      Branch: metaconfig
426            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
427            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
428            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
429            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
430            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
431            + U/threads/d_getprotobyname_r.U
432            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
433            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
434            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
435            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
436            + U/threads/d_setservent_r.U
437            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
438            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
439            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
440            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
441            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
442            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
443            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
444            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
445            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
446            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
447            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
448            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
449            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
450            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
451            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
452            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
453            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
454            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
455            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
456            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
457            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
458            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
459            ! U/threads/d_ttyname_r.U
460 ____________________________________________________________________________
461 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
462         Log: More known threadsafings.
463      Branch: perl
464            ! Porting/findrfuncs
465 ____________________________________________________________________________
466 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
467         Log: Small tweaks.
468      Branch: perl
469            ! lib/Internals.t universal.c
470 ____________________________________________________________________________
471 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
472         Log: VERSIONize.
473      Branch: perl
474            ! ext/Encode/lib/Encode/CN/HZ.pm
475            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
476            ! ext/Encode/lib/Encode/JP/JIS.pm
477 ____________________________________________________________________________
478 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
479         Log: Subject: perl datastructure conversion shortcuts for DDD
480              From: Stas Bekman <stas@stason.org>
481              Date: Mon, 11 Mar 2002 14:54:31 +0800
482              Message-ID: <3C8C54A7.5020502@stason.org>
483      Branch: perl
484            ! pod/perlhack.pod
485 ____________________________________________________________________________
486 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
487         Log: Regen modlib.
488      Branch: perl
489            ! pod/perlmodlib.pod
490 ____________________________________________________________________________
491 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
492         Log: Regen toc.
493      Branch: perl
494            ! pod/perltoc.pod
495 ____________________________________________________________________________
496 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
497         Log: Tiny pod tweaks.
498      Branch: perl
499            ! lib/Hash/Util.pm
500 ____________________________________________________________________________
501 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
502         Log: perldeltaize Hash::Util.
503      Branch: perl
504            ! pod/perldelta.pod
505 ____________________________________________________________________________
506 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
507         Log: Move the readonly interface back to universal.c,
508              (new name: Internals::SvREADONLY), remove Data::Util,
509              move Hash::Util to lib, also introduce refcnt interface
510              (Internals::SvREFCNT).     Make both the new interfaces
511              to be more sane so that if they set the value, they return
512              the new value, not the old one.
513      Branch: perl
514            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
515            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
516            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
517            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
518            - ext/Data/Util/t/Hash.t
519            ! MANIFEST ext/B/t/stash.t universal.c
520 ____________________________________________________________________________
521 [ 15200] By: ams                                   on 2002/03/12  15:16:05
522         Log: Subject: Disambiguate "Can't locate"
523              From: Mike Guy <mjtg@cam.ac.uk>
524              Date: Tue, 12 Mar 2002 16:04:23 +0000
525              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
526      Branch: perl
527            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
528            ! pp_ctl.c t/op/override.t
529 ____________________________________________________________________________
530 [ 15199] By: ams                                   on 2002/03/12  15:04:43
531         Log: Subject: [PATCH] perl/lib/File/stat.t
532              From: Paul_GreenVOS@vos.stratus.com
533              Date: Tue, 12 Mar 02 11:00 est
534              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
535      Branch: perl
536            ! lib/File/stat.t
537 ____________________________________________________________________________
538 [ 15198] By: ams                                   on 2002/03/12  15:00:44
539         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
540              From: Robin Barker <rmb1@cise.npl.co.uk>
541              Date: Tue, 12 Mar 2002 13:31:58 GMT
542              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
543      Branch: perl
544            ! pod/perlfunc.pod
545 ____________________________________________________________________________
546 [ 15197] By: ams                                   on 2002/03/12  14:57:34
547         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
548              From: "Clinton A. Pierce" <clintp@geeksalad.org>
549              Date: Tue, 12 Mar 2002 10:11:53 -0500
550              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
551      Branch: perl
552            ! toke.c
553 ____________________________________________________________________________
554 [ 15196] By: nick                                  on 2002/03/12  13:40:35
555         Log: Integrate mainline
556      Branch: perlio
557           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
558           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
559           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
560           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
561            - t/lib/access.t
562           !> (integrate 96 files)
563 ____________________________________________________________________________
564 [ 15195] By: nick                                  on 2002/03/12  06:08:24
565         Log: Integrate mainline (a while ago)
566      Branch: perlio
567           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
568           +> ext/Encode/t/TW.t
569            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
570            - ext/Encode/lib/Encode/Tcl/HanZi.pm
571            - ext/I18N/Langinfo/fallback.c
572           !> (integrate 80 files)
573 ____________________________________________________________________________
574 [ 15194] By: ams                                   on 2002/03/12  06:02:20
575         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
576              From: Jonathan Stowe <gellyfish@gellyfish.com>
577              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
578              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
579      Branch: perl
580            ! ext/Encode/CN/Makefile.PL
581 ____________________________________________________________________________
582 [ 15193] By: ams                                   on 2002/03/12  05:55:07
583         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
584              From: Dave Mitchell <davem@fdgroup.co.uk>
585              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
586              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
587      Branch: perl
588            ! pod/perlguts.pod
589 ____________________________________________________________________________
590 [ 15192] By: ams                                   on 2002/03/12  05:50:08
591         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
592              From: Anton Tagunov <tagunov@motor.ru>
593              Date: Tue, 12 Mar 2002 01:40:58 +0300
594              Message-Id: <1194068830.20020312014058@motor.ru>
595              (Applied with tweaks.)
596      Branch: perl
597            ! lib/utf8.pm
598 ____________________________________________________________________________
599 [ 15191] By: ams                                   on 2002/03/12  05:42:21
600         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
601              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
602              Date: Sun, 10 Mar 2002 22:10:15 +0100
603              Message-Id: <3C8BD9C7.13988.73992D@localhost>
604      Branch: perl
605            ! iperlsys.h
606 ____________________________________________________________________________
607 [ 15190] By: ams                                   on 2002/03/12  05:38:08
608         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
609              From: Anton Tagunov <tagunov@motor.ru>
610              Date: Mon, 11 Mar 2002 23:27:47 +0300
611              Message-Id: <19414222180.20020311232747@motor.ru>
612      Branch: perl
613            ! pod/perlsub.pod
614 ____________________________________________________________________________
615 [ 15189] By: ams                                   on 2002/03/12  05:34:49
616         Log: Subject: minor patch for comment in utfebcdic.h
617              From: Anton Tagunov <tagunov@motor.ru>
618              Date: Tue, 12 Mar 2002 00:20:21 +0300
619              Message-Id: <13817376786.20020312002021@motor.ru>
620      Branch: perl
621            ! utfebcdic.h
622 ____________________________________________________________________________
623 [ 15188] By: ams                                   on 2002/03/12  05:32:30
624         Log: Subject: [PATCH ?] B::Xref improvements
625              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
626              Date: Mon, 11 Mar 2002 23:32:20 +0100
627              Message-Id: <20020311233220.A12677@rafael>
628      Branch: perl
629            ! ext/B/B/Xref.pm
630 ____________________________________________________________________________
631 [ 15187] By: ams                                   on 2002/03/12  05:30:02
632         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
633              From: Paul_GreenVOS@vos.stratus.com
634              Date: Mon, 11 Mar 02 17:23 est
635              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
636      Branch: perl
637            ! lib/ExtUtils/MM_Unix.pm
638 ____________________________________________________________________________
639 [ 15186] By: ams                                   on 2002/03/12  05:27:06
640         Log: Subject: [PATCH] installperl - minor untangle for VOS
641              From: Paul_GreenVOS@vos.stratus.com
642              Date: Mon, 11 Mar 02 17:05 est
643              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
644      Branch: perl
645            ! installperl
646 ____________________________________________________________________________
647 [ 15185] By: ams                                   on 2002/03/12  05:25:59
648         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
649              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
650              Date: Mon, 11 Mar 2002 22:37:39 +0100
651              Message-Id: <20020311223739.A691@rafael>
652      Branch: perl
653            ! ext/B/B/Deparse.pm
654 ____________________________________________________________________________
655 [ 15184] By: ams                                   on 2002/03/12  05:20:54
656         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
657              From: Michael G Schwern <schwern@pobox.com>
658              Date: Tue, 12 Mar 2002 01:12:08 -0500
659              Message-Id: <20020312061208.GD904@blackrider>
660      Branch: perl
661            ! hints/netbsd.sh
662 ____________________________________________________________________________
663 [ 15183] By: ams                                   on 2002/03/12  04:12:30
664         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
665              From: Autrijus Tang <autrijus@autrijus.org>
666              Date: Tue, 12 Mar 2002 13:05:53 +0800
667              Message-Id: <20020312050553.GA7864@not.autrijus.org>
668              (Only doc hunk applied, supplementing #15182.)
669      Branch: perl
670            ! ext/Encode/Encode.pm
671 ____________________________________________________________________________
672 [ 15182] By: ams                                   on 2002/03/12  04:04:34
673         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
674              From: Autrijus Tang <autrijus@autrijus.org>
675              Date: Tue, 12 Mar 2002 12:56:46 +0800
676              Message-Id: <20020312045646.GA7689@not.autrijus.org>
677              (Private mail.)
678      Branch: perl
679            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
680 ____________________________________________________________________________
681 [ 15181] By: ams                                   on 2002/03/12  03:09:20
682         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
683              From: Autrijus Tang <autrijus@autrijus.org>
684              Date: Tue, 12 Mar 2002 11:55:06 +0800
685              Message-Id: <20020312035506.GA6946@not.autrijus.org>
686      Branch: perl
687            ! ext/Encode/Encode.pm
688 ____________________________________________________________________________
689 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
690         Log: Deypo.
691      Branch: metaconfig
692            ! U/threads/d_asctime_r.U
693 ____________________________________________________________________________
694 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
695         Log: FAQ sync.
696      Branch: perl
697            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
698            ! pod/perlfaq4.pod pod/perlfaq5.pod
699 ____________________________________________________________________________
700 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
701         Log: The test needs perlio.
702      Branch: perl
703            ! lib/open.t
704 ____________________________________________________________________________
705 [ 15177] By: ams                                   on 2002/03/11  15:41:08
706         Log: Subject: perlreftut update
707              From: Mark-Jason Dominus <mjd@plover.com>
708              Date: Mon, 11 Mar 2002 11:36:27 -0500
709              Message-Id: <20020311163627.31020.qmail@plover.com>
710      Branch: perl
711            ! pod/perlreftut.pod
712 ____________________________________________________________________________
713 [ 15176] By: ams                                   on 2002/03/11  15:35:24
714         Log: Subject: Minor correction in perlfaq5
715              From: mjd@plover.com
716              Date: 11 Mar 2002 16:34:22 -0000
717              Message-Id: <20020311163422.30963.qmail@plover.com>
718      Branch: perl
719            ! pod/perlfaq5.pod
720 ____________________________________________________________________________
721 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
722         Log: number of skipped tests was incorrect
723      Branch: perl
724            ! t/op/stat.t
725 ____________________________________________________________________________
726 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
727         Log: remove doubled CRs
728      Branch: perl
729            ! win32/Makefile
730 ____________________________________________________________________________
731 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
732         Log: Update Changes.
733      Branch: perl
734            ! Changes patchlevel.h
735 ____________________________________________________________________________
736 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
737         Log: Regen toc.
738      Branch: perl
739            ! pod/perltoc.pod
740 ____________________________________________________________________________
741 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
742         Log: Add t/CN.t and t/TW.t; re-sort.
743      Branch: perl
744            ! ext/Encode/MANIFEST
745 ____________________________________________________________________________
746 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
747         Log: Document what to do if one yearns back to
748              the old legacy encoding.
749      Branch: perl
750            ! lib/encoding.pm
751 ____________________________________________________________________________
752 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
753         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
754              as general purpose encoding transformation interfaces
755              since that's not what they are.
756      Branch: perl
757            ! lib/utf8.pm pod/perlunicode.pod sv.c
758 ____________________________________________________________________________
759 [ 15168] By: ams                                   on 2002/03/11  12:54:16
760         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
761              warnings
762              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
763              Date: Mon, 11 Mar 2002 14:35:22 +0100
764              Message-Id: <20020311143522.A7431@rafael>
765      Branch: perl
766            ! t/lib/warnings/pp_sys
767 ____________________________________________________________________________
768 [ 15167] By: ams                                   on 2002/03/11  04:57:20
769         Log: A little commonsense is better than 1_compile.
770      Branch: perl
771            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
772 ____________________________________________________________________________
773 [ 15166] By: ams                                   on 2002/03/11  04:53:50
774         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
775              From: Michael G Schwern <schwern@pobox.com>
776              Date: Sun, 10 Mar 2002 13:27:12 -0500
777              Message-Id: <20020310182712.GC693@blackrider>
778              
779              Subject: [PATCH] Hash::Util part 2
780              From: Michael G Schwern <schwern@pobox.com>
781              Date: Sun, 10 Mar 2002 15:09:34 -0500
782              Message-Id: <20020310200934.GB27112@blackrider>
783              
784              Subject: [PATCH] Hash::Util MANIFEST correction
785              From: Michael G Schwern <schwern@pobox.com>
786              Date: Sun, 10 Mar 2002 16:27:07 -0500
787              Message-Id: <20020310212707.GF27112@blackrider>
788              
789              (Also changes find.t and taint.t, which were looking for access.t)
790      Branch: perl
791            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
792            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
793            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
794            + ext/Data/Util/t/Hash.t
795            - t/lib/access.t
796            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
797            ! pod/perldiag.pod pod/perltodo.pod universal.c
798 ____________________________________________________________________________
799 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
800         Log: metaconfig: more thready fixes.
801      Branch: metaconfig
802            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
803            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
804            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
805            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
806            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
807            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
808            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
809            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
810            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
811 ____________________________________________________________________________
812 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
813         Log: Skip obsoleted interfaces.
814      Branch: perl
815            ! Porting/findrfuncs
816 ____________________________________________________________________________
817 [ 15162] By: ams                                   on 2002/03/11  03:48:14
818         Log: Typo fixes.
819      Branch: perl
820            ! perl.c
821 ____________________________________________________________________________
822 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
823         Log: Upgrade to Locale::Codes 2.02.
824      Branch: perl
825            + lib/Locale/Codes/t/rename.t
826            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
827            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
828            ! lib/Locale/Country.pod
829 ____________________________________________________________________________
830 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
831         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
832              From: Nicholas Clark <nick@unfortu.net>
833              Date: Sun, 10 Mar 2002 18:17:50 +0000
834              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
835              
836              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
837              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
838              Date: Sun, 10 Mar 2002 13:53:34 -0800
839              Message-ID: <eX9i8gzkg26G092yn@efn.org>
840              
841              (and reenable the feature in freebsd,
842              and move the freebsd pr url to perl.c)
843      Branch: perl
844            ! hints/freebsd.sh perl.c pod/perldelta.pod
845 ____________________________________________________________________________
846 [ 15159] By: ams                                   on 2002/03/11  03:34:13
847         Log: Subject: [PATCH stash.t] access::readonly is gone
848              From: Michael G Schwern <schwern@pobox.com>
849              Date: Sun, 10 Mar 2002 16:18:14 -0500
850              Message-Id: <20020310211813.GE27112@blackrider>
851      Branch: perl
852            ! ext/B/t/stash.t
853 ____________________________________________________________________________
854 [ 15158] By: ams                                   on 2002/03/11  03:28:04
855         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
856              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
857              Date: Sun, 10 Mar 2002 22:10:15 +0100
858              Message-Id: <3C8BD9C7.610.7398DD@localhost>
859      Branch: perl
860            ! lib/Net/Ping/t/110_icmp_inst.t
861 ____________________________________________________________________________
862 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
863         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
864              From: Michael G Schwern <schwern@pobox.com>
865              Date: Sun, 10 Mar 2002 19:22:33 -0500
866              Message-ID: <20020311002233.GE4927@blackrider>
867      Branch: perl
868            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
869            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
870            ! lib/Test/Simple/t/fail-more.t
871 ____________________________________________________________________________
872 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
873         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
874              From: Michael G Schwern <schwern@pobox.com>
875              Date: Sun, 10 Mar 2002 17:14:10 -0500
876              Message-ID: <20020310221410.GA4915@blackrider>
877      Branch: perl
878            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
879            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
880 ____________________________________________________________________________
881 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
882         Log: Subject: [PATCH] more warnings tidyup
883              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
884              Date: Sun, 10 Mar 2002 21:01:39 -0000
885              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
886      Branch: perl
887            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
888            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
889            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
890            ! util.c
891 ____________________________________________________________________________
892 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
893         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
894              From: Nicholas Clark <nick@unfortu.net>
895              Date: Sun, 10 Mar 2002 23:21:07 +0000
896              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
897      Branch: perl
898            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
899            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
900            ! ext/Encode/TW/Makefile.PL
901 ____________________________________________________________________________
902 [ 15153] By: ams                                   on 2002/03/11  03:06:59
903         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
904              From: Max Baker <max@warped.org>
905              Date: Fri, 8 Mar 2002 10:56:19 -0800
906              Message-Id: <20020308105619.A15039@warped.org>
907      Branch: perl
908            ! ext/IO/lib/IO/Socket/INET.pm
909 ____________________________________________________________________________
910 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
911         Log: Subject: [PATCH] spelling correction
912              From: Nicholas Clark <nick@unfortu.net>
913              Date: Sun, 10 Mar 2002 18:34:42 +0000
914              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
915      Branch: perl
916            ! pp.c pp_hot.c
917 ____________________________________________________________________________
918 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
919         Log: DG/UX updates from Takis Psarogiannakopoulos.
920      Branch: perl
921            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
922 ____________________________________________________________________________
923 [ 15150] By: ams                                   on 2002/03/11  03:02:47
924         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
925              From: Chris Nandor <pudge@pobox.com>
926              Date: Mon, 04 Mar 2002 17:48:12 -0500
927              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
928      Branch: perl
929            ! lib/DB.pm lib/perl5db.pl
930 ____________________________________________________________________________
931 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
932         Log: metaconfig unit changes in preparation of reentrancy changes.
933      Branch: metaconfig
934            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
935            + U/threads/d_ttyname_r.U
936            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
937            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
938            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
939            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
940            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
941            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
942            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
943            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
944            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
945            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
946            ! U/threads/d_strerror_r.U
947 ____________________________________________________________________________
948 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
949         Log: Mysterious characters.
950      Branch: perl
951            ! utf8.h
952 ____________________________________________________________________________
953 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
954         Log: Unused.
955      Branch: perl
956            ! op.c
957 ____________________________________________________________________________
958 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
959         Log: Implement :std subpragma of the open pragma
960              that makes the standard filehandles to talk in
961              encodings.  This change set off a weird warning
962              from op.c, though: disabled it now until someone
963              who knows what it is about comes along.
964      Branch: perl
965            ! lib/open.pm op.c
966 ____________________________________________________________________________
967 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
968         Log: Document the logic of :locale better.
969      Branch: perl
970            ! lib/open.pm
971 ____________________________________________________________________________
972 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
973         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
974              From: Slaven Rezic <slaven.rezic@berlin.de>
975              Date: 10 Mar 2002 02:49:17 +0100
976              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
977      Branch: perl
978            ! hints/freebsd.sh
979 ____________________________________________________________________________
980 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
981         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
982              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
983              Date: Sun, 10 Mar 2002 17:08:54 +0900
984              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
985      Branch: perl
986            ! ext/Encode/lib/Encode/Tcl.pm
987            ! ext/Encode/lib/Encode/Tcl/Escape.pm
988            ! ext/Encode/lib/Encode/Tcl/Extended.pm
989            ! ext/Encode/lib/Encode/Tcl/Table.pm
990 ____________________________________________________________________________
991 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
992         Log: The patch does the following:
993              - Nix the unneccessary diagnostics line
994              - Quell -w warnings if the first ENV doesn't exist
995              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
996              is too baroque and bloated for daily use (and for perl core inclusion).
997              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
998              non-fatal.
999              - Consequently, the ^OPEN bits is set only when needed.
1000      Branch: perl
1001            ! lib/open.pm
1002 ____________________________________________________________________________
1003 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
1004         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
1005      Branch: perl
1006            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
1007 ____________________________________________________________________________
1008 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
1009         Log: Precedence problem.
1010      Branch: perl
1011            ! ext/Socket/socketpair.t
1012 ____________________________________________________________________________
1013 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
1014         Log: Renaming tweaks, and split off the reentrant "superbuffer"
1015              init routine.
1016      Branch: perl
1017            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
1018            ! sv.c util.c
1019 ____________________________________________________________________________
1020 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
1021         Log: The 7-bit jis seems to be the hanging one.
1022      Branch: perl
1023            ! ext/Encode/t/Tcl.t
1024 ____________________________________________________________________________
1025 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
1026         Log: Begone.
1027      Branch: perl
1028            ! ext/Encode/MANIFEST
1029 ____________________________________________________________________________
1030 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
1031         Log: Better fix from Autrijus.
1032      Branch: perl
1033            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
1034            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
1035 ____________________________________________________________________________
1036 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
1037         Log: Not everybody has Encode::HanExtra.
1038      Branch: perl
1039            ! ext/Encode/Encode.pm
1040 ____________________________________________________________________________
1041 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
1042         Log: Decutandpasto.
1043      Branch: perl
1044            ! ext/Encode/lib/Encode/Tcl.pm
1045 ____________________________________________________________________________
1046 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
1047         Log: Subject: [PATCH] Data::Dumper
1048              From: Nicholas Clark <nick@unfortu.net>
1049              Date: Sat, 9 Mar 2002 19:03:54 +0000
1050              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
1051      Branch: perl
1052            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
1053            ! ext/Data/Dumper/t/dumper.t
1054 ____________________________________________________________________________
1055 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
1056         Log: Subject: [PATCH] socketpair.t w/o fork
1057              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1058              Date: Sat, 9 Mar 2002 14:55:11 +0100
1059              Message-ID: <3C8A224F.29578.13691BA@localhost>
1060              
1061              (modified as suggested by Sarathy)
1062      Branch: perl
1063            ! ext/Socket/socketpair.t
1064 ____________________________________________________________________________
1065 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
1066         Log: Subject: [PATCH perldelta] Mention Change 14727
1067              From: Autrijus Tang <autrijus@autrijus.org>
1068              Date: Sat, 9 Mar 2002 23:31:40 +0800
1069              Message-ID: <20020309153140.GA4224@not.autrijus.org>
1070      Branch: perl
1071            ! pod/perldelta.pod
1072 ____________________________________________________________________________
1073 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
1074         Log: Make Encode.pm implicitly load external CJK tables the first
1075              time they're needed (instead of immediately), from Autrijus
1076              Tang.
1077      Branch: perl
1078            ! ext/Encode/Encode.pm
1079 ____________________________________________________________________________
1080 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
1081         Log: Subject: Re: Two questions
1082              From: Nicholas Clark <nick@unfortu.net>
1083              Date: Sat, 9 Mar 2002 12:42:40 +0000
1084              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
1085      Branch: perl
1086            ! Porting/pumpkin.pod
1087 ____________________________________________________________________________
1088 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
1089         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
1090              From: Paul_GreenVOS@vos.stratus.com
1091              Date: Fri, 8 Mar 02 22:34 est
1092              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
1093      Branch: perl
1094            ! pp_sys.c
1095 ____________________________________________________________________________
1096 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
1097         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
1098              From: davem@fdgroup.co.uk
1099              Date: Sat, 9 Mar 2002 00:13:27 GMT
1100              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
1101      Branch: perl
1102            ! dump.c
1103 ____________________________________________________________________________
1104 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
1105         Log: Deglitch from Rafael.
1106      Branch: perl
1107            ! ext/B/t/lint.t
1108 ____________________________________________________________________________
1109 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
1110         Log: Still more portability.
1111      Branch: perl
1112            ! Porting/findrfuncs
1113 ____________________________________________________________________________
1114 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
1115         Log: More portability.
1116      Branch: perl
1117            ! Porting/findrfuncs
1118 ____________________________________________________________________________
1119 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
1120         Log: Shared library paths; running tests manually.
1121      Branch: perl
1122            ! INSTALL
1123 ____________________________________________________________________________
1124 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
1125         Log: Subject: RE: Two questions
1126              From: "Green, Paul" <Paul.Green@stratus.com>
1127              Date: Fri, 8 Mar 2002 17:55:19 -0500
1128              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
1129      Branch: perl
1130            ! Porting/pumpkin.pod
1131 ____________________________________________________________________________
1132 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
1133         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
1134              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
1135      Branch: perl
1136            + ext/B/t/lint.t
1137            ! MANIFEST ext/B/B/Lint.pm
1138 ____________________________________________________________________________
1139 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
1140         Log: metaconfig unit change for #15119.
1141      Branch: metaconfig
1142            ! U/threads/d_pthread_atfork.U
1143 ____________________________________________________________________________
1144 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
1145         Log: In DG/UX finding pthread_atfork requires a true compile,
1146              from Takis Psarogiannakopoulos.
1147      Branch: perl
1148            ! Configure config_h.SH
1149 ____________________________________________________________________________
1150 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
1151         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
1152              From: John Peacock <jpeacock@rowman.com>
1153              Date: Fri, 08 Mar 2002 15:52:41 -0500
1154              Message-ID: <3C892499.4050502@rowman.com>
1155      Branch: perl
1156            ! lib/ExtUtils/xsubpp
1157 ____________________________________________________________________________
1158 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
1159         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
1160              From: "Craig A. Berry" <craigberry@mac.com>
1161              Date: Fri, 08 Mar 2002 15:02:51 -0600
1162              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
1163      Branch: perl
1164            ! t/op/write.t
1165 ____________________________________________________________________________
1166 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
1167         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
1168              From: Paul_GreenVOS@vos.stratus.com
1169              Date: Fri, 8 Mar 02 14:45 est
1170              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
1171      Branch: perl
1172            ! installperl
1173 ____________________________________________________________________________
1174 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
1175         Log: Subject: [PATCH @15109] tm_tm_* for VMS
1176              From: "Craig A. Berry" <craigberry@mac.com>
1177              Date: Fri, 08 Mar 2002 13:07:52 -0600
1178              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
1179      Branch: perl
1180            ! configure.com
1181 ____________________________________________________________________________
1182 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
1183         Log: Detypo.
1184      Branch: perl
1185            ! Changes
1186 ____________________________________________________________________________
1187 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
1188         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
1189      Branch: perl
1190            ! t/op/pat.t
1191 ____________________________________________________________________________
1192 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
1193         Log: HP-UX nm seems to repeat itself.
1194      Branch: perl
1195            ! Porting/findrfuncs
1196 ____________________________________________________________________________
1197 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
1198         Log: Nice porting script from Sarathy.  Well, less nice
1199              in the sense that it shows the looong road ahead.
1200      Branch: perl
1201            + Porting/findrfuncs
1202            ! MANIFEST Porting/makerel
1203 ____________________________________________________________________________
1204 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
1205         Log: Subject: Re: Performance considerations for UTF-8
1206              From: Jarkko Hietaniemi <jhi@iki.fi>
1207              Date: Fri, 8 Mar 2002 18:53:28 +0200
1208              Message-ID: <20020308185328.D640@alpha.hut.fi>
1209              
1210              (put all in perlunicode)
1211      Branch: perl
1212            ! pod/perlunicode.pod
1213 ____________________________________________________________________________
1214 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
1215         Log: Update Changes.
1216      Branch: perl
1217            ! Changes patchlevel.h
1218 ____________________________________________________________________________
1219 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
1220         Log: Subject: Cygwin cygipc support skipped
1221              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
1222              Date: Fri, 8 Mar 2002 16:59:34 +0100
1223              Message-ID: <113694157285.20020308165934@familiehaase.de>
1224      Branch: perl
1225            ! hints/cygwin.sh
1226 ____________________________________________________________________________
1227 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
1228         Log: metaconfig unit change for #15106.
1229      Branch: metaconfig
1230            ! U/compline/d_gconvert.U
1231 ____________________________________________________________________________
1232 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
1233         Log: Subject: Re: [PATCH] tests for Gconvert
1234              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1235              Date: Thu, 07 Mar 2002 16:48:10 -0800
1236              Message-ID: <KpAi8gzkganW092yn@efn.org>
1237      Branch: perl
1238            ! Configure config_h.SH t/base/num.t
1239 ____________________________________________________________________________
1240 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
1241         Log: The new test has some teething problems.
1242      Branch: perl
1243            - ext/B/t/lint.t
1244            ! MANIFEST
1245 ____________________________________________________________________________
1246 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
1247         Log: Subject: [PATCH] B::Lint tests
1248              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1249              Date: Fri, 8 Mar 2002 14:47:19 +0100
1250              Message-ID: <20020308144719.A2663@rafael>
1251      Branch: perl
1252            + ext/B/t/lint.t
1253            ! MANIFEST ext/B/B/Lint.pm
1254 ____________________________________________________________________________
1255 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
1256         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
1257              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
1258              Date: Fri, 8 Mar 2002 13:24:14 GMT
1259              Message-Id: <200203081324.NAA00642@cleo>
1260      Branch: perl
1261            ! hints/powerux.sh
1262 ____________________________________________________________________________
1263 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
1264         Log: Subject: HP has some new models
1265              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1266              Date: Fri, 08 Mar 2002 13:07:02 +0100
1267              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
1268      Branch: perl
1269            ! README.hpux
1270 ____________________________________________________________________________
1271 [ 15101] By: ams                                   on 2002/03/08  09:11:40
1272         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
1273              From: Stas Bekman <stas@stason.org>
1274              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
1275              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
1276      Branch: perl
1277            ! pod/perlguts.pod
1278 ____________________________________________________________________________
1279 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
1280         Log: Update Changes
1281      Branch: maint-5.6/macperl
1282            ! macos/Changes
1283 ____________________________________________________________________________
1284 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
1285         Log: Replace macperlbundled with macperldelta
1286      Branch: maint-5.6/macperl
1287            ! macos/macperl/MacPerl.podhelp
1288 ____________________________________________________________________________
1289 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
1290         Log: Comsetic fixes (Thomas Wegner)
1291      Branch: maint-5.6/macperl
1292            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
1293 ____________________________________________________________________________
1294 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
1295         Log: Bump OS version
1296      Branch: maint-5.6/macperl
1297            ! macos/config.sh
1298 ____________________________________________________________________________
1299 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
1300         Log: Thought I deleted this already?
1301      Branch: perl
1302            - ext/I18N/Langinfo/fallback.c
1303 ____________________________________________________________________________
1304 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
1305         Log: perlport updates from Pudge.
1306      Branch: perl
1307            ! pod/perlport.pod
1308 ____________________________________________________________________________
1309 [ 15094] By: ams                                   on 2002/03/08  03:06:03
1310         Log: Nitpick.
1311      Branch: perl
1312            ! MANIFEST
1313 ____________________________________________________________________________
1314 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
1315         Log: Wrong test.
1316      Branch: perl
1317            ! pod/perldelta.pod
1318 ____________________________________________________________________________
1319 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
1320         Log: Integrate change 14064 from macperl to blead.
1321      Branch: perl
1322           !> pod/perlmodinstall.pod pod/perlport.pod
1323 ____________________________________________________________________________
1324 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
1325         Log: Integrate recent perlport changes
1326      Branch: maint-5.6/macperl
1327           !> pod/perlport.pod
1328 ____________________________________________________________________________
1329 [ 15089] By: ams                                   on 2002/03/08  01:54:03
1330         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
1331              minor typo in perlguts.pod
1332              From: Anton Tagunov <tagunov@motor.ru>
1333              Date: Fri, 8 Mar 2002 05:26:59 +0300
1334              Message-Id: <4649821189.20020308052659@motor.ru>
1335      Branch: perl
1336            ! pod/perlguts.pod
1337 ____________________________________________________________________________
1338 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
1339         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"! 
1340              From: Anton Tagunov <tagunov@newmail.ru>
1341              Date: Fri, 8 Mar 2002 04:31:44 +0300
1342              Message-ID: <13946506773.20020308043144@newmail.ru>
1343              
1344              (one test changed)
1345      Branch: perl
1346            ! lib/encoding.t sv.c
1347 ____________________________________________________________________________
1348 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
1349         Log: Subject: [PATCH perldelta] some more deltas
1350              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1351              Date: Thu, 7 Mar 2002 23:13:23 +0100
1352              Message-ID: <20020307231323.A13068@rafael>
1353      Branch: perl
1354            ! pod/perldelta.pod
1355 ____________________________________________________________________________
1356 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
1357         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
1358              From: Paul_GreenVOS@vos.stratus.com
1359              Date: Thu, 7 Mar 02 14:25 est
1360              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
1361      Branch: perl
1362            ! t/io/fs.t
1363 ____________________________________________________________________________
1364 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
1365         Log: As suggested by Anton Tagunov, eq and cmp now obey the
1366              encoding pragma (by remapping their byte argument if the
1367              other argument is in Unicode).  Also fix a bug found by
1368              Anton where ord undef under the encoding pragma would barf.
1369              ([ID 20020307.009] A null pointer dereference with 'use encoding')
1370              Finally, use the nicer form of sv_recode_to_utf8.
1371      Branch: perl
1372            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
1373 ____________________________________________________________________________
1374 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
1375         Log: Retract #14985, #14899, and #14990, following the principles
1376              "Do no harm." and "If it ain't broke, don't fix it."
1377              
1378              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
1379              some, but still broken, and I do not have the extra brain
1380              cells for the EBCDIC backport.  Secondly, the old version
1381              worked both in EBCDIC and non-.  Thirdly, the old version
1382              may be more amenable for the behaviour suggsted by Anton
1383              Tagunov regarding the encoding pragma.
1384      Branch: perl
1385            ! embed.fnc embed.h global.sym proto.h sv.c util.c
1386 ____________________________________________________________________________
1387 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
1388         Log: Long doubles give you long doubles.
1389      Branch: perl
1390            ! t/base/num.t
1391 ____________________________________________________________________________
1392 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
1393         Log: Forgotten deMANIFESTation.
1394      Branch: perl
1395            ! MANIFEST
1396 ____________________________________________________________________________
1397 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
1398         Log: Obsolete unused file, noticed by Dank Kogai.
1399      Branch: perl
1400            - ext/Encode/lib/Encode/JP/Tr.pm
1401 ____________________________________________________________________________
1402 [ 15080] By: ams                                   on 2002/03/07  11:31:46
1403         Log: Subject: [PATCH Changes] Changes should mirror version number
1404              From: Robin Barker <rmb1@cise.npl.co.uk>
1405              Date: Thu, 7 Mar 2002 11:04:24 GMT
1406              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
1407      Branch: perl
1408            ! Porting/pumpkin.pod
1409 ____________________________________________________________________________
1410 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
1411         Log: metaconfig unit change for #15078.
1412      Branch: metaconfig
1413            ! U/compline/d_gconvert.U
1414 ____________________________________________________________________________
1415 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
1416         Log: Subject: Re: [PATCH] tests for Gconvert
1417              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1418              Date: Wed, 06 Mar 2002 20:22:54 -0800
1419              Message-ID: <esuh8gzkg2/b092yn@efn.org>
1420      Branch: perl
1421            ! Configure pod/perldelta.pod t/base/num.t
1422 ____________________________________________________________________________
1423 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
1424         Log: Mac OS X UFS does not do ctime.
1425      Branch: perl
1426            ! pod/perldelta.pod pod/perlport.pod
1427 ____________________________________________________________________________
1428 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
1429         Log: AUTHORS updates.
1430      Branch: perl
1431            ! AUTHORS
1432 ____________________________________________________________________________
1433 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
1434         Log: Continued Chinese puzzles from Autrijus.
1435      Branch: perl
1436            + ext/Encode/t/CN.t ext/Encode/t/TW.t
1437            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
1438 ____________________________________________________________________________
1439 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
1440         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
1441              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1442              Date: Wed, 6 Mar 2002 18:13:51 +0100
1443              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
1444      Branch: perl
1445            ! lib/File/Spec/Win32.pm
1446 ____________________________________________________________________________
1447 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
1448         Log: perlport tweaks.
1449      Branch: perl
1450            ! pod/perlport.pod
1451 ____________________________________________________________________________
1452 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
1453         Log: Subject: Re: [PATCH docs] Re: Bug with -M
1454              From: Michael G Schwern <schwern@pobox.com>
1455              Date: Wed, 6 Mar 2002 16:20:27 -0500
1456              Message-ID: <20020306212027.GC4257@blackrider>
1457      Branch: perl
1458            ! pod/perlfunc.pod pod/perlport.pod
1459 ____________________________________________________________________________
1460 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
1461         Log: perldelta updates.
1462      Branch: perl
1463            ! pod/perldelta.pod
1464 ____________________________________________________________________________
1465 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
1466         Log: 5005threads wasn't even compiling.
1467      Branch: perl
1468            ! perl.c
1469 ____________________________________________________________________________
1470 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
1471         Log: Subject: Re: perl@15047 New format tests for still existing bugs
1472              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1473              Date: Wed, 06 Mar 2002 12:59:29 +0100
1474              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
1475      Branch: perl
1476            ! t/op/write.t
1477 ____________________________________________________________________________
1478 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
1479         Log: Regen Glossary et al.
1480      Branch: perl
1481            ! Porting/Glossary Porting/config.sh Porting/config_H
1482 ____________________________________________________________________________
1483 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
1484         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
1485              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
1486      Branch: perl
1487            ! util.c
1488 ____________________________________________________________________________
1489 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
1490         Log: metaconfig unit change for #15065.
1491      Branch: metaconfig
1492            ! U/compline/i_time.U
1493 ____________________________________________________________________________
1494 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
1495         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
1496      Branch: perl
1497            ! Configure config_h.SH
1498 ____________________________________________________________________________
1499 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
1500         Log: Must remove fallback.c also from here.
1501      Branch: perl
1502            ! MANIFEST
1503 ____________________________________________________________________________
1504 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
1505         Log: Subject: Re: perl@15047 WinCE
1506              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1507              Date: Wed, 06 Mar 2002 13:41:30 +0100
1508              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
1509              
1510              Subject: Re: perl@15047 Win32
1511              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1512              Date: Wed, 06 Mar 2002 13:46:02 +0100
1513              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
1514              
1515              Subject: Re: perl@15047 Epoc
1516              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1517              Date: Wed, 06 Mar 2002 13:48:31 +0100
1518              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
1519              
1520              Subject: Re: perl@15047 NetWare
1521              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1522              Date: Wed, 06 Mar 2002 13:55:46 +0100
1523              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
1524      Branch: perl
1525            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
1526            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1527            ! wince/Makefile.ce wince/config.h
1528 ____________________________________________________________________________
1529 [ 15062] By: ams                                   on 2002/03/06  09:26:49
1530         Log: Subject: Re: perl@15047
1531              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1532              Date: Wed, 06 Mar 2002 11:25:50 +0100
1533              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
1534      Branch: perl
1535            ! cygwin/perlld.in
1536 ____________________________________________________________________________
1537 [ 15061] By: ams                                   on 2002/03/06  08:44:12
1538         Log: Subject: Re: perl@15047
1539              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1540              Date: Wed, 06 Mar 2002 10:38:02 +0100
1541              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
1542      Branch: perl
1543            ! pod/perldelta.pod
1544 ____________________________________________________________________________
1545 [ 15060] By: ams                                   on 2002/03/06  08:30:33
1546         Log: Subject: Update perlhist.pod
1547              From: mjd@plover.com
1548              Date: 6 Mar 2002 07:11:55 -0000
1549              Message-Id: <20020306071155.10240.qmail@plover.com>
1550              
1551              Subject: [PATCH pod/perlvar.pod] $^V => string
1552              From: Stas Bekman <stas@stason.org>
1553              Date: Wed, 06 Mar 2002 14:56:55 +0800
1554              Message-Id: <3C85BDB7.7050700@stason.org>
1555      Branch: perl
1556            ! pod/perlhist.pod pod/perlvar.pod
1557 ____________________________________________________________________________
1558 [ 15059] By: ams                                   on 2002/03/06  04:15:38
1559         Log: Subject: [PATCH] assorted configure.com fix-ups
1560              From: "Craig A. Berry" <craigberry@mac.com>
1561              Date: Tue, 5 Mar 2002 23:11:22 -0600
1562              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
1563      Branch: perl
1564            ! configure.com
1565 ____________________________________________________________________________
1566 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
1567         Log: IRIX failure with long doubles.
1568      Branch: perl
1569            ! t/op/pack.t
1570 ____________________________________________________________________________
1571 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
1572         Log: Make reality and Changes coincide.
1573      Branch: perl
1574            ! Changes
1575 ____________________________________________________________________________
1576 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
1577         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
1578              From: Anton Tagunov <tagunov@motor.ru>
1579              Date: Wed, 6 Mar 2002 02:10:21 +0300
1580              Message-ID: <11152782757.20020306021021@motor.ru>
1581              
1582              (reworded)
1583      Branch: perl
1584            ! pod/perluniintro.pod
1585 ____________________________________________________________________________
1586 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
1587         Log: Subject: [PATCH] B::Lint doesn't work
1588              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1589              Date: Tue, 5 Mar 2002 22:51:18 +0100
1590              Message-ID: <20020305225118.C733@rafael>
1591      Branch: perl
1592            ! ext/B/B/Lint.pm
1593 ____________________________________________________________________________
1594 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
1595         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
1596              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1597              Date: Mon, 04 Mar 2002 16:24:32 -0800
1598              Message-ID: <ABBh8gzkgezX092yn@efn.org>
1599      Branch: perl
1600            ! op.h pp_ctl.c t/op/flip.t
1601 ____________________________________________________________________________
1602 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
1603         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
1604              From: Nicholas Clark <nick@unfortu.net>
1605              Date: Tue, 5 Mar 2002 22:30:49 +0000
1606              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
1607      Branch: perl
1608            ! pod/perldelta.pod
1609 ____________________________________________________________________________
1610 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
1611         Log: Subject: [PATCH] tests for Gconvert
1612              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1613              Date: Tue, 05 Mar 2002 16:35:45 -0800
1614              Message-ID: <hRWh8gzkgONX092yn@efn.org>
1615      Branch: perl
1616            ! t/base/num.t
1617 ____________________________________________________________________________
1618 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
1619         Log: Subject: [PATCH] toplevel Makefile.SH
1620              From: Paul_GreenVOS@vos.stratus.com
1621              Date: Tue, 5 Mar 02 17:34 est
1622              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
1623      Branch: perl
1624            ! Makefile.SH
1625 ____________________________________________________________________________
1626 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
1627         Log: Subject: [PATCH] pointer to perldelta in Changes
1628              From: Chris Nandor <pudge@pobox.com>
1629              Date: Tue, 05 Mar 2002 16:04:50 -0500
1630              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
1631      Branch: perl
1632            ! Changes
1633 ____________________________________________________________________________
1634 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
1635         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
1636              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1637              Date: Tue, 5 Mar 2002 22:26:20 +0100
1638              Message-ID: <20020305222620.A733@rafael>
1639      Branch: perl
1640            ! pod/perldelta.pod
1641 ____________________________________________________________________________
1642 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
1643         Log: Solaris: allow for /usr/bin/df not to exist.
1644              
1645              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
1646              From: Kingpin <mthurn@copper.dulles.tasc.com>
1647              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
1648              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
1649      Branch: perl
1650            ! hints/solaris_2.sh
1651 ____________________________________________________________________________
1652 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
1653         Log: Update Changes.
1654      Branch: perl
1655            ! Changes patchlevel.h
1656 ____________________________________________________________________________
1657 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
1658         Log: Double MANIFESTing.
1659      Branch: perl
1660            ! ext/Encode/MANIFEST
1661 ____________________________________________________________________________
1662 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
1663         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
1664      Branch: perl
1665            - ext/Encode/Encode/7bit-kr.enc
1666            - ext/Encode/lib/Encode/Tcl/HanZi.pm
1667            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
1668 ____________________________________________________________________________
1669 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
1670         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
1671              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1672              Date: Tue, 5 Mar 2002 14:35:57 +0100
1673              Message-ID: <20020305143557.C695@rafael>   
1674      Branch: perl
1675            ! pp_sys.c t/lib/warnings/pp_sys
1676 ____________________________________________________________________________
1677 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
1678         Log: Subject: [PATCH Devel::PPPort]
1679              From: Robin Barker <rmb1@cise.npl.co.uk>
1680              Date: Tue, 5 Mar 2002 13:37:59 GMT
1681              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
1682      Branch: perl
1683            ! ext/Devel/PPPort/Makefile.PL
1684 ____________________________________________________________________________
1685 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
1686         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
1687      Branch: perl
1688            ! ext/Encode/t/Tcl.t
1689 ____________________________________________________________________________
1690 [ 15041] By: nick                                  on 2002/03/05  07:23:58
1691         Log: Integrate mainline (5.7.3)
1692      Branch: perlio
1693           +> ext/Encode/lib/Encode/CN/HZ.pm
1694            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
1695           !> (integrate 54 files)
1696 ____________________________________________________________________________
1697 [ 15040] By: ams                                   on 2002/03/05  05:10:33
1698         Log: Subject: DOC PATCH 5.7.3 (perldelta)
1699              From: mjd@plover.com
1700              Date: 5 Mar 2002 05:35:58 -0000
1701              Message-Id: <20020305053558.31677.qmail@plover.com>
1702      Branch: perl
1703            ! pod/perldelta.pod
1704 ____________________________________________________________________________
1705 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
1706         Log: This is 5.7.3.
1707      Branch: perl
1708            ! patchlevel.h
1709 ____________________________________________________________________________
1710 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
1711         Log: Shoo.
1712      Branch: perl
1713            ! ext/Encode/t/Tcl.t
1714 ____________________________________________________________________________
1715 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
1716         Log: Update Changes.
1717      Branch: perl
1718            ! Changes patchlevel.h
1719 ____________________________________________________________________________
1720 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
1721         Log: Regen perlapi.
1722      Branch: perl
1723            ! pod/perlapi.pod
1724 ____________________________________________________________________________
1725 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
1726         Log: Tie::File doc tweak for Win32 from mjd. 
1727      Branch: perl
1728            ! lib/Tie/File.pm
1729 ____________________________________________________________________________
1730 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
1731         Log: Regen toc.
1732      Branch: perl
1733            ! pod/perltoc.pod
1734 ____________________________________________________________________________
1735 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
1736         Log: Decommission Encode::Tcl HZ testing for now.
1737      Branch: perl
1738            ! ext/Encode/t/Tcl.t
1739 ____________________________________________________________________________
1740 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
1741         Log: Must have a return.
1742      Branch: perl
1743            ! pp_pack.c
1744 ____________________________________________________________________________
1745 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
1746         Log: The very latest win32 score from Jan Dubois.
1747      Branch: perl
1748            ! pod/perldelta.pod
1749 ____________________________________________________________________________
1750 [ 15030] By: ams                                   on 2002/03/05  01:40:01
1751         Log: Subject: [PATCH] README.macos
1752              From: Chris Nandor <pudge@pobox.com>
1753              Date: Mon, 04 Mar 2002 17:37:59 -0500
1754              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
1755      Branch: perl
1756            ! README.macos
1757 ____________________________________________________________________________
1758 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
1759         Log: "The last pieces of Chinese puzzle" from Autrijus.
1760      Branch: perl
1761            + ext/Encode/lib/Encode/CN/HZ.pm
1762            - ext/Encode/Encode/HZ.enc
1763            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
1764            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
1765 ____________________________________________________________________________
1766 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
1767         Log: Known test failures updates.
1768      Branch: perl
1769            ! pod/perldelta.pod
1770 ____________________________________________________________________________
1771 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
1772         Log: One more nit from mjd.
1773      Branch: perl
1774            ! lib/Tie/File/t/16_handle.t
1775 ____________________________________________________________________________
1776 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
1777         Log: Upgrade to Tie::File 0.17 from mjd.
1778      Branch: perl
1779            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
1780            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
1781 ____________________________________________________________________________
1782 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
1783         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
1784              From: Nicholas Clark <nick@unfortu.net>
1785              Date: Mon, 4 Mar 2002 23:33:52 +0000
1786              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
1787      Branch: perl
1788            ! pod/perldelta.pod
1789 ____________________________________________________________________________
1790 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
1791         Log: Escapee.
1792      Branch: perl
1793            ! proto.h
1794 ____________________________________________________________________________
1795 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
1796         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
1797              From: Nicholas Clark <nick@unfortu.net>
1798              Date: Mon, 4 Mar 2002 22:48:38 +0000
1799              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
1800      Branch: perl
1801            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
1802            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
1803            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
1804            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
1805            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
1806            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
1807            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
1808 ____________________________________________________________________________
1809 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
1810         Log: Cleaner.
1811      Branch: perl
1812            ! Makefile.SH
1813 ____________________________________________________________________________
1814 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
1815         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
1816              From: Jeffrey Friedl <jfriedl@yahoo.com>
1817              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
1818              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
1819      Branch: perl
1820            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
1821            ! pod/perlvar.pod
1822 ____________________________________________________________________________
1823 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
1824         Log: More Han tweaks from Autrjius Tang: most importantly,
1825              gbk is identical to cp936, so gbk can be removed and
1826              taken care of by an alias.
1827      Branch: perl
1828            - ext/Encode/Encode/gbk.enc
1829            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
1830            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
1831            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
1832            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
1833 ____________________________________________________________________________
1834 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
1835         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
1836              From: Nicholas Clark <nick@unfortu.net>
1837              Date: Mon, 4 Mar 2002 22:20:13 +0000
1838              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
1839      Branch: perl
1840            ! pod/perldelta.pod
1841 ____________________________________________________________________________
1842 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
1843         Log: Based on
1844              
1845              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
1846              From: Anton Tagunov <tagunov@motor.ru>
1847              Date: Mon, 4 Mar 2002 21:14:39 +0300
1848              Message-ID: <1814137429.20020304211439@motor.ru>
1849      Branch: perl
1850            ! pod/perlunicode.pod
1851 ____________________________________________________________________________
1852 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
1853         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
1854              From: John Peacock <jpeacock@rowman.com>
1855              Date: Mon, 04 Mar 2002 16:18:42 -0500
1856              Message-ID: <3C83E4B2.3060700@rowman.com>
1857              
1858              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
1859              From: John Peacock <jpeacock@rowman.com>
1860              Date: Mon, 04 Mar 2002 16:42:55 -0500
1861              Message-ID: <3C83EA5F.80303@rowman.com>
1862      Branch: perl
1863            ! lib/ExtUtils/xsubpp pod/perlxs.pod
1864 ____________________________________________________________________________
1865 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
1866         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
1867              From: "Craig A. Berry" <craigberry@mac.com>
1868              Date: Mon, 04 Mar 2002 14:47:59 -0600
1869              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
1870              
1871              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
1872              From: "Craig A. Berry" <craigberry@mac.com>
1873              Date: Mon, 04 Mar 2002 15:04:58 -0600
1874              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
1875      Branch: perl
1876            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
1877 ____________________________________________________________________________
1878 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
1879         Log: metaconfig unit change for #15014.
1880      Branch: metaconfig/U/perl
1881            ! Extensions.U
1882 ____________________________________________________________________________
1883 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
1884         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
1885              of known extensions, where Encode::JP already is.
1886      Branch: perl
1887            ! Configure Porting/config.sh Porting/config_H uconfig.h
1888 ____________________________________________________________________________
1889 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
1890         Log: SJIS, from Dan Kogai.
1891      Branch: perl
1892            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
1893 ____________________________________________________________________________
1894 [ 15012] By: nick                                  on 2002/03/04  17:35:50
1895         Log: Intergrate perlio's Encode/compile
1896      Branch: perl
1897           !> ext/Encode/compile
1898 ____________________________________________________________________________
1899 [ 15011] By: nick                                  on 2002/03/04  17:29:54
1900         Log: Avoid $Id$ cleverness and just have a $VERSION.
1901      Branch: perlio
1902            ! ext/Encode/compile
1903 ____________________________________________________________________________
1904 [ 15010] By: nick                                  on 2002/03/04  17:29:14
1905         Log: Integrate mainline
1906      Branch: perlio
1907           +> lib/Math/BigInt/t/isa.t
1908           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
1909           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
1910           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
1911           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
1912           !> warnings.pl
1913 ____________________________________________________________________________
1914 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
1915         Log: Integrate ext/Encode/compile from perlio.
1916      Branch: perl
1917           !> ext/Encode/compile
1918 ____________________________________________________________________________
1919 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
1920         Log: Integrate perlio: win32 tweaks.  (ext/Encode/compile
1921              updates not integrated, something odd going on in there.)
1922      Branch: perl
1923           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
1924           !> lib/Tie/File/t/16_handle.t
1925 ____________________________________________________________________________
1926 [ 15007] By: nick                                  on 2002/03/04  17:08:17
1927         Log: Integrate mainline
1928      Branch: perlio
1929           !> AUTHORS Changes Porting/Glossary Porting/config.sh
1930           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
1931           !> pod/perltoc.pod
1932 ____________________________________________________________________________
1933 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
1934         Log: A new M::BI test.
1935      Branch: perl
1936            + lib/Math/BigInt/t/isa.t
1937            ! MANIFEST
1938 ____________________________________________________________________________
1939 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
1940         Log: Subject: VMS test and perldelta update
1941              From: "Craig A. Berry" <craigberry@mac.com>
1942              Date: Mon, 04 Mar 2002 11:03:37 -0600
1943              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
1944      Branch: perl
1945            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
1946 ____________________________________________________________________________
1947 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
1948         Log: Needed for threaded builds.
1949      Branch: perl
1950            ! embed.fnc embed.h
1951 ____________________________________________________________________________
1952 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
1953         Log: Subject: [PATCH] taint + deprecated warnings
1954              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
1955              Date: Mon, 4 Mar 2002 16:33:23 -0000
1956              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
1957      Branch: perl
1958            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
1959            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
1960            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
1961 ____________________________________________________________________________
1962 [ 15002] By: nick                                  on 2002/03/04  16:19:06
1963         Log: Win32 tweak
1964      Branch: perlio
1965            ! lib/Tie/File/t/16_handle.t
1966 ____________________________________________________________________________
1967 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
1968         Log: Update Changes.
1969      Branch: perl
1970            ! Changes patchlevel.h
1971 ____________________________________________________________________________
1972 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
1973         Log: AUTHORS updates.
1974      Branch: perl
1975            ! AUTHORS
1976 ____________________________________________________________________________
1977 [ 14999] By: nick                                  on 2002/03/04  15:26:43
1978         Log: Win32 hack
1979      Branch: perlio
1980            ! ext/Encode/compile ext/Encode/t/JP.t
1981 ____________________________________________________________________________
1982 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
1983         Log: Encode doc tweak from Autrijus Tang.
1984      Branch: perl
1985            ! ext/Encode/Encode.pm
1986 ____________________________________________________________________________
1987 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
1988         Log: Regen Glossary et al.  (It seems the #14875 didn't
1989              quite work in removing the double-dot?)
1990      Branch: perl
1991            ! Porting/Glossary Porting/config.sh Porting/config_H
1992 ____________________________________________________________________________
1993 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
1994         Log: Regen toc.
1995      Branch: perl
1996            ! pod/perltoc.pod
1997 ____________________________________________________________________________
1998 [ 14995] By: nick                                  on 2002/03/04  14:42:09
1999         Log: Remove debugging assert
2000      Branch: perlio
2001            ! ext/threads/shared/shared.xs
2002 ____________________________________________________________________________
2003 [ 14994] By: nick                                  on 2002/03/04  14:41:54
2004         Log: Integrate mainline
2005      Branch: perlio
2006           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
2007           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
2008           !> lib/Tie/File/t/15_pushpop.t util.c
2009 ____________________________________________________________________________
2010 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
2011         Log: Han update from Autrijus Tang. 
2012      Branch: perl
2013            ! ext/Encode/Encode.pm
2014 ____________________________________________________________________________
2015 [ 14992] By: nick                                  on 2002/03/04  14:08:38
2016         Log: Integrate mainline - all tests pass - some noise from threads
2017              av_simple (SuSE7.3).
2018      Branch: perlio
2019           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
2020           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
2021           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
2022           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
2023           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
2024           +> lib/Tie/File/t/11_rv_splice_rs.t
2025           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
2026           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
2027           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
2028            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
2029            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
2030            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
2031            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
2032            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
2033            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
2034            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
2035            - lib/Tie/File/15_pushpop.t
2036           !> (integrate 47 files)
2037 ____________________________________________________________________________
2038 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
2039         Log: Missing MANIFESTations.
2040      Branch: perl
2041            ! MANIFEST
2042 ____________________________________________________________________________
2043 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
2044         Log: Attempt at portability.
2045      Branch: perl
2046            ! util.c
2047 ____________________________________________________________________________
2048 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
2049         Log: Needed by #14985.
2050      Branch: perl
2051            ! embed.h global.sym proto.h
2052 ____________________________________________________________________________
2053 [ 14988] By: ams                                   on 2002/03/04  08:59:27
2054         Log: Upgrade to Tie::File 0.16.
2055      Branch: perl
2056            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
2057            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
2058            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
2059            ! lib/Tie/File/t/15_pushpop.t
2060 ____________________________________________________________________________
2061 [ 14987] By: ams                                   on 2002/03/04  08:48:11
2062         Log: Subject: [PATCH @14577] perly-fixer
2063              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2064              Date: Mon, 4 Mar 2002 02:28:51 -0500
2065              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
2066      Branch: perl
2067            ! Makefile.SH perly.fixer
2068 ____________________________________________________________________________
2069 [ 14986] By: ams                                   on 2002/03/04  08:43:37
2070         Log: Subject: [PATCH @14577] xsubpp
2071              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2072              Date: Mon, 4 Mar 2002 02:25:52 -0500
2073              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
2074      Branch: perl
2075            ! lib/ExtUtils/xsubpp pod/perlxs.pod
2076 ____________________________________________________________________________
2077 [ 14985] By: ams                                   on 2002/03/04  08:40:46
2078         Log: Subject: [PATCH @14577] sv_cmp and friends
2079              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2080              Date: Mon, 4 Mar 2002 02:31:04 -0500
2081              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
2082      Branch: perl
2083            ! embed.fnc sv.c util.c
2084 ____________________________________________________________________________
2085 [ 14984] By: ams                                   on 2002/03/04  08:16:06
2086         Log: Fix File::Path docs as suggested by Ronald Kimball.
2087      Branch: perl
2088            ! lib/File/Path.pm
2089 ____________________________________________________________________________
2090 [ 14983] By: ams                                   on 2002/03/04  08:11:20
2091         Log: Update perldata fix as suggested by Benjamin Goldberg.
2092      Branch: perl
2093            ! pod/perldata.pod
2094 ____________________________________________________________________________
2095 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
2096         Log: Faulty skip.
2097      Branch: perl
2098            ! ext/DB_File/t/db-recno.t
2099 ____________________________________________________________________________
2100 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
2101         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
2102              From: Anton Tagunov <tagunov@motor.ru>
2103              Date: Mon, 4 Mar 2002 05:41:41 +0300
2104              Message-Id: <7916563907.20020304054141@motor.ru>
2105              
2106              Subject: [ID 20020303.005] Patch perlinicode C API description
2107              From: Anton Tagunov <tagunov@motor.ru>
2108              Date: Mon, 4 Mar 2002 06:08:23 +0300
2109              Message-Id: <2018165510.20020304060823@motor.ru>
2110      Branch: perl
2111            ! lib/utf8.pm pod/perlunicode.pod
2112 ____________________________________________________________________________
2113 [ 14980] By: ams                                   on 2002/03/04  02:19:20
2114         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
2115              From: Anton Tagunov <tagunov@motor.ru>
2116              Date: Mon, 4 Mar 2002 02:17:40 +0300
2117              Message-Id: <1344322124.20020304021740@motor.ru>
2118      Branch: perl
2119            ! pod/perldata.pod
2120 ____________________________________________________________________________
2121 [ 14979] By: ams                                   on 2002/03/04  02:17:54
2122         Log: Subject: RE: [PATCH] RE: DB_File breakage
2123              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2124              Date: Sun, 3 Mar 2002 23:56:31 -0000
2125              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
2126      Branch: perl
2127            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2128            ! ext/DB_File/t/db-recno.t
2129 ____________________________________________________________________________
2130 [ 14978] By: ams                                   on 2002/03/04  02:07:16
2131         Log: Subject: [PATCH] docs for ExtUtils::Manifest
2132              From: Nicholas Clark <nick@unfortu.net>
2133              Date: Sun, 3 Mar 2002 23:29:25 +0000
2134              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
2135      Branch: perl
2136            ! lib/ExtUtils/Manifest.pm
2137 ____________________________________________________________________________
2138 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
2139         Log: Forgot from the M::BI 1.54 update.
2140      Branch: perl
2141            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
2142            ! lib/Math/BigInt/t/upgrade.inc
2143 ____________________________________________________________________________
2144 [ 14976] By: ams                                   on 2002/03/04  02:04:32
2145         Log: Subject: [PATCH] attr
2146              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2147              Date: Sun, 3 Mar 2002 22:09:58 -0000
2148              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
2149      Branch: perl
2150            ! lib/warnings.pm warnings.pl
2151 ____________________________________________________________________________
2152 [ 14975] By: ams                                   on 2002/03/04  02:01:27
2153         Log: Subject: [PATCH] File::Path documentation
2154              From: Colin Meyer <cmeyer@helvella.org>
2155              Date: Sun, 3 Mar 2002 14:54:24 -0800
2156              Message-Id: <20020303145424.A21774@hobart.helvella.org>
2157      Branch: perl
2158            ! lib/File/Path.pm
2159 ____________________________________________________________________________
2160 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
2161         Log: Typo.
2162      Branch: perl
2163            ! lib/Math/BigInt/t/upgrade.t
2164 ____________________________________________________________________________
2165 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
2166         Log: Editing errors.
2167      Branch: perl
2168            ! MANIFEST
2169 ____________________________________________________________________________
2170 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
2171         Log: Upgrade to Math::BigInt 1.54.
2172      Branch: perl
2173            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2174            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
2175            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
2176            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
2177            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
2178            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
2179 ____________________________________________________________________________
2180 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
2181         Log: Test tweak from Craig Berry.
2182      Branch: perl
2183            ! lib/Tie/File/t/15_pushpop.t
2184 ____________________________________________________________________________
2185 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
2186         Log: Upgrade to Tie::File 0.15.
2187      Branch: perl
2188            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
2189            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
2190            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
2191            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
2192            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
2193            + lib/Tie/File/t/11_rv_splice_rs.t
2194            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
2195            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
2196            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
2197            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
2198            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
2199            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
2200            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
2201            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
2202            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
2203            - lib/Tie/File/15_pushpop.t
2204            ! MANIFEST lib/Tie/File.pm
2205 ____________________________________________________________________________
2206 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
2207         Log: The EBCDIC gaps apply only to the real A-Z.
2208      Branch: perl
2209            ! ext/B/B/Deparse.pm
2210 ____________________________________________________________________________
2211 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
2212         Log: EBCDIC: deparse \cX correctly.
2213      Branch: perl
2214            ! ext/B/B/Deparse.pm
2215 ____________________________________________________________________________
2216 [ 14967] By: ams                                   on 2002/03/03  18:18:00
2217         Log: Subject: [PATCH] nit in perlsyn.pod
2218              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
2219              Date: Sun, 03 Mar 2002 20:16:10 +0100
2220              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
2221      Branch: perl
2222            ! pod/perlsyn.pod
2223 ____________________________________________________________________________
2224 [ 14966] By: ams                                   on 2002/03/03  18:06:32
2225         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
2226              From: Michael G Schwern <schwern@pobox.com>
2227              Date: Sun, 3 Mar 2002 13:33:28 -0500
2228              Message-Id: <20020303183328.GA3296@blackrider>
2229      Branch: perl
2230            ! utils/h2xs.PL
2231 ____________________________________________________________________________
2232 [ 14965] By: ams                                   on 2002/03/03  18:00:03
2233         Log: Subject: [ PATCH ] HP back to default
2234              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2235              Date: Sun, 03 Mar 2002 18:48:34 +0100
2236              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
2237      Branch: perl
2238            ! hints/hpux.sh
2239 ____________________________________________________________________________
2240 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
2241         Log: EBCDIC: special cases of special cases.
2242      Branch: perl
2243            ! t/uni/case.pl
2244 ____________________________________________________________________________
2245 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
2246         Log: EBCDIC: the v-string components cannot exceed 2147483647.
2247      Branch: perl
2248            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
2249 ____________________________________________________________________________
2250 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
2251         Log: Remove the bogus "incorrect case" warning completely.
2252              The problem exists, but the cure, in which ever form
2253              it will be, needs to be something more subtle.
2254      Branch: perl
2255            ! op.c pod/perldiag.pod
2256 ____________________________________________________________________________
2257 [ 14961] By: ams                                   on 2002/03/03  13:39:09
2258         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
2259              From: Mark-Jason Dominus <mjd@plover.com>
2260              Date: Sun, 03 Mar 2002 09:32:16 -0500
2261              Message-Id: <20020303143216.10536.qmail@plover.com>
2262      Branch: perl
2263            ! t/op/tiearray.t
2264 ____________________________________________________________________________
2265 [ 14960] By: nick                                  on 2002/03/03  09:59:59
2266         Log: Integrate mainline
2267      Branch: perlio
2268           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
2269            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
2270            ! ext/Encode/compile
2271           !> (integrate 27 files)
2272 ____________________________________________________________________________
2273 [ 14959] By: ams                                   on 2002/03/03  08:11:34
2274         Log: Fix #14957.
2275      Branch: perl
2276            ! ext/DB_File/t/db-recno.t
2277 ____________________________________________________________________________
2278 [ 14958] By: ams                                   on 2002/03/03  05:51:00
2279         Log: Subject: [PATCH @14577] NL in debugger
2280              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2281              Date: Sat, 2 Mar 2002 05:34:12 -0500
2282              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
2283      Branch: perl
2284            ! lib/perl5db.pl
2285 ____________________________________________________________________________
2286 [ 14957] By: ams                                   on 2002/03/03  05:00:04
2287         Log: Subject: Re: DB_File breakage
2288              From: Schuyler Erle <schuyler@oreilly.com>
2289              Date: Sat, 02 Mar 2002 21:50:30 -0800
2290              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
2291      Branch: perl
2292            ! ext/DB_File/t/db-recno.t
2293 ____________________________________________________________________________
2294 [ 14956] By: ams                                   on 2002/03/03  04:40:08
2295         Log: Subject: [PATCH @14577] Debugging OPs
2296              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2297              Date: Sat, 2 Mar 2002 05:49:58 -0500
2298              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
2299      Branch: perl
2300            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
2301            ! pod/perlrun.pod sv.h
2302 ____________________________________________________________________________
2303 [ 14955] By: ams                                   on 2002/03/03  04:34:41
2304         Log: Subject: Tie::Array doc patch
2305              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
2306              Date: Sat, 02 Mar 2002 08:42:56 +0900
2307              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
2308      Branch: perl
2309            ! lib/Tie/Array.pm
2310 ____________________________________________________________________________
2311 [ 14954] By: ams                                   on 2002/03/03  04:23:33
2312         Log: Subject: Re: Smoke 14870
2313              From: Nicholas Clark <nick@unfortu.net>
2314              Date: Sat, 2 Mar 2002 20:00:53 +0000
2315              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
2316      Branch: perl
2317            ! README.hpux
2318 ____________________________________________________________________________
2319 [ 14953] By: ams                                   on 2002/03/03  04:15:49
2320         Log: Subject: RE: VERSION core
2321              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2322              Date: Sat, 2 Mar 2002 22:50:44 -0000
2323              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
2324      Branch: perl
2325            ! t/comp/use.t
2326 ____________________________________________________________________________
2327 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
2328         Log: The #14949 removed this error from non-Win32.
2329      Branch: perl
2330            ! t/lib/warnings/op
2331 ____________________________________________________________________________
2332 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
2333         Log: BeOS back on track.
2334      Branch: perl
2335            ! README.beos
2336 ____________________________________________________________________________
2337 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
2338         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
2339              higher is okay.
2340      Branch: perl
2341            ! ext/POSIX/t/posix.t
2342 ____________________________________________________________________________
2343 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
2344         Log: For now, make "incorrect case" a Win32-only warning.
2345      Branch: perl
2346            ! op.c
2347 ____________________________________________________________________________
2348 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
2349         Log: Demand more before attempting socketpair().
2350      Branch: perl
2351            ! pp_sys.c
2352 ____________________________________________________________________________
2353 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
2354         Log: Remove obsolete hack.
2355      Branch: perl
2356            ! makedepend.SH
2357 ____________________________________________________________________________
2358 [ 14946] By: ams                                   on 2002/03/02  16:00:32
2359         Log: Forgot to delete encode.* from MANIFEST.
2360      Branch: perl
2361            ! MANIFEST
2362 ____________________________________________________________________________
2363 [ 14945] By: ams                                   on 2002/03/02  14:41:03
2364         Log: Delete ex-test output.
2365      Branch: perl
2366            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
2367 ____________________________________________________________________________
2368 [ 14944] By: ams                                   on 2002/03/02  13:54:35
2369         Log: Subject: [PATCH] DB_File 1.803
2370              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2371              Date: Sat, 2 Mar 2002 14:33:32 -0000
2372              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
2373      Branch: perl
2374            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2375            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
2376 ____________________________________________________________________________
2377 [ 14943] By: ams                                   on 2002/03/02  13:43:06
2378         Log: Upgrade to Tie::File 0.14.
2379      Branch: perl
2380            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
2381            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
2382            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
2383 ____________________________________________________________________________
2384 [ 14942] By: nick                                  on 2002/03/02  11:05:53
2385         Log: Integrate mainline
2386      Branch: perlio
2387           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
2388           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
2389           +> ext/Encode/t/table.utf8
2390           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
2391           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
2392           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
2393           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
2394           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
2395           !> universal.c utils/perldoc.PL
2396 ____________________________________________________________________________
2397 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
2398         Log: More CJK (just C, really) tables from Autrijus Tang
2399              (originally from iconv, used with permission of Bruno Haible)
2400      Branch: perl
2401            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
2402            + ext/Encode/Encode/iso-ir-165.enc
2403            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
2404            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
2405            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
2406 ____________________________________________________________________________
2407 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
2408         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
2409              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2410              Date: Fri, 1 Mar 2002 15:32:13 -0500
2411              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
2412      Branch: perl
2413            ! utils/perldoc.PL
2414 ____________________________________________________________________________
2415 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
2416         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
2417              From: Schuyler Erle <schuyler@oreilly.com>
2418              Date: Fri, 01 Mar 2002 14:22:19 -0800
2419              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
2420              
2421              Subject: Re: PATCH: "splice() offset past end of array" warning.
2422              From: Mark-Jason Dominus <mjd@plover.com>
2423              Date: Fri, 01 Mar 2002 17:19:49 -0500
2424              Message-ID: <20020301221949.7610.qmail@plover.com>
2425      Branch: perl
2426            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
2427 ____________________________________________________________________________
2428 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
2429         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
2430              From: Mark-Jason Dominus <mjd@plover.com>
2431              Date: Fri, 01 Mar 2002 18:35:35 -0500
2432              Message-ID: <20020301233535.15969.qmail@plover.com>
2433      Branch: perl
2434            ! av.c
2435 ____________________________________________________________________________
2436 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
2437         Log: Subject: RE: VERSION core
2438              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2439              Date: Fri, 1 Mar 2002 23:47:48 -0000
2440              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
2441      Branch: perl
2442            ! pod/perldiag.pod universal.c
2443 ____________________________________________________________________________
2444 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
2445         Log: Update Changes
2446      Branch: maint-5.6/macperl
2447            ! macos/Changes
2448 ____________________________________________________________________________
2449 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
2450         Log: Fix update to resources
2451      Branch: maint-5.6/macperl
2452            ! macos/macperl/MacPerl.r
2453 ____________________________________________________________________________
2454 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
2455         Log: metaconfig unit change for #14930.
2456      Branch: metaconfig
2457            ! U/modified/Init.U
2458 ____________________________________________________________________________
2459 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
2460         Log: Fix debugger to handle Mac OS psedofiles
2461      Branch: maint-5.6/macperl
2462            ! lib/DB.pm lib/perl5db.pl
2463 ____________________________________________________________________________
2464 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
2465         Log: Various fixes from Thomas Wegner
2466      Branch: maint-5.6/macperl
2467            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
2468 ____________________________________________________________________________
2469 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
2470         Log: Some resource updates
2471      Branch: maint-5.6/macperl
2472            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
2473            ! macos/macperl/MacPerl.rsrc
2474 ____________________________________________________________________________
2475 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
2476         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
2477              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2478              Date: Fri, 01 Mar 2002 09:38:59 -0800
2479              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
2480      Branch: perl
2481            ! Configure
2482 ____________________________________________________________________________
2483 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
2484         Log: Add some missing sfio symbols (Alan Fry)
2485      Branch: maint-5.6/macperl
2486            ! macos/macperl.sym
2487 ____________________________________________________________________________
2488 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
2489         Log: Update version and README
2490      Branch: maint-5.6/macperl
2491            ! README.macos macos/MPVersion.r
2492 ____________________________________________________________________________
2493 [ 14926] By: nick                                  on 2002/03/01  15:56:41
2494         Log: Integrate mainline
2495      Branch: perlio
2496           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
2497           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
2498           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
2499           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
2500           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
2501           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
2502           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
2503           +> lib/Tie/File/13_size_rs.t
2504           !> (integrate 80 files)
2505 ____________________________________________________________________________
2506 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
2507         Log: Better advertising.
2508      Branch: perl
2509            ! pod/perldelta.pod pod/perlfaq5.pod
2510 ____________________________________________________________________________
2511 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
2512         Log: Update Changes.
2513      Branch: perl
2514            ! Changes patchlevel.h
2515 ____________________________________________________________________________
2516 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
2517         Log: Lost in the shuffle.
2518      Branch: perl
2519            + lib/Math/BigInt/t/downgrade.t
2520            ! MANIFEST
2521 ____________________________________________________________________________
2522 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
2523         Log: Advertise Tie::File.
2524      Branch: perl
2525            ! pod/perldelta.pod pod/perlfaq5.pod
2526 ____________________________________________________________________________
2527 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
2528         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
2529              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2530              Date: Thu, 28 Feb 2002 18:55:48 +0100
2531              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
2532      Branch: perl
2533            ! x2p/walk.c
2534 ____________________________________________________________________________
2535 [ 14920] By: ams                                   on 2002/03/01  09:06:01
2536         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
2537              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2538              Date: Tue, 26 Feb 2002 19:54:31 -0500
2539              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
2540      Branch: perl
2541            ! embed.fnc ext/B/B/Deparse.pm gv.c
2542 ____________________________________________________________________________
2543 [ 14919] By: ams                                   on 2002/03/01  03:03:12
2544         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
2545      Branch: perl
2546            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
2547            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
2548            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
2549            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
2550            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
2551            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
2552            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
2553 ____________________________________________________________________________
2554 [ 14918] By: ams                                   on 2002/03/01  02:36:58
2555         Log: Add Tie::File 0.12 from MJD.
2556      Branch: perl
2557            + lib/Tie/File.pm lib/Tie/File/01_gen.t
2558            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
2559            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
2560            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
2561            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
2562            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
2563            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
2564            ! MANIFEST
2565 ____________________________________________________________________________
2566 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
2567         Log: Encoding name mapping tweaks.
2568      Branch: perl
2569            ! ext/Encode/Encode.pm
2570 ____________________________________________________________________________
2571 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
2572         Log: metaconfig unit change for #14915.
2573      Branch: metaconfig
2574            ! U/modified/Init.U
2575 ____________________________________________________________________________
2576 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
2577         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
2578              From: Paul_GreenVOS@vos.stratus.com
2579              Date: Thu, 28 Feb 02 15:05 est
2580              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
2581      Branch: perl
2582            ! Configure
2583 ____________________________________________________________________________
2584 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
2585         Log: PL_bostr was pointing to the wrong string
2586              (a string left around from the loading of the Unicode \w)
2587              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
2588              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
2589      Branch: perl
2590            ! regexec.c
2591 ____________________________________________________________________________
2592 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
2593         Log: Sync with libnet-1.10
2594      Branch: perl
2595            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
2596            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
2597            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
2598            ! lib/Net/t/netrc.t
2599 ____________________________________________________________________________
2600 [ 14912] By: ams                                   on 2002/02/28  13:02:50
2601         Log: Subject: [PATCH] perldelta.pod fixes
2602              From: Autrijus Tang <autrijus@autrijus.org>
2603              Date: Thu, 28 Feb 2002 21:44:15 +0800
2604              Message-Id: <20020228134415.GB16422@not.autrijus.org>
2605      Branch: perl
2606            ! pod/perldelta.pod
2607 ____________________________________________________________________________
2608 [ 14911] By: ams                                   on 2002/02/28  11:31:44
2609         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
2610              From: Stas Bekman <stas@stason.org>
2611              Date: Mon, 04 Feb 2002 16:18:53 +0800
2612              Message-Id: <3C7E1E5F.1000605@stason.org>
2613              (Applied by hand).
2614      Branch: perl
2615            ! lib/File/Copy.pm
2616 ____________________________________________________________________________
2617 [ 14910] By: ams                                   on 2002/02/28  11:26:47
2618         Log: Subject: [PATCH lib/Pod/Html.pm]
2619              From: Stas Bekman <stas@stason.org>
2620              Date: Thu, 28 Feb 2002 20:05:01 +0800
2621              Message-Id: <3C7E1CED.7000307@stason.org>
2622      Branch: perl
2623            ! lib/Pod/Html.pm
2624 ____________________________________________________________________________
2625 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
2626         Log: Tests for #14908.
2627      Branch: perl
2628            ! t/op/pat.t
2629 ____________________________________________________________________________
2630 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
2631         Log: Make shared hash keys to be \0-terminated:
2632              one possible resolution for
2633              "UTF-8, weird \w behaviour after HASH-KEY-ification"
2634              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
2635              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
2636              The hash keys weren't \0-terminated.  This meant that the EOL ($)
2637              in regmatch() got the nextchr beyond the last character.  Since
2638              the keys were UTF-8, the nextchr was \1, not the usual
2639              string-terminating \0.  Wham, no match.
2640              
2641              I think another possible resolution could be to stop the nextchr
2642              computation in regmatch() from peeking beyond the last character
2643              of the string:
2644              
2645              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
2646      Branch: perl
2647            ! hv.c hv.h
2648 ____________________________________________________________________________
2649 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
2650         Log: Subject: [PATCH] Perl interface to newIO()
2651              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2652              Date: Wed, 27 Feb 2002 20:15:27 -0800
2653              Message-ID: <f7af8gzkgaET092yn@efn.org>
2654      Branch: perl
2655            ! lib/Symbol.pm
2656 ____________________________________________________________________________
2657 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
2658         Log: The "list" part of
2659              
2660              Subject: [PATCH perlop] .. returns a *list* of *integers*
2661              From: Mike Guy <mjtg@cam.ac.uk>
2662              Date: Tue, 26 Feb 2002 18:30:22 +0000
2663              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
2664              
2665              plus few nits.
2666      Branch: perl
2667            ! pod/perlop.pod
2668 ____________________________________________________________________________
2669 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
2670         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
2671              From: Abe Timmerman <abe@ztreet.demon.nl>
2672              Date: Thu, 28 Feb 2002 00:04:06 +0100
2673              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
2674      Branch: perl
2675            ! lib/File/stat.t
2676 ____________________________________________________________________________
2677 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
2678         Log: Integrate from maintperl.
2679      Branch: maint-5.6/macperl
2680           !> doio.c op.c t/io/open.t t/pragma/strict-subs
2681 ____________________________________________________________________________
2682 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
2683         Log: Upgrade to Math::BigInt 1.53.
2684      Branch: perl
2685            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2686            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
2687            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
2688            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
2689            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
2690            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
2691 ____________________________________________________________________________
2692 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
2693         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
2694              From: "Craig A. Berry" <craigberry@mac.com>
2695              Date: Wed, 27 Feb 2002 15:36:38 -0600
2696              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
2697      Branch: perl
2698            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
2699            ! vms/ext/filespec.t
2700 ____________________________________________________________________________
2701 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
2702         Log: Subject: [PATCH] Some minor changes for Cygwin
2703              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
2704              Date: Wed, 27 Feb 2002 22:25:41 +0100
2705              Message-ID: <14296492589.20020227222541@familiehaase.de>
2706      Branch: perl
2707            ! Makefile.SH README.cygwin cygwin/perlld.in
2708 ____________________________________________________________________________
2709 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
2710         Log: Update the UTF-8 explanation table.
2711      Branch: perl
2712            ! pod/perlunicode.pod utf8.h
2713 ____________________________________________________________________________
2714 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
2715         Log: Repatch from Robin Barker: anon subs in C<package;> are
2716              now __ANON__::__ANON__ (should help for mod_perl package
2717              since #12251)
2718      Branch: perl
2719            ! gv.c op.c t/op/runlevel.t toke.c
2720 ____________________________________________________________________________
2721 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
2722         Log: Update Changes.
2723      Branch: perl
2724            ! Changes patchlevel.h
2725 ____________________________________________________________________________
2726 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
2727         Log: perldelta updates.
2728      Branch: perl
2729            ! pod/perldelta.pod
2730 ____________________________________________________________________________
2731 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
2732         Log: Signedness nit.
2733      Branch: perl
2734            ! regexec.c
2735 ____________________________________________________________________________
2736 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
2737         Log: Subject: Re: Smoke 14870
2738              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2739              Date: Wed, 27 Feb 2002 16:48:35 +0100
2740              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
2741              
2742              (with some additional garnish)
2743      Branch: perl
2744            ! README.hpux hints/hpux.sh
2745 ____________________________________________________________________________
2746 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
2747         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
2748              into perl.exp in AIX.
2749      Branch: perl
2750            ! makedef.pl perl.h
2751 ____________________________________________________________________________
2752 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
2753         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
2754              From: Robin Barker <rmb1@cise.npl.co.uk>
2755              Date: Wed, 27 Feb 2002 14:39:35 GMT
2756              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
2757      Branch: perl
2758            ! pod/perlrun.pod
2759 ____________________________________________________________________________
2760 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
2761         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
2762              From: Robin Barker <rmb1@cise.npl.co.uk>
2763              Date: Wed, 27 Feb 2002 12:25:30 GMT
2764              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
2765      Branch: perl
2766            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
2767            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
2768            ! pod/perlunicode.pod pod/perluniintro.pod
2769 ____________________________________________________________________________
2770 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
2771         Log: Only modify LD_LIBRARY_PATH in case there are directories.
2772      Branch: perl
2773            ! hints/dec_osf.sh
2774 ____________________________________________________________________________
2775 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
2776         Log: Subject: [PATCH] perl/hints/vos.sh
2777              From: Paul_GreenVOS@vos.stratus.com
2778              Date: Tue, 26 Feb 02 15:19 est
2779              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
2780      Branch: perl
2781            ! hints/vos.sh
2782 ____________________________________________________________________________
2783 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
2784         Log: Forgot from #14888.
2785      Branch: perl
2786            ! ext/Unicode/Normalize/mkheader
2787 ____________________________________________________________________________
2788 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
2789         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
2790      Branch: perl
2791            ! ext/Unicode/Normalize/Changes
2792            ! ext/Unicode/Normalize/Normalize.pm
2793            ! ext/Unicode/Normalize/Normalize.xs
2794            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
2795            ! ext/Unicode/Normalize/t/test.t
2796 ____________________________________________________________________________
2797 [ 14887] By: ams                                   on 2002/02/26  23:51:52
2798         Log: Subject: Missing diagnostics
2799              From: Simon Glover <scog@roe.ac.uk>
2800              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
2801              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
2802              
2803              Subject: [PATCH] Better wording for the lvalue vec diagnostic
2804              From: Simon Glover <scog@roe.ac.uk>
2805              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
2806              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
2807      Branch: perl
2808            ! doop.c pod/perldiag.pod t/op/vec.t
2809 ____________________________________________________________________________
2810 [ 14886] By: ams                                   on 2002/02/26  15:48:34
2811         Log: Subject: [PATCH] Not OK 5.7.2@14884
2812              From: andreas.koenig@anima.de (Andreas J. Koenig)
2813              Date: Tue, 26 Feb 2002 15:03:55 +0100
2814              Message-Id: <m38z9gfigk.fsf@anima.de>
2815      Branch: perl
2816            ! t/lib/access.t
2817 ____________________________________________________________________________
2818 [ 14885] By: nick                                  on 2002/02/26  13:48:55
2819         Log: Integrate mainline
2820      Branch: perlio
2821           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
2822           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
2823           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
2824            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
2825           !> (integrate 102 files)
2826 ____________________________________________________________________________
2827 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
2828         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
2829              1.1999999999999996, or thereabouts (yes, even sprintf).
2830      Branch: perl
2831            ! t/base/num.t
2832 ____________________________________________________________________________
2833 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
2834         Log: Neither.
2835      Branch: perl
2836            ! pod/perldelta.pod
2837 ____________________________________________________________________________
2838 [ 14882] By: ams                                   on 2002/02/26  08:46:55
2839         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
2840              From: Michael G Schwern <schwern@pobox.com>
2841              Date: Tue, 26 Feb 2002 01:01:28 -0500
2842              Message-Id: <20020226060128.GA2439@blackrider>
2843      Branch: perl
2844            ! hv.c pod/perldiag.pod
2845 ____________________________________________________________________________
2846 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
2847         Log: Subject: [PATCH B::Concise] docs, typos
2848              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2849              Date: Mon, 25 Feb 2002 16:41:16 +0100
2850              Message-ID: <20020225164116.A1054@rafael>
2851      Branch: perl
2852            ! ext/B/B/Concise.pm
2853 ____________________________________________________________________________
2854 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
2855         Log: POSIX: add isatty to @EXPORT_OK, reformat.
2856      Branch: perl
2857            ! ext/POSIX/POSIX.pm
2858 ____________________________________________________________________________
2859 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
2860         Log: If using -Dloclibpth=... the directories need to
2861              be appended to LD_LIBRARY_PATH (and ickily, if those
2862              directories contain a (newer?) libdb.so, we need to
2863              prepend    /usr/shlib to loclibpth).
2864      Branch: perl
2865            ! hints/dec_osf.sh
2866 ____________________________________________________________________________
2867 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
2868         Log: Subject: [PATCH] Perl interface to newIO()
2869              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
2870              Date: Mon, 25 Feb 2002 15:04:57 -0800
2871              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
2872      Branch: perl
2873            ! lib/Symbol.pm lib/Symbol.t
2874 ____________________________________________________________________________
2875 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
2876         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
2877              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
2878              Date: Mon, 25 Feb 2002 21:58:30 +0100
2879              Message-ID: <20020225215830.A744@rafael>
2880      Branch: perl
2881            ! pod/perlvar.pod
2882 ____________________________________________________________________________
2883 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
2884         Log: Big5 tweaks from Autrijus Tang.
2885      Branch: perl
2886            ! ext/Encode/Encode/big5.enc
2887 ____________________________________________________________________________
2888 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
2889         Log: Subject: [PATCH Glossary configpm] cleanups
2890              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2891              Date: Mon, 25 Feb 2002 23:27:15 +0100
2892              Message-ID: <20020225232715.C744@rafael>
2893      Branch: perl
2894            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
2895 ____________________________________________________________________________
2896 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
2897         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
2898              From: Nicholas Clark <nick@unfortu.net>
2899              Date: Mon, 25 Feb 2002 21:53:24 +0000
2900              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
2901      Branch: perl
2902            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
2903            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
2904            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
2905 ____________________________________________________________________________
2906 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
2907         Log: Upgrade to I18N::LangTags 0.27.
2908              (Causes one flipflop back to perl.com URL, must poke Sean.)
2909      Branch: perl
2910            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
2911            ! lib/I18N/LangTags/List.pm
2912 ____________________________________________________________________________
2913 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
2914         Log: Upgrade to Getopt::Long 2.28.
2915      Branch: perl
2916            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
2917            ! lib/Getopt/Long/README
2918 ____________________________________________________________________________
2919 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
2920         Log: No =head.
2921      Branch: perl
2922            ! pod/perlebcdic.pod
2923 ____________________________________________________________________________
2924 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
2925         Log: Update Changes.
2926      Branch: perl
2927            ! Changes patchlevel.h
2928 ____________________________________________________________________________
2929 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
2930         Log: metaconfig unit change for #14868.
2931      Branch: metaconfig
2932            ! U/modified/Chk_MANI.U
2933 ____________________________________________________________________________
2934 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
2935         Log: Some hosts understand split -l 50, some only split -50
2936              (from Paul Eggert).
2937      Branch: perl
2938            ! Configure
2939 ____________________________________________________________________________
2940 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
2941         Log: Subject: Re: [PATCH bleadperl] socketpair.t
2942              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2943              Date: Sun, 24 Feb 2002 10:31:25 +0100
2944              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
2945              
2946              (the pid half only)
2947      Branch: perl
2948            ! win32/win32.c
2949 ____________________________________________________________________________
2950 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
2951         Log: Mention the new pack tricks.
2952      Branch: perl
2953            ! pod/perldelta.pod
2954 ____________________________________________________________________________
2955 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
2956         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
2957              From: Richard.Foley@t-online.de (Richard Foley)
2958              Date: Mon, 25 Feb 2002 13:47:03 +0100
2959              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
2960      Branch: perl
2961            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
2962            ! pod/perldebug.pod pod/perldelta.pod
2963 ____________________________________________________________________________
2964 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
2965         Log: Typo corrections from John P. Linderman.
2966      Branch: perl
2967            ! ext/IPC/SysV/Semaphore.pm
2968 ____________________________________________________________________________
2969 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
2970         Log: Upgrade to Math::BigInt 1.52.
2971      Branch: perl
2972            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2973            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
2974            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
2975            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
2976            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
2977 ____________________________________________________________________________
2978 [ 14862] By: ams                                   on 2002/02/25  10:39:40
2979         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
2980              From: Robin Barker <rmb1@cise.npl.co.uk>
2981              Date: Mon, 25 Feb 2002 11:35:06 GMT
2982              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
2983              
2984              Subject: [PATCH Net/Cmd.pm]
2985              From: Robin Barker <rmb1@cise.npl.co.uk>
2986              Date: Mon, 25 Feb 2002 11:37:06 GMT
2987              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
2988      Branch: perl
2989            ! lib/Cwd.pm lib/Net/Cmd.pm
2990 ____________________________________________________________________________
2991 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
2992         Log: Cut-and-paste errors.
2993      Branch: perl
2994            ! t/op/pat.t
2995 ____________________________________________________________________________
2996 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
2997         Log: EBCDIC: the control characters are not that easy to find.
2998      Branch: perl
2999            ! t/op/pat.t
3000 ____________________________________________________________________________
3001 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
3002         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
3003              From: John Peacock <jpeacock@rowman.com>
3004              Date: Sun, 24 Feb 2002 22:08:28 -0500
3005              Message-ID: <3C79AAAC.6060903@rowman.com>
3006      Branch: perl
3007            ! sv.c
3008 ____________________________________________________________________________
3009 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
3010         Log: SvSetSV() is not returnable, but that's okay since
3011              sv_copypv() returns void.
3012      Branch: perl
3013            ! sv.c
3014 ____________________________________________________________________________
3015 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
3016         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
3017              From: John Peacock <jpeacock@rowman.com>                 
3018              Date: Sun, 24 Feb 2002 16:40:07 -0500
3019              Message-ID: <3C795DB7.40105@rowman.com>               
3020      Branch: perl
3021            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
3022            ! pp_hot.c proto.h sv.c
3023 ____________________________________________________________________________
3024 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
3025         Log: Tiny code cleanup.
3026      Branch: perl
3027            ! regexec.c
3028 ____________________________________________________________________________
3029 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
3030         Log: Use to_uni_fold().
3031      Branch: perl
3032            ! regcomp.c
3033 ____________________________________________________________________________
3034 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
3035         Log: Document the new taint behaviour of exec LIST and
3036              system LIST.
3037      Branch: perl
3038            ! pod/perldelta.pod
3039 ____________________________________________________________________________
3040 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
3041         Log: Subject: [PATCH] Re: taint news
3042              From: Rick Delaney <rick.delaney@rogers.com>             
3043              Date: 24 Feb 2002 11:35:00 -0500
3044              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
3045      Branch: perl
3046            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
3047 ____________________________________________________________________________
3048 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
3049         Log: EBCDIC tweak (native instead of uni) and comment update.
3050      Branch: perl
3051            ! regexec.c
3052 ____________________________________________________________________________
3053 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
3054         Log: Using uninitialized (and wrong) variables is not good.
3055      Branch: perl
3056            ! regcomp.c
3057 ____________________________________________________________________________
3058 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
3059         Log: EBCDIC: this seems to calm the last of the
3060              Malformed UTF-8 warnings.
3061      Branch: perl
3062            ! regcomp.c utf8.c
3063 ____________________________________________________________________________
3064 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
3065         Log: EBCDIC: document using Encode for character conversions.
3066      Branch: perl
3067            ! pod/perlebcdic.pod
3068 ____________________________________________________________________________
3069 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
3070         Log: EBCDIC: disable also Unicode::Collate and
3071              Unicode::Normalize for now.  Real users of
3072              EBCDIC have to decide what they want.
3073      Branch: perl
3074            ! ext/Unicode/Normalize/Normalize.pm
3075            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
3076            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
3077            ! lib/Unicode/Collate/t/test.t
3078 ____________________________________________________________________________
3079 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
3080         Log: AUTHORS updates.
3081      Branch: perl
3082            ! AUTHORS
3083 ____________________________________________________________________________
3084 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
3085         Log: Retract #14571: there may be a better solution than
3086              tweaking the test.
3087      Branch: perl
3088            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
3089 ____________________________________________________________________________
3090 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
3091         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
3092              From: "Craig A. Berry" <craigberry@mac.com> 
3093              Date: Sat, 23 Feb 2002 14:14:35 -0600
3094              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
3095      Branch: perl
3096            ! configure.com
3097 ____________________________________________________________________________
3098 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
3099         Log: metaconfig unit change for #14843.
3100      Branch: metaconfig/U/perl
3101            ! Extensions.U
3102 ____________________________________________________________________________
3103 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
3104         Log: Also Encode/JP needs to be listed explicitly.
3105              (Any other sub-Encode extensions?)
3106      Branch: perl
3107            ! Configure
3108 ____________________________________________________________________________
3109 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
3110         Log: Document known UNICOS/mk deficiency.
3111      Branch: perl
3112            ! pod/perldelta.pod
3113 ____________________________________________________________________________
3114 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
3115         Log: Subject: [PATCH] README mention version 5.0
3116              From: Autrijus Tang <autrijus@autrijus.org>
3117              Date: Sat, 23 Feb 2002 09:35:22 +0800
3118              Message-ID: <20020223013522.GA8694@not.autrijus.org>
3119      Branch: perl
3120            ! README
3121 ____________________________________________________________________________
3122 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
3123         Log: metaconfig unit change for #14839.
3124      Branch: metaconfig
3125            ! U/modified/Signal.U
3126 ____________________________________________________________________________
3127 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
3128         Log: Old hosts like NeXT Classic don't have sort -k,
3129              from Paul Eggert.
3130      Branch: perl
3131            ! Configure
3132 ____________________________________________________________________________
3133 [ 14838] By: ams                                   on 2002/02/22  21:14:29
3134         Log: Minor clarifications as suggested by Anton Tagunov.
3135      Branch: perl
3136            ! pod/perlsyn.pod
3137 ____________________________________________________________________________
3138 [ 14837] By: ams                                   on 2002/02/22  21:07:02
3139         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
3140              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3141              Date: Fri, 22 Feb 2002 23:01:07 +0100
3142              Message-Id: <20020222230107.A15069@rafael>
3143      Branch: perl
3144            ! sv.c t/op/gv.t
3145 ____________________________________________________________________________
3146 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
3147         Log: metaconfig unit change for #14835.
3148      Branch: metaconfig
3149            ! U/modified/Chk_MANI.U
3150 ____________________________________________________________________________
3151 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
3152         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
3153      Branch: perl
3154            ! Configure
3155 ____________________________________________________________________________
3156 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
3157         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
3158              From: Michael G Schwern <schwern@pobox.com>
3159              Date: Fri, 22 Feb 2002 12:10:28 -0500
3160              Message-ID: <20020222171027.GB4181@blackrider>
3161      Branch: perl
3162            ! ext/Encode/compile
3163 ____________________________________________________________________________
3164 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
3165         Log: Update Changes.
3166      Branch: perl
3167            ! Changes patchlevel.h
3168 ____________________________________________________________________________
3169 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
3170         Log: Implement IV/UV/NV/long double pack/unpack with
3171              template letters j/J/F/D (the latter two have been
3172              undocumented aliases of f/d).
3173      Branch: perl
3174            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
3175 ____________________________________________________________________________
3176 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
3177         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
3178              From: Nicholas Clark <nick@unfortu.net>
3179              Date: Fri, 22 Feb 2002 14:01:25 +0000
3180              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
3181      Branch: perl
3182            ! ext/Encode/compile
3183 ____________________________________________________________________________
3184 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
3185         Log: NetWare change from Ananth Kesari.
3186      Branch: perl
3187            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
3188            ! MANIFEST
3189 ____________________________________________________________________________
3190 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
3191         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
3192              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3193              Date: Fri, 22 Feb 2002 03:55:13 -0500
3194              Message-ID: <20020222035513.A894@math.ohio-state.edu>
3195      Branch: perl
3196            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
3197 ____________________________________________________________________________
3198 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
3199         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
3200      Branch: perl
3201            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
3202 ____________________________________________________________________________
3203 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
3204         Log: Make measure_struct a file static.
3205      Branch: perl
3206            ! pp_pack.c
3207 ____________________________________________________________________________
3208 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
3209         Log: EBCDIC: someone who knows what they are doing
3210              and whether it is possible at all in the first
3211              place needs to figure these tests out on EBCDIC.
3212              The CJK encodings heavily abuse their knowledge
3213              of ASCII and that may require a translation layer
3214              or four to survive UTF-EBCDIC.
3215      Branch: perl
3216            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
3217 ____________________________________________________________________________
3218 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
3219         Log: croak() needs context.
3220      Branch: perl
3221            ! pp_pack.c
3222 ____________________________________________________________________________
3223 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
3224         Log: Subject: [PATCH @14577] pack with a human face: the sequel
3225              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3226              Date: Thu, 21 Feb 2002 21:33:37 -0500
3227              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
3228      Branch: perl
3229            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
3230            ! proto.h t/op/pack.t
3231 ____________________________________________________________________________
3232 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
3233         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
3234              From: Nicholas Clark <nick@unfortu.net> 
3235              Date: Fri, 22 Feb 2002 00:49:44 +0000
3236              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
3237      Branch: perl
3238            ! ext/Encode/compile
3239 ____________________________________________________________________________
3240 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
3241         Log: Test for #14795.
3242      Branch: perl
3243            ! t/op/pat.t
3244 ____________________________________________________________________________
3245 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
3246         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
3247      Branch: perl
3248            ! t/op/pat.t
3249 ____________________________________________________________________________
3250 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
3251         Log: Subject: [PATCH] next batch of bugfixes
3252              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3253              Date: Thu, 21 Feb 2002 23:54:41 +0100
3254              Message-ID: <20020221235441.A17260@rafael>
3255      Branch: perl
3256            ! ext/B/B/Deparse.pm
3257 ____________________________________________________________________________
3258 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
3259         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)
3260              From: chromatic <chromatic@rmci.net>
3261              Date: Thu, 21 Feb 2002 14:17:35 -0700
3262              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
3263      Branch: perl
3264            ! lib/File/stat.pm lib/File/stat.t
3265 ____________________________________________________________________________
3266 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
3267         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
3268      Branch: perl
3269            ! ext/re/re.xs
3270 ____________________________________________________________________________
3271 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
3272         Log: Upgrade to Math::BigInt 1.51.
3273      Branch: perl
3274            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
3275            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
3276            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
3277            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
3278            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
3279            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
3280            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
3281            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
3282            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
3283            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
3284            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
3285            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
3286 ____________________________________________________________________________
3287 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
3288         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
3289              From: "Gerrit P. Haase" <gp@familiehaase.de>
3290              Date: Thu, 21 Feb 2002 21:20:25 +0100
3291              Message-ID: <69510538936.20020221212025@familiehaase.de>
3292      Branch: perl
3293            ! Makefile.SH
3294 ____________________________________________________________________________
3295 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
3296         Log: Subject: [PATCH @14577] grouping in pack/unpack
3297              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3298              Date: Thu, 21 Feb 2002 06:06:14 -0500
3299              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
3300      Branch: perl
3301            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
3302            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
3303 ____________________________________________________________________________
3304 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
3305         Log: Subject: [PATCH propose] question about fs.t
3306              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3307              Date: Thu, 21 Feb 2002 15:10:21 +0100
3308              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
3309      Branch: perl
3310            ! t/io/fs.t
3311 ____________________________________________________________________________
3312 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
3313         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
3314              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
3315              Date: Thu, 21 Feb 2002 09:54:28 +0100
3316              Message-ID: <13576559576.20020221095428@familiehaase.de>     
3317      Branch: perl
3318            ! Makefile.SH
3319 ____________________________________________________________________________
3320 [ 14812] By: ams                                   on 2002/02/21  14:59:09
3321         Log: Subject: typo correction
3322              From: mjd@plover.com
3323              Date: 21 Feb 2002 15:43:49 -0000
3324              Message-Id: <20020221154349.22772.qmail@plover.com>
3325      Branch: perl
3326            ! pod/perldebug.pod
3327 ____________________________________________________________________________
3328 [ 14811] By: ams                                   on 2002/02/21  14:02:12
3329         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
3330              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3331              Date: Thu, 21 Feb 2002 15:22:22 +0100
3332              Message-Id: <20020221152222.A15095@rafael>
3333      Branch: perl
3334            ! op.h toke.c
3335 ____________________________________________________________________________
3336 [ 14810] By: ams                                   on 2002/02/21  12:45:28
3337         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
3338              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3339              Date: Thu, 21 Feb 2002 06:02:48 -0500
3340              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
3341      Branch: perl
3342            ! lib/ExtUtils/Mksymlists.pm makedef.pl
3343 ____________________________________________________________________________
3344 [ 14809] By: nick                                  on 2002/02/21  09:31:08
3345         Log: Integrate mainline
3346      Branch: perlio
3347           +> lib/Pod/t/Select.t
3348           !> (integrate 37 files)
3349 ____________________________________________________________________________
3350 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
3351         Log: metaconfig unit change for #14807.
3352      Branch: metaconfig
3353            ! U/modified/Signal.U
3354 ____________________________________________________________________________
3355 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
3356         Log: Revert #14805, didn't quite work.
3357      Branch: perl
3358            ! Configure config_h.SH
3359 ____________________________________________________________________________
3360 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
3361         Log: metaconfig changes for #14805.
3362      Branch: metaconfig
3363            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
3364 ____________________________________________________________________________
3365 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
3366         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
3367              From: Paul Eggert <eggert@twinsun.com>
3368              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
3369              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
3370      Branch: perl
3371            ! Configure config_h.SH
3372 ____________________________________________________________________________
3373 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
3374         Log: More advice.
3375      Branch: perl
3376            ! README.os390
3377 ____________________________________________________________________________
3378 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
3379         Log: Missing MANIFESTation.
3380      Branch: perl
3381            ! MANIFEST
3382 ____________________________________________________________________________
3383 [ 14802] By: ams                                   on 2002/02/20  22:55:25
3384         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
3385              From: Autrijus Tang <autrijus@autrijus.org>
3386              Date: Thu, 21 Feb 2002 07:13:12 +0800
3387              Message-Id: <20020220231312.GA775@not.autrijus.org>
3388      Branch: perl
3389            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
3390 ____________________________________________________________________________
3391 [ 14801] By: ams                                   on 2002/02/20  22:27:20
3392         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
3393              From: Abe Timmerman <abe@ztreet.demon.nl>
3394              Date: Thu, 21 Feb 2002 00:20:40 +0100
3395              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
3396      Branch: perl
3397            + lib/Pod/t/Select.t
3398 ____________________________________________________________________________
3399 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
3400         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
3401              twice, causing the loop to skip every other character.
3402      Branch: perl
3403            ! utf8.c
3404 ____________________________________________________________________________
3405 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
3406         Log: Better debugging info.
3407      Branch: perl
3408            ! t/uni/case.pl
3409 ____________________________________________________________________________
3410 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
3411         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
3412              From: Nicholas Clark <nick@unfortu.net>
3413              Date: Wed, 20 Feb 2002 22:13:05 +0000
3414              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
3415      Branch: perl
3416            ! ext/Encode/compile
3417 ____________________________________________________________________________
3418 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
3419         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
3420              From: Paul Eggert <eggert@twinsun.com>
3421              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
3422              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
3423      Branch: perl
3424            ! pod/perlhack.pod
3425 ____________________________________________________________________________
3426 [ 14796] By: nick                                  on 2002/02/20  18:15:00
3427         Log: Integrate mainline
3428      Branch: perlio
3429           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
3430           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
3431           +> lib/Locale/Country.pod lib/Locale/Currency.pod
3432           +> lib/Locale/Language.pod lib/Locale/Script.pm
3433           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
3434           +> t/uni/title.t t/uni/upper.t
3435           !> (integrate 41 files)
3436 ____________________________________________________________________________
3437 [ 14795] By: ams                                   on 2002/02/20  17:08:38
3438         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
3439              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3440              Date: Wed, 20 Feb 2002 18:06:59 +0000
3441              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
3442      Branch: perl
3443            ! pp_ctl.c
3444 ____________________________________________________________________________
3445 [ 14794] By: ams                                   on 2002/02/20  16:41:56
3446         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
3447              From: Paul_GreenVOS@vos.stratus.com
3448              Date: Wed, 20 Feb 02 12:21 est
3449              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
3450      Branch: perl
3451            ! Makefile.SH
3452 ____________________________________________________________________________
3453 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
3454         Log: Forgot from #14790.
3455      Branch: perl
3456            ! pp_pack.c
3457 ____________________________________________________________________________
3458 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
3459         Log: Update Changes.
3460      Branch: perl
3461            ! Changes patchlevel.h
3462 ____________________________________________________________________________
3463 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
3464         Log: Integrate change #14778 from maintperl.
3465      Branch: perl
3466            ! t/lib/strict/subs
3467           !> op.c
3468 ____________________________________________________________________________
3469 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
3470         Log: Subject: Re: [ID 20020220.001] pack w with objects
3471              From: Ulrich Pfeifer <upf@de.uu.net>
3472              Date: 20 Feb 2002 11:21:15 +0100
3473              Message-ID: <p5g03wcv38.fsf@de.uu.net>
3474      Branch: perl
3475            ! t/op/pack.t
3476 ____________________________________________________________________________
3477 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
3478         Log: Subject: Re: [PATCH] go faster for Encode's compile
3479              From: Nicholas Clark <nick@unfortu.net> 
3480              Date: Tue, 19 Feb 2002 23:38:36 +0000
3481              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
3482      Branch: perl
3483            ! ext/Encode/compile
3484 ____________________________________________________________________________
3485 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
3486         Log: Regen Glossary.
3487      Branch: perl
3488            ! Porting/Glossary Porting/config.sh Porting/config_H
3489 ____________________________________________________________________________
3490 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
3491         Log: metaconfig unit change for #14786 (not visible yet,
3492              since Glossary needs regenerating)
3493      Branch: metaconfig
3494            ! U/compline/d_gconvert.U
3495 ____________________________________________________________________________
3496 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
3497         Log: Subject: d_Gconvert hints and Glossary
3498              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3499              Date: Tue, 19 Feb 2002 11:55:36 -0800
3500              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
3501      Branch: perl
3502            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
3503            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
3504            ! hints/svr5.sh
3505 ____________________________________________________________________________
3506 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
3507         Log: metaconfig unit changes for #14784.
3508      Branch: metaconfig
3509            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
3510 ____________________________________________________________________________
3511 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
3512         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
3513              From: Paul Eggert <eggert@twinsun.com>              
3514              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
3515              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
3516      Branch: perl
3517            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
3518            ! pod/perlhack.pod
3519 ____________________________________________________________________________
3520 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
3521         Log: metaconfig unit change for #14782.
3522      Branch: metaconfig/U/perl
3523            ! Mksymlinks.U
3524 ____________________________________________________________________________
3525 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
3526         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
3527              From: "Gerrit P. Haase" <gp@familiehaase.de>
3528              Date: Wed, 20 Feb 2002 00:23:29 +0100
3529              Message-ID: <70348722516.20020220002329@familiehaase.de>
3530      Branch: perl
3531            ! Configure
3532 ____________________________________________________________________________
3533 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
3534         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
3535              From: Nicholas Clark <nick@unfortu.net> 
3536              Date: Tue, 19 Feb 2002 19:27:42 +0000
3537              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
3538              
3539              (with modifications)
3540      Branch: perl
3541            ! pod/perlsub.pod
3542 ____________________________________________________________________________
3543 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
3544         Log: NetWare tweak from Ananth Kesari.
3545      Branch: perl
3546            ! lib/ExtUtils/MakeMaker.pm
3547 ____________________________________________________________________________
3548 [ 14779] By: ams                                   on 2002/02/20  06:51:55
3549         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
3550      Branch: perl
3551            ! pod/perlfaq4.pod
3552 ____________________________________________________________________________
3553 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
3554         Log: constant folding on the range operator had the effect of disabling
3555              peephole optimizations in all the siblings of the range OP; the
3556              effect of this was that barewords could escape strictures when
3557              they were hiding in such places
3558      Branch: maint-5.6/perl
3559            ! op.c t/pragma/strict-subs
3560 ____________________________________________________________________________
3561 [ 14777] By: ams                                   on 2002/02/20  00:56:21
3562         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
3563              From: Graham Barr <gbarr@pobox.com>
3564              Date: Tue, 19 Feb 2002 23:08:47 +0000
3565              Message-Id: <20020219230847.G66560@pobox.com>
3566      Branch: perl
3567            ! lib/Time/Local.pm
3568 ____________________________________________________________________________
3569 [ 14776] By: ams                                   on 2002/02/19  17:20:28
3570         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
3571              From: Nicholas Clark <nick@unfortu.net>
3572              Date: Tue, 19 Feb 2002 16:23:22 +0000
3573              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
3574      Branch: perl
3575            ! lib/Tie/Hash.pm
3576 ____________________________________________________________________________
3577 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
3578         Log: Regen doc, regen toc.
3579      Branch: perl
3580            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
3581 ____________________________________________________________________________
3582 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
3583         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
3584              From: Dave Mitchell <davem@fdgroup.co.uk>
3585              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
3586              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
3587      Branch: perl
3588            ! pod/perlsub.pod
3589 ____________________________________________________________________________
3590 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
3591         Log: Detypo.
3592      Branch: perl
3593            ! lib/Tie/Memoize.pm
3594 ____________________________________________________________________________
3595 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
3596         Log: UTF-8 C API doc tweaks.
3597      Branch: perl
3598            ! pod/perlunicode.pod
3599 ____________________________________________________________________________
3600 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
3601         Log: Mention that the case-switchers know about Unicode, too.
3602      Branch: perl
3603            ! pod/perlop.pod
3604 ____________________________________________________________________________
3605 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
3606         Log: Upgrade to Locale::Codes 2.01.
3607      Branch: perl
3608            + lib/Locale/Constants.pod lib/Locale/Country.pod
3609            + lib/Locale/Currency.pod lib/Locale/Language.pod
3610            + lib/Locale/Script.pod
3611            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
3612            ! lib/Locale/Constants.pm lib/Locale/Country.pm
3613            ! lib/Locale/Currency.pm lib/Locale/Language.pm
3614            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
3615 ____________________________________________________________________________
3616 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
3617         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
3618              From: Dave Mitchell <davem@fdgroup.co.uk>
3619              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
3620              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
3621      Branch: perl
3622            ! pod/perlsub.pod
3623 ____________________________________________________________________________
3624 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
3625         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
3626              From: Sam Tregar <sam@tregar.com> 
3627              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
3628              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
3629      Branch: perl
3630            ! sv.h
3631 ____________________________________________________________________________
3632 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
3633         Log: The test requires perlio.
3634      Branch: perl
3635            ! ext/Encode/t/JP.t
3636 ____________________________________________________________________________
3637 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
3638         Log: Misplaced block end.
3639      Branch: perl
3640            ! utf8.c
3641 ____________________________________________________________________________
3642 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
3643         Log: The POSIX extensions are deadly.
3644      Branch: perl
3645            ! regcomp.c
3646 ____________________________________________________________________________
3647 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
3648         Log: Let's not overdo the growth.
3649      Branch: perl
3650            ! pp.c
3651 ____________________________________________________________________________
3652 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
3653         Log: Third time makes the charm.
3654      Branch: perl
3655            ! README.os390
3656 ____________________________________________________________________________
3657 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
3658         Log: Oops.
3659      Branch: perl
3660            ! utf8.c
3661 ____________________________________________________________________________
3662 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
3663         Log: Add back the new casing tests.
3664      Branch: perl
3665            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
3666            ! MANIFEST
3667 ____________________________________________________________________________
3668 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
3669         Log: Prefer special case mappings.
3670      Branch: perl
3671            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
3672            ! lib/unicore/To/Upper.pl lib/unicore/mktables
3673 ____________________________________________________________________________
3674 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
3675         Log: Try special casing first.
3676      Branch: perl
3677            ! utf8.c
3678 ____________________________________________________________________________
3679 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
3680         Log: Not extending enough.
3681      Branch: perl
3682            ! pp.c utf8.h
3683 ____________________________________________________________________________
3684 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
3685         Log: No need to store identity mappings.
3686      Branch: perl
3687            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
3688            ! lib/unicore/mktables
3689 ____________________________________________________________________________
3690 [ 14756] By: ams                                   on 2002/02/18  20:21:17
3691         Log: Forward port #14704 from maint-5.6.
3692      Branch: perl
3693            ! doio.c
3694 ____________________________________________________________________________
3695 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
3696         Log: Regen Changes.
3697      Branch: perl
3698            ! Changes
3699 ____________________________________________________________________________
3700 [ 14754] By: ams                                   on 2002/02/18  19:01:09
3701         Log: Subject: [PATCH] VMS cando_by_name and current process privs
3702              From: "Craig A. Berry" <craigberry@mac.com>
3703              Date: Mon, 18 Feb 2002 14:03:30 -0600
3704              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
3705      Branch: perl
3706            ! vms/vms.c
3707 ____________________________________________________________________________
3708 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
3709         Log: Update Changes.
3710      Branch: perl
3711            ! Changes patchlevel.h
3712 ____________________________________________________________________________
3713 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
3714         Log: What do you know; these tests unearthed nasty problems.
3715              Will resolve those first.
3716      Branch: perl
3717            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
3718            ! MANIFEST
3719 ____________________________________________________________________________
3720 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
3721         Log: Update Changes.
3722      Branch: perl
3723            ! Changes patchlevel.h
3724 ____________________________________________________________________________
3725 [ 14750] By: ams                                   on 2002/02/18  17:36:05
3726         Log: Subject: Re: IO::Poll: Removing Handles
3727              From: Matthew Sachs <matthewg@zevils.com>
3728              Date: Mon, 18 Feb 2002 13:19:01 -0500
3729              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
3730      Branch: perl
3731            ! ext/IO/lib/IO/t/io_poll.t
3732 ____________________________________________________________________________
3733 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
3734         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
3735              From: "Craig A. Berry" <craigberry@mac.com>
3736              Date: Mon, 18 Feb 2002 11:52:21 -0600
3737              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
3738      Branch: perl
3739            ! t/op/alarm.t t/op/glob.t
3740 ____________________________________________________________________________
3741 [ 14748] By: ams                                   on 2002/02/18  15:53:36
3742         Log: s/load_module/Perl_load_module/
3743      Branch: perl
3744            ! gv.c
3745 ____________________________________________________________________________
3746 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
3747         Log: Unused in ASCII, used in EBCDIC.
3748      Branch: perl
3749            ! utf8.c
3750 ____________________________________________________________________________
3751 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
3752         Log: Upgrade to Locale::Codes 2.00.
3753      Branch: perl
3754            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
3755            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
3756            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
3757            ! lib/Locale/Constants.pm lib/Locale/Country.pm
3758            ! lib/Locale/Currency.pm lib/Locale/Language.pm
3759 ____________________________________________________________________________
3760 [ 14745] By: ams                                   on 2002/02/18  15:20:44
3761         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
3762              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3763              Date: Sat, 16 Feb 2002 00:06:01 +0100
3764              Message-Id: <20020216000601.A17249@rafael>
3765      Branch: perl
3766            ! gv.c
3767 ____________________________________________________________________________
3768 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
3769         Log: More Unicode casing checks.
3770      Branch: perl
3771            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
3772            ! MANIFEST
3773 ____________________________________________________________________________
3774 [ 14743] By: ams                                   on 2002/02/18  14:35:38
3775         Log: Subject: IO::Poll: Removing Handles
3776              From: Matthew Sachs <matthewg@zevils.com>
3777              Date: Sun, 17 Feb 2002 04:49:46 -0500
3778              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
3779      Branch: perl
3780            ! ext/IO/lib/IO/Poll.pm
3781 ____________________________________________________________________________
3782 [ 14741] By: ams                                   on 2002/02/18  13:59:48
3783         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
3784              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3785              Date: Mon, 18 Feb 2002 15:41:26 +0100
3786              Message-Id: <20020218154126.A692@rafael>
3787      Branch: perl
3788            ! pp_ctl.c t/op/do.t
3789 ____________________________________________________________________________
3790 [ 14740] By: nick                                  on 2002/02/18  09:09:23
3791         Log: Integrate mainline
3792      Branch: perlio
3793           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
3794           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
3795           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
3796           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
3797           +> ext/Encode/lib/Encode/JP/Constants.pm
3798           +> ext/Encode/lib/Encode/JP/H2Z.pm
3799           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
3800           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
3801           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
3802           +> os2/OS2/Process/t/os2_process.t
3803           +> os2/OS2/Process/t/os2_process_kid.t
3804           +> os2/OS2/Process/t/os2_process_text.t
3805            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
3806            - ext/Encode/t/Japanese.t
3807           !> (integrate 47 files)
3808 ____________________________________________________________________________
3809 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
3810         Log: EBCDIC: now the worst seems to be over for
3811              the "Malformed" warnings.  Still a few of them,
3812              and plenty of test failures, but getting better.
3813      Branch: perl
3814            ! regcomp.c utf8.c
3815 ____________________________________________________________________________
3816 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
3817         Log: Upgrade to Net::Ping 2.12.
3818      Branch: perl
3819            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
3820            ! lib/Net/Ping/t/110_icmp_inst.t
3821 ____________________________________________________________________________
3822 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
3823         Log: After much rewriting we are now pretty much
3824              back to where we started.
3825      Branch: perl
3826            ! utf8.c
3827 ____________________________________________________________________________
3828 [ 14736] By: ams                                   on 2002/02/18  01:23:00
3829         Log: Subject: [PATCH B::Deparse] two fixes
3830              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3831              Date: Sun, 17 Feb 2002 23:58:59 +0100
3832              Message-Id: <20020217235859.A32513@rafael>
3833      Branch: perl
3834            ! ext/B/B/Deparse.pm
3835 ____________________________________________________________________________
3836 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
3837         Log: Buglet.
3838      Branch: perl
3839            ! ext/Encode/lib/Encode/JP/JIS.pm
3840 ____________________________________________________________________________
3841 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
3842         Log: Clearing up to_utf8_case() continues: this time use
3843              a single return, and EBCDICification for all paths.
3844      Branch: perl
3845            ! utf8.c
3846 ____________________________________________________________________________
3847 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
3848         Log: Small tweaks to get the test running (fix @INC and
3849              do not overwrite the table.utf8 and table.rnd).
3850      Branch: perl
3851            ! ext/Encode/t/JP.t
3852 ____________________________________________________________________________
3853 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
3854         Log: Tiny tweak.
3855      Branch: perl
3856            ! utf8.c
3857 ____________________________________________________________________________
3858 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
3859         Log: Redundant casts.
3860      Branch: perl
3861            ! utf8.c
3862 ____________________________________________________________________________
3863 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
3864         Log: More filename portability tips.
3865      Branch: perl
3866            ! pod/perlport.pod
3867 ____________________________________________________________________________
3868 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
3869         Log: FAQ sync.
3870      Branch: perl
3871            ! pod/perlfaq3.pod pod/perlfaq5.pod
3872 ____________________________________________________________________________
3873 [ 14728] By: ams                                   on 2002/02/17  16:15:09
3874         Log: Subject: podlators 1.21 released
3875              From: Russ Allbery <rra@stanford.edu>
3876              Date: Sat, 16 Feb 2002 21:42:56 -0800
3877              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
3878      Branch: perl
3879            ! lib/Pod/Text/Overstrike.pm
3880 ____________________________________________________________________________
3881 [ 14727] By: sky                                   on 2002/02/17  11:36:52
3882         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
3883              From: Autrijus Tang <autrijus@autrijus.org>
3884              Date: Sun, 17 Feb 2002 19:46:47 +0800
3885              Message-ID: <20020217194647.A1410@not.autrijus.org>
3886      Branch: perl
3887            ! pp_ctl.c t/op/tiehandle.t util.c
3888 ____________________________________________________________________________
3889 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
3890         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
3891              input in native code points, not Unicode.
3892      Branch: perl
3893            ! utf8.c
3894 ____________________________________________________________________________
3895 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
3896         Log: Regen Glossary.
3897      Branch: perl
3898            ! Porting/Glossary Porting/config.sh Porting/config_H
3899 ____________________________________________________________________________
3900 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
3901         Log: The #14715 and #14716 were okay: they just revealed
3902              a bug in the EXACTF matching.
3903      Branch: perl
3904            ! regexec.c utf8.c
3905 ____________________________________________________________________________
3906 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
3907         Log: Retreat, retreat! (retract #14715 and #14716)
3908      Branch: perl
3909            ! utf8.c
3910 ____________________________________________________________________________
3911 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
3912         Log: Encode 0.40, from Dan Kogai.
3913      Branch: perl
3914            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
3915            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
3916            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
3917            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
3918            + ext/Encode/lib/Encode/JP/Constants.pm
3919            + ext/Encode/lib/Encode/JP/H2Z.pm
3920            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
3921            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
3922            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
3923            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
3924            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
3925            - ext/Encode/t/Japanese.t
3926            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
3927            ! ext/Encode/t/Encode.t
3928 ____________________________________________________________________________
3929 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
3930         Log: metaconfig unit change for #14720.
3931      Branch: perl
3932            ! Configure
3933 ____________________________________________________________________________
3934 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
3935         Log: Regenerate Configure (small tweaks on Yitzchak's,
3936              main difference being that the preference variables are
3937              called gconvert_...).
3938      Branch: metaconfig
3939            ! U/compline/d_gconvert.U
3940 ____________________________________________________________________________
3941 [ 14719] By: ams                                   on 2002/02/16  14:11:01
3942         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
3943              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3944              Date: Thu, 14 Feb 2002 22:27:33 -0800
3945              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
3946              (Applied by hand.)
3947      Branch: perl
3948            ! Configure
3949 ____________________________________________________________________________
3950 [ 14718] By: ams                                   on 2002/02/16  13:45:28
3951         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
3952              From: Philip Newton <Philip.Newton@gmx.net>
3953              Date: Sat, 16 Feb 2002 10:05:05 +0100
3954              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
3955              (Applied by hand.)
3956      Branch: perl
3957            ! pod/perlport.pod
3958 ____________________________________________________________________________
3959 [ 14717] By: ams                                   on 2002/02/16  04:30:23
3960         Log: Remove dubious test.
3961      Branch: perl
3962            ! t/io/open.t
3963 ____________________________________________________________________________
3964 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
3965         Log: Tiny tweak.
3966      Branch: perl
3967            ! utf8.c
3968 ____________________________________________________________________________
3969 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
3970         Log: Restructure to_utf8_case() for simpler execution paths.
3971      Branch: perl
3972            ! utf8.c
3973 ____________________________________________________________________________
3974 [ 14714] By: ams                                   on 2002/02/16  02:43:59
3975         Log: Absorb #14701 by Sarathy from maint-5.6.
3976      Branch: perl
3977            ! doio.c t/io/open.t
3978 ____________________________________________________________________________
3979 [ 14713] By: ams                                   on 2002/02/16  01:51:27
3980         Log: Subject: [PATCH] VOS patches for perl 5.8
3981              From: Paul_GreenVOS@vos.stratus.com
3982              Date: Fri, 15 Feb 02 17:41 est
3983              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
3984      Branch: perl
3985            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
3986            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
3987            ! vos/install_perl.cm
3988 ____________________________________________________________________________
3989 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
3990         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
3991              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3992              Date: Fri, 15 Feb 2002 23:05:44 +0100
3993              Message-ID: <20020215230544.A690@rafael>
3994      Branch: perl
3995            ! ext/B/B/Deparse.pm
3996 ____________________________________________________________________________
3997 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
3998         Log: Add $VERSION.
3999      Branch: perl
4000            ! lib/Tie/Memoize.pm
4001 ____________________________________________________________________________
4002 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
4003         Log: Update Changes.
4004      Branch: perl
4005            ! Changes patchlevel.h
4006 ____________________________________________________________________________
4007 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
4008         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
4009              From: Robin Barker <rmb1@cise.npl.co.uk>
4010              Date: Thu, 14 Feb 2002 19:07:40 GMT
4011              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
4012              
4013              (the hints part only)
4014      Branch: perl
4015            ! hints/solaris_2.sh
4016 ____________________________________________________________________________
4017 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
4018         Log: metaconfig unit changes for #14707.
4019      Branch: metaconfig
4020            ! U/modified/cc.U
4021      Branch: metaconfig/U/perl
4022            ! Checkcc.U
4023 ____________________________________________________________________________
4024 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
4025         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
4026              From: Robin Barker <rmb1@cise.npl.co.uk>
4027              Date: Fri, 15 Feb 2002 12:14:39 GMT
4028              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
4029              
4030              Split checking-for-gcc and checking-for-cc.
4031      Branch: perl
4032            ! Configure
4033 ____________________________________________________________________________
4034 [ 14706] By: ams                                   on 2002/02/15  13:57:15
4035         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
4036              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
4037              Date: 15 Feb 2002 10:53:06 +0200
4038              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
4039      Branch: perl
4040            ! lib/Pod/Html.pm
4041 ____________________________________________________________________________
4042 [ 14705] By: ams                                   on 2002/02/15  08:42:55
4043         Log: Subject: [PATCH @14577] OS/2 tests and more
4044              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4045              Date: Fri, 15 Feb 2002 03:56:24 -0500
4046              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
4047      Branch: perl
4048            + os2/OS2/Process/t/os2_process.t
4049            + os2/OS2/Process/t/os2_process_kid.t
4050            + os2/OS2/Process/t/os2_process_text.t
4051            ! MANIFEST configpm hints/os2.sh makedef.pl
4052            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
4053            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
4054            ! os2/os2ish.h
4055 ____________________________________________________________________________
4056 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
4057         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
4058              avoid wasteful PL_fdpid fiddling where that is not warranted;
4059              mostly whitespace fixes
4060              
4061              these were longstanding todo items from:
4062              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
4063      Branch: maint-5.6/perl
4064            ! doio.c
4065 ____________________________________________________________________________
4066 [ 14702] By: nick                                  on 2002/02/15  08:31:41
4067         Log: Integrate mainline
4068      Branch: perlio
4069           +> lib/if.pm lib/if.t
4070           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
4071           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
4072           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
4073           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
4074           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
4075           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
4076           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
4077           !> t/lib/warnings/pp_sys
4078 ____________________________________________________________________________
4079 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
4080         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
4081              (and also dies quickly on Windows); this bug crept in as
4082              change#610, a.k.a change#646
4083      Branch: maint-5.6/perl
4084            ! doio.c t/io/open.t
4085 ____________________________________________________________________________
4086 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
4087         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
4088              From: Ville "Skyttä" <ville.skytta@iki.fi>
4089              Date: Wed, 13 Feb 2002 22:29:39 +0200
4090              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
4091      Branch: perl
4092            ! lib/Pod/Html.pm
4093 ____________________________________________________________________________
4094 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
4095         Log: Document and test the C0 and C1.
4096      Branch: perl
4097            ! lib/charnames.pm lib/charnames.t
4098 ____________________________________________________________________________
4099 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
4100         Log: metaconfig unit change for #14697.
4101      Branch: metaconfig
4102            ! U/modified/Init.U
4103 ____________________________________________________________________________
4104 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
4105         Log: Also OS/2 seems to need exe set early.
4106      Branch: perl
4107            ! Configure
4108 ____________________________________________________________________________
4109 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
4110         Log: Document pack U0U.
4111      Branch: perl
4112            ! pod/perluniintro.pod
4113 ____________________________________________________________________________
4114 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
4115         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
4116              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4117              Date: Thu, 14 Feb 2002 23:58:00 +0100
4118              Message-ID: <20020214235800.A12901@rafael>
4119      Branch: perl
4120            ! pp_sys.c t/lib/warnings/pp_sys
4121 ____________________________________________________________________________
4122 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
4123         Log: Subject: [PATCH @13746] conditional pragmas
4124              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4125              Date: Mon, 31 Dec 2001 18:18:09 -0500
4126              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
4127      Branch: perl
4128            + lib/if.pm lib/if.t
4129            ! MANIFEST
4130 ____________________________________________________________________________
4131 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
4132         Log: Deparse bug introduced by #14615: the fix is just a workaround,
4133              I suspect there to be another deeper bug, must distill simpler
4134              test case.
4135      Branch: perl
4136            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
4137 ____________________________________________________________________________
4138 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
4139         Log: Integrate perlio; 
4140              
4141              Make dependencies more precise (for nmake)
4142      Branch: perl
4143           !> ext/Encode/EUC_JP/Makefile.PL
4144 ____________________________________________________________________________
4145 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
4146         Log: Just a guess.
4147      Branch: perl
4148            ! lib/Tie/Handle.pm
4149 ____________________________________________________________________________
4150 [ 14690] By: nick                                  on 2002/02/14  16:30:56
4151         Log: Integrate mainline
4152      Branch: perlio
4153           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
4154           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
4155           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
4156           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
4157           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
4158           !> utf8.c
4159 ____________________________________________________________________________
4160 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
4161         Log: Upgrade to Net::Ping 2.11.
4162      Branch: perl
4163            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
4164            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
4165            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
4166            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
4167 ____________________________________________________________________________
4168 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
4169         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
4170              From: Robin Barker <rmb1@cise.npl.co.uk>
4171              Date: Wed, 13 Feb 2002 17:37:07 GMT
4172              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
4173              
4174              (updated version of the above)
4175      Branch: perl
4176            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
4177 ____________________________________________________________________________
4178 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
4179         Log: Excise inexact blather.
4180      Branch: perl
4181            ! utf8.c
4182 ____________________________________________________________________________
4183 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
4184         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
4185              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4186              Date: Mon, 31 Dec 2001 20:28:46 -0500
4187              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
4188      Branch: perl
4189            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
4190            ! MANIFEST
4191 ____________________________________________________________________________
4192 [ 14685] By: nick                                  on 2002/02/14  14:20:20
4193         Log: Make dependencies more precise (for nmake)
4194      Branch: perlio
4195            ! ext/Encode/EUC_JP/Makefile.PL
4196 ____________________________________________________________________________
4197 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
4198         Log: Subject: [PATCH @13746] tied hashes
4199              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
4200              Date: Mon, 31 Dec 2001 19:15:39 -0500
4201              Message-ID: <20011231191539.A46@math.ohio-state.edu>
4202      Branch: perl
4203            ! lib/Tie/Hash.pm pod/perltie.pod
4204 ____________________________________________________________________________
4205 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
4206         Log: Subject: Re: [PATCH] Configure followed by make minitest
4207              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4208              Date: Sun, 10 Feb 2002 23:22:05 -0800
4209              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
4210      Branch: perl
4211            ! Makefile.SH
4212 ____________________________________________________________________________
4213 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
4214         Log: Subject: Re: perl@14647
4215              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4216              Date: Mon, 11 Feb 2002 19:30:36 +0100
4217              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
4218      Branch: perl
4219            ! t/op/groups.t
4220 ____________________________________________________________________________
4221 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
4222         Log: Update Changes.
4223      Branch: perl
4224            ! Changes patchlevel.h
4225 ____________________________________________________________________________
4226 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
4227         Log: Integrate perlio;
4228              
4229              Do not lc() the file names before doing dirname() or they don't match.
4230      Branch: perl
4231           !> lib/ExtUtils/t/Installed.t
4232 ____________________________________________________________________________
4233 [ 14679] By: sky                                   on 2002/02/13  12:56:13
4234         Log: rename mutex to make a bit more sense
4235      Branch: perl
4236            ! ext/threads/threads.xs
4237 ____________________________________________________________________________
4238 [ 14678] By: sky                                   on 2002/02/13  12:46:11
4239         Log: Track active threads....
4240      Branch: perl
4241            ! ext/threads/threads.pm ext/threads/threads.xs
4242 ____________________________________________________________________________
4243 [ 14677] By: nick                                  on 2002/02/13  09:30:42
4244         Log: Do not lc() the file names before doing dirname() or they don't match.
4245      Branch: perlio
4246            ! lib/ExtUtils/t/Installed.t
4247 ____________________________________________________________________________
4248 [ 14676] By: sky                                   on 2002/02/13  09:03:37
4249         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
4250              From: Michael G Schwern <schwern@pobox.com>
4251              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
4252              Message-Id: <20020213100017.GA6288@blackrider>
4253      Branch: perl
4254            ! lib/File/Spec/t/rel2abs2rel.t
4255 ____________________________________________________________________________
4256 [ 14675] By: sky                                   on 2002/02/13  09:00:24
4257         Log: Do not propagate END blocks to child threads, test.
4258      Branch: perl
4259            + ext/threads/t/end.t
4260            ! MANIFEST ext/threads/threads.xs
4261 ____________________________________________________________________________
4262 [ 14674] By: nick                                  on 2002/02/13  08:34:55
4263         Log: Integrate mainline
4264      Branch: perlio
4265           +> ext/threads/t/join.t
4266           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
4267           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
4268           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
4269 ____________________________________________________________________________
4270 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
4271         Log: metaconfig unit change for #14672.
4272      Branch: metaconfig
4273            ! U/modified/lns.U
4274 ____________________________________________________________________________
4275 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
4276         Log: $ln is supposed to be already set to $ln + executable suffix
4277              on platforms that need it, from Paul Green.
4278      Branch: perl
4279            ! Configure
4280 ____________________________________________________________________________
4281 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
4282         Log: Subject: New command syntax for 'x' command
4283              From: Mark-Jason Dominus <mjd@plover.com>
4284              Date: Tue, 12 Feb 2002 20:54:01 -0500
4285              Message-ID: <20020213015401.25685.qmail@plover.com>
4286      Branch: perl
4287            ! lib/perl5db.pl pod/perldebug.pod
4288 ____________________________________________________________________________
4289 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
4290         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
4291              From: Mark-Jason Dominus <mjd@plover.com>
4292              Date: Tue, 12 Feb 2002 20:20:42 -0500
4293              Message-ID: <20020213012042.25245.qmail@plover.com>
4294      Branch: perl
4295            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
4296 ____________________________________________________________________________
4297 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
4298         Log: Iteration continues.
4299      Branch: perl
4300            ! utf8.c
4301 ____________________________________________________________________________
4302 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
4303         Log: Duh.
4304      Branch: perl
4305            ! pp_pack.c t/op/length.t
4306 ____________________________________________________________________________
4307 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
4308         Log: Retract #14666.
4309      Branch: perl
4310            ! t/op/lc.t
4311 ____________________________________________________________________________
4312 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
4313         Log: (retracted by #14667)
4314      Branch: perl
4315            ! t/op/lc.t
4316 ____________________________________________________________________________
4317 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
4318         Log: Tiny test script tweaks.
4319      Branch: perl
4320            ! t/uni/fold.t
4321 ____________________________________________________________________________
4322 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
4323         Log: Rewrite the "special mapping" part of to_utf8_case(),
4324              this time with fewer bugs.  (See: The Law of Cybernetic
4325              Entymology.)
4326      Branch: perl
4327            ! utf8.c
4328 ____________________________________________________________________________
4329 [ 14663] By: sky                                   on 2002/02/12  18:26:16
4330         Log: Stop failures if you pass an object, sv_dup might not be the right 
4331              thing to use since I have a feeling we end up cloning far too much. 
4332              (Like the stash for example).... Maybe we need a lightweight sv_dup 
4333              that searches the target for things....
4334              Real fix is another option to perl_clone which controls if you should 
4335              save stashes.
4336      Branch: perl
4337            ! ext/threads/threads.xs
4338 ____________________________________________________________________________
4339 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
4340         Log: Retract #14661.
4341      Branch: perl
4342            ! hints/solaris_2.sh
4343 ____________________________________________________________________________
4344 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
4345         Log: (retracted by #14662)
4346      Branch: perl
4347            ! hints/solaris_2.sh
4348 ____________________________________________________________________________
4349 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
4350         Log: EBCDIC: another "can't happen".
4351      Branch: perl
4352            ! utf8.c
4353 ____________________________________________________________________________
4354 [ 14659] By: sky                                   on 2002/02/12  14:38:21
4355         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
4356      Branch: perl
4357            + ext/threads/t/join.t
4358            ! MANIFEST ext/threads/threads.xs
4359 ____________________________________________________________________________
4360 [ 14658] By: nick                                  on 2002/02/12  13:54:06
4361         Log: Integrate mainline
4362      Branch: perlio
4363           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
4364           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
4365           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
4366 ____________________________________________________________________________
4367 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
4368         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
4369              From: Jan Dubois <JanD@ActiveState.com> 
4370              Date: Tue, 12 Feb 2002 00:56:31 -0800
4371              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
4372      Branch: perl
4373            ! lib/Win32.pod win32/win32.c win32/win32.h
4374 ____________________________________________________________________________
4375 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
4376         Log: Subject: [PATCH] Re: 14654 introduced a bug 
4377              From: Michael G Schwern <schwern@pobox.com> 
4378              Date: Tue, 12 Feb 2002 05:37:36 -0500
4379              Message-ID: <20020212103736.GC14327@blackrider>
4380      Branch: perl
4381            ! lib/File/Spec/t/rel2abs2rel.t
4382 ____________________________________________________________________________
4383 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
4384         Log: More unset installman[13]dir tweaks from chromatic.
4385      Branch: perl
4386            ! lib/ExtUtils/Installed.pm
4387 ____________________________________________________________________________
4388 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
4389         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
4390              From: Michael G Schwern <schwern@pobox.com>
4391              Date: Mon, 11 Feb 2002 12:23:02 -0500
4392              Message-ID: <20020211172302.GD9556@blackrider>
4393      Branch: perl
4394            ! lib/File/Spec/t/rel2abs2rel.t
4395 ____________________________________________________________________________
4396 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
4397         Log: Use `` instead of -| to be a little bit more portable,
4398              from Michael Schwern.
4399      Branch: perl
4400            ! lib/ExtUtils/t/Embed.t
4401 ____________________________________________________________________________
4402 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
4403         Log: EBCDIC: this change for \N{} in particular is now
4404              unnecessary because of the recent more general
4405              pack U change.
4406      Branch: perl
4407            ! toke.c
4408 ____________________________________________________________________________
4409 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
4410         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
4411              From: "Craig A. Berry" <craigberry@mac.com>
4412              Date: Mon, 11 Feb 2002 17:13:47 -0600
4413              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
4414      Branch: perl
4415            ! t/test.pl
4416 ____________________________________________________________________________
4417 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
4418         Log: EBCDIC: pack U bytes change.
4419      Branch: perl
4420            ! t/op/length.t
4421 ____________________________________________________________________________
4422 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
4423         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
4424      Branch: perl
4425            ! t/op/each.t
4426 ____________________________________________________________________________
4427 [ 14648] By: nick                                  on 2002/02/11  16:14:50
4428         Log: Integrate mainline
4429      Branch: perlio
4430           !> Changes Configure Makefile.SH autodoc.pl
4431           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
4432           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
4433           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
4434 ____________________________________________________________________________
4435 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
4436         Log: Update Changes.
4437      Branch: perl
4438            ! Changes patchlevel.h
4439 ____________________________________________________________________________
4440 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
4441         Log: Regen toc.
4442      Branch: perl
4443            ! pod/perltoc.pod
4444 ____________________________________________________________________________
4445 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
4446         Log: Forgot from #14641.
4447      Branch: perl
4448            ! lib/ExtUtils/t/Embed.t
4449 ____________________________________________________________________________
4450 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
4451         Log: A forgotten metaconfig unit.
4452      Branch: metaconfig/U/perl
4453            + i_features.U
4454 ____________________________________________________________________________
4455 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
4456         Log: metaconfig unit changes for #14642.
4457      Branch: metaconfig
4458            + U/modified/lns.U
4459      Branch: metaconfig/U/perl
4460            ! issymlink.U
4461 ____________________________________________________________________________
4462 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
4463         Log: -Dmksymlinks was broken by #14628.
4464      Branch: perl
4465            ! Configure
4466 ____________________________________________________________________________
4467 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
4468         Log: Subject: [PATCH @14577] OS/2 build
4469              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4470              Date: Mon, 11 Feb 2002 06:56:41 -0500
4471              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
4472              
4473              (sans the Configure, perlio.sym, and t/op/stat.t parts)
4474      Branch: perl
4475            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
4476            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
4477            ! os2/os2ish.h
4478 ____________________________________________________________________________
4479 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
4480         Log: Integrate perlio;
4481              
4482              Re-structure Japanese encodings - part 1
4483              
4484              Split Japanese encodings - part 2
4485              - build separate .c files with separate 'compile' steps
4486              - overall Japanese.xs / Japanese.pm which loads them
4487              
4488              Add test for Japanese encoding (well euc-jp anyway).
4489              Fix one bug shown by above
4490              Skip test which does not pass yet.
4491              
4492              Patch up the failing multi-byte write case, and un-skip
4493              the test.
4494      Branch: perl
4495           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
4496           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
4497            - ext/Encode/EUC_JP/EUC_JP.pm
4498           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
4499 ____________________________________________________________________________
4500 [ 14639] By: nick                                  on 2002/02/11  11:59:18
4501         Log: Patch up the failing multi-byte write case, and un-skip
4502              the test.
4503      Branch: perlio
4504            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
4505 ____________________________________________________________________________
4506 [ 14638] By: nick                                  on 2002/02/11  10:55:39
4507         Log: Add test for Japanese encoding (well euc-jp anyway).
4508              Fix one bug shown by above
4509              Skip test which does not pass yet.
4510      Branch: perlio
4511            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
4512            + ext/Encode/t/table.ref
4513            ! MANIFEST ext/Encode/Encode.xs
4514 ____________________________________________________________________________
4515 [ 14637] By: nick                                  on 2002/02/11  09:07:04
4516         Log: Split Japanese encodings - part 2
4517              - build separate .c files with separate 'compile' steps
4518              - overall Japanese.xs / Japanese.pm which loads them
4519      Branch: perlio
4520            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
4521 ____________________________________________________________________________
4522 [ 14636] By: nick                                  on 2002/02/11  08:15:42
4523         Log: Re-structure Japanese encodings - part 1
4524      Branch: perlio
4525           +> ext/Encode/EUC_JP/Japanese.pm
4526            - ext/Encode/EUC_JP/EUC_JP.pm
4527            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
4528 ____________________________________________________________________________
4529 [ 14635] By: nick                                  on 2002/02/11  08:05:12
4530         Log: Integrate mainline
4531      Branch: perlio
4532           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
4533           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
4534           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
4535 ____________________________________________________________________________
4536 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
4537         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
4538              From: Mike Guy <mjtg@cam.ac.uk>
4539              Date: Mon, 11 Feb 2002 02:50:42 +0000
4540              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
4541      Branch: perl
4542            ! t/op/arith.t
4543 ____________________________________________________________________________
4544 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
4545         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
4546              Stepping backward in the string would be majorly bad.
4547      Branch: perl
4548            ! regcomp.c
4549 ____________________________________________________________________________
4550 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
4551         Log: The debugger part of
4552              
4553              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
4554              From: Michael G Schwern <schwern@pobox.com> 
4555              Date: Wed, 6 Feb 2002 17:32:12 -0500
4556              Message-ID: <20020206223212.GG1346@blackrider>
4557      Branch: perl
4558            ! lib/perl5db.pl
4559 ____________________________________________________________________________
4560 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
4561         Log: Integrate perlio;
4562              
4563              Borland/Win32 tuning
4564              
4565              Move PerlIO_perlio to layer_syms where it belongs?
4566      Branch: perl
4567           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
4568 ____________________________________________________________________________
4569 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
4570         Log: EBCDIC: the low 256 needs to be shuffled also
4571              in pack/unpack U (this breaks the equivalence
4572              of pack U and v-strings, but I think if someone
4573              has to give, v-strings are a good victim)
4574      Branch: perl
4575            ! pp_pack.c t/op/pack.t
4576 ____________________________________________________________________________
4577 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
4578         Log: metaconfig unit changes for #14628.
4579      Branch: metaconfig/U/perl
4580            ! d_u32align.U issymlink.U
4581 ____________________________________________________________________________
4582 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
4583         Log: Two Configure tweaks; the u32align test was trying
4584              to write into a string literal, the ln -s test was
4585              failing in VOS.
4586      Branch: perl
4587            ! Configure
4588 ____________________________________________________________________________
4589 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
4590         Log: DJGPP tweaks from Laszlo Molnar.
4591      Branch: perl
4592            ! djgpp/djgpp.c lib/File/Spec.pm
4593 ____________________________________________________________________________
4594 [ 14626] By: nick                                  on 2002/02/10  18:36:47
4595         Log: Move PerlIO_perlio to layer_syms where it belongs?
4596      Branch: perlio
4597            ! makedef.pl
4598 ____________________________________________________________________________
4599 [ 14625] By: nick                                  on 2002/02/10  18:02:21
4600         Log: Borland/Win32 tuning
4601      Branch: perlio
4602            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
4603 ____________________________________________________________________________
4604 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
4605         Log: Additional explanation for the [:...:] failure.
4606      Branch: perl
4607            ! pod/perldiag.pod
4608 ____________________________________________________________________________
4609 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
4610         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
4611              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4612              Date: Sun, 10 Feb 2002 13:32:48 +0100
4613              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
4614      Branch: perl
4615            ! makedef.pl
4616 ____________________________________________________________________________
4617 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
4618         Log: Test tweaks from chromatic for cases where there
4619              are no installman1dir or installman3dir.
4620      Branch: perl
4621            ! lib/ExtUtils/t/Installed.t
4622 ____________________________________________________________________________
4623 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
4624         Log: Integrate perlio;
4625              
4626              Nick Clark's tweaks to Encode compile process
4627              1. Use decimal constants to unit string arrays rather than
4628              very long string litterals (latter having possible "\0"
4629              on end issues, and needing ANSI C line splicing).
4630              2. Replace tail-recursion during insert process with itteration.
4631              Nick C sees 12% speedup from these.
4632      Branch: perl
4633           !> ext/Encode/Encode.pm ext/Encode/compile
4634 ____________________________________________________________________________
4635 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
4636         Log: Portability notes: filename characters, character sets.
4637      Branch: perl
4638            ! pod/perlport.pod
4639 ____________________________________________________________________________
4640 [ 14619] By: nick                                  on 2002/02/10  11:06:05
4641         Log: Integrate mainline
4642      Branch: perlio
4643            ! ext/Encode/Encode.pm
4644           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
4645           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
4646           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
4647           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
4648           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
4649 ____________________________________________________________________________
4650 [ 14618] By: nick                                  on 2002/02/10  10:48:15
4651         Log: Nick Clark's tweaks to Encode compile process
4652              1. Use decimal constants to unit string arrays rather than
4653              very long string litterals (latter having possible "\0"
4654              on end issues, and needing ANSI C line splicing).
4655              2. Replace tail-recursion during insert process with itteration.
4656              Nick C sees 12% speedup from these.
4657      Branch: perlio
4658            ! ext/Encode/compile
4659 ____________________________________________________________________________
4660 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
4661         Log: Use the "Unicode 1.0" name field for control characters,
4662              as suggested by Mark Davis.  Note that Unicode 3.2 will
4663              require some more legwork on this because of certain
4664              alternative names.
4665      Branch: perl
4666            ! lib/unicore/Name.pl lib/unicore/mktables
4667 ____________________________________________________________________________
4668 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
4669         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
4670      Branch: perl
4671            ! hints/os390.sh
4672 ____________________________________________________________________________
4673 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
4674         Log: EBCDIC: the non-printable characters are different.
4675      Branch: perl
4676            ! ext/B/B/Deparse.pm
4677 ____________________________________________________________________________
4678 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
4679         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
4680              From: Nicholas Clark <nick@unfortu.net> 
4681              Date: Sat, 9 Feb 2002 22:31:29 +0000
4682              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
4683      Branch: perl
4684            ! t/lib/warnings/pp_hot
4685 ____________________________________________________________________________
4686 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
4687         Log: Subject: [PATCH] Re: Modulus operator inconsistency
4688              From: Nicholas Clark <nick@unfortu.net>
4689              Date: Sat, 9 Feb 2002 21:00:13 +0000
4690              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
4691      Branch: perl
4692            ! op.c t/op/arith.t
4693 ____________________________________________________________________________
4694 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
4695         Log: Use the same escaping mechanism for all the *flags.
4696      Branch: perl
4697            ! lib/ExtUtils/Embed.pm
4698 ____________________________________________________________________________
4699 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
4700         Log: Protect possible parentheses in ccflags, ccdlflags, and
4701              ldflags.  (In OS/390 there are parentheses in ccflags.)
4702      Branch: perl
4703            ! lib/ExtUtils/Embed.pm
4704 ____________________________________________________________________________
4705 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
4706         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
4707              From: Peter Scott <Peter@PSDT.com>
4708              Date: Fri, 08 Feb 2002 19:20:19 -0800
4709              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
4710      Branch: perl
4711            ! lib/perl5db.pl
4712 ____________________________________________________________________________
4713 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
4714         Log: FAQ sync.
4715      Branch: perl
4716            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
4717 ____________________________________________________________________________
4718 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
4719         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
4720              From: Chris Nandor <pudge@pobox.com>
4721              Date: Fri, 08 Feb 2002 16:31:41 -0500
4722              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
4723      Branch: perl
4724            ! cop.h deb.c pp_ctl.c toke.c util.c
4725 ____________________________________________________________________________
4726 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
4727         Log: Redo CopFILE / MacPerl_MPWFIleName patch
4728      Branch: maint-5.6/macperl
4729            ! cop.h deb.c pp_ctl.c toke.c util.c
4730 ____________________________________________________________________________
4731 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
4732         Log: The metaconfig unit change to go with #14605.
4733      Branch: metaconfig/U/perl
4734            ! libperl.U
4735 ____________________________________________________________________________
4736 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
4737         Log: The Configure change to go with #14604.
4738      Branch: perl
4739            ! Configure
4740 ____________________________________________________________________________
4741 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
4742         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
4743              From: Andy Dougherty <doughera@lafayette.edu>
4744              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
4745              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
4746      Branch: perl
4747            ! hints/bsdos.sh
4748 ____________________________________________________________________________
4749 [ 14603] By: nick                                  on 2002/02/08  18:16:09
4750         Log: Integrate mainline
4751      Branch: perlio
4752           +> ext/threads/t/libc.t
4753           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
4754           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
4755 ____________________________________________________________________________
4756 [ 14602] By: sky                                   on 2002/02/08  15:19:15
4757         Log: Start testing for safe localtime functions, TODO, test more functions.
4758      Branch: perl
4759            + ext/threads/t/libc.t
4760            ! MANIFEST
4761 ____________________________________________________________________________
4762 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
4763         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
4764              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4765              Date: Fri, 8 Feb 2002 00:21:07 +0100
4766              Message-ID: <20020208002107.E763@rafael>
4767      Branch: perl
4768            ! doio.c pp_sys.c t/io/argv.t
4769 ____________________________________________________________________________
4770 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
4771         Log: Subject: [PATCH] Configure followed by make minitest
4772              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4773              Date: Wed, 06 Feb 2002 21:35:20 -0800
4774              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
4775      Branch: perl
4776            ! t/op/taint.t t/run/fresh_perl.t
4777 ____________________________________________________________________________
4778 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
4779         Log: Integrate perlio;
4780              
4781              Extract something from yesterdays effort - convert my mail on pad
4782              data structures (incoporating Sarathy's corrections/clarifications)
4783              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
4784      Branch: perl
4785           !> cv.h pod/perlapi.pod pod/perlintern.pod
4786 ____________________________________________________________________________
4787 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
4788         Log: metaconfig unit changes for #14597.
4789      Branch: metaconfig
4790            ! U/modified/Loc.U
4791      Branch: metaconfig/U/perl
4792            ! libperl.U
4793 ____________________________________________________________________________
4794 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
4795         Log: Configure DJGPP tweak from Laszlo Molnar.
4796      Branch: perl
4797            ! Configure
4798 ____________________________________________________________________________
4799 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
4800         Log: DJGPP tweaks from Laszlo Molnar.
4801      Branch: perl
4802            ! djgpp/djgppsed.sh perl.c
4803 ____________________________________________________________________________
4804 [ 14595] By: nick                                  on 2002/02/08  09:19:29
4805         Log: Extract something from yesterdays effort - convert my mail on pad
4806              data structures (incoporating Sarathy's corrections/clarifications)
4807              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
4808      Branch: perlio
4809            ! cv.h pod/perlapi.pod pod/perlintern.pod
4810 ____________________________________________________________________________
4811 [ 14594] By: nick                                  on 2002/02/08  08:34:49
4812         Log: Integrate mainline
4813      Branch: perlio
4814           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
4815           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
4816           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
4817           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
4818           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
4819           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
4820 ____________________________________________________________________________
4821 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
4822         Log: To really skip the test an exit() is needed.
4823      Branch: perl
4824            ! lib/encoding.t
4825 ____________________________________________________________________________
4826 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
4827         Log: More diagnostics from Nicholas Clark.
4828      Branch: perl
4829            ! lib/Benchmark.t
4830 ____________________________________________________________________________
4831 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
4832         Log: In case of failure be more verbose.
4833      Branch: perl
4834            ! t/base/num.t
4835 ____________________________________________________________________________
4836 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
4837         Log: Update Changes
4838      Branch: maint-5.6/macperl
4839            ! macos/Changes
4840 ____________________________________________________________________________
4841 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
4842         Log: Merge AEGizmos library into PPC binary
4843      Branch: maint-5.6/macperl
4844            ! macos/Makefile.mk
4845 ____________________________________________________________________________
4846 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
4847         Log: Add -ansifor for MrCpp options
4848      Branch: maint-5.6/macperl
4849            ! macos/BuildRules.mk
4850 ____________________________________________________________________________
4851 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
4852         Log: Check ownership of CatInfos (MacPerl Bug #494482)
4853      Branch: maint-5.6/macperl
4854            ! macos/ext/Mac/Files/Files.xs
4855 ____________________________________________________________________________
4856 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
4857         Log: Resource updates
4858      Branch: maint-5.6/macperl
4859            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
4860 ____________________________________________________________________________
4861 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
4862         Log: Empty path is ENOENT (MacPerl Bug #512351)
4863      Branch: maint-5.6/macperl
4864            ! macos/macperl/MPAppleEvents.c
4865 ____________________________________________________________________________
4866 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
4867         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
4868      Branch: maint-5.6/macperl
4869            ! macos/macperl/MPAEVTStream.cp
4870 ____________________________________________________________________________
4871 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
4872         Log: macify(ABSTRACT_FROM)
4873      Branch: maint-5.6/macperl
4874            ! macos/lib/ExtUtils/MM_MacOS.pm
4875 ____________________________________________________________________________
4876 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
4877         Log: Use correct Mac filenames in error messages, caller()
4878      Branch: maint-5.6/macperl
4879            ! deb.c pp_ctl.c toke.c util.c
4880 ____________________________________________________________________________
4881 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
4882         Log: Sanity checks to see that the IV/NV and the PV of numeric
4883              scalars stay in sync (unearthed this via the OS/390 gcvt()
4884              brokenness)
4885      Branch: perl
4886            + t/base/num.t
4887            ! MANIFEST
4888 ____________________________________________________________________________
4889 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
4890         Log: Retract the anon leak subpatch of #14418 and #14431
4891              (the latter came into bleadperl as part of #14433).
4892      Branch: perl
4893            ! op.c t/run/fresh_perl.t
4894 ____________________________________________________________________________
4895 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
4896         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
4897              mangles 0.1 to "10".  sprintf() seems more well-behaved.
4898      Branch: perl
4899            ! hints/os390.sh
4900 ____________________________________________________________________________
4901 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
4902         Log: Subject: [PATCH @14557] another Encode fix for VMS
4903              From: "Craig A. Berry" <craigberry@mac.com>
4904              Date: Wed, 06 Feb 2002 14:44:20 -0600
4905              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
4906      Branch: perl
4907            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
4908 ____________________________________________________________________________
4909 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
4910         Log: Integrate perlio;
4911              
4912              One way to avoid OS390 winge about #line directives.
4913      Branch: perl
4914           !> ext/Encode/EUC_JP/Makefile.PL
4915 ____________________________________________________________________________
4916 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
4917         Log: Update Changes.
4918      Branch: perl
4919            ! Changes patchlevel.h
4920 ____________________________________________________________________________
4921 [ 14575] By: nick                                  on 2002/02/06  15:23:24
4922         Log: One way to avoid OS390 winge about #line directives.
4923      Branch: perlio
4924            ! ext/Encode/EUC_JP/Makefile.PL
4925 ____________________________________________________________________________
4926 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
4927         Log: s/Netware/NetWare/
4928      Branch: perl
4929            ! MANIFEST
4930 ____________________________________________________________________________
4931 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
4932         Log: New Netware scripts.
4933      Branch: perl
4934            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
4935            + NetWare/t/NWScripts-Exist.pl
4936            ! MANIFEST
4937 ____________________________________________________________________________
4938 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
4939         Log: EBCDIC: the encoding pragma would need some rethinking,
4940              probably a pass of EBCDIC->Unicode mapping.  For now,
4941              disable it on EBCDIC.
4942      Branch: perl
4943            ! lib/encoding.pm lib/encoding.t
4944 ____________________________________________________________________________
4945 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
4946         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
4947              for the low 256.  Now tweaked the tests, but maybe it's
4948              the module that needs few NATIVE_TO_UNI()s somewhere?
4949      Branch: perl
4950            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
4951 ____________________________________________________________________________
4952 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
4953         Log: Subject: [PATCH utf8.c] format problem
4954              From: Robin Barker <rmb1@cise.npl.co.uk>
4955              Date: Wed, 6 Feb 2002 14:01:43 GMT
4956              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
4957      Branch: perl
4958            ! utf8.c
4959 ____________________________________________________________________________
4960 [ 14569] By: nick                                  on 2002/02/06  09:52:23
4961         Log: Integrate mainline
4962      Branch: perlio
4963           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
4964           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
4965           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
4966           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
4967           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
4968           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
4969 ____________________________________________________________________________
4970 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
4971         Log: EBCDIC: 0x41 is not cricket.
4972      Branch: perl
4973            ! ext/Encode/t/Encode.t
4974 ____________________________________________________________________________
4975 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
4976         Log: NetWare update from Ananth Kesari.
4977      Branch: perl
4978            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
4979            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
4980            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
4981            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
4982            ! NetWare/t/NWScripts.pl makedef.pl
4983 ____________________________________________________________________________
4984 [ 14566] By: sky                                   on 2002/02/05  18:39:13
4985         Log: Subject: Re: File::Spec::rel2abs2rel (?)
4986              From: Michael G Schwern <schwern@pobox.com>
4987              Date: Tue, 5 Feb 2002 13:47:39 -0500
4988              Message-ID: <20020205184739.GB17375@blackrider>
4989      Branch: perl
4990            ! lib/File/Spec/t/rel2abs2rel.t
4991 ____________________________________________________________________________
4992 [ 14565] By: nick                                  on 2002/02/05  17:31:24
4993         Log: Integrate mainline
4994      Branch: perlio
4995           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
4996           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
4997           !> utf8.h
4998 ____________________________________________________________________________
4999 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
5000         Log: Integrate perlio;
5001              
5002              More Encode tweaks:
5003              - make expensive and marginal substring search optional (-O)
5004              - enable -O for ASCII-oid encodings (search space is small)
5005              - add ASCII-oid jis0201 to basic Encode.so
5006              - add some other Japanese encodings to EUC_JP bundle (without -O)
5007      Branch: perl
5008           +> ext/Encode/Encode/jis0201.ucm
5009           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
5010           !> ext/Encode/compile
5011 ____________________________________________________________________________
5012 [ 14563] By: nick                                  on 2002/02/05  16:01:15
5013         Log: More Encode tweaks:
5014              - make expensive and marginal substring search optional (-O)
5015              - enable -O for ASCII-oid encodings (search space is small)
5016              - add ASCII-oid jis0201 to basic Encode.so
5017              - add some other Japanese encodings to EUC_JP bundle (without -O)
5018      Branch: perlio
5019            + ext/Encode/Encode/jis0201.ucm
5020            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
5021            ! ext/Encode/compile
5022 ____________________________________________________________________________
5023 [ 14562] By: sky                                   on 2002/02/05  14:50:36
5024         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
5025      Branch: perl
5026            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
5027 ____________________________________________________________________________
5028 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
5029         Log: EBCDIC: SHARP S is different.
5030      Branch: perl
5031            ! regexec.c utf8.h
5032 ____________________________________________________________________________
5033 [ 14560] By: sky                                   on 2002/02/05  13:49:40
5034         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
5035      Branch: perl
5036            ! t/op/filetest.t
5037 ____________________________________________________________________________
5038 [ 14559] By: sky                                   on 2002/02/05  11:39:24
5039         Log: Add . first to the PATH environment to test that we really
5040              get ./perl and not some other older perl.
5041      Branch: perl
5042            ! lib/File/Spec/t/rel2abs2rel.t
5043 ____________________________________________________________________________
5044 [ 14558] By: sky                                   on 2002/02/05  11:20:21
5045         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...
5046      Branch: perl
5047            ! ext/POSIX/t/posix.t
5048 ____________________________________________________________________________
5049 [ 14557] By: sky                                   on 2002/02/05  10:30:58
5050         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
5051      Branch: perl
5052            ! hints/darwin.sh perl.h
5053 ____________________________________________________________________________
5054 [ 14556] By: nick                                  on 2002/02/05  06:58:52
5055         Log: Integrate mainline
5056      Branch: perlio
5057           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
5058           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
5059           !> lib/File/Find/t/taint.t
5060 ____________________________________________________________________________
5061 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
5062         Log: Integrate change #14439 from maintperl
5063      Branch: maint-5.6/macperl
5064           !> op.c
5065 ____________________________________________________________________________
5066 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
5067         Log: Subject: [PATCH] File::Find tests not cleaning up properly
5068              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5069              Date: Mon, 4 Feb 2002 22:09:07 +0100
5070              Message-ID: <20020204220907.A8288@rafael>
5071      Branch: perl
5072            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
5073 ____________________________________________________________________________
5074 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
5075         Log: Signedness mumblings from Tru64.
5076      Branch: perl
5077            ! ext/Encode/Encode.xs
5078 ____________________________________________________________________________
5079 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
5080         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
5081              From: "Craig A. Berry" <craigberry@mac.com>
5082              Date: Mon, 04 Feb 2002 17:16:00 -0600
5083              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
5084      Branch: perl
5085            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
5086            ! ext/Encode/Encode.xs
5087 ____________________________________________________________________________
5088 [ 14551] By: nick                                  on 2002/02/04  16:00:31
5089         Log: Integrate mainline
5090      Branch: perlio
5091           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
5092           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
5093           !> regcomp.c
5094 ____________________________________________________________________________
5095 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
5096         Log: Update Changes.
5097      Branch: perl
5098            ! Changes patchlevel.h
5099 ____________________________________________________________________________
5100 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
5101         Log: Comment microtweaks.
5102      Branch: perl
5103            ! lib/locale.t
5104 ____________________________________________________________________________
5105 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
5106         Log: Subject: trivial docu patch
5107              From: andreas.koenig@anima.de (Andreas J. Koenig)
5108              Date: 04 Feb 2002 08:15:19 +0100
5109              Message-ID: <m3pu3l7m60.fsf@anima.de>
5110      Branch: perl
5111            ! pod/perluniintro.pod
5112 ____________________________________________________________________________
5113 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
5114         Log: Subject: [PATCH] (??{ }) anomaly
5115              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5116              Date: Sun, 03 Feb 2002 20:21:45 -0800
5117              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
5118      Branch: perl
5119            ! regcomp.c
5120 ____________________________________________________________________________
5121 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
5122         Log: Integrate perlio.
5123              
5124              Carry on where we left off if we have to grow destination
5125              SV during XS encode/decode
5126              
5127              Remove debugging warning, be consistent about API fails.
5128      Branch: perl
5129           !> ext/Encode/Encode.xs
5130 ____________________________________________________________________________
5131 [ 14545] By: nick                                  on 2002/02/03  20:03:38
5132         Log: Remove debugging warning, be consistent about API fails.
5133      Branch: perlio
5134            ! ext/Encode/Encode.xs
5135 ____________________________________________________________________________
5136 [ 14544] By: nick                                  on 2002/02/03  19:47:48
5137         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
5138      Branch: perlio
5139            ! ext/Encode/Encode.xs
5140 ____________________________________________________________________________
5141 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
5142         Log: Subject: PATCH CPAN.pm
5143              From: Mark-Jason Dominus <mjd@plover.com>
5144              Date: Sun, 03 Feb 2002 12:36:36 -0500
5145              Message-ID: <20020203173636.27451.qmail@plover.com>
5146      Branch: perl
5147            ! lib/CPAN.pm
5148 ____________________________________________________________________________
5149 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
5150         Log: Must search further back.
5151      Branch: perl
5152            ! lib/h2xs.t
5153 ____________________________________________________________________________
5154 [ 14541] By: nick                                  on 2002/02/03  18:52:09
5155         Log: Integrate mainline
5156      Branch: perlio
5157           !> (integrate 29 files)
5158 ____________________________________________________________________________
5159 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
5160         Log: EBCDIC: more natification.
5161      Branch: perl
5162            ! regcomp.c
5163 ____________________________________________________________________________
5164 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
5165         Log: Debug noise.
5166      Branch: perl
5167            ! ext/Encode/Encode.xs
5168 ____________________________________________________________________________
5169 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
5170         Log: Integrate perlio;
5171              
5172              Stable intermediate point in Encode cleanup.
5173              :encode(euc-jp) works on Dan's table.euc
5174              Much buffer copying and other silliness remains.
5175      Branch: perl
5176           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
5177           !> ext/Encode/lib/Encode/Encoding.pm
5178 ____________________________________________________________________________
5179 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
5180         Log: Prettify.
5181      Branch: perl
5182            ! lib/unicore/mktables
5183 ____________________________________________________________________________
5184 [ 14536] By: nick                                  on 2002/02/03  17:32:03
5185         Log: Stable intermediate point in Encode cleanup.
5186              :encode(euc-jp) works on Dan's table.euc
5187              Much buffer copying and other silliness remains.
5188      Branch: perlio
5189            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
5190            ! ext/Encode/lib/Encode/Encoding.pm
5191 ____________________________________________________________________________
5192 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
5193         Log: EBCDIC: it's much nicer to compare Unicode code points
5194              to Unicode code points.
5195      Branch: perl
5196            ! regexec.c
5197 ____________________________________________________________________________
5198 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
5199         Log: EBCDIC: character classes must remap the low 256.
5200      Branch: perl
5201            ! regcomp.c
5202 ____________________________________________________________________________
5203 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
5204         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
5205      Branch: perl
5206            ! lib/I18N/LangTags/List.pm
5207 ____________________________________________________________________________
5208 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
5209         Log: FAQ sync.
5210      Branch: perl
5211            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
5212            ! pod/perlfaq6.pod pod/perlfaq7.pod
5213 ____________________________________________________________________________
5214 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
5215         Log: Integrate perlio;
5216              
5217              Re-indent Encode.xs
5218              
5219              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
5220              (Mis-feature discovered by Encode.)
5221      Branch: perl
5222           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
5223 ____________________________________________________________________________
5224 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
5225         Log: Subject: [PATCH] lstat FH and -l FH warnings
5226              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5227              Date: Sat, 2 Feb 2002 22:24:54 +0100           
5228              Message-ID: <20020202222454.A11608@rafael>       
5229      Branch: perl
5230            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
5231            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
5232 ____________________________________________________________________________
5233 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
5234         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
5235              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5236              Date: Sat, 2 Feb 2002 13:11:01 +0100           
5237              Message-ID: <20020202131101.A722@rafael>               
5238              
5239              Subject: [PATCH t/op/ver.t] another false positive
5240              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5241              Date: Sat, 2 Feb 2002 13:38:22 +0100           
5242              Message-ID: <20020202133822.E722@rafael>         
5243              
5244              Subject: [PATCH] t/test.pl:ok() doesn't work
5245              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
5246              Date: Sun, 03 Feb 2002 00:02:38 -0800          
5247              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
5248      Branch: perl
5249            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
5250            ! t/test.pl
5251 ____________________________________________________________________________
5252 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
5253         Log: Subject: [PATCH @13746] OS2::Process's constants
5254              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5255              Date: Sat, 2 Feb 2002 01:00:55 -0500           
5256              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
5257      Branch: perl
5258            ! os2/OS2/Process/Makefile.PL
5259 ____________________________________________________________________________
5260 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
5261         Log: Subject: [PATCH @13746] h2xs   
5262              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5263              Date: Sat, 2 Feb 2002 00:58:44 -0500           
5264              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
5265      Branch: perl
5266            ! utils/h2xs.PL
5267 ____________________________________________________________________________
5268 [ 14526] By: nick                                  on 2002/02/03  14:54:18
5269         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
5270              (Mis-feature discovered by Encode.)
5271      Branch: perlio
5272            ! sv.c
5273 ____________________________________________________________________________
5274 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
5275         Log: EBCDIC: since #14519 made \N{...} to remap,
5276              the test cannot expect an ASCII code point.
5277      Branch: perl
5278            ! lib/charnames.t
5279 ____________________________________________________________________________
5280 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
5281         Log: Sub-MANIFEST-tweak.
5282      Branch: perl
5283            ! ext/Encode/MANIFEST
5284 ____________________________________________________________________________
5285 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
5286         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
5287              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5288              Date: Fri, 01 Feb 2002 23:51:03 +0900
5289              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
5290      Branch: perl
5291            ! ext/Encode/lib/Encode/Tcl/Escape.pm
5292 ____________________________________________________________________________
5293 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
5294         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
5295              From: Andy Dougherty <doughera@lafayette.edu>
5296              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
5297              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
5298      Branch: perl
5299            ! README.solaris hints/solaris_2.sh
5300 ____________________________________________________________________________
5301 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
5302         Log: EBCDIC: no hope to get the low 256 right in unifolding.
5303      Branch: perl
5304            ! t/uni/fold.t
5305 ____________________________________________________________________________
5306 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
5307         Log: todo entry for missing pack formats.
5308      Branch: perl
5309            ! pod/perltodo.pod
5310 ____________________________________________________________________________
5311 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
5312         Log: EBCDIC: the low 256 \N{...} need to be remapped.
5313      Branch: perl
5314            ! toke.c
5315 ____________________________________________________________________________
5316 [ 14518] By: nick                                  on 2002/02/01  18:32:03
5317         Log: indent -kr -nce and some manual tweaks to match perl style.
5318      Branch: perlio
5319            ! ext/Encode/Encode.xs
5320 ____________________________________________________________________________
5321 [ 14517] By: nick                                  on 2002/02/01  18:20:46
5322         Log: Integrate mainline
5323      Branch: perlio
5324           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
5325           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
5326           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
5327           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
5328           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
5329           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
5330           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
5331 ____________________________________________________________________________
5332 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
5333         Log: Integrate perlio; 
5334              
5335              Minor Encode tweaks:
5336              - move Encode.pm back to top of Encode like normal XS extension
5337              - avoid .def as a file extension (Win32 builds)
5338      Branch: perl
5339            ! MANIFEST
5340           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
5341           !> ext/Encode/Makefile.PL ext/Encode/compile
5342 ____________________________________________________________________________
5343 [ 14515] By: nick                                  on 2002/02/01  16:27:59
5344         Log: Minor Encode tweaks:
5345              - move Encode.pm back to top of Encode like normal XS extension
5346              - avoid .def as a file extension (Win32 builds)
5347      Branch: perlio
5348           +> ext/Encode/Encode.pm
5349            - ext/Encode/lib/Encode.pm
5350            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
5351            ! ext/Encode/Makefile.PL ext/Encode/compile
5352 ____________________________________________________________________________
5353 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
5354         Log: Subject: [PATCH utf8.t] temp file not cleaned up
5355              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5356              Date: Fri, 1 Feb 2002 15:47:46 +0100
5357              Message-ID: <20020201154746.A24079@rafael>
5358      Branch: perl
5359            ! t/io/utf8.t
5360 ____________________________________________________________________________
5361 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
5362         Log: Subject: [PATCH] make "lstat FH" croak
5363              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5364              Date: Fri, 1 Feb 2002 15:12:50 +0100
5365              Message-ID: <20020201151250.A738@rafael>
5366      Branch: perl
5367            ! pod/perldiag.pod pp_sys.c t/op/stat.t
5368 ____________________________________________________________________________
5369 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
5370         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
5371              From: Kay Röpke <kroepke@dolphin-services.de>
5372              Date: Fri, 1 Feb 2002 01:10:43 +0100
5373              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
5374      Branch: perl
5375            ! t/op/stat.t
5376 ____________________________________________________________________________
5377 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
5378         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
5379              I got it in Tru64 + ithreads but only without -g, took
5380              some debugging by printf (which was no fun either since
5381              adding some debug printfs hid the error)
5382      Branch: perl
5383            ! regexec.c utf8.c
5384 ____________________________________________________________________________
5385 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
5386         Log: Subject: Re: [PATCH] perl -V:
5387              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
5388              Date: Thu, 31 Jan 2002 12:10:20 -0800
5389              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
5390              
5391              Subject: Re: [PATCH] perl -V:
5392              From: Michael G Schwern <schwern@pobox.com>
5393              Date: Thu, 31 Jan 2002 16:43:13 -0500
5394              Message-ID: <20020131214313.GH6498@blackrider>
5395      Branch: perl
5396            ! t/run/switches.t
5397 ____________________________________________________________________________
5398 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
5399         Log: #14505 effect.
5400      Branch: perl
5401            ! pod/perluniintro.pod
5402 ____________________________________________________________________________
5403 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
5404         Log: Daniel S. Lewart adopts the Math::Complex.
5405      Branch: perl
5406            ! lib/Math/Complex.pm
5407 ____________________________________________________________________________
5408 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
5409         Log: More Complex DWIMmery.
5410      Branch: perl
5411            ! lib/Math/Complex.pm lib/Math/Complex.t
5412 ____________________________________________________________________________
5413 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
5414         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
5415              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5416              Date: Thu, 31 Jan 2002 14:37:52 +0100
5417              Message-ID: <20020131143752.A1452@rafael>
5418      Branch: perl
5419            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
5420 ____________________________________________________________________________
5421 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
5422         Log: Turn the I/O Unicode error by default on, but the
5423              character-generating Unicode error by default off,
5424              as Larry suggested.
5425      Branch: perl
5426            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
5427            ! utf8.c
5428 ____________________________________________________________________________
5429 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
5430         Log: Subject: [PATCH] open.pm minor cleanup
5431              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5432              Date: Thu, 31 Jan 2002 15:03:02 +0100
5433              Message-ID: <20020131150302.C1452@rafael>
5434      Branch: perl
5435            ! lib/open.pm
5436 ____________________________________________________________________________
5437 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
5438         Log: Update Changes.
5439      Branch: perl
5440            ! Changes patchlevel.h
5441 ____________________________________________________________________________
5442 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
5443         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
5444              From: Robin Barker <rmb1@cise.npl.co.uk>
5445              Date: Wed, 30 Jan 2002 11:58:33 GMT
5446              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
5447      Branch: perl
5448            ! lib/CPAN.pm
5449 ____________________________________________________________________________
5450 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
5451         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
5452              re-sort MANIFEST.
5453      Branch: perl
5454            + ext/Encode/Encode.pm
5455            - ext/Encode/lib/Encode.pm
5456            ! MANIFEST ext/Encode/Makefile.PL
5457 ____________________________________________________________________________
5458 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
5459         Log: Integrate perlio;
5460              
5461              Collect some stats during compile process.
5462              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
5463              as one XS - inconclusive - marginal win?
5464              Add some comments to encode.h
5465      Branch: perl
5466           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
5467           !> ext/Encode/encode.h
5468 ____________________________________________________________________________
5469 [ 14499] By: nick                                  on 2002/01/30  09:57:47
5470         Log: Collect some stats during compile process.
5471              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
5472              as one XS - inconclusive - marginal win?
5473              Add some comments to encode.h
5474      Branch: perlio
5475            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
5476            ! ext/Encode/encode.h
5477 ____________________________________________________________________________
5478 [ 14498] By: nick                                  on 2002/01/30  07:27:55
5479         Log: Integrate Jarkko's path/INC tweaks
5480      Branch: perlio
5481           !> ext/Encode/compile
5482 ____________________________________________________________________________
5483 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
5484         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
5485              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5486              Date: Tue, 29 Jan 2002 01:13:09 -0800
5487              Message-ID: <lemV8gzkgu/K092yn@efn.org>
5488      Branch: perl
5489            ! configpm
5490 ____________________________________________________________________________
5491 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
5492         Log: Subject: [PATCH t/op/inccode.t] new test
5493              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5494              Date: Tue, 29 Jan 2002 22:03:45 +0100
5495              Message-ID: <20020129220345.A704@rafael>
5496      Branch: perl
5497            ! t/op/inccode.t
5498 ____________________________________________________________________________
5499 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
5500         Log: EBCDIC: t/op/lc.t now passes.
5501      Branch: perl
5502            ! t/op/lc.t
5503 ____________________________________________________________________________
5504 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
5505         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
5506      Branch: perl
5507            ! utf8.c
5508 ____________________________________________________________________________
5509 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
5510         Log: Must find stuff during build.
5511      Branch: perl
5512            ! ext/Encode/compile
5513 ____________________________________________________________________________
5514 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
5515         Log: Integrate with perlio;
5516              
5517              Basics of a compiled Encode XS extension
5518      Branch: perl
5519           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
5520           +> ext/Encode/Encode/euc-jp.ucm
5521           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
5522           !> ext/Encode/encode.h
5523 ____________________________________________________________________________
5524 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
5525         Log: EBCDIC tweaks-- no new test passes, but getting closer.
5526      Branch: perl
5527            ! utf8.c
5528 ____________________________________________________________________________
5529 [ 14490] By: nick                                  on 2002/01/29  21:20:57
5530         Log: Basics of a compiled Encode XS extension
5531      Branch: perlio
5532            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
5533            + ext/Encode/Encode/euc-jp.ucm
5534            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
5535            ! ext/Encode/encode.h
5536 ____________________________________________________________________________
5537 [ 14489] By: nick                                  on 2002/01/29  18:40:54
5538         Log: Integrate mainline
5539      Branch: perlio
5540           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
5541           +> ext/Encode/lib/Encode/Encoding.pm
5542           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
5543           +> ext/Encode/lib/Encode/Tcl/Escape.pm
5544           +> ext/Encode/lib/Encode/Tcl/Extended.pm
5545           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
5546           +> ext/Encode/lib/Encode/Tcl/Table.pm
5547           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
5548           +> ext/Encode/lib/Encode/iso10646_1.pm
5549           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
5550           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
5551           +> ext/Encode/t/Tcl.t
5552            - ext/Encode.t ext/Encode/Encode.pm
5553            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
5554            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
5555           !> (integrate 33 files)
5556 ____________________________________________________________________________
5557 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
5558         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
5559              From: Richard Clamp <richardc@unixbeard.net>
5560              Date: Mon, 28 Jan 2002 02:17:55 +0000
5561              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
5562      Branch: perl
5563            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
5564 ____________________________________________________________________________
5565 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
5566         Log: OS/390 seems to do length 0 udp reads, Nicholas says
5567              skippage is for now the best cause of action.
5568      Branch: perl
5569            ! ext/Socket/socketpair.t
5570 ____________________________________________________________________________
5571 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
5572         Log: Encode cleanup from Dan Kogai; reworked even further.
5573      Branch: perl
5574            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
5575            + ext/Encode/lib/Encode/Encoding.pm
5576            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
5577            + ext/Encode/lib/Encode/Tcl/Escape.pm
5578            + ext/Encode/lib/Encode/Tcl/Extended.pm
5579            + ext/Encode/lib/Encode/Tcl/HanZi.pm
5580            + ext/Encode/lib/Encode/Tcl/Table.pm
5581            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
5582            + ext/Encode/lib/Encode/iso10646_1.pm
5583            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
5584            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
5585            + ext/Encode/t/Tcl.t
5586            - ext/Encode.t ext/Encode/Encode.pm
5587            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
5588            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
5589            ! MANIFEST ext/Encode/Encode/8859-1.ucm
5590            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
5591            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
5592            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
5593            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
5594            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
5595            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
5596            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
5597            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
5598            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
5599            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
5600            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
5601            ! ext/Encode/compile
5602 ____________________________________________________________________________
5603 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
5604         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
5605      Branch: perl
5606            ! djgpp/djgpp.c perlio.c
5607 ____________________________________________________________________________
5608 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
5609         Log: Prettier printing from Michael Schwern.
5610      Branch: perl
5611            ! t/test.pl
5612 ____________________________________________________________________________
5613 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
5614         Log: Show also the debug and debugcolor as known pragmas.
5615      Branch: perl
5616            ! ext/re/re.pm
5617 ____________________________________________________________________________
5618 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
5619         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
5620              From: "Craig A. Berry" <craigberry@mac.com>
5621              Date: Mon, 28 Jan 2002 16:30:30 -0600
5622              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
5623      Branch: perl
5624            ! ext/B/t/assembler.t
5625 ____________________________________________________________________________
5626 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
5627         Log: metaconfig unit change for #14480.
5628      Branch: metaconfig
5629            ! U/modified/Init.U
5630 ____________________________________________________________________________
5631 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
5632         Log: DJGPP needs to know its exe soon, too.
5633      Branch: perl
5634            ! Configure
5635 ____________________________________________________________________________
5636 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
5637         Log: Round #2 on EBCDICation.
5638      Branch: perl
5639            ! t/op/append.t
5640 ____________________________________________________________________________
5641 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
5642         Log: Integrate perlio;
5643              
5644              Set makefile.mk CCHOME etc. for default locations of MinGW and free
5645              Borland compilers. (Borland builds one or two oddities.)
5646      Branch: perl
5647           !> win32/config.bc win32/makefile.mk
5648 ____________________________________________________________________________
5649 [ 14477] By: nick                                  on 2002/01/28  20:12:31
5650         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
5651              Borland compilers. (Borland builds one or two oddities.)
5652      Branch: perlio
5653            ! win32/config.bc win32/makefile.mk
5654 ____________________________________________________________________________
5655 [ 14476] By: nick                                  on 2002/01/28  18:43:47
5656         Log: Integrate mainline
5657      Branch: perlio
5658           !> Configure hints/hpux.sh
5659 ____________________________________________________________________________
5660 [ 14475] By: nick                                  on 2002/01/28  17:15:12
5661         Log: Integrate mainline
5662      Branch: perlio
5663           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
5664           !> patchlevel.h pp_sys.c t/lib/warnings/perl
5665 ____________________________________________________________________________
5666 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
5667         Log: metaconfig unit change for #14472.
5668      Branch: metaconfig/U/perl
5669            ! d_u32align.U
5670 ____________________________________________________________________________
5671 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
5672         Log: Misunderstood Merijn's patch.
5673      Branch: perl
5674            ! hints/hpux.sh
5675 ____________________________________________________________________________
5676 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
5677         Log: Misapplied Merijn's patch.
5678      Branch: perl
5679            ! Configure
5680 ____________________________________________________________________________
5681 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
5682         Log: Update Changes.
5683      Branch: perl
5684            ! Changes patchlevel.h
5685 ____________________________________________________________________________
5686 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
5687         Log: BeOS has sockets but not true ones.
5688      Branch: perl
5689            ! pp_sys.c
5690 ____________________________________________________________________________
5691 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
5692         Log: metaconfig unit change for #14467.
5693      Branch: metaconfig/U/perl
5694            ! d_u32align.U
5695 ____________________________________________________________________________
5696 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
5697         Log: For some strange reason under the smoke harness the alignment
5698              test hangs in HP-UX 10.20.  So hint it to avoid the test.
5699      Branch: perl
5700            ! hints/hpux.sh
5701 ____________________________________________________________________________
5702 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
5703         Log: Allow d_u32align to be hinted.
5704      Branch: perl
5705            ! Configure
5706 ____________________________________________________________________________
5707 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
5708         Log: The shift key is important.
5709      Branch: perl
5710            ! ext/B/B.xs
5711 ____________________________________________________________________________
5712 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
5713         Log: The "used only once" warnings (from gv_check) come
5714              in pseudorandom hash order-- in EBCDIC the order
5715              is different.  Add a new option that allow the warnings
5716              to come in any order (Paul Marquess).
5717      Branch: perl
5718            ! lib/warnings.t t/lib/warnings/perl
5719 ____________________________________________________________________________
5720 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
5721         Log: Integrate perlio; the 0nothread test failure without threads.
5722      Branch: perl
5723           !> ext/threads/shared/t/0nothread.t
5724 ____________________________________________________________________________
5725 [ 14463] By: nick                                  on 2002/01/28  08:22:36
5726         Log: Integrate mainline
5727      Branch: perlio
5728           !> (integrate 37 files)
5729 ____________________________________________________________________________
5730 [ 14462] By: nick                                  on 2002/01/28  08:09:53
5731         Log: 1st attempt at skipping broke threads case.
5732      Branch: perlio
5733            ! ext/threads/shared/t/0nothread.t
5734 ____________________________________________________________________________
5735 [ 14461] By: nick                                  on 2002/01/28  07:25:58
5736         Log: Skip new threads::shared test unless -Duseithreads
5737      Branch: perlio
5738            ! ext/threads/shared/t/0nothread.t
5739 ____________________________________________________________________________
5740 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
5741         Log: FAQ sync.
5742      Branch: perl
5743            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
5744            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5745            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
5746            ! pod/perlfaq9.pod
5747 ____________________________________________________________________________
5748 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
5749         Log: Upgrade to podlators 1.20.
5750      Branch: perl
5751            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
5752 ____________________________________________________________________________
5753 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
5754         Log: Retract #14448, a better patch coming up.
5755      Branch: perl
5756            ! lib/Pod/t/basic.t
5757 ____________________________________________________________________________
5758 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
5759         Log: EBCDIC portability.
5760      Branch: perl
5761            ! t/op/append.t
5762 ____________________________________________________________________________
5763 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
5764         Log: Further cygwin installperl tweak from Gerrit P. Haase.
5765      Branch: perl
5766            ! installperl
5767 ____________________________________________________________________________
5768 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
5769         Log: A bug in Bulgarian EBCDIC locale (this sounds like
5770              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
5771              locales failed, too.  The patch works around the bug by
5772              skipping the test, but the real problem may be deeper
5773              (affecting probably only EBCDIC platforms, though):
5774              see the comment in locale.t for more details.
5775      Branch: perl
5776            ! lib/locale.t
5777 ____________________________________________________________________________
5778 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
5779         Log: metaconfig unit change for #14453.
5780      Branch: metaconfig/U/perl
5781            ! libperl.U
5782 ____________________________________________________________________________
5783 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
5784         Log: Subject: Bleadperl on Cygwin today
5785              From: "Gerrit P. Haase" <gp@familiehaase.de>              
5786              Date: Sun, 27 Jan 2002 22:30:41 +0100
5787              Message-ID: <462007239437.20020127223041@familiehaase.de>
5788      Branch: perl
5789            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
5790            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
5791            ! lib/ExtUtils/t/MM_Cygwin.t
5792 ____________________________________________________________________________
5793 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
5794         Log: Unfinished EBCDIC branch.
5795      Branch: perl
5796            ! t/op/ver.t
5797 ____________________________________________________________________________
5798 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
5799         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
5800      Branch: perl
5801            ! ext/B/B.xs ext/B/B/Deparse.pm
5802 ____________________________________________________________________________
5803 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
5804         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
5805              platforms.
5806      Branch: perl
5807            ! ext/B/t/stash.t
5808 ____________________________________________________________________________
5809 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
5810         Log: Apparently no need for EBCDIC exception any more.
5811      Branch: perl
5812            ! ext/B/t/showlex.t
5813 ____________________________________________________________________________
5814 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
5815         Log: (retracted by #14458)
5816              (Russ Allbery) OS/390 is using a high-bit character for ESC,
5817              skip the test for now.  A better fix would be to override
5818              the notion of the platform's escape sequence in the test
5819              of Pod::Text::Termcap.  We may have to apply a filter to
5820              the output to substitute back in the ESC character that
5821              the test expects, but only on OS/390.
5822      Branch: perl
5823            ! lib/Pod/t/basic.t
5824 ____________________________________________________________________________
5825 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
5826         Log: Detypo.
5827      Branch: perl
5828            ! ext/Devel/Peek/Peek.t
5829 ____________________________________________________________________________
5830 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
5831         Log: OS/390 USS has a different idea of the pw* functions.
5832              Also, test the name with eq, not with ==.
5833      Branch: perl
5834            ! lib/User/pwent.t
5835 ____________________________________________________________________________
5836 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
5837         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
5838      Branch: perl
5839            ! doio.c
5840 ____________________________________________________________________________
5841 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
5842         Log: ASCIIisms.
5843      Branch: perl
5844            ! ext/PerlIO/t/encoding.t
5845 ____________________________________________________________________________
5846 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
5847         Log: chr(42) ne '*'  if one is in EBCDIC.
5848      Branch: perl
5849            ! t/op/pack.t
5850 ____________________________________________________________________________
5851 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
5852         Log: Subject: [PATCH] Fix up recent op/stat.t failures
5853              From: Andy Dougherty <doughera@lafayette.edu>
5854              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
5855              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
5856      Branch: perl
5857            ! t/op/stat.t
5858 ____________________________________________________________________________
5859 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
5860         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
5861              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5862              Date: Sun, 27 Jan 2002 15:03:18 +0100
5863              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
5864      Branch: perl
5865            ! lib/ExtUtils/t/Command.t
5866 ____________________________________________________________________________
5867 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
5868         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
5869              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5870              Date: Sun, 27 Jan 2002 14:51:10 +0100
5871              Message-ID: <20020127145110.A16332@rafael>
5872      Branch: perl
5873            ! ext/B/B/Deparse.pm
5874 ____________________________________________________________________________
5875 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
5876         Log: integrate change#14431 from perlio branch (Nick's fix for
5877              change#13474 to be more defensive about looking at pad entries
5878              that may not exist yet)
5879      Branch: maint-5.6/perl
5880            ! op.c
5881 ____________________________________________________________________________
5882 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
5883         Log: Comment to avoid later "cleanups."
5884      Branch: perl
5885            ! lib/ExtUtils/MakeMaker.pm
5886 ____________________________________________________________________________
5887 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
5888         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
5889              instead of just FOO=... cmd ...
5890      Branch: perl
5891            ! Makefile.SH
5892 ____________________________________________________________________________
5893 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
5894         Log: Overquoting bad (in UNIX one would get
5895              Can't open perl script "'-I../lib'": No such file or directory)
5896      Branch: perl
5897            ! lib/Pod/t/Usage.t
5898 ____________________________________________________________________________
5899 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
5900         Log: Integrate perlio;
5901              
5902              "All tests successful" VC6.0 Win32
5903              (Update config.vc to need cppstdin so those tests are skipped...)
5904      Branch: perl
5905           !> win32/config.vc win32/config_H.bc win32/config_H.gc
5906           !> win32/config_H.vc
5907 ____________________________________________________________________________
5908 [ 14434] By: nick                                  on 2002/01/26  22:27:08
5909         Log: "All tests successful" VC6.0 Win32
5910              (Update config.vc to need cppstdin so those tests are skipped...)
5911      Branch: perlio
5912            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5913            ! win32/config_H.vc
5914 ____________________________________________________________________________
5915 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
5916         Log: Integrate perlio;
5917              
5918              1st two tests of File/Find/t/find.t and taint.t were run after 
5919              calling cleanup(). If previous fail had left for_find directory,
5920              but no content in it then cleanup() returned cd'ed to that directory.
5921              So tests failed. Fixed cleanup()-s.
5922              
5923              If we get to sighandler by mistake (no perl handler set) then
5924              warn() and exit() rather than die() - should never happen
5925              but if it does context needed to die is likely to be trashed
5926              as well.
5927              
5928              Win32 signal emulation cleanup.
5929              
5930              Tinkering with thread cleanup mutex-ing - not the problem 
5931              (op.c is) but could have been...
5932              
5933              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
5934              Should really be looked at by someone that knows about pads.
5935              
5936              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
5937              for CRLF line endings.
5938      Branch: perl
5939           !> ext/threads/threads.xs lib/File/Find/t/find.t
5940           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
5941           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
5942 ____________________________________________________________________________
5943 [ 14432] By: nick                                  on 2002/01/26  21:10:38
5944         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
5945              for CRLF line endings.
5946      Branch: perlio
5947            ! lib/Filter/Simple.pm
5948 ____________________________________________________________________________
5949 [ 14431] By: nick                                  on 2002/01/26  21:08:35
5950         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
5951              Should really be looked at by someone that knows about pads.
5952      Branch: perlio
5953            ! op.c
5954 ____________________________________________________________________________
5955 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
5956         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
5957              From: "Craig A. Berry" <craigberry@mac.com>       
5958              Date: Sat, 26 Jan 2002 11:19:44 -0600
5959              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
5960      Branch: perl
5961            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
5962 ____________________________________________________________________________
5963 [ 14429] By: nick                                  on 2002/01/26  18:04:22
5964         Log: Tinkering with thread cleanup mutex-ing - not the problem 
5965              (op.c is) but could have been...
5966      Branch: perlio
5967            ! ext/threads/threads.xs
5968 ____________________________________________________________________________
5969 [ 14428] By: nick                                  on 2002/01/26  18:03:13
5970         Log: Win32 signal emulation cleanup.
5971      Branch: perlio
5972            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
5973 ____________________________________________________________________________
5974 [ 14427] By: nick                                  on 2002/01/26  13:59:33
5975         Log: If we get to sighandler by mistake (no perl handler set) then
5976              warn() and exit() rather than die() - should never happen
5977              but if it does context needed to die is likely to be trashed
5978              as well.
5979      Branch: perlio
5980            ! mg.c
5981 ____________________________________________________________________________
5982 [ 14426] By: nick                                  on 2002/01/26  13:56:23
5983         Log: Integrate mainline
5984      Branch: perlio
5985           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
5986           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
5987           !> t/run/fresh_perl.t
5988 ____________________________________________________________________________
5989 [ 14425] By: nick                                  on 2002/01/26  08:11:33
5990         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
5991              calling cleanup(). If previous fail had left for_find directory,
5992              but no content in it then cleanup() returned cd'ed to that directory.
5993              So tests failed. Fixed cleanup()-s.
5994      Branch: perlio
5995            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
5996 ____________________________________________________________________________
5997 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
5998         Log: Integrate perlio;
5999              
6000              Fix winsystem.t's attempt to build showav.exe to work
6001              with gcc (which writes a.exe unless told with -o ).
6002              Also put in a few more fail-safes to check .exe got
6003              built somehow.
6004              
6005              More Win32 tuning
6006              
6007              Save $! so that other syscalls don't disturb it before
6008              we test it.
6009      Branch: perl
6010           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
6011           !> t/op/winsystem.t
6012 ____________________________________________________________________________
6013 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
6014         Log: Subject: [PATCH] new test in op/universal.t
6015              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6016              Date: Fri, 25 Jan 2002 23:17:33 +0100
6017              Message-ID: <20020125231733.A11733@rafael>
6018      Branch: perl
6019            ! t/op/universal.t
6020 ____________________________________________________________________________
6021 [ 14422] By: nick                                  on 2002/01/25  21:37:03
6022         Log: Save $! so that other syscalls don't disturb it before 
6023              we test it.
6024      Branch: perlio
6025            ! ext/Socket/socketpair.t
6026 ____________________________________________________________________________
6027 [ 14421] By: nick                                  on 2002/01/25  19:05:57
6028         Log: More Win32 tuning
6029      Branch: perlio
6030            ! t/op/stat.t t/op/taint.t
6031 ____________________________________________________________________________
6032 [ 14420] By: nick                                  on 2002/01/25  18:21:42
6033         Log: Fix winsystem.t's attempt to build showav.exe to work 
6034              with gcc (which writes a.exe unless told with -o ).
6035              Also put in a few more fail-safes to check .exe got 
6036              built somehow.
6037      Branch: perlio
6038            ! t/op/winsystem.t
6039 ____________________________________________________________________________
6040 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
6041         Log: Subject: [Patch Encode.xs] calculation of need overflows
6042              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6043              Date: Sat, 26 Jan 2002 00:58:50 +0900
6044              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
6045      Branch: perl
6046            ! ext/Encode/Encode.xs
6047 ____________________________________________________________________________
6048 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
6049         Log: Integrate changes 13474+13478+13584 from maintperl;
6050              anon sub leakage.
6051      Branch: perl
6052            ! op.c t/run/fresh_perl.t
6053 ____________________________________________________________________________
6054 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
6055         Log: Update Changes.
6056      Branch: perl
6057            ! Changes patchlevel.h
6058 ____________________________________________________________________________
6059 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
6060         Log: Integrate perlio; extensive threads and threads::shared work
6061              (note that the below is a chronological list of perlio
6062              check-in entries since the last integrate)
6063              
6064              Nearly-working threads re-structuring. Do not integrate,
6065              submit-ing to get to Win32, and as "off site" backup.
6066              
6067              threads work again on Win32. (Not threads::shared yet)
6068              Submit to see if they do on Linux.
6069              
6070              Add new threads/typemap to MANIFEST
6071              
6072              XS side of new threads::shared designed, coded and compiles,
6073              and mostly commented but is totaly untested.
6074              submit in case anyone wants a preview.
6075              
6076              Miss mg_len == 0 meaning don't Safefree
6077              
6078              Shared scalars working, some shared array ops working.
6079              
6080              Implement recursive lock and use of scope for PL_sharedsv_space,
6081              so now croak() from asserts does not leave locks.
6082              Make hv_simple compile (new prototype for debugging probe).
6083              
6084              thread::shared nearly working again - remaining issue
6085              is references withing shared space.
6086              Added bulk test with no threads involved (for debugging)
6087              Tuned tests to skip those needing _thrcnt
6088              
6089              SvTEMP_off to stop private PV's being stolen and stored in shared space
6090              
6091              Except Win32 from echo tests. (Alarm does not break into connect)
6092              
6093              Expand command line test globs on Win32.
6094              
6095              threads::shared tidy up:
6096              - Add _id() function to shared.xs so we can test refs point at same thing.
6097              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
6098              - Allow no_share to pass if sharing to works despite mis-ordering.
6099              - Change docs of threads to document ->create() (as used in tests),
6100              and not mention "new".
6101              
6102              Linux/NFS hackery was not faking right number of passes.
6103      Branch: perl
6104           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
6105           +> ext/threads/typemap
6106            - ext/threads/threads.h sharedsv.c sharedsv.h
6107            ! NetWare/config_H.wc
6108           !> (integrate 38 files)
6109 ____________________________________________________________________________
6110 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
6111         Log: Subject: Re: perldebguts minor tweaks
6112              From: Joe McMahon <mcmahon@metalab.unc.edu>
6113              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
6114              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
6115      Branch: perl
6116            ! pod/perldebguts.pod
6117 ____________________________________________________________________________
6118 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
6119         Log: metaconfig unit change for #14413.
6120      Branch: metaconfig
6121            ! U/modified/prototype.U
6122 ____________________________________________________________________________
6123 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
6124         Log: Okay, you can come home now, _().
6125      Branch: perl
6126            ! config_h.SH
6127 ____________________________________________________________________________
6128 [ 14412] By: nick                                  on 2002/01/25  11:01:49
6129         Log: Integrate mainline
6130              All but ../lib/Unicode/UCD.t pass.
6131      Branch: perlio
6132           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
6133           +> lib/unicore/CaseFolding.txt
6134           +> lib/unicore/CompositionExclusions.txt
6135           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
6136           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
6137           +> vos/vos.c
6138            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
6139            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
6140            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
6141            - lib/unicore/NamesList.html lib/unicore/PropList.html
6142            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
6143            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
6144            - lib/unicore/rename
6145           !> (integrate 424 files)
6146 ____________________________________________________________________________
6147 [ 14411] By: nick                                  on 2002/01/25  09:45:13
6148         Log: Linux/NFS hackery was not faking right number of passes.
6149      Branch: perlio
6150            ! t/io/fs.t
6151 ____________________________________________________________________________
6152 [ 14410] By: nick                                  on 2002/01/25  09:35:07
6153         Log: threads::shared tidy up:
6154              - Add _id() function to shared.xs so we can test refs point at same thing.
6155              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
6156              - Allow no_share to pass if sharing to works despite mis-ordering.
6157              - Change docs of threads to document ->create() (as used in tests),
6158              and not mention "new".
6159      Branch: perlio
6160            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
6161            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
6162            ! ext/threads/threads.pm
6163 ____________________________________________________________________________
6164 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
6165         Log: Subject: perldebguts minor tweaks
6166              From: Joe McMahon <mcmahon@metalab.unc.edu>
6167              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
6168              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
6169      Branch: perl
6170            ! pod/perldebguts.pod
6171 ____________________________________________________________________________
6172 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
6173         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
6174              From: Peter Scott <Peter@PSDT.com>
6175              Date: Thu, 24 Jan 2002 08:51:34 -0800
6176              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
6177      Branch: perl
6178            ! pod/perldebguts.pod
6179 ____________________________________________________________________________
6180 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
6181         Log: Few more paranoia checks for Unicode hash keys.
6182      Branch: perl
6183            ! t/op/each.t
6184 ____________________________________________________________________________
6185 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
6186         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
6187              From: Andy Dougherty <doughera@lafayette.edu>
6188              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
6189              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
6190      Branch: perl
6191            ! t/op/stat.t
6192 ____________________________________________________________________________
6193 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
6194         Log: The
6195              
6196              Subject: Very old debugger UTF-8 bug
6197              From: andreas.koenig@anima.de (Andreas J. Koenig)
6198              Date: 24 Jan 2002 12:45:44 +0100
6199              Message-ID: <m3y9iot1jr.fsf@anima.de>
6200              
6201              still broken, but this should work as a stopgap
6202              measure to stop pp_match accessing naughty data.
6203      Branch: perl
6204            ! pod/perldiag.pod pp_hot.c
6205 ____________________________________________________________________________
6206 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
6207         Log: metaconfig unit change for #14403.
6208      Branch: metaconfig/U/perl
6209            ! d_u32align.U
6210 ____________________________________________________________________________
6211 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
6212         Log: Pacify picky compilers (this time Sun Workshop).
6213      Branch: perl
6214            ! Configure
6215 ____________________________________________________________________________
6216 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
6217         Log: Subject: Very old debugger UTF-8 bug
6218              From: andreas.koenig@anima.de (Andreas J. Koenig)
6219              Date: 24 Jan 2002 12:45:44 +0100
6220              Message-ID: <m3y9iot1jr.fsf@anima.de>
6221      Branch: perl
6222            ! lib/dumpvar.pl
6223 ____________________________________________________________________________
6224 [ 14401] By: nick                                  on 2002/01/24  07:50:38
6225         Log: Expand command line test globs on Win32.
6226      Branch: perlio
6227            ! t/harness
6228 ____________________________________________________________________________
6229 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
6230         Log: Sprinkle some copyrights (use the oldest timestamp to
6231              be found in the repository, which is most often not right,
6232              but at least consistent)
6233      Branch: perl
6234            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
6235            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
6236            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
6237            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
6238            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
6239            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
6240            ! unixish.h xsutils.c
6241 ____________________________________________________________________________
6242 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
6243         Log: Don't crash on Help for long text (bug #506672)
6244      Branch: maint-5.6/macperl
6245            ! macos/macperl/MPHelp.c
6246 ____________________________________________________________________________
6247 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
6248         Log: Fix minor path problem
6249      Branch: maint-5.6/macperl
6250            ! macos/macperl/Droplets/tarzipme.plx
6251 ____________________________________________________________________________
6252 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
6253         Log: Minor text changes
6254      Branch: maint-5.6/macperl
6255            ! macos/Perl.r
6256 ____________________________________________________________________________
6257 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
6258         Log: Bump versions, dates, etc.
6259      Branch: maint-5.6/macperl
6260            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
6261 ____________________________________________________________________________
6262 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
6263         Log: coderefs in @INC and absolute paths
6264      Branch: maint-5.6/macperl
6265            ! embed.h pp_ctl.c proto.h
6266 ____________________________________________________________________________
6267 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
6268         Log: Minor module thingys
6269      Branch: maint-5.6/macperl
6270            ! macos/ext/Mac/Controls/Controls.xs
6271            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
6272            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
6273            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
6274            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
6275            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
6276            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
6277            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
6278            ! macos/ext/Mac/Movies/Movies.xs
6279            ! macos/ext/Mac/Navigation/Navigation.pm
6280            ! macos/ext/Mac/Navigation/Navigation.xs
6281            ! macos/ext/Mac/Notification/Notification.xs
6282            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
6283            ! macos/ext/Mac/Processes/Processes.xs
6284            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
6285            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
6286            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
6287            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
6288            ! macos/ext/Mac/Resources/Resources.pm
6289            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
6290            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
6291            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
6292            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
6293            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
6294 ____________________________________________________________________________
6295 [ 14393] By: nick                                  on 2002/01/23  19:52:19
6296         Log: Except Win32 from echo tests. (Alarm does not break into connect)
6297      Branch: perlio
6298            ! ext/Socket/Socket.t
6299 ____________________________________________________________________________
6300 [ 14392] By: nick                                  on 2002/01/23  19:31:57
6301         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
6302      Branch: perlio
6303            ! ext/threads/shared/shared.xs
6304 ____________________________________________________________________________
6305 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
6306         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
6307      Branch: perl
6308            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
6309            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
6310            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
6311            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
6312            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
6313            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
6314            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
6315            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
6316            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
6317            ! x2p/util.c x2p/util.h x2p/walk.c
6318 ____________________________________________________________________________
6319 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
6320         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
6321              therefore quite probably also obsolete code.
6322      Branch: perl
6323            ! sv.c
6324 ____________________________________________________________________________
6325 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
6326         Log: Update Changes.
6327      Branch: perl
6328            ! Changes patchlevel.h
6329 ____________________________________________________________________________
6330 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
6331         Log: Small update on todo.  Could use a lot more.
6332      Branch: perl
6333            ! pod/perltodo.pod
6334 ____________________________________________________________________________
6335 [ 14387] By: nick                                  on 2002/01/23  14:19:30
6336         Log: thread::shared nearly working again - remaining issue
6337              is references withing shared space.
6338              Added bulk test with no threads involved (for debugging)
6339              Tuned tests to skip those needing _thrcnt
6340      Branch: perlio
6341            + ext/threads/shared/t/0nothread.t
6342            ! MANIFEST ext/threads/shared/shared.pm
6343            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
6344            ! ext/threads/shared/t/hv_refs.t
6345            ! ext/threads/shared/t/hv_simple.t
6346            ! ext/threads/shared/t/sv_simple.t
6347 ____________________________________________________________________________
6348 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
6349         Log: Subject: [ID 20020121.003] perldata doco bug
6350              From: John Stumbles <jstumbles@bluearc.com>
6351              Date: Mon, 21 Jan 2002 14:19:56 -0000
6352              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
6353      Branch: perl
6354            ! pod/perldata.pod
6355 ____________________________________________________________________________
6356 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
6357         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
6358              From: Michael G Schwern <schwern@pobox.com>
6359              Date: Mon, 21 Jan 2002 15:16:42 -0500
6360              Message-ID: <20020121201642.GA6659@blackrider>
6361      Branch: perl
6362            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
6363 ____________________________________________________________________________
6364 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
6365         Log: Subject: [PATCH] Re: eval not catching warnings?
6366              From: abigail@foad.org
6367              Date: Wed, 23 Jan 2002 15:35:47 +0100
6368              Message-ID: <20020123143547.24798.qmail@foad.org>
6369      Branch: perl
6370            ! pod/perlfunc.pod
6371 ____________________________________________________________________________
6372 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
6373         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
6374              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6375              Date: Tue, 22 Jan 2002 17:00:54 -0800            
6376              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
6377      Branch: perl
6378            ! t/run/fresh_perl.t
6379 ____________________________________________________________________________
6380 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
6381         Log: metaconfig unit change for #14381.
6382      Branch: metaconfig/U/perl
6383            ! d_u32align.U
6384 ____________________________________________________________________________
6385 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
6386         Log: HP-UX 10.20 cc pacifying from Merijn.
6387      Branch: perl
6388            ! Configure
6389 ____________________________________________________________________________
6390 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
6391         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
6392              From: "Craig A. Berry" <craigberry@mac.com> 
6393              Date: Tue, 22 Jan 2002 22:14:26 -0600
6394              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
6395      Branch: perl
6396            ! vms/test.com
6397 ____________________________________________________________________________
6398 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
6399         Log: AIX cpp bug: having macro arguments and character constants
6400              "the same" means trouble (here s and 's')
6401              What broke now was 841 and 842 of t/op/pat.t, because of the
6402              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
6403              (note that breakage happened only under cc_r and usethreads+
6404              useithreads)
6405      Branch: perl
6406            ! utf8.h
6407 ____________________________________________________________________________
6408 [ 14378] By: nick                                  on 2002/01/22  20:33:15
6409         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
6410              so now croak() from asserts does not leave locks.
6411              Make hv_simple compile (new prototype for debugging probe).
6412      Branch: perlio
6413            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
6414            ! ext/threads/shared/t/hv_simple.t
6415 ____________________________________________________________________________
6416 [ 14377] By: nick                                  on 2002/01/22  17:32:21
6417         Log: Shared scalars working, some shared array ops working.
6418      Branch: perlio
6419            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
6420            ! ext/threads/shared/t/sv_refs.t
6421            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
6422 ____________________________________________________________________________
6423 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
6424         Log: Subject: [PATCH] Support truncate() in VOS port
6425              From: Paul_GreenVOS@vos.stratus.com
6426              Date: Mon, 21 Jan 02 23:27 est
6427              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
6428      Branch: perl
6429            + vos/vos.c
6430            ! MANIFEST hints/vos.sh vos/vosish.h
6431 ____________________________________________________________________________
6432 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
6433         Log: metaconfig unit changes for #14374.  Couldn't figure
6434              how to get completely rid of _() (some weird dependency
6435              pulling it in?) so renamed it as PROTO_().
6436      Branch: metaconfig
6437            + U/modified/d_shmat.U U/modified/prototype.U
6438            ! U/protos/d_drand48proto.U
6439      Branch: metaconfig/U/perl
6440            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
6441 ____________________________________________________________________________
6442 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
6443         Log: Get rid of the _() macro since (1) we require ANSI anyway
6444              (2) Other software (GNU) seems to use it and we don't need it,
6445              so let's give it up.
6446      Branch: perl
6447            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6448            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
6449            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
6450            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
6451            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
6452            ! wince/config.h wince/config_H.ce
6453 ____________________________________________________________________________
6454 [ 14373] By: nick                                  on 2002/01/22  10:10:48
6455         Log: Miss mg_len == 0 meaning don't Safefree
6456      Branch: perlio
6457            ! mg.c
6458 ____________________________________________________________________________
6459 [ 14372] By: nick                                  on 2002/01/21  22:34:06
6460         Log: XS side of new threads::shared designed, coded and compiles,
6461              and mostly commented but is totaly untested.
6462              submit in case anyone wants a preview.
6463      Branch: perlio
6464            + ext/threads/shared/typemap
6465            ! MANIFEST ext/threads/shared/shared.pm
6466            ! ext/threads/shared/shared.xs
6467 ____________________________________________________________________________
6468 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
6469         Log: Subject: [BUG] /\_/ an unrecognized escape?
6470              From: Michael G Schwern <schwern@pobox.com>
6471              Date: Mon, 21 Jan 2002 15:22:54 -0500
6472              Message-ID: <20020121202254.GA6731@blackrider>
6473      Branch: perl
6474            ! t/lib/warnings/toke toke.c
6475 ____________________________________________________________________________
6476 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
6477         Log: Undo the renaming of the Unicode data files; the simple
6478              solution being not including the *.html files.  This means
6479              that in the future there is no need for any renamings
6480              (well, assuming that the Consortium doesn't cause any),
6481              and the files are named like they are in the Consortium
6482              website, thus alleviating confusion.
6483      Branch: perl
6484            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
6485            + lib/unicore/CaseFolding.txt
6486            + lib/unicore/CompositionExclusions.txt
6487            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
6488            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
6489            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
6490            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
6491            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
6492            - lib/unicore/NamesList.html lib/unicore/PropList.html
6493            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
6494            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
6495            - lib/unicore/rename
6496            ! (edit 285 files)
6497 ____________________________________________________________________________
6498 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
6499         Log: Update Changes.
6500      Branch: perl
6501            ! Changes patchlevel.h
6502 ____________________________________________________________________________
6503 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
6504         Log: Subject: RE: BCC for Win32 is unhappy @14331
6505              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
6506              Date: Mon, 21 Jan 2002 09:48:40 +0300
6507              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
6508              
6509              (using IV instead of int)
6510      Branch: perl
6511            ! hv.h
6512 ____________________________________________________________________________
6513 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
6514         Log: path_is_absolute() needs a prototype (and maybe
6515              a better name, but that's another story).
6516      Branch: perl
6517            ! embed.fnc embed.h pp_ctl.c proto.h
6518 ____________________________________________________________________________
6519 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
6520         Log: Subject: Re: coderefs in @INC
6521              From: Chris Nandor <pudge@pobox.com>
6522              Date: Thu, 17 Jan 2002 11:26:02 -0500
6523              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
6524      Branch: perl
6525            ! pp_ctl.c
6526 ____________________________________________________________________________
6527 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
6528         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
6529              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6530              Date: Sun, 20 Jan 2002 22:53:56 +0100
6531              Message-ID: <20020120225356.A12093@rafael>
6532      Branch: perl
6533            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
6534            ! t/lib/warnings/9enabled warnings.h warnings.pl
6535 ____________________________________________________________________________
6536 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
6537         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
6538              From: "Craig A. Berry" <craigberry@mac.com>
6539              Date: Sun, 20 Jan 2002 22:49:42 -0600
6540              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
6541      Branch: perl
6542            ! lib/ExtUtils/MakeMaker.pm
6543 ____________________________________________________________________________
6544 [ 14363] By: nick                                  on 2002/01/20  20:38:23
6545         Log: Add new threads/typemap to MANIFEST
6546      Branch: perlio
6547            ! MANIFEST
6548 ____________________________________________________________________________
6549 [ 14362] By: nick                                  on 2002/01/20  20:34:36
6550         Log: Integrate mainline
6551      Branch: perlio
6552           +> lib/Pod/t/Usage.t
6553           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
6554           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
6555           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
6556           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
6557           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
6558           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
6559           !> util.c
6560 ____________________________________________________________________________
6561 [ 14361] By: nick                                  on 2002/01/20  18:51:47
6562         Log: Integrate MANIFEST
6563      Branch: perlio
6564           !> MANIFEST
6565 ____________________________________________________________________________
6566 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
6567         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
6568              From: Paul_GreenVOS@vos.stratus.com
6569              Date: Sat, 19 Jan 02 17:17 est
6570              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
6571              
6572              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
6573              From: Paul_GreenVOS@vos.stratus.com
6574              Date: Sat, 19 Jan 02 17:19 est
6575              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
6576      Branch: perl
6577            ! lib/ExtUtils/t/Command.t
6578 ____________________________________________________________________________
6579 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
6580         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
6581              From: Paul_GreenVOS@vos.stratus.com
6582              Date: Sat, 19 Jan 02 14:30 est
6583              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
6584      Branch: perl
6585            ! lib/AnyDBM_File.t
6586 ____________________________________________________________________________
6587 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
6588         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
6589              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
6590              Date: Sun, 20 Jan 2002 13:51:36 +0100
6591              Message-ID: <20020120135136.A710@rafael>
6592      Branch: perl
6593            ! ext/File/Glob/t/basic.t
6594 ____________________________________________________________________________
6595 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
6596         Log: #14352 deleted ext/threads/threads.h
6597      Branch: perlio
6598            ! MANIFEST
6599 ____________________________________________________________________________
6600 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
6601         Log: Eradicate sharedsv.*
6602      Branch: perlio
6603            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
6604 ____________________________________________________________________________
6605 [ 14355] By: nick                                  on 2002/01/20  11:50:22
6606         Log: threads work again on Win32. (Not threads::shared yet)
6607              Submit to see if they do on Linux.
6608      Branch: perlio
6609            ! ext/threads/shared/shared.xs ext/threads/threads.xs
6610            ! win32/makefile.mk
6611 ____________________________________________________________________________
6612 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
6613         Log: Make also hex() and oct() to croak if their arguments
6614              cannot be downgraded (that is, if they contain wide
6615              characters), just like crypt() does (and use the croak
6616              feature of sv_utf8_downgrade()).
6617      Branch: perl
6618            ! pp.c t/op/oct.t
6619 ____________________________________________________________________________
6620 [ 14353] By: nick                                  on 2002/01/19  22:20:09
6621         Log: Integrate Time/Local and its test
6622      Branch: perlio
6623           !> lib/Time/Local.pm lib/Time/Local.t
6624 ____________________________________________________________________________
6625 [ 14352] By: nick                                  on 2002/01/19  22:17:07
6626         Log: Nearly-working threads re-structuring. Do not integrate,
6627              submit-ing to get to Win32, and as "off site" backup.
6628      Branch: perlio
6629            + ext/threads/typemap
6630            - ext/threads/threads.h sharedsv.c sharedsv.h
6631            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
6632            ! embedvar.h ext/threads/shared/shared.pm
6633            ! ext/threads/shared/shared.xs ext/threads/threads.pm
6634            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
6635            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
6636            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
6637 ____________________________________________________________________________
6638 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
6639         Log: Regen toc.
6640      Branch: perl
6641            ! pod/perltoc.pod
6642 ____________________________________________________________________________
6643 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
6644         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
6645              From: David Dyck <dcd@tc.fluke.com>
6646              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
6647              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
6648      Branch: perl
6649            ! pod/perl5004delta.pod pod/perl5005delta.pod
6650            ! pod/perl561delta.pod pod/perl56delta.pod
6651 ____________________________________________________________________________
6652 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
6653         Log: FAQ sync.
6654      Branch: perl
6655            ! pod/perlfaq1.pod pod/perlfaq2.pod
6656 ____________________________________________________________________________
6657 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
6658         Log: Subject: [PATCH lib/Pod/t/Usage.t]
6659              From: Abe Timmerman <abe@ztreet.demon.nl>
6660              Date: Sat, 19 Jan 2002 19:57:57 +0100
6661              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
6662      Branch: perl
6663            + lib/Pod/t/Usage.t
6664            ! MANIFEST
6665 ____________________________________________________________________________
6666 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
6667         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
6668              From: Paul_GreenVOS@vos.stratus.com
6669              Date: Sat, 19 Jan 02 13:15 est
6670              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
6671      Branch: perl
6672            ! ext/SDBM_File/sdbm.t
6673 ____________________________________________________________________________
6674 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
6675         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
6676      Branch: perl
6677           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
6678           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
6679 ____________________________________________________________________________
6680 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
6681         Log: Alternative Time::Local algorithm that uses matemathical formula
6682              for timegm instead of progressive guessing
6683      Branch: perl
6684            ! lib/Time/Local.pm
6685 ____________________________________________________________________________
6686 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
6687         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
6688              From: Paul_GreenVOS@vos.stratus.com
6689              Date: Sat, 19 Jan 02 11:20 est
6690              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
6691      Branch: perl
6692            ! ext/File/Glob/t/basic.t
6693 ____________________________________________________________________________
6694 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
6695         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
6696              From: Paul_GreenVOS@vos.stratus.com
6697              Date: Fri, 18 Jan 02 22:56 est
6698              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
6699      Branch: perl
6700            ! ext/Cwd/t/cwd.t
6701 ____________________________________________________________________________
6702 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
6703         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
6704              From: Paul_GreenVOS@vos.stratus.com
6705              Date: Fri, 18 Jan 02 22:48 est
6706              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
6707      Branch: perl
6708            ! lib/Time/Local.t
6709 ____________________________________________________________________________
6710 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
6711         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
6712              From: Paul_GreenVOS@vos.stratus.com
6713              Date: Fri, 18 Jan 02 16:22 est
6714              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
6715      Branch: perl
6716            ! ext/Devel/DProf/DProf.t
6717 ____________________________________________________________________________
6718 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
6719         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
6720              From: Tels <perl_dummy@bloodgate.com>
6721              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
6722              Message-Id: <200201182106.XAA19133@taku.hut.fi>
6723      Branch: perl
6724            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
6725 ____________________________________________________________________________
6726 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
6727         Log: Don't do socketpair udp unless you've got all what it takes.
6728      Branch: perl
6729            ! util.c
6730 ____________________________________________________________________________
6731 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
6732         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
6733              From: Tels <perl_dummy@bloodgate.com>
6734              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
6735              Message-Id: <200201182206.AAA15310@taku.hut.fi>
6736      Branch: perl
6737            ! lib/ExtUtils/MM_BeOS.pm
6738 ____________________________________________________________________________
6739 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
6740         Log: metaconfig unit change for #14336.
6741      Branch: metaconfig
6742            ! U/modified/myhostname.U
6743 ____________________________________________________________________________
6744 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
6745         Log: Avoid bare "set", and kiss .uucp goodbye.
6746      Branch: perl
6747            ! Configure
6748 ____________________________________________________________________________
6749 [ 14335] By: nick                                  on 2002/01/18  22:11:42
6750         Log: Split out core of sv_magic() into sv_magicext().
6751              sv_magic provides the extra restictions (no READONLY, only
6752              one of each type, canned set of vtables), and sv_magicext()
6753              does the actual data twiddling.
6754              Also enhances semantics of ->mg_ptr setting via name/namlen
6755              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
6756              scratch area (namlen > 0 && name == NULL).
6757              sv_magicext also returns the MAGIC * it added.
6758              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
6759              
6760              To come sv_unmagicext() - which will remove just one magic
6761              of particular type, and additionaly match against ->mg_ptr,
6762              or the MAGIC * (need to experiment as to which is more natural).
6763      Branch: perlio
6764            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
6765            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
6766 ____________________________________________________________________________
6767 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
6768         Log: Retract #14327 for now, going to the limit seems
6769              to be too much for many platforms.
6770      Branch: perl
6771            ! lib/Time/Local.t
6772 ____________________________________________________________________________
6773 [ 14333] By: nick                                  on 2002/01/18  18:58:33
6774         Log: Integrate mainline
6775      Branch: perlio
6776           !> Changes patchlevel.h
6777 ____________________________________________________________________________
6778 [ 14332] By: nick                                  on 2002/01/18  16:19:06
6779         Log: Integrate mainline
6780      Branch: perlio
6781           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
6782           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
6783            - lib/ExtUtils/inst
6784           !> (integrate 32 files)
6785 ____________________________________________________________________________
6786 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
6787         Log: Update Changes.
6788      Branch: perl
6789            ! Changes patchlevel.h
6790 ____________________________________________________________________________
6791 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
6792         Log: Try to make the connect/read/write timeouting.
6793      Branch: perl
6794            ! ext/Socket/Socket.t
6795 ____________________________________________________________________________
6796 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
6797         Log: Netware Makefile tweak from Ananth Kesari.
6798      Branch: perl
6799            ! NetWare/Makefile
6800 ____________________________________________________________________________
6801 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
6802         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
6803              From: Michael G Schwern <schwern@pobox.com>
6804              Date: Fri, 18 Jan 2002 03:10:27 -0500
6805              Message-ID: <20020118081027.GE7226@blackrider>
6806      Branch: perl
6807            ! lib/File/Find.pm
6808 ____________________________________________________________________________
6809 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
6810         Log: (retracted by #14334)
6811              
6812              Subject: [PATCH] Improving lib/Time/Local.t
6813              From: Paul_GreenVOS@vos.stratus.com        
6814              Date: Thu, 17 Jan 02 22:36 est
6815              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
6816      Branch: perl
6817            ! lib/Time/Local.t
6818 ____________________________________________________________________________
6819 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
6820         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
6821              From: Abe Timmerman <abe@ztreet.demon.nl>  
6822              Date: Fri, 18 Jan 2002 13:18:47 +0100
6823              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
6824      Branch: perl
6825            ! lib/ExtUtils/t/MM_Win32.t
6826 ____________________________________________________________________________
6827 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
6828         Log: Subject: [PATCH] Syncing with bleadperl 
6829              From: Michael G Schwern <schwern@pobox.com> 
6830              Date: Fri, 18 Jan 2002 03:04:33 -0500
6831              Message-ID: <20020118080432.GC7226@blackrider>
6832      Branch: perl
6833            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
6834            - lib/ExtUtils/inst
6835            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
6836            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
6837            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
6838            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
6839            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
6840            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
6841            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
6842            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
6843            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
6844            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
6845            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
6846            ! lib/ExtUtils/testlib.pm
6847 ____________________________________________________________________________
6848 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
6849         Log: Detypo.
6850      Branch: perl
6851            ! AUTHORS
6852 ____________________________________________________________________________
6853 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
6854         Log: Subject: [PATCH] MM check_hints test
6855              From: Michael G Schwern <schwern@pobox.com>
6856              Date: Thu, 17 Jan 2002 20:25:57 -0500
6857              Message-ID: <20020118012557.GE32762@blackrider>
6858      Branch: perl
6859            + lib/ExtUtils/t/hints.t
6860            ! MANIFEST
6861 ____________________________________________________________________________
6862 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
6863         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
6864              From: Michael G Schwern <schwern@pobox.com> 
6865              Date: Thu, 17 Jan 2002 20:12:20 -0500
6866              Message-ID: <20020118011220.GC32762@blackrider>
6867              
6868              (#14317 replaced with this)
6869      Branch: perl
6870            ! lib/ExtUtils/MakeMaker.pm
6871 ____________________________________________________________________________
6872 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
6873         Log: Subject: [PATCH perldiag] overload.pm warnings
6874              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6875              Date: Thu, 17 Jan 2002 23:53:49 +0100
6876              Message-ID: <20020117235349.A14530@rafael>
6877      Branch: perl
6878            ! pod/perldiag.pod
6879 ____________________________________________________________________________
6880 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
6881         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
6882              From: Michael G Schwern <schwern@pobox.com>
6883              Date: Thu, 17 Jan 2002 16:35:47 -0500
6884              Message-ID: <20020117213546.GD23830@blackrider>
6885      Branch: perl
6886            ! lib/File/Find.pm
6887 ____________________________________________________________________________
6888 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
6889         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
6890              From: chromatic <chromatic@rmci.net>
6891              Date: Thu, 17 Jan 2002 13:04:22 -0700
6892              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
6893      Branch: perl
6894            ! pod/perltodo.pod
6895 ____________________________________________________________________________
6896 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
6897         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
6898              From: chromatic <chromatic@rmci.net>
6899              Date: Thu, 17 Jan 2002 12:59:04 -0700
6900              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
6901      Branch: perl
6902            ! lib/ExtUtils/t/Mkbootstrap.t
6903 ____________________________________________________________________________
6904 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
6905         Log: (replaced by #14322)
6906              The #14300 broke hints file handling.
6907      Branch: perl
6908            ! lib/ExtUtils/MakeMaker.pm
6909 ____________________________________________________________________________
6910 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
6911         Log: metaconfig unit change for #14315.
6912      Branch: metaconfig/U/perl
6913            ! uselongdbl.U
6914 ____________________________________________________________________________
6915 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
6916         Log: Subject: [PATCH] long doubles
6917              From: Nicholas Clark <nick@unfortu.net>
6918              Date: Thu, 17 Jan 2002 17:06:28 +0000
6919              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
6920      Branch: perl
6921            ! Configure
6922 ____________________________________________________________________________
6923 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
6924         Log: metaconfig unit change for #14313.
6925      Branch: metaconfig
6926            ! U/modified/i_ndbm.U
6927 ____________________________________________________________________________
6928 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
6929         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
6930              From: Andy Dougherty <doughera@lafayette.edu>
6931              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
6932              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
6933      Branch: perl
6934            ! Configure
6935 ____________________________________________________________________________
6936 [ 14312] By: nick                                  on 2002/01/17  21:38:38
6937         Log: Integrate mainline (for ndbm fixes etc.)
6938      Branch: perlio
6939           +> t/run/fresh_perl.t
6940            - t/run/kill_perl.t
6941           !> Changes MANIFEST ext/Opcode/Opcode.xs
6942           !> ext/SDBM_File/sdbm/Makefile.PL
6943           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
6944           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
6945           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
6946           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
6947           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
6948 ____________________________________________________________________________
6949 [ 14311] By: sky                                   on 2002/01/17  21:01:00
6950         Log: Simplify the code that duplicates the threads 
6951              init function and the parameters to the thread by using sv_dup. 
6952              Note,what happens if you pass a shared variable as a parameter?
6953      Branch: perl
6954            ! ext/threads/threads.xs
6955 ____________________________________________________________________________
6956 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
6957         Log: Update Changes.
6958      Branch: perl
6959            ! Changes patchlevel.h
6960 ____________________________________________________________________________
6961 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
6962         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
6963              with fresh_perl_is() and fresh_perl_like().
6964      Branch: perl
6965            + t/run/fresh_perl.t
6966            - t/run/kill_perl.t
6967            ! MANIFEST t/test.pl
6968 ____________________________________________________________________________
6969 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
6970         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
6971              From: Benjamin Goldberg <goldbb2@earthlink.net>
6972              Date: Wed, 09 Jan 2002 21:03:16 -0500
6973              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
6974      Branch: perl
6975            ! ext/Unicode/Normalize/Normalize.pm
6976 ____________________________________________________________________________
6977 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
6978         Log: Retract #14144 as Hugo isn't happy with it.
6979      Branch: perl
6980            ! scope.c t/run/kill_perl.t
6981 ____________________________________________________________________________
6982 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
6983         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
6984              From: Richard Clamp <richardc@unixbeard.net>
6985              Date: Wed, 16 Jan 2002 17:34:31 +0000
6986              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
6987      Branch: perl
6988            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
6989 ____________________________________________________________________________
6990 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
6991         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
6992              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6993              Date: Tue, 15 Jan 2002 21:23:30 +0100
6994              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
6995      Branch: perl
6996            ! ext/Opcode/Opcode.xs
6997 ____________________________________________________________________________
6998 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
6999         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
7000              From: Paul_GreenVOS@vos.stratus.com
7001              Date: Wed, 16 Jan 02 6:42 est
7002              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
7003      Branch: perl
7004            ! t/io/fs.t t/op/crypt.t
7005 ____________________________________________________________________________
7006 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
7007         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
7008              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7009              Date: Wed, 16 Jan 2002 13:43:39 +0100
7010              Message-ID: <20020116134339.A704@rafael>
7011              
7012              (replaces #14302)
7013      Branch: perl
7014            ! mg.c t/lib/warnings/mg
7015 ____________________________________________________________________________
7016 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
7017         Log: (replaced by #14303)
7018              Subject: [PATCH] length of undefined $(digit) should warn
7019              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7020              Date: Tue, 15 Jan 2002 23:02:44 +0100            
7021              Message-ID: <20020115230244.A31786@rafael>     
7022      Branch: perl
7023            ! mg.c t/lib/warnings/mg
7024 ____________________________________________________________________________
7025 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
7026         Log: The non-MakeMaker.pm parts of
7027              
7028              Subject: [PATCH] Re: MM_Beos.pm?
7029              From: Tels <perl_dummy@bloodgate.com>
7030              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
7031              Message-Id: <200201142006.WAA29544@taas.iki.fi>
7032      Branch: perl
7033            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
7034            ! lib/ExtUtils/t/MM_Unix.t
7035 ____________________________________________________________________________
7036 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
7037         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
7038              From: Michael G Schwern <schwern@pobox.com>    
7039              Date: Tue, 15 Jan 2002 20:07:50 -0500            
7040              Message-ID: <20020116010750.GH625@blackrider>  
7041      Branch: perl
7042            ! lib/ExtUtils/MakeMaker.pm
7043 ____________________________________________________________________________
7044 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
7045         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
7046              From: Jeffrey Friedl <jfriedl@yahoo.com>       
7047              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
7048              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
7049      Branch: perl
7050            ! lib/Text/Tabs.pm
7051 ____________________________________________________________________________
7052 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
7053         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
7054              From: "Green, Paul" <Paul.Green@stratus.com>
7055              Date: Tue, 15 Jan 2002 22:28:10 -0500
7056              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
7057      Branch: perl
7058            ! lib/ExtUtils/MM_Unix.pm
7059 ____________________________________________________________________________
7060 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
7061         Log: Integrate perlio; offsetof() is in <stddef.h>
7062      Branch: perl
7063           !> ext/Socket/Socket.xs
7064 ____________________________________________________________________________
7065 [ 14296] By: nick                                  on 2002/01/16  13:02:29
7066         Log: offsetof() is in <stddef.h>
7067      Branch: perlio
7068            ! ext/Socket/Socket.xs
7069 ____________________________________________________________________________
7070 [ 14295] By: nick                                  on 2002/01/16  07:25:29
7071         Log: Integrate mainline
7072      Branch: perlio
7073           +> (branch 262 files)
7074            - (delete 285 files)
7075           !> (integrate 34 files)
7076 ____________________________________________________________________________
7077 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
7078         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
7079              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
7080              Canonical.pl and Exact.pl.
7081      Branch: perl
7082            + (add 259 files)
7083            - (delete 288 files)
7084            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
7085            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
7086            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
7087            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
7088 ____________________________________________________________________________
7089 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
7090         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
7091      Branch: perl
7092            ! ext/Socket/Socket.xs
7093 ____________________________________________________________________________
7094 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
7095         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
7096              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
7097              Date: Tue, 15 Jan 2002 21:59:19 +0100
7098              Message-ID: <3C44A637.16602.25EB208@localhost>
7099      Branch: perl
7100            ! embed.fnc embed.h proto.h
7101 ____________________________________________________________________________
7102 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
7103         Log: Duh.  The updated In/*.pl weren't checked in.
7104      Branch: perl
7105            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
7106            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
7107            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
7108            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
7109            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
7110            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
7111            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
7112            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
7113            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
7114            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
7115            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
7116            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
7117            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
7118            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
7119            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
7120            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
7121            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
7122            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
7123            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
7124            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
7125            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
7126            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
7127            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
7128            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
7129            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
7130            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
7131            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
7132            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
7133            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
7134            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
7135            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
7136            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
7137            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
7138            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
7139            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
7140            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
7141            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
7142            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
7143            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
7144            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
7145            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
7146            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
7147            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
7148            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
7149            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
7150            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
7151            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
7152            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
7153 ____________________________________________________________________________
7154 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
7155         Log: Update Changes.
7156      Branch: perl
7157            ! Changes patchlevel.h
7158 ____________________________________________________________________________
7159 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
7160         Log: Jeffrey is trying very hard to avoid working on his
7161              book, it would seem :-) (better naming, better comments
7162              in the files)
7163      Branch: perl
7164            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
7165            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
7166            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
7167            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
7168            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
7169            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
7170            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
7171            - lib/unicore/Is/IDStart.pl
7172            ! (edit 200 files)
7173 ____________________________________________________________________________
7174 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
7175         Log: metaconfig unit changes for #14287.
7176      Branch: metaconfig
7177            + U/modified/Chk_MANI.U
7178            ! U/modified/Extract.U U/modified/Finish.U
7179      Branch: metaconfig/U/perl
7180            ! Extensions.U dlsrc.U
7181 ____________________________________________________________________________
7182 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
7183         Log: Some protection against spaces in directory names.
7184              (Tru64 still has some makedepend problems in such
7185              cases but that looks like Tru64's problem.)
7186      Branch: perl
7187            ! Configure Makefile.SH
7188 ____________________________________________________________________________
7189 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
7190         Log: Should have been in #14285 but I have sausages for fingers.
7191      Branch: perl
7192            + lib/ExtUtils/MM_BeOS.pm
7193 ____________________________________________________________________________
7194 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
7195         Log: MM_BeOS from Tels.
7196      Branch: perl
7197            + lib/ExtUtils/t/MM_BeOS.t
7198            ! MANIFEST
7199 ____________________________________________________________________________
7200 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
7201         Log: Integrate perlio;
7202              
7203              (reintroduce #14251) Slab allocator for ops
7204              - moved the statics to intrpvar.h
7205              - implemented Slab_Free()
7206              - uses PerlMemShared (for now) if distinction exists.
7207              
7208              Slab allocator submit after resolve -ay to keep it!
7209              
7210              Hand merge of non slab allocator stuff
7211              
7212              const-ness fix in savepv's passing of NULL
7213              
7214              Typo in #else branch of PL_SLAB_ALLOC
7215              
7216              Integrate rest of mainline
7217              
7218              Regen embed enable slab for PERL_IMPLICIT_SYS
7219              
7220              Correct name of PL_OP_SLAB_ALLOC
7221              
7222              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
7223              e.g. -Duse64bitint on a 32-bit platform.
7224              Now uses I32 for use-count and is more careful with its casts.
7225      Branch: perl
7226           !> (integrate 28 files)
7227 ____________________________________________________________________________
7228 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
7229         Log: Add Shuck URL
7230      Branch: maint-5.6/macperl
7231            ! macos/macperl/MacPerl.podhelp
7232 ____________________________________________________________________________
7233 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
7234         Log: Remove obsolete docs
7235      Branch: maint-5.6/macperl
7236            ! ext/File/Glob/Glob.pm
7237 ____________________________________________________________________________
7238 [ 14281] By: nick                                  on 2002/01/15  15:08:43
7239         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
7240              e.g. -Duse64bitint on a 32-bit platform.
7241              Now uses I32 for use-count and is more careful with its casts.
7242      Branch: perlio
7243            ! intrpvar.h op.c
7244 ____________________________________________________________________________
7245 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
7246         Log: Update bundled modules.  Yow!
7247      Branch: maint-5.6/macperl
7248            + macos/bundled_ext/Compress/Zlib/constants.h
7249            + macos/bundled_ext/Compress/Zlib/constants.xs
7250            + macos/bundled_ext/Filter/Util/Call/ppport.h
7251            + macos/bundled_ext/Storable/t/compat-0.6.t
7252            + macos/bundled_ext/Storable/t/dump.pl
7253            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
7254            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
7255            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
7256            + macos/bundled_lib/blib/lib/URI/ssh.pm
7257            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
7258            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
7259            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
7260            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
7261            + macos/bundled_lib/t/Filter/Simple/data.t
7262            + macos/bundled_lib/t/Filter/Simple/export.t
7263            + macos/bundled_lib/t/Filter/Simple/filter_only.t
7264            + macos/bundled_lib/t/Filter/Simple/import.t
7265            + macos/bundled_lib/t/NEXT/actual.t
7266            + macos/bundled_lib/t/NEXT/actuns.t
7267            + macos/bundled_lib/t/NEXT/next.t
7268            + macos/bundled_lib/t/NEXT/unseen.t
7269            + macos/bundled_lib/t/libnet/netrc.t
7270            + macos/bundled_lib/t/libwww-perl/base/http.t
7271            + macos/bundled_lib/t/libwww-perl/live/activestate.t
7272            - macos/bundled_ext/Filter/t/FilterTest.pm
7273            - macos/bundled_ext/Storable/t/compat06.t
7274            - macos/bundled_ext/Storable/t/st-dump.pl
7275            - macos/bundled_lib/t/NEXT/test.pl
7276            - macos/bundled_lib/t/libwww-perl/live/google.t
7277            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
7278            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
7279            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
7280            ! macos/bundled_ext/Compress/Zlib/README
7281            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
7282            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
7283            ! macos/bundled_ext/Compress/Zlib/t/examples.t
7284            ! macos/bundled_ext/Filter/Util/Call/Call.pm
7285            ! macos/bundled_ext/Filter/Util/Call/Call.xs
7286            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
7287            ! macos/bundled_ext/Filter/t/call.t
7288            ! macos/bundled_ext/Filter/t/filter-util.pl
7289            ! macos/bundled_ext/Storable/ChangeLog
7290            ! macos/bundled_ext/Storable/README
7291            ! macos/bundled_ext/Storable/Storable.pm
7292            ! macos/bundled_ext/Storable/t/blessed.t
7293            ! macos/bundled_ext/Storable/t/canonical.t
7294            ! macos/bundled_ext/Storable/t/dclone.t
7295            ! macos/bundled_ext/Storable/t/forgive.t
7296            ! macos/bundled_ext/Storable/t/freeze.t
7297            ! macos/bundled_ext/Storable/t/lock.t
7298            ! macos/bundled_ext/Storable/t/overload.t
7299            ! macos/bundled_ext/Storable/t/recurse.t
7300            ! macos/bundled_ext/Storable/t/retrieve.t
7301            ! macos/bundled_ext/Storable/t/store.t
7302            ! macos/bundled_ext/Storable/t/tied.t
7303            ! macos/bundled_ext/Storable/t/tied_hook.t
7304            ! macos/bundled_ext/Storable/t/tied_items.t
7305            ! macos/bundled_ext/Storable/t/utf8.t
7306            ! macos/bundled_lib/blib/lib/File/Sort.pm
7307            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
7308            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
7309            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
7310            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
7311            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
7312            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
7313            ! macos/bundled_lib/blib/lib/LWP.pm
7314            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
7315            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
7316            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
7317            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
7318            ! macos/bundled_lib/blib/lib/Mail/Address.pm
7319            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
7320            ! macos/bundled_lib/blib/lib/Mail/Field.pm
7321            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
7322            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
7323            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
7324            ! macos/bundled_lib/blib/lib/Mail/Header.pm
7325            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
7326            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
7327            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
7328            ! macos/bundled_lib/blib/lib/Mail/Send.pm
7329            ! macos/bundled_lib/blib/lib/Mail/Util.pm
7330            ! macos/bundled_lib/blib/lib/NEXT.pm
7331            ! macos/bundled_lib/blib/lib/Net/Config.pm
7332            ! macos/bundled_lib/blib/lib/Net/Domain.pm
7333            ! macos/bundled_lib/blib/lib/Net/FTP.pm
7334            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
7335            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
7336            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
7337            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
7338            ! macos/bundled_lib/blib/lib/Net/POP3.pm
7339            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
7340            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
7341            ! macos/bundled_lib/blib/lib/Switch.pm
7342            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
7343            ! macos/bundled_lib/blib/lib/URI/Escape.pm
7344            ! macos/bundled_lib/blib/lib/URI/ftp.pm
7345            ! macos/bundled_lib/blib/lib/lwpcook.pod
7346            ! macos/bundled_lib/t/Filter/Simple/filter.t
7347            ! macos/bundled_lib/t/Switch/t/nested.t
7348            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
7349            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
7350            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
7351            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
7352            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
7353            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
7354            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
7355            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
7356            ! macos/bundled_lib/t/libnet/config.t
7357            ! macos/bundled_lib/t/libnet/ftp.t
7358            ! macos/bundled_lib/t/libnet/hostname.t
7359            ! macos/bundled_lib/t/libnet/nntp.t
7360            ! macos/bundled_lib/t/libnet/require.t
7361            ! macos/bundled_lib/t/libnet/smtp.t
7362            ! macos/bundled_lib/t/libwww-perl/base/headers.t
7363            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
7364            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
7365            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
7366            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
7367            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
7368            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
7369            ! macos/bundled_lib/t/libwww-perl/live/validator.t
7370            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
7371 ____________________________________________________________________________
7372 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
7373         Log: Subject: [PATCH] Socket::sockaddr_family
7374              From: Gisle Aas <gisle@ActiveState.com> 
7375              Date: 15 Jan 2002 06:35:28 -0800
7376              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
7377      Branch: perl
7378            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
7379 ____________________________________________________________________________
7380 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
7381         Log: Subject: [PATCH perldiag] Style issue
7382              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7383              Date: Tue, 15 Jan 2002 15:36:30 +0100                
7384              Message-ID: <20020115153630.A11568@rafael>
7385      Branch: perl
7386            ! pod/perldiag.pod
7387 ____________________________________________________________________________
7388 [ 14277] By: nick                                  on 2002/01/15  14:30:51
7389         Log: Correct name of PL_OP_SLAB_ALLOC
7390      Branch: perlio
7391            ! perl.h
7392 ____________________________________________________________________________
7393 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
7394         Log: NetWare tweak from Ananth Kesari.
7395      Branch: perl
7396            ! lib/ExtUtils/MakeMaker.pm
7397 ____________________________________________________________________________
7398 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
7399         Log: Throwback.
7400      Branch: perl
7401            ! MANIFEST
7402 ____________________________________________________________________________
7403 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
7404         Log: A couple of additional character classes from Jeffrey,
7405              hopefully useful in future for internal use for implementing
7406              some special cases of casing.
7407              
7408              Also regenerate once more all the character classes,
7409              now without the timestamp.  A timestamp would be kind of
7410              nice but it's not: having a timestamp in a file means that
7411              even if the effective contents of file really didn't
7412              change, the file looks as if it changed.
7413      Branch: perl
7414            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
7415            + lib/unicore/Is/CombAbov.pl
7416            ! (edit 304 files)
7417 ____________________________________________________________________________
7418 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
7419         Log: Make the test harder.
7420      Branch: perl
7421            ! t/op/pat.t
7422 ____________________________________________________________________________
7423 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
7424         Log: Additional utf8_heavy.pl tweak from Jeffrey.
7425      Branch: perl
7426            ! lib/utf8_heavy.pl
7427 ____________________________________________________________________________
7428 [ 14271] By: nick                                  on 2002/01/15  11:29:47
7429         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
7430      Branch: perlio
7431            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
7432            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
7433 ____________________________________________________________________________
7434 [ 14270] By: nick                                  on 2002/01/15  08:19:08
7435         Log: Integrate rest of mainline
7436      Branch: perlio
7437           !> (integrate 28 files)
7438 ____________________________________________________________________________
7439 [ 14269] By: nick                                  on 2002/01/15  08:02:44
7440         Log: Typo in #else branch of PL_SLAB_ALLOC
7441      Branch: perlio
7442            ! op.c
7443 ____________________________________________________________________________
7444 [ 14268] By: nick                                  on 2002/01/15  07:57:47
7445         Log: const-ness fix in savepv's passing of NULL
7446      Branch: perlio
7447            ! util.c
7448 ____________________________________________________________________________
7449 [ 14267] By: nick                                  on 2002/01/15  07:42:17
7450         Log: Hand merge of non slab allocator stuff
7451      Branch: perlio
7452            ! op.c
7453 ____________________________________________________________________________
7454 [ 14266] By: nick                                  on 2002/01/15  07:39:33
7455         Log: Slab allocator submit after resolve -ay to keep it!
7456      Branch: perlio
7457           !> op.c
7458 ____________________________________________________________________________
7459 [ 14265] By: nick                                  on 2002/01/15  07:05:06
7460         Log: Blind integrate of bulk of mainline.
7461      Branch: perlio
7462           +> (branch 173 files)
7463            - (delete 184 files)
7464           !> (integrate 146 files)
7465 ____________________________________________________________________________
7466 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
7467         Log: Pod nits.
7468      Branch: perl
7469            ! lib/Unicode/UCD.pm pod/perlunicode.pod
7470 ____________________________________________________________________________
7471 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
7472         Log: The Unicode categories doc patch to go with #14254,
7473              from Jeffrey.
7474      Branch: perl
7475            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
7476 ____________________________________________________________________________
7477 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
7478         Log: There isn't going to be perl.third.exe.
7479      Branch: perl
7480            ! Makefile.SH
7481 ____________________________________________________________________________
7482 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
7483         Log: Subject: [PATCH] small coredump correction
7484              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7485              Date: Tue, 15 Jan 2002 00:22:52 +0100
7486              Message-ID: <20020115002252.I691@rafael>
7487      Branch: perl
7488            ! op.c
7489 ____________________________________________________________________________
7490 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
7491         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
7492              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7493              Date: Mon, 14 Jan 2002 23:03:04 +0100
7494              Message-ID: <20020114230304.A691@rafael>   
7495              
7496              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
7497              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7498              Date: Mon, 14 Jan 2002 23:18:43 +0100
7499              Message-ID: <20020114231843.E691@rafael>   
7500      Branch: perl
7501            ! pod/perlsub.pod t/op/override.t toke.c
7502 ____________________________________________________________________________
7503 [ 14259] By: nick                                  on 2002/01/14  22:02:49
7504         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
7505              Need to use CopXXXXX macros everywhere and add CopSTASH_free
7506              Add new scope type and add support for it to scope.c and scope stack
7507              dup-er in sv.c. Add savesharedpv().
7508              Also zealous version of Win32's vmem.h to catch all the abuses.
7509              With this t/op/fork.t passes even with zealous checking and 
7510              checker is point a finger at various threads/shared issues.
7511              
7512              PL_curcop->cop_io is still an issue.
7513      Branch: perlio
7514            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
7515            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
7516            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
7517            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
7518            ! win32/vmem.h win32/win32.c win32/win32.h
7519 ____________________________________________________________________________
7520 [ 14258] By: nick                                  on 2002/01/14  20:24:28
7521         Log: Integrate build parts of mainline
7522      Branch: perlio
7523           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
7524           !> lib/ExtUtils/t/MM_Win32.t
7525 ____________________________________________________________________________
7526 [ 14257] By: nick                                  on 2002/01/14  16:10:54
7527         Log: Inverted sense of special-ness of specialCopIO - supposed to 
7528              be true if value is "special" i.e. NOT an SV.
7529      Branch: perlio
7530            ! perlio.h
7531 ____________________________________________________________________________
7532 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
7533         Log: Update Changes.
7534      Branch: perl
7535            ! Changes patchlevel.h
7536 ____________________________________________________________________________
7537 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
7538         Log: Retract #14251 (the op slab allocator from perlio)
7539              until we figure out why 2.2.19 x86 debian gets
7540              a circular sibling chain and therefore hangs in
7541              the Perl_ck_subr() sibling for-loop.
7542      Branch: perl
7543            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
7544            ! perlapi.c perlapi.h proto.h
7545 ____________________________________________________________________________
7546 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
7547         Log: Big mktables rewrite from Jeffrey;
7548              documentation not yet updated.
7549      Branch: perl
7550            + (add 171 files)
7551            - (delete 182 files)
7552            ! (edit 135 files)
7553 ____________________________________________________________________________
7554 [ 14253] By: ams                                   on 2002/01/14  03:15:05
7555         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
7556              From: Michael G Schwern <schwern@pobox.com>
7557              Date: Sun, 13 Jan 2002 21:00:07 -0500
7558              Message-Id: <20020114020007.GB2877@blackrider>
7559      Branch: perl
7560            ! lib/Cwd.pm
7561 ____________________________________________________________________________
7562 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
7563         Log: Subject: Re: Win32 status - progress !
7564              From: Abe Timmerman <abe@ztreet.demon.nl>       
7565              Date: Mon, 14 Jan 2002 02:29:51 +0100
7566              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
7567      Branch: perl
7568            ! lib/ExtUtils/t/MM_Win32.t
7569 ____________________________________________________________________________
7570 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
7571         Log: Integrate perlio.
7572              
7573              Slab allocator for ops
7574              - moved the statics to intrpvar.h
7575              - implemented Slab_Free()
7576              - uses PerlMemShared (for now) if distinction exists.
7577      Branch: perl
7578           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
7579           !> perlapi.c perlapi.h proto.h
7580 ____________________________________________________________________________
7581 [ 14250] By: nick                                  on 2002/01/13  23:22:34
7582         Log: Slab allocator for ops
7583              - moved the statics to intrpvar.h
7584              - implemented Slab_Free()
7585              - uses PerlMemShared (for now) if distinction exists.
7586      Branch: perlio
7587            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
7588            ! perlapi.c perlapi.h proto.h
7589 ____________________________________________________________________________
7590 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
7591         Log: Start a new test category: uni.  Much of t/op/pat
7592              should probably be moved here, but holding on that
7593              until Jeffrey finishes his big mktables rewrite.
7594              Bits and pieces of op/split, op/pack, op/append,
7595              op/join, could probably be moved to respective uni
7596              tests, too.
7597      Branch: perl
7598            + t/uni/fold.t t/uni/sprintf.t
7599            - t/op/unifold.t t/op/unisprintf.t
7600            ! MANIFEST t/TEST t/harness
7601 ____________________________________________________________________________
7602 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
7603         Log: Subject: [PATCH] enable Win32 to build again
7604              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
7605              Date: Sun, 13 Jan 2002 21:49:24 +0100
7606              Message-ID: <3C4200E4.15926.23F6131@localhost>
7607              
7608              miniperl.exe.exe does not exe that well.
7609      Branch: perl
7610            ! lib/ExtUtils/MM_Unix.pm
7611 ____________________________________________________________________________
7612 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
7613         Log: Mention some of the load-affected tests.
7614      Branch: perl
7615            ! INSTALL
7616 ____________________________________________________________________________
7617 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
7618         Log: Move the UTF-8 conversion code earlier so that
7619              op/ver is happy.
7620      Branch: perl
7621            ! sv.c t/op/ver.t
7622 ____________________________________________________________________________
7623 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
7624         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
7625              have diverged quite a bit so no updates there.
7626      Branch: perl
7627            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
7628            ! ext/List/Util/lib/List/Util.pm
7629            ! ext/List/Util/lib/Scalar/Util.pm
7630 ____________________________________________________________________________
7631 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
7632         Log: Make the crypt() pickier: if downgrading doesn't work,
7633              croak.
7634      Branch: perl
7635            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
7636 ____________________________________________________________________________
7637 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
7638         Log: Grow the buffer in case Unicode caused size changes
7639              (and it very probably did).
7640      Branch: perl
7641            ! sv.c
7642 ____________________________________________________________________________
7643 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
7644         Log: Future-proofing from Jeffrey Friedl (for conflicting
7645              In* and Is* names).
7646      Branch: perl
7647            ! lib/utf8_heavy.pl
7648 ____________________________________________________________________________
7649 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
7650         Log: Subject: [PATCH] Re: Warning in B.xs
7651              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
7652              Date: Sun, 13 Jan 2002 19:39:52 +0100
7653              Message-ID: <3C41E288.20562.1C8C895@localhost>
7654      Branch: perl
7655            ! ext/B/B.xs
7656 ____________________________________________________________________________
7657 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
7658         Log: Subject: Re: lookbehind broken with latest bleedperl
7659              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7660              Date: Sun, 13 Jan 2002 18:06:22 +0000
7661              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
7662      Branch: perl
7663            ! regexec.c t/op/re_tests
7664 ____________________________________________________________________________
7665 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
7666         Log: Subject: [PATCH] more MM_Unix.t tests
7667              From: Tels <perl_dummy@bloodgate.com>
7668              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
7669              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
7670              
7671              Subject: [PATCH] 14220 misunderstood, I bet          
7672              From: andreas.koenig@anima.de (Andreas J. Koenig)
7673              Date: 12 Jan 2002 21:31:58 +0100
7674              Message-ID: <m3k7un8g5d.fsf@anima.de>
7675      Branch: perl
7676            ! lib/ExtUtils/t/MM_Unix.t
7677 ____________________________________________________________________________
7678 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
7679         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
7680              From: Tels <perl_dummy@bloodgate.com>
7681              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
7682              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
7683              
7684              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
7685              From: Tels <perl_dummy@bloodgate.com>
7686              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
7687              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
7688      Branch: perl
7689            ! lib/ExtUtils/MM_Unix.pm
7690 ____________________________________________________________________________
7691 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
7692         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
7693              From: Nicholas Clark <nick@unfortu.net> 
7694              Date: Sun, 13 Jan 2002 15:58:34 +0000
7695              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
7696      Branch: perl
7697            ! lib/Benchmark.t
7698 ____________________________________________________________________________
7699 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
7700         Log: Anton Berezin did more reading and the uid setting story
7701              gets more complex.
7702      Branch: perl
7703            ! pod/perltodo.pod utils/perldoc.PL
7704 ____________________________________________________________________________
7705 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
7706         Log: Integrate perlio;
7707              
7708              Win32 fixes:
7709              - vmem.h hack to handle free-by-wrong-thread after eval "".
7710              - Initialize timerid 
7711      Branch: perl
7712           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
7713 ____________________________________________________________________________
7714 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
7715         Log: Subject: Re: HiRes
7716              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7717              Date: Sun, 13 Jan 2002 10:18:46 +0100
7718              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
7719              
7720              Give up on socketpair in HP-UX.
7721      Branch: perl
7722            ! ext/Socket/socketpair.t
7723 ____________________________________________________________________________
7724 [ 14233] By: nick                                  on 2002/01/13  16:29:30
7725         Log: Integrate mainline
7726      Branch: perlio
7727           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
7728           !> (integrate 46 files)
7729 ____________________________________________________________________________
7730 [ 14232] By: nick                                  on 2002/01/13  15:37:48
7731         Log: Win32 fixes:
7732              - vmem.h hack to handle free-by-wrong-thread after eval "".
7733              - Initialize timerid 
7734      Branch: perlio
7735            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
7736 ____________________________________________________________________________
7737 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
7738         Log: *groan*
7739      Branch: perl
7740            ! t/op/pat.t
7741 ____________________________________________________________________________
7742 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
7743         Log: One more sharp s case found by Jeffrey.
7744      Branch: perl
7745            ! regexec.c t/op/pat.t
7746 ____________________________________________________________________________
7747 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
7748         Log: Comment tweak.
7749      Branch: perl
7750            ! regexec.c
7751 ____________________________________________________________________________
7752 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
7753         Log: Don't bother checking for the Greek special
7754              cases if the node is too short.
7755      Branch: perl
7756            ! regcomp.c
7757 ____________________________________________________________________________
7758 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
7759         Log: Update Changes.
7760      Branch: perl
7761            ! Changes patchlevel.h
7762 ____________________________________________________________________________
7763 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
7764         Log: metaconfig unit change for #14225.
7765      Branch: metaconfig
7766            + U/modified/i_ndbm.U
7767 ____________________________________________________________________________
7768 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
7769         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
7770              From: Jonathan Stowe <gellyfish@gellyfish.com>
7771              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
7772              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
7773      Branch: perl
7774            ! Configure config_h.SH
7775 ____________________________________________________________________________
7776 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
7777         Log: Quick reformat using indent -kr -nce, as requested
7778              by Dan Kogai and suggest by NI-S.
7779      Branch: perl
7780            ! ext/Encode/encengine.c
7781 ____________________________________________________________________________
7782 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
7783         Log: Couple more Unicode lookbehind tests.
7784      Branch: perl
7785            ! t/op/pat.t
7786 ____________________________________________________________________________
7787 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
7788         Log: Sharp S as a special treat for our German UTF-8 testers :-)
7789      Branch: perl
7790            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
7791 ____________________________________________________________________________
7792 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
7793         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
7794              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
7795              Date: Sat, 12 Jan 2002 20:37:32 +0100
7796              Message-ID: <3C409E8C.16203.196C2D3@localhost>
7797      Branch: perl
7798            ! ext/B/B/Deparse.pm
7799 ____________________________________________________________________________
7800 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
7801         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
7802              really worth the bits it's printed on?
7803      Branch: perl
7804            ! lib/ExtUtils/t/MM_Unix.t
7805 ____________________________________________________________________________
7806 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
7807         Log: Special treatment for U+03B0 and U+0390 in //i,
7808              this means that we can remove the minlen pessimisations
7809              introduced by the #14096.
7810      Branch: perl
7811            ! pp_hot.c regcomp.c regexec.c
7812 ____________________________________________________________________________
7813 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
7814         Log: Integrate perlio;
7815              
7816              Abstract out the cloning of SvPVX and handle shared pv in a 
7817              safe (if suboptimal) manner. Does not fix op/fork.t :-(
7818              
7819              Win32-ize socketpair test
7820              - Win32 can fork even though $Config{d_fork} is undef
7821              - SOCK_DGRAM does not work - skip those tests.
7822      Branch: perl
7823           !> ext/Socket/socketpair.t sv.c
7824 ____________________________________________________________________________
7825 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
7826         Log: One should first drop the real uid, not the effective uid.
7827              [ID 20020110.003]
7828      Branch: perl
7829            ! utils/perldoc.PL
7830 ____________________________________________________________________________
7831 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
7832         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
7833              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
7834              Date: Fri, 11 Jan 2002 23:29:48 +0100
7835              Message-ID: <3C3F756C.4581.2E2A938@localhost>
7836      Branch: perl
7837            + ext/B/C/C.xs ext/B/C/Makefile.PL
7838            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
7839            ! utils/perlcc.PL
7840 ____________________________________________________________________________
7841 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
7842         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
7843              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
7844              Date: Fri, 11 Jan 2002 14:29:30 -0800
7845              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
7846      Branch: perl
7847            ! ext/B/t/concise.t
7848 ____________________________________________________________________________
7849 [ 14214] By: nick                                  on 2002/01/12  12:31:12
7850         Log: Win32-ize socketpair test
7851              - Win32 can fork even though $Config{d_fork} is undef
7852              - SOCK_DGRAM does not work - skip those tests.
7853      Branch: perlio
7854            ! ext/Socket/socketpair.t
7855 ____________________________________________________________________________
7856 [ 14213] By: nick                                  on 2002/01/12  11:46:28
7857         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
7858              safe (if suboptimal) manner. Does not fix op/fork.t :-(
7859      Branch: perlio
7860            ! sv.c
7861 ____________________________________________________________________________
7862 [ 14212] By: ams                                   on 2002/01/12  06:10:52
7863         Log: Subject: [PATCH] More fixes for Stratus VOS
7864              From: "Green, Paul" <Paul.Green@stratus.com>
7865              Date: Fri, 11 Jan 2002 17:30:37 -0500
7866              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
7867      Branch: perl
7868            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
7869 ____________________________________________________________________________
7870 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
7871         Log: Upgrade to CGI.pm 2.80.
7872      Branch: perl
7873            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
7874 ____________________________________________________________________________
7875 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
7876         Log: FAQ sync.
7877      Branch: perl
7878            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
7879            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7880            ! pod/perlfaq8.pod
7881 ____________________________________________________________________________
7882 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
7883         Log: This is getting embarrassing.
7884      Branch: perl
7885            ! t/op/pat.t
7886 ____________________________________________________________________________
7887 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
7888         Log: Doc tweaks.
7889      Branch: perl
7890            ! pod/perlunicode.pod
7891 ____________________________________________________________________________
7892 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
7893         Log: Updating the test count is good; also rephrasing
7894              so that there is no ok output containing "not".
7895      Branch: perl
7896            ! t/op/pat.t
7897 ____________________________________________________________________________
7898 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
7899         Log: Andreas is busy :-)
7900      Branch: perl
7901            ! doop.c t/op/unisprintf.t
7902 ____________________________________________________________________________
7903 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
7904         Log: Unicode lookbehind looked bad.
7905      Branch: perl
7906            ! regexec.c t/op/pat.t
7907 ____________________________________________________________________________
7908 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
7909         Log: Garbage collection.
7910      Branch: perl
7911            ! t/run/kill_perl.t
7912 ____________________________________________________________________________
7913 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
7914         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
7915              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
7916              Date: Fri, 11 Jan 2002 23:29:48 +0100
7917              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
7918      Branch: perl
7919            ! embed.fnc global.sym makedef.pl
7920 ____________________________________________________________________________
7921 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
7922         Log: Subject: [PATCH] perldelta nit?
7923              From: Robert Spier <rspier@pobox.com>
7924              Date: Fri, 11 Jan 2002 15:19:16 -0800
7925              Message-ID: <15423.29428.164185.251700@rls.cx>
7926      Branch: perl
7927            ! pod/perldelta.pod
7928 ____________________________________________________________________________
7929 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
7930         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
7931              From: Michael G Schwern <schwern@pobox.com>
7932              Date: Fri, 11 Jan 2002 17:08:17 -0500
7933              Message-ID: <20020111220817.GG2838@blackrider>
7934      Branch: perl
7935            ! t/run/kill_perl.t t/test.pl
7936 ____________________________________________________________________________
7937 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
7938         Log: Subject: [PATCH] Correct misleading error message
7939              From: Mike Guy <mjtg@cam.ac.uk>
7940              Date: Fri, 11 Jan 2002 18:36:33 +0000
7941              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
7942              
7943              hash assignment -> anonymous hash
7944      Branch: perl
7945            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
7946 ____________________________________________________________________________
7947 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
7948         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
7949              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7950              Date: Fri, 11 Jan 2002 16:58:14 +0100
7951              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
7952      Branch: perl
7953            ! ext/Unicode/Normalize/mkheader
7954 ____________________________________________________________________________
7955 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
7956         Log: Add a new test for is-sprintf-preserving Unicodeness:
7957              #14194 and an old one from kill_perl.t (I could have used
7958              sprintf.t, but it's format was quite fixed, and I didn't
7959              feel like breaking the format)
7960      Branch: perl
7961            + t/op/unisprintf.t
7962            ! MANIFEST t/run/kill_perl.t
7963 ____________________________________________________________________________
7964 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
7965         Log: Integrate perlio;
7966              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
7967      Branch: perl
7968           !> win32/win32.c
7969 ____________________________________________________________________________
7970 [ 14196] By: nick                                  on 2002/01/11  20:58:20
7971         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
7972              as C runtime seems to get its hands on them even though we said
7973              they were handled.
7974              Still an issue with "die" out of signal handler - get panic: pp_iter
7975      Branch: perlio
7976            ! win32/win32.c
7977 ____________________________________________________________________________
7978 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
7979         Log: Integrate perlio;
7980              A mostly-stable version of "new" Win32 signal/kill support.
7981      Branch: perl
7982           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
7983           !> win32/config.gc win32/config.vc win32/config_H.bc
7984           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
7985           !> win32/makefile.mk win32/win32.c win32/win32.h
7986 ____________________________________________________________________________
7987 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
7988         Log: Fix for
7989              
7990              Subject: UTF-8 sprintf bug in bleadperl
7991              From: andreas.koenig@anima.de (Andreas J. Koenig)
7992              Date: 11 Jan 2002 15:47:15 +0100
7993              Message-ID: <m3vge99c7g.fsf@anima.de>
7994              
7995              I have tests, have just to figure out where to put them
7996              since op/sprintf looks a bit unfriendly for tests of
7997              somewhat freer form.
7998      Branch: perl
7999            ! doop.c sv.c
8000 ____________________________________________________________________________
8001 [ 14193] By: nick                                  on 2002/01/11  18:25:34
8002         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
8003              Builds and passes a few tests.
8004      Branch: perlio
8005           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
8006           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
8007           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
8008           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
8009           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
8010           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
8011           +> t/lib/sample-tests/lone_not_bug
8012           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
8013           +> t/lib/sample-tests/vms_nit
8014           !> (integrate 63 files)
8015 ____________________________________________________________________________
8016 [ 14192] By: nick                                  on 2002/01/11  17:49:39
8017         Log: A mostly-stable version of "new" Win32 signal/kill support.
8018      Branch: perlio
8019            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
8020            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8021            ! win32/config_h.PL win32/makefile.mk win32/win32.c
8022            ! win32/win32.h
8023 ____________________________________________________________________________
8024 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
8025         Log: Update Changes.
8026      Branch: perl
8027            ! Changes patchlevel.h
8028 ____________________________________________________________________________
8029 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
8030         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
8031              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
8032              Date: Thu, 10 Jan 2002 18:21:34 -0800
8033              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
8034      Branch: perl
8035            + ext/B/t/concise.t
8036            ! MANIFEST
8037 ____________________________________________________________________________
8038 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
8039         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
8040              necessary in form.t and html.t @INC setups.
8041      Branch: perl
8042            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
8043 ____________________________________________________________________________
8044 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
8045         Log: Yet another twist.
8046      Branch: perl
8047            ! t/test.pl
8048 ____________________________________________________________________________
8049 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
8050         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
8051              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8052              Date: Fri, 11 Jan 2002 13:04:15 +0100      
8053              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
8054      Branch: perl
8055            ! hints/aix.sh
8056 ____________________________________________________________________________
8057 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
8058         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
8059              From: Jonathan Stowe <gellyfish@gellyfish.com> 
8060              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
8061              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
8062      Branch: perl
8063            ! lib/AnyDBM_File.t
8064 ____________________________________________________________________________
8065 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
8066         Log: Arguments were being mangled.
8067      Branch: perl
8068            ! t/test.pl
8069 ____________________________________________________________________________
8070 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
8071         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
8072              From: Jonathan Stowe <gellyfish@gellyfish.com>
8073              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
8074              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
8075      Branch: perl
8076            ! lib/AnyDBM_File.t
8077 ____________________________________________________________________________
8078 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
8079         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
8080              From: Michael G Schwern <schwern@pobox.com> 
8081              Date: Fri, 11 Jan 2002 04:26:27 -0500
8082              Message-ID: <20020111092626.GA16544@blackrider>
8083      Branch: perl
8084            ! t/run/kill_perl.t t/test.pl
8085 ____________________________________________________________________________
8086 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
8087         Log: Subject: [PATCH] Test::Harness 2.01
8088              From: Michael G Schwern <schwern@pobox.com> 
8089              Date: Thu, 10 Jan 2002 21:11:24 -0500
8090              Message-ID: <20020111021123.GA30666@blackrider>
8091      Branch: perl
8092            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
8093            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
8094            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
8095            + lib/Test/Harness/t/nonumbers.t
8096            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
8097            + t/lib/sample-tests/lone_not_bug
8098            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
8099            + t/lib/sample-tests/vms_nit
8100            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
8101            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
8102 ____________________________________________________________________________
8103 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
8104         Log: patch is silly when creating new files: don't run
8105              patch more than once.
8106      Branch: perl
8107            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
8108 ____________________________________________________________________________
8109 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
8110         Log: Forgot from #14179.
8111      Branch: perl
8112            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
8113 ____________________________________________________________________________
8114 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
8115         Log: Subject: [PATCH] is() undef/'' behavior change
8116              From: Michael G Schwern <schwern@pobox.com> 
8117              Date: Fri, 11 Jan 2002 03:35:51 -0500
8118              Message-ID: <20020111083551.GC30666@blackrider>
8119              
8120              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
8121              From: Michael G Schwern <schwern@pobox.com> 
8122              Date: Fri, 11 Jan 2002 03:37:44 -0500
8123              Message-ID: <20020111083744.GD30666@blackrider>
8124      Branch: perl
8125            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
8126            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
8127            ! lib/Pod/t/InputObjects.t lib/blib.t
8128 ____________________________________________________________________________
8129 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
8130         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
8131              From: Michael G Schwern <schwern@pobox.com> 
8132              Date: Thu, 10 Jan 2002 19:56:23 -0500
8133              Message-ID: <20020111005623.GA13192@blackrider>
8134      Branch: perl
8135            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
8136            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
8137            ! lib/Test/Simple.pm lib/Test/Simple/Changes
8138            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
8139            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
8140            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
8141            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
8142            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
8143            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
8144            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
8145            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
8146            ! lib/Test/Simple/t/plan_is_noplan.t
8147            ! lib/Test/Simple/t/plan_no_plan.t
8148            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
8149            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
8150            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
8151            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
8152            ! lib/Test/Tutorial.pod
8153 ____________________________________________________________________________
8154 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
8155         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
8156              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
8157              
8158              turns out even the malloc() was never really needed to begin with,
8159              so get rid of it
8160      Branch: perl
8161            ! sv.c
8162 ____________________________________________________________________________
8163 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
8164         Log: Small doc tweaks.
8165      Branch: perl
8166            ! pod/perluniintro.pod
8167 ____________________________________________________________________________
8168 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
8169         Log: support using the CRT's malloc() family of functions instead of
8170              the internal one when ithreads is enabled; allocate large blocks
8171              using VirtualAlloc() since the Heap*() functions may only be tuned
8172              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
8173              
8174              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
8175              also see comments at the top of win32/vmem.h for other options that
8176              can be set
8177      Branch: perl
8178            ! win32/vmem.h
8179 ____________________________________________________________________________
8180 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
8181         Log: Subject: micropatch
8182              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8183              Date: Thu, 10 Jan 2002 18:20:58 +0000
8184              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
8185      Branch: perl
8186            ! regcomp.c
8187 ____________________________________________________________________________
8188 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
8189         Log: Subject: [PATCH] Embed.t on Win32
8190              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8191              Date: Thu, 10 Jan 2002 18:56:21 +0100
8192              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
8193      Branch: perl
8194            ! lib/ExtUtils/t/Embed.t
8195 ____________________________________________________________________________
8196 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
8197         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
8198              From: Gisle Aas <gisle@ActiveState.com>
8199              Date: 10 Jan 2002 08:56:05 -0800
8200              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
8201      Branch: perl
8202            ! toke.c
8203 ____________________________________________________________________________
8204 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
8205         Log: Subject: [PATCH] doc fixes
8206              From: "Brendan O'Dea" <bod@debian.org>
8207              Date: Fri, 11 Jan 2002 03:49:54 +1100
8208              Message-ID: <20020110164954.GA21891@compusol.com.au>
8209      Branch: perl
8210            ! lib/I18N/Collate.pm pod/perlfunc.pod
8211 ____________________________________________________________________________
8212 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
8213         Log: Integrate perlio; More signal hackery.
8214      Branch: perl
8215           !> win32/win32.c
8216 ____________________________________________________________________________
8217 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
8218         Log: No need to show internal encodings, or return them
8219              in random order.
8220      Branch: perl
8221            ! ext/Encode/Encode.pm
8222 ____________________________________________________________________________
8223 [ 14168] By: nick                                  on 2002/01/10  17:33:31
8224         Log: Integrate mainline
8225      Branch: perlio
8226            - ext/Unicode/Normalize/Normalize.pod
8227           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
8228           !> ext/Unicode/Normalize/Makefile.PL
8229           !> ext/Unicode/Normalize/Normalize.pm
8230           !> ext/Unicode/Normalize/Normalize.xs
8231           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
8232           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
8233           !> t/run/kill_perl.t toke.c
8234 ____________________________________________________________________________
8235 [ 14167] By: nick                                  on 2002/01/10  17:08:35
8236         Log: More signal hackery
8237      Branch: perlio
8238            ! win32/win32.c
8239 ____________________________________________________________________________
8240 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
8241         Log: I think we can claim to be supporting Unicode
8242              "loose matching" now.
8243      Branch: perl
8244            ! pod/perlunicode.pod
8245 ____________________________________________________________________________
8246 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
8247         Log: Subject: doc patch
8248              From: mjd@plover.com
8249              Date: 10 Jan 2002 15:12:27 -0000
8250              Message-ID: <20020110151227.14850.qmail@plover.com>
8251      Branch: perl
8252            ! pod/perlrun.pod
8253 ____________________________________________________________________________
8254 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
8255         Log: Subject: Re: [ID 20011223.001] accept leaks memory
8256              From: Andy Dougherty <doughera@lafayette.edu>
8257              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
8258              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
8259      Branch: perl
8260            ! hints/linux.sh
8261 ____________________________________________________________________________
8262 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
8263         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
8264      Branch: perl
8265           !> win32/win32.c
8266 ____________________________________________________________________________
8267 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
8268         Log: Subject: [PATCH] Magic numbers in B::Concise
8269              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
8270              Date: Wed, 9 Jan 2002 23:04:01 -0800
8271              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
8272      Branch: perl
8273            ! ext/B/B/Concise.pm ext/B/O.pm
8274 ____________________________________________________________________________
8275 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
8276         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
8277              From: Gisle Aas <gisle@ActiveState.com>
8278              Date: 09 Jan 2002 21:52:40 -0800
8279              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
8280      Branch: perl
8281            ! t/lib/strict/vars toke.c
8282 ____________________________________________________________________________
8283 [ 14160] By: nick                                  on 2002/01/09  21:29:39
8284         Log: Skeleton coding of more kill() support on Win32.
8285      Branch: perlio
8286            ! win32/win32.c
8287 ____________________________________________________________________________
8288 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
8289         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
8290              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8291              Date: Wed, 9 Jan 2002 23:24:32 +0100
8292              Message-ID: <20020109232432.A692@rafael>
8293      Branch: perl
8294            ! ext/B/B/Deparse.pm
8295 ____________________________________________________________________________
8296 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
8297         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
8298              From: Jonathan Stowe <gellyfish@gellyfish.com>
8299              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
8300              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
8301      Branch: perl
8302            ! t/run/kill_perl.t
8303 ____________________________________________________________________________
8304 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
8305         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
8306              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8307              Date: Wed, 09 Jan 2002 20:16:54 +0000
8308              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
8309      Branch: perl
8310            ! regexec.c
8311 ____________________________________________________________________________
8312 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
8313         Log: Subject: [Patch @14129] fixes Unicode::Normalize
8314              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8315              Date: Thu, 10 Jan 2002 01:08:56 +0900
8316              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
8317      Branch: perl
8318            - ext/Unicode/Normalize/Normalize.pod
8319            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
8320            ! ext/Unicode/Normalize/Normalize.pm
8321            ! ext/Unicode/Normalize/Normalize.xs
8322            ! ext/Unicode/Normalize/mkheader
8323 ____________________________________________________________________________
8324 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
8325         Log: Integrate perlio; (Re-)implement alarm() for Win32.
8326      Branch: perl
8327           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
8328           !> win32/win32iop.h
8329 ____________________________________________________________________________
8330 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
8331         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
8332              From: Nicholas Clark <nick@unfortu.net>
8333              Date: Wed, 9 Jan 2002 17:56:04 +0000
8334              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
8335      Branch: perl
8336            ! t/op/readdir.t
8337 ____________________________________________________________________________
8338 [ 14153] By: nick                                  on 2002/01/09  16:18:57
8339         Log: Integrate mainline
8340      Branch: perlio
8341           +> ext/threads/t/stress_re.t t/op/unifold.t
8342            - lib/unifold.t
8343           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
8344           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
8345           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
8346 ____________________________________________________________________________
8347 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
8348         Log: Update Changes.
8349      Branch: perl
8350            ! Changes patchlevel.h
8351 ____________________________________________________________________________
8352 [ 14151] By: nick                                  on 2002/01/09  14:27:36
8353         Log: (Re-)implement alarm() for Win32.
8354      Branch: perlio
8355            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
8356            ! win32/win32iop.h
8357 ____________________________________________________________________________
8358 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
8359         Log: Thinko.
8360      Branch: perl
8361            ! ext/threads/t/stress_re.t
8362 ____________________________________________________________________________
8363 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
8364         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
8365              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
8366              Date: Wed, 09 Jan 2002 13:37:17 +0000                
8367              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
8368      Branch: perl
8369            ! regexec.c t/op/re_tests
8370 ____________________________________________________________________________
8371 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
8372         Log: Subject: Re: Weird Malformed warning in bleadperl    
8373              From: andreas.koenig@anima.de (Andreas J. Koenig)    
8374              Date: 09 Jan 2002 11:12:37 +0100
8375              Message-ID: <m3itabbzoq.fsf@anima.de>
8376      Branch: perl
8377            ! regexec.c t/op/pat.t
8378 ____________________________________________________________________________
8379 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
8380         Log: Forgot stress_re.t from MANIFEST.
8381      Branch: perl
8382            ! MANIFEST
8383 ____________________________________________________________________________
8384 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
8385         Log: In dumping use isPRINT() instead of isprint() so that locale
8386              does not come into play.
8387      Branch: perl
8388            ! utf8.c
8389 ____________________________________________________________________________
8390 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
8391         Log: Add a threads stress test for regular expressions
8392              (mostly just a modified stress_string.t) and doesn't
8393              test that much of regular expressions, just that $1
8394              doesn't get stomped by competing threads (as it does
8395              in the 5005threads of old).
8396      Branch: perl
8397            + ext/threads/t/stress_re.t
8398            ! MANIFEST
8399 ____________________________________________________________________________
8400 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
8401         Log: (retracted by #14307)
8402              Subject: Re: [ID 20010912.007] substr reference core dump
8403              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8404              Date: Tue, 08 Jan 2002 19:17:50 +0000
8405              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
8406      Branch: perl
8407            ! scope.c t/run/kill_perl.t
8408 ____________________________________________________________________________
8409 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
8410         Log: SANY (. with /s) wasn't happy on Unicode.
8411      Branch: perl
8412            ! regexec.c t/op/pat.t
8413 ____________________________________________________________________________
8414 [ 14142] By: ams                                   on 2002/01/08  22:42:10
8415         Log: Subject: [PATCH] perldebug nit
8416              From: Tels <tels@bloodgate.com>
8417              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
8418      Branch: perl
8419            ! pod/perldebug.pod
8420 ____________________________________________________________________________
8421 [ 14141] By: ams                                   on 2002/01/08  21:32:59
8422         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
8423              From: "Green, Paul" <Paul.Green@stratus.com>
8424              Date: Tue, 8 Jan 2002 17:31:35 -0500
8425              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
8426      Branch: perl
8427            ! Makefile.SH
8428 ____________________________________________________________________________
8429 [ 14140] By: ams                                   on 2002/01/08  21:27:57
8430         Log: Subject: [PATCH] Re: Slight chokage from Deparse
8431              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8432              Date: Tue, 8 Jan 2002 23:04:45 +0100
8433              Message-Id: <20020108230445.A4798@rafael>
8434      Branch: perl
8435            ! ext/B/B/Deparse.pm
8436 ____________________________________________________________________________
8437 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
8438         Log: Subject: [patch] peep() is rude
8439              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
8440              Date: Tue, 08 Jan 2002 19:17:50 +0000            
8441              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
8442      Branch: perl
8443            ! op.c t/run/kill_perl.t
8444 ____________________________________________________________________________
8445 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
8446         Log: unifold is really an op test since it requires
8447              no external modules for its actual testing:
8448              only the unicore CaseFold.txt file, and File::Spec
8449              to portably access that file.
8450      Branch: perl
8451            + t/op/unifold.t
8452            - lib/unifold.t
8453            ! MANIFEST
8454 ____________________________________________________________________________
8455 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
8456         Log: Subject: [patch] save a test 
8457              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8458              Date: Tue, 08 Jan 2002 16:18:47 +0000
8459              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
8460      Branch: perl
8461            ! regcomp.c
8462 ____________________________________________________________________________
8463 [ 14136] By: nick                                  on 2002/01/08  16:11:55
8464         Log: Integrate mainline
8465      Branch: perlio
8466           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
8467           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
8468           !> (integrate 37 files)
8469 ____________________________________________________________________________
8470 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
8471         Log: Subject: Not OK 13843 
8472              From: andreas.koenig@anima.de (Andreas J. Koenig)
8473              Date: 08 Jan 2002 14:12:29 +0100
8474              Message-ID: <m38zb9c7gi.fsf@anima.de>
8475      Branch: perl
8476            ! op.c t/op/subst.t
8477 ____________________________________________________________________________
8478 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
8479         Log: Missed one variant of the fold testing, noticed bu Hugo.
8480      Branch: perl
8481            ! lib/unifold.t
8482 ____________________________________________________________________________
8483 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
8484         Log: Enchance the Storable magic description.
8485      Branch: perl
8486            ! ext/Storable/Storable.pm
8487 ____________________________________________________________________________
8488 [ 14132] By: ams                                   on 2002/01/08  09:16:12
8489         Log: Subject: [PATCH] don't installperl pods
8490              From: H.Merijn Brand <h.m.brand@hccnet.nl>
8491              Date: Tue, 08 Jan 2002 10:36:01 +0100
8492              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
8493      Branch: perl
8494            ! installperl
8495 ____________________________________________________________________________
8496 [ 14131] By: ams                                   on 2002/01/08  03:38:40
8497         Log: Subject: Math-BigInt v1.49 released
8498              From: Tels <perl_dummy@bloodgate.com>
8499              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
8500      Branch: perl
8501            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
8502            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
8503            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
8504            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
8505            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
8506            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
8507            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
8508            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
8509            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
8510            ! t/lib/Math/BigInt/Subclass.pm
8511 ____________________________________________________________________________
8512 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
8513         Log: A little better comments.
8514      Branch: perl
8515            ! regexec.c
8516 ____________________________________________________________________________
8517 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
8518         Log: No normalization form DNF.
8519      Branch: perl
8520            ! ext/Unicode/Normalize/Normalize.pm
8521 ____________________________________________________________________________
8522 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
8523         Log: Extension nits found by -Wall (several from threads
8524              and threads::shared, but leaving them to Arthur).
8525      Branch: perl
8526            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
8527            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
8528            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
8529            ! ext/Unicode/Normalize/mkheader x2p/str.c
8530 ____________________________________________________________________________
8531 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
8532         Log: Sync up Changes etc.
8533      Branch: maint-5.6/macperl
8534            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
8535 ____________________________________________________________________________
8536 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
8537         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
8538      Branch: maint-5.6/macperl
8539            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
8540 ____________________________________________________________________________
8541 [ 14125] By: ams                                   on 2002/01/07  22:03:22
8542         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
8543              From: Nicholas Clark (sans From field in mail header)
8544              Date: Mon, 7 Jan 2002 16:18:23 +0000
8545              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
8546      Branch: perl
8547            ! lib/Exporter.pm
8548 ____________________________________________________________________________
8549 [ 14124] By: ams                                   on 2002/01/07  21:46:11
8550         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
8551              From: "Green, Paul" <Paul.Green@stratus.com>
8552              Date: Mon, 7 Jan 2002 16:59:38 -0500
8553              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
8554      Branch: perl
8555            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
8556 ____________________________________________________________________________
8557 [ 14123] By: nick                                  on 2002/01/07  18:49:55
8558         Log: Integrate mainline
8559      Branch: perlio
8560           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
8561           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
8562           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
8563           !> regexec.c t/op/re_tests utf8.c utf8.h
8564 ____________________________________________________________________________
8565 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
8566         Log: Update Changes.
8567      Branch: perl
8568            ! Changes patchlevel.h
8569 ____________________________________________________________________________
8570 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
8571         Log: Subject: [PATCH] Correct module name in perldelta*
8572              From: Mike Guy <mjtg@cam.ac.uk>
8573              Date: Mon, 07 Jan 2002 17:02:43 +0000
8574              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
8575      Branch: perl
8576            ! pod/perl561delta.pod pod/perl56delta.pod
8577 ____________________________________________________________________________
8578 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
8579         Log: AUTHORS update.
8580      Branch: perl
8581            ! AUTHORS
8582 ____________________________________________________________________________
8583 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
8584         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
8585      Branch: perl
8586            ! ext/Storable/Storable.pm
8587 ____________________________________________________________________________
8588 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
8589         Log: perldelta updates.
8590      Branch: perl
8591            ! pod/perldelta.pod
8592 ____________________________________________________________________________
8593 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
8594         Log: Document the flags of pv_uni_display().
8595      Branch: perl
8596            ! pod/perlapi.pod utf8.c
8597 ____________________________________________________________________________
8598 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
8599         Log: Forgot from #14115.
8600      Branch: perl
8601            ! t/op/re_tests
8602 ____________________________________________________________________________
8603 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
8604         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
8605              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
8606              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
8607              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
8608      Branch: perl
8609            ! regcomp.c
8610 ____________________________________________________________________________
8611 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
8612         Log: More regex and utf8 debug dumping.
8613      Branch: perl
8614            ! dump.c regcomp.c regexec.c utf8.c utf8.h
8615 ____________________________________________________________________________
8616 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
8617         Log: Unused variable.
8618      Branch: perl
8619            ! regcomp.c
8620 ____________________________________________________________________________
8621 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
8622         Log: Regen toc.
8623      Branch: perl
8624            ! pod/perltoc.pod
8625 ____________________________________________________________________________
8626 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
8627         Log: capitalize correctly, noticed by David Dyck.
8628      Branch: perl
8629            ! lib/sort.pm
8630 ____________________________________________________________________________
8631 [ 14110] By: nick                                  on 2002/01/06  22:05:19
8632         Log: Integrate mainline - threads mended, DB_File sick?
8633      Branch: perlio
8634           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
8635           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
8636           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
8637           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
8638           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
8639 ____________________________________________________________________________
8640 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
8641         Log: No need to overqualify.
8642      Branch: perl
8643            ! lib/sort.pm
8644 ____________________________________________________________________________
8645 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
8646         Log: PL_debug_pad wasn't initialized to zeroes which broke
8647              ithreads + DEBUGGING.
8648      Branch: perl
8649            ! sv.c
8650 ____________________________________________________________________________
8651 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
8652         Log: Update Changes.
8653      Branch: perl
8654            ! Changes patchlevel.h
8655 ____________________________________________________________________________
8656 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
8657         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
8658              From: Jonathan Stowe <gellyfish@gellyfish.com>
8659              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
8660              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
8661      Branch: perl
8662            ! pp_sys.c
8663 ____________________________________________________________________________
8664 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
8665         Log: DB_File sync from Paul Marquess.
8666      Branch: perl
8667            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8668            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
8669            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
8670 ____________________________________________________________________________
8671 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
8672         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
8673              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
8674              Date: Sun, 6 Jan 2002 11:44:30 +0100
8675              Message-ID: <3C38389E.7831.493570@localhost>
8676      Branch: perl
8677            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
8678            ! utils/perlcc.PL
8679 ____________________________________________________________________________
8680 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
8681         Log: Tests for #14098.
8682      Branch: perl
8683            ! t/op/lc.t
8684 ____________________________________________________________________________
8685 [ 14102] By: nick                                  on 2002/01/06  11:33:55
8686         Log: Integrate mainline (PPPort still multi-building).
8687      Branch: perlio
8688           +> lib/unifold.t
8689           !> (integrate 30 files)
8690 ____________________________________________________________________________
8691 [ 14101] By: ams                                   on 2002/01/06  04:52:50
8692         Log: Subject: [PATCH] Bad prototype detection now an optional warning
8693              From: Sam Tregar <sam@tregar.com>
8694              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
8695              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
8696      Branch: perl
8697            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
8698            ! t/comp/proto.t toke.c
8699 ____________________________________________________________________________
8700 [ 14100] By: ams                                   on 2002/01/06  01:56:59
8701         Log: Subject: [PATCH] Correct several Stratus VOS build issues
8702              From: "Green, Paul" <Paul.Green@stratus.com>
8703              Date: Sat, 5 Jan 2002 21:30:56 -0500
8704              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
8705      Branch: perl
8706            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
8707 ____________________________________________________________________________
8708 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
8709         Log: Further perl.org URL elaboration from Ask.
8710      Branch: perl
8711            ! pod/perlfaq1.pod pod/perlfaq2.pod
8712 ____________________________________________________________________________
8713 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
8714         Log: The same problem with To{Lower,Title,Upper}
8715              as earlier with ToFold.
8716      Branch: perl
8717            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
8718            ! lib/unicore/To/Upper.pl lib/unicore/mktables
8719 ____________________________________________________________________________
8720 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
8721         Log: Retract #14057 for now; the alarm/setitimer timers
8722              seen to be the same in many systems, which leads into
8723              hangups.
8724      Branch: perl
8725            ! ext/Time/HiRes/HiRes.t
8726 ____________________________________________________________________________
8727 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
8728         Log: Finish up (ha!) the Unicode case folding;
8729              enhance regex dumping code.
8730      Branch: perl
8731            + lib/unifold.t
8732            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
8733            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
8734 ____________________________________________________________________________
8735 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
8736         Log: Use the perl.org news gw instead of the perl.com one
8737              (from Ask).
8738      Branch: perl
8739            ! pod/perlfaq1.pod pod/perlfaq2.pod
8740 ____________________________________________________________________________
8741 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
8742         Log: Zero() wasn't documented.
8743      Branch: perl
8744            ! pod/perlclib.pod
8745 ____________________________________________________________________________
8746 [ 14093] By: ams                                   on 2002/01/05  17:58:35
8747         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
8748              From: Nicholas Clark <nick@unfortu.net>
8749              Date: Sat, 5 Jan 2002 18:55:39 +0000
8750              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
8751      Branch: perl
8752            ! lib/Memoize/t/tie_ndbm.t
8753 ____________________________________________________________________________
8754 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
8755         Log: Also UNICOS/mk has deviant socketpair().
8756      Branch: perl
8757            ! ext/Socket/socketpair.t
8758 ____________________________________________________________________________
8759 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
8760         Log: Ooops.  Retract the regex parts of #14090.
8761      Branch: perl
8762            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
8763 ____________________________________________________________________________
8764 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
8765         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
8766              From: Nicholas Clark <nick@unfortu.net> 
8767              Date: Sat, 5 Jan 2002 18:10:13 +0000
8768              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
8769      Branch: perl
8770            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
8771            ! regcomp.h regexec.c
8772 ____________________________________________________________________________
8773 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
8774         Log: Integrate perlio; a missing aTHX.
8775      Branch: perl
8776           !> op.c
8777 ____________________________________________________________________________
8778 [ 14088] By: nick                                  on 2002/01/05  12:35:01
8779         Log: One missing aTHX_
8780      Branch: perlio
8781            ! op.c
8782 ____________________________________________________________________________
8783 [ 14087] By: nick                                  on 2002/01/05  12:00:48
8784         Log: Raw integrate of mainline - op.c looks dodgy.
8785      Branch: perlio
8786           +> lib/Pod/t/Functions.t t/op/winsystem.t
8787            - lib/File/Spec/NW5.pm t/op/system.t
8788           !> (integrate 77 files)
8789 ____________________________________________________________________________
8790 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
8791         Log: integrate changes from maint-5.6/macperl branch
8792      Branch: maint-5.6/perl
8793           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
8794           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
8795 ____________________________________________________________________________
8796 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
8797         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
8798              found by Marc Lehmann.
8799      Branch: perl
8800            ! pp.c
8801 ____________________________________________________________________________
8802 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
8803         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
8804              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8805              Date: Sat, 5 Jan 2002 00:31:12 +0100
8806              Message-ID: <20020105003112.E1850@rafael>              
8807      Branch: perl
8808            ! t/comp/proto.t
8809 ____________________________________________________________________________
8810 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
8811         Log: A bit of "perl.com" cleanup.
8812      Branch: perl
8813            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
8814            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
8815            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
8816            ! pod/perlmodlib.PL pod/perlmodlib.pod
8817 ____________________________________________________________________________
8818 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
8819         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
8820              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8821              Date: Fri, 4 Jan 2002 23:35:19 +0100
8822              Message-ID: <20020104233519.A1850@rafael>
8823      Branch: perl
8824            ! op.c
8825 ____________________________________________________________________________
8826 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
8827         Log: Integrate change #14062 from macperl;
8828              Define setbuf, setvbuf for Mac OS
8829      Branch: perl
8830           !> ext/IO/IO.xs
8831 ____________________________________________________________________________
8832 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
8833         Log: Bump version, update Changes
8834      Branch: maint-5.6/macperl
8835            ! macos/Changes macos/MPVersion.r
8836 ____________________________________________________________________________
8837 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
8838         Log: Add more droplets
8839      Branch: maint-5.6/macperl
8840            + macos/macperl/Droplets/gluedialect.plx
8841            + macos/macperl/Droplets/glueedit.plx
8842            + macos/macperl/Droplets/gluemac.plx
8843            + macos/macperl/Droplets/gluescriptadds.plx
8844            + macos/macperl/Droplets/installme.plx
8845            + macos/macperl/Droplets/show_glue_pods.plx
8846            + macos/macperl/Droplets/tarzipme.plx
8847            + macos/macperl/Droplets/untarzipme.plx
8848 ____________________________________________________________________________
8849 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
8850         Log: Display the native pwd command.
8851      Branch: perl
8852            ! ext/Cwd/t/cwd.t
8853 ____________________________________________________________________________
8854 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
8855         Log: Under Mac OS X /dev/stdout is normally a symlink,
8856              but when running the test it seems to become a socket.
8857              So let's extend our censorship.
8858      Branch: perl
8859            ! t/op/stat.t
8860 ____________________________________________________________________________
8861 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
8862         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
8863      Branch: maint-5.6/macperl
8864            + macos/HandleSocket.cp
8865            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
8866            ! macos/macperl.sym
8867 ____________________________________________________________________________
8868 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
8869         Log: Doc updates
8870      Branch: maint-5.6/macperl
8871            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
8872 ____________________________________________________________________________
8873 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
8874         Log: Update libraries
8875      Branch: maint-5.6/macperl
8876            ! macos/macperl/Makefile.mk
8877 ____________________________________________________________________________
8878 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
8879         Log: Update tests to Mac::StandardFile from StandardFile.pl,
8880              plus other fixes
8881      Branch: maint-5.6/macperl
8882            ! macos/ext/Mac/Menus/t/MenuBar.t
8883            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
8884            ! macos/ext/Mac/Movies/t/PlayMovie.t
8885            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
8886            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
8887            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
8888            ! macos/ext/Mac/Resources/t/Resources.t
8889 ____________________________________________________________________________
8890 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
8891         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
8892      Branch: maint-5.6/macperl
8893            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
8894            ! macos/ext/Mac/Movies/Movies.xs
8895            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
8896            ! macos/ext/Mac/StandardFile/StandardFile.xs
8897            ! macos/ext/Mac/Windows/Windows.xs
8898 ____________________________________________________________________________
8899 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
8900         Log: Updates for Universal Headers 3.4 (forgot one)
8901      Branch: maint-5.6/macperl
8902            ! macos/macperl/MPConsole.cp
8903 ____________________________________________________________________________
8904 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
8905         Log: Updates for Universal Headers 3.4
8906      Branch: maint-5.6/macperl
8907            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
8908            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
8909            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
8910            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
8911            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
8912            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
8913            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
8914            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
8915            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
8916 ____________________________________________________________________________
8917 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
8918         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
8919              from <200112112327.JAA25434@gpo.metropolis.net.au>;
8920              don't crash on quit for 68K (MacPerl Bug #490013)
8921      Branch: maint-5.6/macperl
8922            ! macos/macish.c macos/macperl/MPConsole.cp
8923 ____________________________________________________________________________
8924 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
8925         Log: If we do have socketpair(), make my_socketpair()
8926              just call the real socketpair().  This way we always
8927              have real code behind my_socketpair() and a symbol
8928              corresponding to the my_socketpair in global.sym.
8929      Branch: perl
8930            ! embed.fnc embed.h makedef.pl proto.h util.c
8931 ____________________________________________________________________________
8932 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
8933         Log: Disable sigaction (MacPerl Bug #470321)
8934      Branch: maint-5.6/macperl
8935            ! macos/config.h macos/config.sh
8936 ____________________________________________________________________________
8937 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
8938         Log: Make GUSI resource work (MacPerl Bug #464638)
8939      Branch: maint-5.6/macperl
8940            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
8941            ! macos/macperl/MacPerl.rsrc
8942 ____________________________________________________________________________
8943 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
8944         Log: Make AutoSplit go a little deeper
8945      Branch: maint-5.6/macperl
8946            ! macos/Makefile.mk
8947 ____________________________________________________________________________
8948 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
8949         Log: A few doc updates from bleadperl
8950      Branch: maint-5.6/macperl
8951            ! pod/perlmodinstall.pod pod/perlport.pod
8952 ____________________________________________________________________________
8953 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
8954         Log: Sync up to latest changes from bleadperl
8955      Branch: maint-5.6/macperl
8956            ! lib/File/Find.pm
8957 ____________________________________________________________________________
8958 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
8959         Log: Define setbuf, setvbuf for Mac OS
8960      Branch: maint-5.6/macperl
8961            ! ext/IO/IO.xs
8962 ____________________________________________________________________________
8963 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
8964         Log: Delete by request of Mark-Jason Dominus (change #13676)
8965      Branch: maint-5.6/macperl
8966            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
8967 ____________________________________________________________________________
8968 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
8969         Log: Spread the good word of "env".
8970      Branch: perl
8971            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
8972 ____________________________________________________________________________
8973 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
8974         Log: Till the system tests do something non-Win*, better rename
8975              the test so that people on other platforms don't get confused.
8976              (Not win32system, because assumedly there's win64, too.)
8977      Branch: perl
8978            + t/op/winsystem.t
8979            - t/op/system.t
8980            ! MANIFEST
8981 ____________________________________________________________________________
8982 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
8983         Log: Some tweaks.
8984      Branch: perl
8985            ! lib/Pod/t/Functions.t
8986 ____________________________________________________________________________
8987 [ 14057] By: ams                                   on 2002/01/04  17:40:31
8988         Log: (retracted by #14057)
8989              
8990              Subject: [PATCH] Time/HiRes/HiRes.t
8991              From: Nicholas Clark <nick@unfortu.net>
8992              Date: Fri, 4 Jan 2002 17:28:46 +0000
8993              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
8994      Branch: perl
8995            ! ext/Time/HiRes/HiRes.t
8996 ____________________________________________________________________________
8997 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
8998         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
8999              From: Abe Timmerman <abe@ztreet.demon.nl>
9000              Date: Fri, 04 Jan 2002 18:42:33 +0100
9001              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
9002      Branch: perl
9003            + lib/Pod/t/Functions.t
9004            ! MANIFEST lib/Pod/Functions.pm
9005 ____________________________________________________________________________
9006 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
9007         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
9008              From: "Craig A. Berry" <craigberry@mac.com>
9009              Date: Thu, 3 Jan 2002 17:32:20 -0600
9010              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
9011      Branch: perl
9012            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
9013 ____________________________________________________________________________
9014 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
9015         Log: Document the U+0085, U+2028, and U+2029.
9016      Branch: perl
9017            ! pod/perlre.pod pod/perlretut.pod
9018 ____________________________________________________________________________
9019 [ 14053] By: ams                                   on 2002/01/04  03:27:44
9020         Log: Subject: [PATCH] warn if not CORE::dump
9021              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9022              Date: Thu, 3 Jan 2002 22:04:00 +0100
9023              Message-Id: <20020103220400.A13958@rafael>
9024      Branch: perl
9025            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
9026 ____________________________________________________________________________
9027 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
9028         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
9029      Branch: perl
9030            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
9031 ____________________________________________________________________________
9032 [ 14051] By: ams                                   on 2002/01/04  03:00:12
9033         Log: Subject: [PATCH] File::Compare::VERSION
9034              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9035              Date: Thu, 3 Jan 2002 23:42:52 +0100
9036              Message-Id: <20020103234252.G13958@rafael>
9037      Branch: perl
9038            ! lib/File/Compare.pm
9039 ____________________________________________________________________________
9040 [ 14050] By: ams                                   on 2002/01/04  02:58:05
9041         Log: Subject: [PATCH @14042] threads::shared doc
9042              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
9043              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
9044              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
9045      Branch: perl
9046            ! ext/threads/shared/shared.pm
9047 ____________________________________________________________________________
9048 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
9049         Log: #14048 exposed few false positives, to be fixed soonish.
9050      Branch: perl
9051            ! t/op/pat.t
9052 ____________________________________________________________________________
9053 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
9054         Log: Do not add the first characters of multicharacter foldings
9055              into character classes.
9056      Branch: perl
9057            ! regcomp.c
9058 ____________________________________________________________________________
9059 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
9060         Log: A bit of testing for #14046.
9061      Branch: perl
9062            ! t/op/pat.t
9063 ____________________________________________________________________________
9064 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
9065         Log: Allow emitting the foldcased version of "\x{df}", "ss"
9066              (among others, another example would be \x{fb00} -> "ff")
9067      Branch: perl
9068            ! regcomp.c
9069 ____________________________________________________________________________
9070 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
9071         Log: Subject: [PATCH] File::Spec & NetWare
9072              From: Dave Rolsky <autarch@urth.org>
9073              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
9074              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
9075      Branch: perl
9076            - lib/File/Spec/NW5.pm
9077            ! MANIFEST lib/File/Spec.pm
9078 ____________________________________________________________________________
9079 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
9080         Log: FAQ sync (RCS Ids only?)
9081      Branch: perl
9082            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
9083 ____________________________________________________________________________
9084 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
9085         Log: AUTHORs updates.
9086      Branch: perl
9087            ! AUTHORS
9088 ____________________________________________________________________________
9089 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
9090         Log: Update Changes.
9091      Branch: perl
9092            ! Changes patchlevel.h
9093 ____________________________________________________________________________
9094 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
9095         Log: Missed the =head1 additions.
9096      Branch: perl
9097            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
9098            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
9099            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
9100            ! util.c
9101 ____________________________________________________________________________
9102 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
9103         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
9104              From: Robin Barker <rmb1@cise.npl.co.uk>
9105              Date: Thu, 3 Jan 2002 15:26:20 GMT
9106              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
9107      Branch: perl
9108            ! lib/Carp.t lib/Carp/Heavy.pm
9109 ____________________________________________________________________________
9110 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
9111         Log: Subject: [PATCH hv.c] 
9112              From: Robin Barker <rmb1@cise.npl.co.uk>
9113              Date: Thu, 3 Jan 2002 14:49:06 GMT
9114              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
9115              
9116              -Wformat check.
9117      Branch: perl
9118            ! hv.c
9119 ____________________________________________________________________________
9120 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
9121         Log: NetWare tweaks from Ananth Kesari.
9122      Branch: perl
9123            ! NetWare/t/NWScripts.pl lib/File/Find.pm
9124 ____________________________________________________________________________
9125 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
9126         Log: Cast.
9127      Branch: perl
9128            ! regexec.c
9129 ____________________________________________________________________________
9130 [ 14036] By: ams                                   on 2002/01/03  12:12:31
9131         Log: Grammar fix suggested by Gwyn Judd.
9132      Branch: perl
9133            ! pod/perldiag.pod
9134 ____________________________________________________________________________
9135 [ 14035] By: nick                                  on 2002/01/03  09:22:42
9136         Log: More strange perlio != mainline differences where
9137              I have not been.
9138      Branch: perlio
9139           !> hints/unicos.sh hints/unicosmk.sh
9140 ____________________________________________________________________________
9141 [ 14034] By: nick                                  on 2002/01/03  09:19:37
9142         Log: Integrate mainline (including force integrate of
9143              lib/charnames.pm which had got out-of-step)
9144      Branch: perlio
9145           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
9146 ____________________________________________________________________________
9147 [ 14033] By: ams                                   on 2002/01/03  08:24:24
9148         Log: Subject: Not ok 14031: PPPort Makefile.PL
9149              From: andreas.koenig@anima.de (Andreas J. Koenig)
9150              Date: 03 Jan 2002 10:17:46 +0100
9151              Message-Id: <m3sn9n94jp.fsf@anima.de>
9152      Branch: perl
9153            ! ext/Devel/PPPort/Makefile.PL
9154 ____________________________________________________________________________
9155 [ 14032] By: nick                                  on 2002/01/03  08:24:00
9156         Log: Integrate mainline.
9157      Branch: perlio
9158           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
9159           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
9160           !> (integrate 31 files)
9161 ____________________________________________________________________________
9162 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
9163         Log: Off-by-one is my middle name.
9164      Branch: perl
9165            ! regexec.c
9166 ____________________________________________________________________________
9167 [ 14030] By: ams                                   on 2002/01/02  23:56:37
9168         Log: Subject: [PATCH @14015] threads::shared disabling
9169              From: Andy Bussey <andybussey@yahoo.co.uk>
9170              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
9171              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
9172      Branch: perl
9173            + ext/threads/shared/t/no_share.t
9174            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
9175 ____________________________________________________________________________
9176 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
9177         Log: Simon's new perlapi scheme, I hope I got all the pieces.
9178      Branch: perl
9179            + autodoc.pl embed.fnc
9180            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
9181 ____________________________________________________________________________
9182 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
9183         Log: Integrate perlio; more PPPort Makefile source dependence removal
9184      Branch: perl
9185           !> ext/Devel/PPPort/Makefile.PL perl.h
9186 ____________________________________________________________________________
9187 [ 14027] By: ams                                   on 2002/01/02  21:42:50
9188         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
9189              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9190              Date: Wed, 2 Jan 2002 23:09:13 +0100
9191              Message-Id: <20020102230913.A17373@rafael>
9192      Branch: perl
9193            ! pod/perldiag.pod
9194 ____________________________________________________________________________
9195 [ 14026] By: ams                                   on 2002/01/02  21:38:34
9196         Log: Subject: Re: PATCH: lib/Term/Cap.pm
9197              From: Jonathan Stowe <gellyfish@gellyfish.com>
9198              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
9199              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
9200      Branch: perl
9201            ! lib/Term/Cap.pm
9202 ____________________________________________________________________________
9203 [ 14025] By: ams                                   on 2002/01/02  18:34:26
9204         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
9205              From: Sam Tregar <sam@tregar.com>
9206              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
9207              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
9208      Branch: perl
9209            ! pod/perldiag.pod t/comp/proto.t toke.c
9210 ____________________________________________________________________________
9211 [ 14024] By: ams                                   on 2002/01/02  18:16:12
9212         Log: Subject: PATCH: lib/Term/Cap.pm
9213              From: Norton Allen <allen@huarp.harvard.edu>
9214              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
9215              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
9216      Branch: perl
9217            ! lib/Term/Cap.pm
9218 ____________________________________________________________________________
9219 [ 14023] By: ams                                   on 2002/01/02  18:12:31
9220         Log: Subject: PATCH: lib/Cwd.pm for QNX4
9221              From: Norton Allen <allen@huarp.harvard.edu>
9222              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
9223              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
9224      Branch: perl
9225            ! lib/Cwd.pm
9226 ____________________________________________________________________________
9227 [ 14022] By: nick                                  on 2002/01/02  18:01:21
9228         Log: More PPPort Makefile source dependence removal
9229      Branch: perlio
9230            ! ext/Devel/PPPort/Makefile.PL
9231 ____________________________________________________________________________
9232 [ 14021] By: nick                                  on 2002/01/02  17:44:36
9233         Log: Sort out muddle of editing on three machines ...
9234      Branch: perlio
9235           !> Changes MANIFEST cygwin/Makefile.SHs
9236           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
9237           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
9238           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
9239 ____________________________________________________________________________
9240 [ 14020] By: ams                                   on 2002/01/02  17:06:27
9241         Log: Fix misplaced application of #14016.
9242      Branch: perl
9243            ! op.c
9244 ____________________________________________________________________________
9245 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
9246         Log: Integrate perlio; avoid uninit debug_pad.
9247      Branch: perl
9248           !> sv.c
9249 ____________________________________________________________________________
9250 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
9251         Log: makedepend VOS fix from Paul Green.
9252      Branch: perl
9253            ! makedepend.SH
9254 ____________________________________________________________________________
9255 [ 14017] By: nick                                  on 2002/01/02  16:09:43
9256         Log: Avoid un-init perl_debug_pad in clones
9257      Branch: perlio
9258            ! sv.c
9259 ____________________________________________________________________________
9260 [ 14016] By: ams                                   on 2002/01/02  15:58:11
9261         Log: Subject: [PATCH] random crash in B::LISTOP::last
9262              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9263              Date: Wed, 2 Jan 2002 17:37:28 +0100
9264              Message-Id: <3C334558.3906.19CB98D@localhost>
9265      Branch: perl
9266            ! op.c
9267 ____________________________________________________________________________
9268 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
9269         Log: Update Changes.
9270      Branch: perl
9271            ! Changes patchlevel.h
9272 ____________________________________________________________________________
9273 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
9274         Log: One more iteration of the ibcmp_utf8() interface,
9275              hopefully this is a convergent iteration...
9276      Branch: perl
9277            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
9278 ____________________________________________________________________________
9279 [ 14013] By: ams                                   on 2002/01/02  13:43:58
9280         Log: Upgrade to podlators-1.19.
9281      Branch: perl
9282            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
9283            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
9284            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
9285            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
9286            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
9287 ____________________________________________________________________________
9288 [ 14012] By: ams                                   on 2002/01/02  09:48:51
9289         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
9290              From: martyn@inpharmatica.co.uk
9291              Date: Wed, 19 Dec 2001 19:05:00 +0000
9292              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
9293      Branch: perl
9294            ! lib/Pod/Usage.pm
9295 ____________________________________________________________________________
9296 [ 14011] By: nick                                  on 2002/01/02  08:38:18
9297         Log: Integrate mainline
9298      Branch: perlio
9299           !> (integrate 28 files)
9300 ____________________________________________________________________________
9301 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
9302         Log: Make ibcmp_utf8() optionally progress in either string for
9303              as long as it takes and optionally record how far it got.
9304      Branch: perl
9305            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
9306 ____________________________________________________________________________
9307 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
9308         Log: Once more try to get the PPPort Makefile right.
9309      Branch: perl
9310            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
9311 ____________________________________________________________________________
9312 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
9313         Log: -Wall silencing.
9314      Branch: perl
9315            ! utf8.c
9316 ____________________________________________________________________________
9317 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
9318         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
9319              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9320              Date: Tue, 1 Jan 2002 22:45:21 +0100       
9321              Message-ID: <20020101224521.A691@rafael>
9322      Branch: perl
9323            ! ext/B/B/Deparse.pm
9324 ____________________________________________________________________________
9325 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
9326         Log: VOS tweak from Paul Green: VOS has different O_BINARY
9327              and O_TEXT, but VOS always uses LF, never CRLF.
9328      Branch: perl
9329            ! perl.h
9330 ____________________________________________________________________________
9331 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
9332         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
9333      Branch: perl
9334            ! regexec.c utf8.c
9335 ____________________________________________________________________________
9336 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
9337         Log: Now that to_utf8_fold() was fixed.
9338      Branch: perl
9339            ! regcomp.c regexec.c
9340 ____________________________________________________________________________
9341 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
9342         Log: Integrate perlio; experimental binmode() re-coding.
9343      Branch: perl
9344           !> perlio.c
9345 ____________________________________________________________________________
9346 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
9347         Log: Document the to_utf8_*() functions.
9348      Branch: perl
9349            ! embed.pl pod/perlapi.pod utf8.c
9350 ____________________________________________________________________________
9351 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
9352         Log: Better support for multicharacter foldings.
9353              Now all but two of the CaseFold.txt cases work-- but
9354              only when the target string is single-character, more
9355              debugging needed.
9356      Branch: perl
9357            ! regexec.c
9358 ____________________________________________________________________________
9359 [ 14000] By: ams                                   on 2002/01/01  15:59:43
9360         Log: Subject: [PATCH] don't installperl pods
9361              From: Nicholas Clark <nick@unfortu.net>
9362              Date: Tue, 1 Jan 2002 16:44:12 +0000
9363              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
9364      Branch: perl
9365            ! installperl
9366 ____________________________________________________________________________
9367 [ 13999] By: ams                                   on 2002/01/01  14:34:04
9368         Log: Subject: [PATCH] perldiag.pod transposition
9369              From: Nicholas Clark <nick@unfortu.net>
9370              Date: Tue, 1 Jan 2002 15:03:52 +0000
9371              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
9372      Branch: perl
9373            ! pod/perldiag.pod
9374 ____________________________________________________________________________
9375 [ 13998] By: ams                                   on 2002/01/01  13:36:49
9376         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
9377              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9378              Date: Tue, 1 Jan 2002 15:12:36 +0100
9379              Message-Id: <20020101151236.A951@rafael>
9380      Branch: perl
9381            ! pod/perldiag.pod
9382 ____________________________________________________________________________
9383 [ 13997] By: ams                                   on 2002/01/01  13:33:06
9384         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
9385              From: Nicholas Clark <nick@unfortu.net>
9386              Date: Tue, 1 Jan 2002 13:13:17 +0000
9387              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
9388      Branch: perl
9389            ! ext/Socket/socketpair.t
9390 ____________________________________________________________________________
9391 [ 13996] By: ams                                   on 2002/01/01  04:44:28
9392         Log: Subject: [PATCH @13746] Leaner exporter
9393              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9394              Date: Mon, 31 Dec 2001 18:16:08 -0500
9395              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
9396      Branch: perl
9397            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
9398 ____________________________________________________________________________
9399 [ 13995] By: ams                                   on 2002/01/01  04:29:44
9400         Log: Subject: [PATCH @13746] h2xs broken
9401              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9402              Date: Mon, 31 Dec 2001 17:48:55 -0500
9403              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
9404      Branch: perl
9405            ! utils/h2xs.PL
9406 ____________________________________________________________________________
9407 [ 13994] By: ams                                   on 2002/01/01  04:25:46
9408         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
9409              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9410              Date: Mon, 31 Dec 2001 17:42:25 -0500
9411              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
9412      Branch: perl
9413            ! lib/ExtUtils/MM_Unix.pm
9414 ____________________________________________________________________________
9415 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
9416         Log: Rename the variables to be a bit more consistent.
9417      Branch: perl
9418            ! utf8.c
9419 ____________________________________________________________________________
9420 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
9421         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
9422              (found by Jeffrey Friedl)
9423      Branch: perl
9424            ! regexec.c t/op/pat.t utf8.c
9425 ____________________________________________________________________________
9426 [ 13991] By: nick                                  on 2001/12/31  18:08:55
9427         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
9428      Branch: perlio
9429            ! perlio.c
9430 ____________________________________________________________________________
9431 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
9432         Log: Update Changes.
9433      Branch: perl
9434            ! Changes patchlevel.h
9435 ____________________________________________________________________________
9436 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
9437         Log: Less unused ones.
9438      Branch: perl
9439            ! regexec.c
9440 ____________________________________________________________________________
9441 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
9442         Log: Unused variable.
9443      Branch: perl
9444            ! regcomp.c
9445 ____________________________________________________________________________
9446 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
9447         Log: Forgotten file.
9448      Branch: perl
9449            ! MANIFEST
9450 ____________________________________________________________________________
9451 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
9452         Log: Subject: Re: Cygwin: one down one to go 
9453              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9454              Date: Mon, 31 Dec 2001 18:34:36 +0100
9455              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
9456      Branch: perl
9457            ! cygwin/Makefile.SHs
9458 ____________________________________________________________________________
9459 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
9460         Log: Add some comments to the recent Unicode case-folding saga.
9461      Branch: perl
9462            ! regcomp.c regexec.c
9463 ____________________________________________________________________________
9464 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
9465         Log: Slight comment tweakage.
9466      Branch: perl
9467            ! ext/I18N/Langinfo/Langinfo.t
9468 ____________________________________________________________________________
9469 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
9470         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
9471      Branch: perl
9472            ! perl.h
9473 ____________________________________________________________________________
9474 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
9475         Log: Subject: [ PATCH] Cygwin: one down one to go
9476              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9477              Date: Mon, 31 Dec 2001 17:03:40 +0100
9478              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
9479      Branch: perl
9480            ! lib/Pod/t/basic.t
9481 ____________________________________________________________________________
9482 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
9483         Log: Tweak the dependencies not to recompile everytime,
9484              as suggested by NI-S.
9485      Branch: perl
9486            ! ext/Devel/PPPort/Makefile.PL
9487 ____________________________________________________________________________
9488 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
9489         Log: Planning still not right.
9490      Branch: perl
9491            ! lib/User/grent.t
9492 ____________________________________________________________________________
9493 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
9494         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
9495              From: Michael G Schwern <schwern@pobox.com>
9496              Date: Sun, 30 Dec 2001 18:07:55 -0500
9497              Message-ID: <20011230230755.GG12840@blackrider>
9498              
9499              (lib/User/grent, really)
9500      Branch: perl
9501            ! lib/User/grent.t
9502 ____________________________________________________________________________
9503 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
9504         Log: Integrate perlio; cleanup, in particular avoid accidental
9505              PerlIO_flush(NULL) if PerlIONext is NULL.
9506      Branch: perl
9507           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
9508 ____________________________________________________________________________
9509 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
9510         Log: Subject: typo in IO::Socket::INET.pm
9511              From: mjd@plover.com
9512              Date: 31 Dec 2001 14:31:10 -0000
9513              Message-ID: <20011231143110.4989.qmail@plover.com>
9514      Branch: perl
9515            ! ext/IO/lib/IO/Socket/INET.pm
9516 ____________________________________________________________________________
9517 [ 13976] By: nick                                  on 2001/12/31  13:56:11
9518         Log: Integrate mainline
9519      Branch: perlio
9520           !> (integrate 29 files)
9521 ____________________________________________________________________________
9522 [ 13975] By: nick                                  on 2001/12/31  12:40:50
9523         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
9524              if PerlIONext is NULL.
9525      Branch: perlio
9526            ! perlio.c perliol.h
9527 ____________________________________________________________________________
9528 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
9529         Log: Subject: Re: [PATCH] Basic bad prototype detection
9530              From: Sam Tregar <sam@tregar.com>
9531              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
9532              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
9533      Branch: perl
9534            ! t/comp/proto.t toke.c
9535 ____________________________________________________________________________
9536 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
9537         Log: Subject: [PATCH] configure.com / scriptdirexp
9538              From: "Craig A. Berry" <craigberry@mac.com>
9539              Date: Sun, 30 Dec 2001 15:47:28 -0600
9540              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
9541      Branch: perl
9542            ! configure.com
9543 ____________________________________________________________________________
9544 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
9545         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
9546              From: Abe Timmerman <abe@ztreet.demon.nl>
9547              Date: Mon, 31 Dec 2001 03:55:27 +0100
9548              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
9549      Branch: perl
9550            ! lib/ExtUtils/t/MM_Win32.t
9551 ____________________________________________________________________________
9552 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
9553         Log: Subject: [PATCH] Basic bad prototype detection
9554              From: Sam Tregar <sam@tregar.com> 
9555              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
9556              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
9557      Branch: perl
9558            ! pod/perldiag.pod t/comp/proto.t toke.c
9559 ____________________________________________________________________________
9560 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
9561         Log: Makefiles are sloppy about the exe suffix
9562              (from Paul Green)
9563      Branch: perl
9564            ! Makefile.SH x2p/Makefile.SH
9565 ____________________________________________________________________________
9566 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
9567         Log: Delay folding until necessary; start of handling
9568              folding into several characters.
9569      Branch: perl
9570            ! regcomp.c regexec.c
9571 ____________________________________________________________________________
9572 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
9573         Log: gcc -Wall dewhine.
9574      Branch: perl
9575            ! regexec.c
9576 ____________________________________________________________________________
9577 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
9578         Log: More Unicode folding tweaks, avoid potential false matches.
9579      Branch: perl
9580            ! regexec.c
9581 ____________________________________________________________________________
9582 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
9583         Log: Make that six wrongs.
9584      Branch: perl
9585            ! regexec.c utf8.c
9586 ____________________________________________________________________________
9587 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
9588         Log: Four wrongs can make a right.
9589      Branch: perl
9590            ! regexec.c utf8.c
9591 ____________________________________________________________________________
9592 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
9593         Log: Fix all the I case foldings as per CaseFold.txt.
9594      Branch: perl
9595            ! regcomp.c regexec.c
9596 ____________________________________________________________________________
9597 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
9598         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
9599      Branch: perl
9600            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
9601            ! regexec.c utf8.c
9602 ____________________________________________________________________________
9603 [ 13962] By: nick                                  on 2001/12/30  18:33:41
9604         Log: Integrate 8.3 fix for PPPort fix
9605      Branch: perlio
9606           +> ext/Devel/PPPort/ppport_h.PL
9607            - ext/Devel/PPPort/ppport.h.PL
9608            ! ext/Devel/PPPort/MANIFEST
9609           !> ext/Devel/PPPort/Makefile.PL
9610 ____________________________________________________________________________
9611 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
9612         Log: Integrate perlio; more win32 stuff:
9613              
9614              A. Use Perl_my_socketpair()
9615              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
9616              load winsock.
9617              C. (In passing) work round fact that $$ is now SvREADONLY
9618              so we need to take special measures to set it during
9619              pseudo-fork.
9620      Branch: perl
9621           !> util.c win32/perlhost.h
9622 ____________________________________________________________________________
9623 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
9624         Log: Fix ppport.h for Unix.
9625      Branch: perl
9626            + ext/Devel/PPPort/ppport_h.PL
9627            - ext/Devel/PPPort/ppport.h.PL
9628            ! MANIFEST ext/Devel/PPPort/Makefile.PL
9629 ____________________________________________________________________________
9630 [ 13959] By: nick                                  on 2001/12/30  16:53:42
9631         Log: Win32 stuff:
9632              A. Use Perl_my_socketpair()
9633              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
9634              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
9635              take special measures to set it during pseudo-fork.
9636      Branch: perlio
9637            ! util.c win32/perlhost.h
9638 ____________________________________________________________________________
9639 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
9640         Log: Integrate perlio; win32 kicking.
9641      Branch: perl
9642           +> ext/Devel/PPPort/ppport.h.PL
9643           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
9644           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
9645           !> proto.h
9646 ____________________________________________________________________________
9647 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
9648         Log: metaconfig unit change for #13956.
9649      Branch: metaconfig
9650            ! U/modified/spitshell.U
9651 ____________________________________________________________________________
9652 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
9653         Log: Must look for cat also in $PATH (noticed by Philip Newton).
9654      Branch: perl
9655            ! Configure
9656 ____________________________________________________________________________
9657 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
9658         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
9659              From: Blair Zajac <blair@orcaware.com>
9660              Date: Sat, 29 Dec 2001 22:37:03 -0800
9661              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
9662      Branch: perl
9663            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
9664 ____________________________________________________________________________
9665 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
9666         Log: Regen files.
9667      Branch: perl
9668            ! embed.h global.sym pod/perlapi.pod uconfig.h
9669 ____________________________________________________________________________
9670 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
9671         Log: Subject: [PATCH] -t without -w 
9672              From: Michael G Schwern <schwern@pobox.com>
9673              Date: Sat, 29 Dec 2001 23:46:25 -0500
9674              Message-ID: <20011230044625.GA14386@blackrider>
9675      Branch: perl
9676            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
9677            ! warnings.pl
9678 ____________________________________________________________________________
9679 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
9680         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
9681              From: Dave Rolsky <autarch@urth.org>               
9682              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
9683              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
9684              
9685              $^O is NetWare, not Netware.
9686      Branch: perl
9687            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
9688 ____________________________________________________________________________
9689 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
9690         Log: Sarathy thinks undoing C++ comments from C++ files
9691              is a bit too zealous.
9692      Branch: perl
9693            ! win32/perlhost.h win32/vmem.h
9694 ____________________________________________________________________________
9695 [ 13950] By: nick                                  on 2001/12/30  14:30:02
9696         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
9697              This gets them into Errno.pm - yet to prove they end up in $!.
9698      Branch: perlio
9699            ! ext/Errno/Errno_pm.PL
9700 ____________________________________________________________________________
9701 [ 13949] By: nick                                  on 2001/12/30  12:02:21
9702         Log: Integrate Cwd muddle
9703      Branch: perlio
9704           !> MANIFEST installperl lib/Cwd.pm
9705 ____________________________________________________________________________
9706 [ 13948] By: nick                                  on 2001/12/30  11:51:40
9707         Log: remove embed.pl duplicates
9708      Branch: perlio
9709            ! embed.h embed.pl global.sym proto.h
9710 ____________________________________________________________________________
9711 [ 13947] By: nick                                  on 2001/12/30  11:35:51
9712         Log: More Cwd tidy up
9713      Branch: perl
9714            ! MANIFEST installperl
9715 ____________________________________________________________________________
9716 [ 13946] By: nick                                  on 2001/12/30  11:12:42
9717         Log: Undo a mess trying Cwd.pm in its ext directory
9718      Branch: perl
9719            + lib/Cwd.pm
9720            - ext/Cwd/Cwd.pm
9721 ____________________________________________________________________________
9722 [ 13945] By: nick                                  on 2001/12/30  10:03:43
9723         Log: Integrate mainline
9724      Branch: perl
9725           +> ext/Cwd/Cwd.pm
9726            - lib/Cwd.pm
9727            ! MANIFEST
9728      Branch: perlio
9729           !> (integrate 45 files)
9730 ____________________________________________________________________________
9731 [ 13944] By: nick                                  on 2001/12/30  09:27:16
9732         Log: "Port" Devel::PPPort to Win32:
9733              - need to set @INC before use in the test
9734              - {} are special to dmake, so use ppport.h.PL
9735              rather than commandline 
9736      Branch: perlio
9737            + ext/Devel/PPPort/ppport.h.PL
9738            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
9739 ____________________________________________________________________________
9740 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
9741         Log: Update Changes.
9742      Branch: perl
9743            ! Changes patchlevel.h
9744 ____________________________________________________________________________
9745 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
9746         Log: Subject: [PATCH] cleaner close on tests, take 2
9747              From: andreas.koenig@anima.de (Andreas J. Koenig)
9748              Date: 29 Dec 2001 21:42:37 +0100
9749              Message-ID: <m33d1tvjuq.fsf@anima.de>
9750              
9751              (the DB_File patches)
9752      Branch: perl
9753            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
9754            ! ext/DB_File/t/db-recno.t
9755 ____________________________________________________________________________
9756 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
9757         Log: Integrate perlio; regen'ed config_H.?c
9758      Branch: perl
9759           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
9760 ____________________________________________________________________________
9761 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
9762         Log: Subject: [PATCH] cleaner close on tests, take 2             
9763              From: andreas.koenig@anima.de (Andreas J. Koenig)
9764              Date: 29 Dec 2001 21:42:37 +0100
9765              Message-ID: <m33d1tvjuq.fsf@anima.de>
9766              
9767              (except for the three DB_File patch fragments)
9768      Branch: perl
9769            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
9770            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
9771            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
9772            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
9773            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
9774            ! t/op/runlevel.t t/op/write.t t/run/switches.t
9775 ____________________________________________________________________________
9776 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
9777         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
9778              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9779              Date: Sat, 29 Dec 2001 20:38:59 +0100
9780              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
9781              
9782              (NetWare tree not touched because it's very //)
9783      Branch: perl
9784            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
9785            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
9786            ! wince/include/errno.h wince/include/netdb.h
9787            ! wince/include/sys/socket.h wince/include/sys/stat.h
9788            ! wince/perllib.c wince/perlmain.c wince/win32.h
9789            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
9790            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
9791 ____________________________________________________________________________
9792 [ 13938] By: nick                                  on 2001/12/29  19:23:32
9793         Log: Integrate mainline (ok linux)
9794      Branch: perlio
9795           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
9796           !> (integrate 33 files)
9797 ____________________________________________________________________________
9798 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
9799         Log: Give up on serious testing of langinfo().  Leave the old
9800              code in place, though.
9801      Branch: perl
9802            ! ext/I18N/Langinfo/Langinfo.t
9803 ____________________________________________________________________________
9804 [ 13936] By: nick                                  on 2001/12/29  18:20:33
9805         Log: Routine regen_config_h - no real differences other than order of crypt 
9806      Branch: perlio
9807            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9808 ____________________________________________________________________________
9809 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
9810         Log: Integrate perlio;
9811              
9812              Define the two socket error numbers in terms of WSAEXXXXX equivalents
9813              
9814              Fudge Config.pm so File::Spec does not croak.
9815      Branch: perl
9816           !> win32/FindExt.pm win32/win32.h
9817 ____________________________________________________________________________
9818 [ 13934] By: nick                                  on 2001/12/29  17:27:50
9819         Log: Fudge Config.pm so File::Spec does not croak.
9820      Branch: perlio
9821            ! win32/FindExt.pm
9822 ____________________________________________________________________________
9823 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
9824         Log: metaconfig unit changes for #13932.
9825      Branch: metaconfig
9826            + U/modified/Init.U
9827            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
9828 ____________________________________________________________________________
9829 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
9830         Log: VOS tweaks from Paul Green.
9831              
9832              The Configure tweaks: the _exe needs to be
9833              set after the init; VOS has fd 3 hardwired to /dev/tty;
9834              the grep/ln/make substitutions really need to stick.
9835      Branch: perl
9836            ! Configure hints/vos.sh perl.h util.c vos/build.cm
9837            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9838            ! vos/config.ga.h vos/vosish.h
9839 ____________________________________________________________________________
9840 [ 13931] By: nick                                  on 2001/12/29  17:00:38
9841         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
9842              (just to get util.c to compile)
9843      Branch: perlio
9844            ! win32/win32.h
9845 ____________________________________________________________________________
9846 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
9847         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
9848              From: coral@eekeek.org
9849              Date: Fri, 28 Dec 2001 19:58:22 -0500      
9850              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
9851      Branch: perl
9852            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
9853            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
9854            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
9855            ! pod/perlunicode.pod pod/perlxs.pod util.c
9856 ____________________________________________________________________________
9857 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
9858         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
9859      Branch: perl
9860            ! t/op/exec.t
9861 ____________________________________________________________________________
9862 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
9863         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
9864              From: Abe Timmerman <abe@ztreet.demon.nl>
9865              Date: Sat, 29 Dec 2001 13:10:06 +0100
9866              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
9867      Branch: perl
9868            + lib/Pod/t/InputObjects.t
9869 ____________________________________________________________________________
9870 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
9871         Log: Integrate perlio;
9872              
9873              Quick fix (after couple of clever fixes failed) for
9874              "accept leaks memory" fail [ID 20011223.001]
9875              
9876              Nick Clark's embed.pl fix for my_socketpair
9877      Branch: perl
9878           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
9879 ____________________________________________________________________________
9880 [ 13926] By: nick                                  on 2001/12/29  15:23:21
9881         Log: Nick Clark's embed.pl fix for my_socketpair
9882      Branch: perlio
9883            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
9884 ____________________________________________________________________________
9885 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
9886         Log: Slight tweaks on the MM_Win32.t.
9887      Branch: perl
9888            ! lib/ExtUtils/t/MM_Win32.t
9889 ____________________________________________________________________________
9890 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
9891         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
9892              From: Abe Timmerman <abe@ztreet.demon.nl>
9893              Date: Sat, 29 Dec 2001 12:51:36 +0100
9894              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
9895      Branch: perl
9896            + lib/ExtUtils/t/MM_Win32.t
9897            ! MANIFEST
9898 ____________________________________________________________________________
9899 [ 13923] By: nick                                  on 2001/12/29  15:12:07
9900         Log: Quick fix (after couple of clever fixes failed) for
9901              "accept leaks memory" fail [ID 20011223.001]
9902      Branch: perlio
9903            ! pp_sys.c
9904 ____________________________________________________________________________
9905 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
9906         Log: Subject: [PATCH] Module names and other nits
9907              From: Autrijus Tang <autrijus@autrijus.org>                 
9908              Date: Sat, 29 Dec 2001 01:59:28 +0800
9909              Message-ID: <20011229015928.A29712@geb.elixus.org>              
9910      Branch: perl
9911            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
9912            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
9913            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
9914            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
9915            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
9916 ____________________________________________________________________________
9917 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
9918         Log: socketpair tweaks from Nicholas Clark.
9919      Branch: perl
9920            ! ext/Socket/socketpair.t util.c
9921 ____________________________________________________________________________
9922 [ 13920] By: nick                                  on 2001/12/29  12:36:21
9923         Log: Integrate mainline
9924      Branch: perlio
9925           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
9926           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
9927           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
9928           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
9929           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
9930           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
9931           !> t/op/sysio.t
9932 ____________________________________________________________________________
9933 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
9934         Log: Retract #13917.
9935      Branch: perl
9936            ! doop.c
9937 ____________________________________________________________________________
9938 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
9939         Log: Subject: provisional MakeMaker patch for VMS
9940              From: "Craig A. Berry" <craigberry@mac.com> 
9941              Date: Thu, 27 Dec 2001 22:29:37 -0600
9942              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
9943      Branch: perl
9944            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
9945 ____________________________________________________________________________
9946 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
9947         Log: (retracted by #13919)
9948      Branch: perl
9949            ! doop.c
9950 ____________________________________________________________________________
9951 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
9952         Log: metaconfig unit change for #13915.
9953      Branch: metaconfig/U/perl
9954            ! d_u32align.U
9955 ____________________________________________________________________________
9956 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
9957         Log: Remove debris in any case.
9958      Branch: perl
9959            ! Configure
9960 ____________________________________________________________________________
9961 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
9962         Log: Subject: [PATCH] Re: B::walksymtable oddness
9963              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9964              Date: Thu, 27 Dec 2001 19:14:24 +0100
9965              Message-ID: <3C2B7310.861.18820D0@localhost>
9966      Branch: perl
9967            ! ext/B/B.pm
9968 ____________________________________________________________________________
9969 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
9970         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
9971              From: Nicholas Clark <nick@unfortu.net> 
9972              Date: Fri, 28 Dec 2001 00:43:02 +0000
9973              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
9974      Branch: perl
9975            ! ext/Socket/socketpair.t
9976 ____________________________________________________________________________
9977 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
9978         Log: Fast Latin1<->UTF-8 conversion for older Perls.
9979      Branch: perl
9980            ! pod/perluniintro.pod
9981 ____________________________________________________________________________
9982 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
9983         Log: Update Changes.
9984      Branch: perl
9985            ! Changes patchlevel.h
9986 ____________________________________________________________________________
9987 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
9988         Log: More wait status trickery for BeOS.
9989      Branch: perl
9990            ! ext/POSIX/POSIX.xs
9991 ____________________________________________________________________________
9992 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
9993         Log: metaconfig unit change for #13908.
9994      Branch: metaconfig/U/perl
9995            ! d_u32align.U
9996 ____________________________________________________________________________
9997 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
9998         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
9999      Branch: perl
10000            ! Configure
10001 ____________________________________________________________________________
10002 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
10003         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
10004              From: gbarr@monty.mutatus.co.uk
10005              Date: 27 Dec 2001 14:41:36 -0000
10006              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
10007      Branch: perl
10008            ! lib/ExtUtils/t/Embed.t
10009 ____________________________________________________________________________
10010 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
10011         Log: Subject: [PATCH] Re: socketpair emulation
10012              From: Nicholas Clark <nick@unfortu.net> 
10013              Date: Wed, 26 Dec 2001 20:08:14 +0000
10014              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
10015      Branch: perl
10016            ! ext/Socket/socketpair.t
10017 ____________________________________________________________________________
10018 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
10019         Log: Subject: [DOC PATCH] left is right and right is left
10020              From: Philip Newton <Philip.Newton@gmx.net>
10021              Date: Thu, 27 Dec 2001 10:04:17 +0100
10022              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
10023      Branch: perl
10024            ! pod/perlfunc.pod pod/perlport.pod
10025 ____________________________________________________________________________
10026 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
10027         Log: Subject: [PATCH] check return of close
10028              From: andreas.koenig@anima.de (Andreas J. Koenig)            
10029              Date: 27 Dec 2001 09:47:30 +0100
10030              Message-ID: <m3ellhgicd.fsf@anima.de> 
10031              
10032              Subject: [PATCH] improve error reporting
10033              From: andreas.koenig@anima.de (Andreas J. Koenig)            
10034              Date: 27 Dec 2001 09:54:55 +0100
10035              Message-ID: <m3adw5gi00.fsf@anima.de> 
10036              
10037              Subject: [PATCH] check return value of close
10038              From: andreas.koenig@anima.de (Andreas J. Koenig)            
10039              Date: 27 Dec 2001 10:03:55 +0100
10040              Message-ID: <m3666tghl0.fsf@anima.de> 
10041              
10042              Subject: [PATCH] return of close
10043              From: andreas.koenig@anima.de (Andreas J. Koenig)            
10044              Date: 27 Dec 2001 10:22:15 +0100
10045              Message-ID: <m31yhhggqg.fsf@anima.de> 
10046      Branch: perl
10047            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
10048            ! t/io/fflush.t
10049 ____________________________________________________________________________
10050 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
10051         Log: Subject: [PATCH] check return of close
10052              From: andreas.koenig@anima.de (Andreas J. Koenig)            
10053              Date: 27 Dec 2001 09:47:30 +0100
10054              Message-ID: <m3ellhgicd.fsf@anima.de> 
10055      Branch: perl
10056            ! t/base/rs.t
10057 ____________________________________________________________________________
10058 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
10059         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
10060              From: andreas.koenig@anima.de (Andreas J. Koenig)
10061              Date: 27 Dec 2001 09:21:16 +0100
10062              Message-ID: <m3n105gjk3.fsf@anima.de>
10063      Branch: perl
10064            ! t/op/sysio.t
10065 ____________________________________________________________________________
10066 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
10067         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
10068              From: "Gerrit P. Haase" <gp@familiehaase.de>
10069              Date: Thu, 27 Dec 2001 09:23:55 +0100 
10070              Message-ID: <98211521662.20011227092355@familiehaase.de>
10071      Branch: perl
10072            ! lib/ExtUtils/t/MM_Cygwin.t
10073 ____________________________________________________________________________
10074 [ 13900] By: nick                                  on 2001/12/27  11:11:51
10075         Log: Integrate mainline
10076      Branch: perlio
10077           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
10078           +> lib/File/Spec/NW5.pm
10079           !> (integrate 52 files)
10080 ____________________________________________________________________________
10081 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
10082         Log: Replace the awful (most likely generated and not very persistent)
10083              URL with something tangible.
10084      Branch: perl
10085            ! README.hpux
10086 ____________________________________________________________________________
10087 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
10088         Log: Naughty /dev/printer (ls -l, really) of IRIX.
10089      Branch: perl
10090            ! t/op/stat.t
10091 ____________________________________________________________________________
10092 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
10093         Log: Upgrade to Net::Ping 2.10.
10094      Branch: perl
10095            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
10096            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
10097            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
10098            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
10099 ____________________________________________________________________________
10100 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
10101         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
10102              (this showed up in Benchmark.t)
10103      Branch: perl
10104            ! pp_sys.c
10105 ____________________________________________________________________________
10106 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
10107         Log: BeOS updates.
10108      Branch: perl
10109            ! README.beos beos/beos.c
10110 ____________________________________________________________________________
10111 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
10112         Log: Subject: Re: bleadperl doesn't compile
10113              From: "Gerrit P. Haase" <gp@familiehaase.de>
10114              Date: Wed, 26 Dec 2001 21:29:08 +0100
10115              Message-ID: <22168634623.20011226212908@familiehaase.de>
10116              
10117              Cygwin with multiplicity.
10118      Branch: perl
10119            ! perlio.c
10120 ____________________________________________________________________________
10121 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
10122         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
10123              From: Nicholas Clark <nick@ccl4.org>
10124              Date: Wed, 26 Dec 2001 19:07:33 +0000
10125              Message-ID: <20011226190732.J48842@plum.flirble.org>            
10126              
10127              socketpair() (un)signedness nit.
10128      Branch: perl
10129            ! util.c
10130 ____________________________________________________________________________
10131 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
10132         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
10133              From: Nicholas Clark <nick@ccl4.org>
10134              Date: Wed, 26 Dec 2001 19:19:47 +0000
10135              Message-ID: <20011226191946.K48842@plum.flirble.org>
10136              
10137              Use report_evil_fh().
10138      Branch: perl
10139            ! doio.c
10140 ____________________________________________________________________________
10141 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
10142         Log: Bad $? assumptions.
10143      Branch: perl
10144            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
10145 ____________________________________________________________________________
10146 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
10147         Log: Net::Ping isn't going to work much without
10148              the Socket extension; fail more gracefully.
10149      Branch: perl
10150            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
10151            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
10152            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
10153            ! lib/Net/Ping/t/300_ping_stream.t
10154 ____________________________________________________________________________
10155 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
10156         Log: metaconfig unit change for #13888.
10157      Branch: metaconfig
10158            ! U/modified/Oldconfig.U
10159 ____________________________________________________________________________
10160 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
10161         Log: test -d /system is a bit too generic test for VOS
10162              (false hit in BeOS)
10163      Branch: perl
10164            ! Configure
10165 ____________________________________________________________________________
10166 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
10167         Log: No AF_UNIX in BeOS.
10168      Branch: perl
10169            ! util.c
10170 ____________________________________________________________________________
10171 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
10172         Log: FAQ sync.
10173      Branch: perl
10174            ! pod/perlfaq5.pod
10175 ____________________________________________________________________________
10176 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
10177         Log: Update Changes.
10178      Branch: perl
10179            ! Changes patchlevel.h
10180 ____________________________________________________________________________
10181 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
10182         Log: Make -t equal -tw.
10183      Branch: perl
10184            ! perl.c pod/perlrun.pod
10185 ____________________________________________________________________________
10186 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
10187         Log: Subject: Re: Not OK 13881
10188              From: John Peacock <jpeacock@rowman.com>
10189              Date: Tue, 25 Dec 2001 06:02:12 -0500
10190              Message-ID: <3C285CB4.8040006@rowman.com>
10191      Branch: perl
10192            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
10193 ____________________________________________________________________________
10194 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
10195         Log: Subject: Re: Not OK 13881
10196              From: andreas.koenig@anima.de (Andreas J. Koenig)
10197              Date: 25 Dec 2001 07:33:23 +0100
10198              Message-ID: <m3bsgnajws.fsf@anima.de>
10199      Branch: perl
10200            ! op.c
10201 ____________________________________________________________________________
10202 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
10203         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
10204              From: Mark-Jason Dominus <mjd@plover.com>    
10205              Date: Mon, 24 Dec 2001 18:14:48 -0500
10206              Message-ID: <20011224231448.25826.qmail@plover.com>
10207      Branch: perl
10208            ! op.c t/op/eval.t
10209 ____________________________________________________________________________
10210 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
10211         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
10212              From: Dave Rolsky <autarch@urth.org>
10213              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
10214              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
10215      Branch: perl
10216            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
10217            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
10218            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
10219            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
10220            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
10221 ____________________________________________________________________________
10222 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
10223         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
10224              From: Jeffrey Friedl <jfriedl@yahoo.com>
10225              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
10226              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
10227              
10228              The rest of the tests for plus few extras.
10229      Branch: perl
10230            ! t/op/pat.t
10231 ____________________________________________________________________________
10232 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
10233         Log: metaconfig unit change for #13877.
10234      Branch: metaconfig
10235            ! U/modified/Unix.U
10236 ____________________________________________________________________________
10237 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
10238         Log: No-op.
10239      Branch: perl
10240            ! Configure
10241 ____________________________________________________________________________
10242 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
10243         Log: More constant casting.
10244      Branch: perl
10245            ! regexec.c
10246 ____________________________________________________________________________
10247 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
10248         Log: Subject: perlhack.pod 
10249              From: "John P. Linderman" <jpl@research.att.com>
10250              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
10251              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
10252      Branch: perl
10253            ! pod/perlhack.pod
10254 ____________________________________________________________________________
10255 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
10256         Log: File::Find patch patches from Thomas Wegner.
10257      Branch: perl
10258            ! lib/File/Find.pm
10259 ____________________________________________________________________________
10260 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
10261         Log: Subject: Re: socketpair emulation 
10262              From: Nicholas Clark <nick@unfortu.net>                 
10263              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
10264              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
10265      Branch: perl
10266            ! ext/Socket/socketpair.t
10267 ____________________________________________________________________________
10268 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
10269         Log: Must cast constants if they can be quads.
10270      Branch: perl
10271            ! regcomp.c
10272 ____________________________________________________________________________
10273 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
10274         Log: Promote the e/uid to wide enough un/signed integers
10275              and printf them as such.
10276      Branch: perl
10277            ! taint.c
10278 ____________________________________________________________________________
10279 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
10280         Log: metaconfig unit change for #13869.
10281      Branch: metaconfig/U/perl
10282            ! d_u32align.U
10283 ____________________________________________________________________________
10284 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
10285         Log: The U32 alignment test wasn't really working, noticed
10286              by Paul Green.  Now the test works, but this means that
10287              we may see coredumps from the test.   I sure hope MMUless
10288              places don't crash on the test.
10289      Branch: perl
10290            ! Configure
10291 ____________________________________________________________________________
10292 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
10293         Log: metaconfig unit changes for #13867.
10294      Branch: metaconfig
10295            ! U/compline/nblock_io.U U/modified/Unix.U
10296            ! U/modified/spitshell.U
10297 ____________________________________________________________________________
10298 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
10299         Log: More VOS tweaks.
10300      Branch: perl
10301            ! Configure
10302 ____________________________________________________________________________
10303 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
10304         Log: The funky final sigma casefolding.
10305      Branch: perl
10306            ! regcomp.c regexec.c t/op/pat.t utf8.h
10307 ____________________________________________________________________________
10308 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
10309         Log: Update Changes.
10310      Branch: perl
10311            ! Changes patchlevel.h
10312 ____________________________________________________________________________
10313 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
10314         Log: Move the \C and \X to pat.t.
10315      Branch: perl
10316            ! t/op/pat.t t/op/re_tests
10317 ____________________________________________________________________________
10318 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
10319         Log: More logical test ordering.
10320      Branch: perl
10321            ! perl.h
10322 ____________________________________________________________________________
10323 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
10324         Log: Integrate perlio;
10325              
10326              Add at least the "important" PerlIO_xxxx functions to embed.pl
10327              so that they get implicit pTHX_ and we can avoid slow dTHX.
10328              
10329              Put PerlIO stuff inside EXTERN C
10330              
10331              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
10332      Branch: perl
10333           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
10334           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
10335           !> win32/win32.c
10336 ____________________________________________________________________________
10337 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
10338         Log: Even more \X fixing.
10339      Branch: perl
10340            ! regexec.c t/op/pat.t
10341 ____________________________________________________________________________
10342 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
10343         Log: More \X fixing.
10344      Branch: perl
10345            ! regexec.c t/op/pat.t
10346 ____________________________________________________________________________
10347 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
10348         Log: Fix encoding pragma.
10349      Branch: perl
10350            ! regcomp.c
10351 ____________________________________________________________________________
10352 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
10353         Log: Subject: socketpair emulation
10354              From: Nicholas Clark <nick@unfortu.net>
10355              Date: Sat, 22 Dec 2001 18:38:18 +0000
10356              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
10357      Branch: perl
10358            + ext/Socket/socketpair.t
10359            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
10360            ! pp_sys.c proto.h util.c
10361 ____________________________________________________________________________
10362 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
10363         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
10364              From: Jeffrey Friedl <jfriedl@yahoo.com>
10365              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
10366              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
10367              
10368              (partially applied, most of the new tests need to be rethought)
10369      Branch: perl
10370            ! regcomp.c t/op/re_tests
10371 ____________________________________________________________________________
10372 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
10373         Log: Small tweaks.
10374      Branch: perl
10375            ! handy.h regexec.c
10376 ____________________________________________________________________________
10377 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
10378         Log: Unicode casefolding continues.
10379              (lib/encoding.t still failing.)
10380      Branch: perl
10381            ! regexec.c t/op/pat.t
10382 ____________________________________________________________________________
10383 [ 13854] By: nick                                  on 2001/12/22  20:01:27
10384         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
10385      Branch: perlio
10386            ! makedef.pl perlio.h perlio.sym win32/win32.c
10387 ____________________________________________________________________________
10388 [ 13853] By: nick                                  on 2001/12/22  19:58:53
10389         Log: Put PerlIO stuff inside EXTERN C
10390      Branch: perlio
10391            ! embed.pl proto.h
10392 ____________________________________________________________________________
10393 [ 13852] By: nick                                  on 2001/12/22  18:04:34
10394         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
10395              so that they get implicit pTHX_ and we can avoid slow dTHX.
10396      Branch: perlio
10397            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
10398            ! perlio.h pod/perlapi.pod proto.h
10399 ____________________________________________________________________________
10400 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
10401         Log: metaconfig unit change for #13850.
10402      Branch: metaconfig
10403            ! U/modified/Loc.U
10404 ____________________________________________________________________________
10405 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
10406         Log: Rework the make logic (again).
10407      Branch: perl
10408            ! Configure
10409 ____________________________________________________________________________
10410 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
10411         Log: Integrate perlio;
10412              Fix mis-parse of autoloaded usage code by declaring the sub
10413              Correct checking code which Ilya spotted was tripped by CR at EOF.
10414              The CR at EOF fix earlier broke CR at end-of-buffer.
10415      Branch: perl
10416            ! regexec.c
10417           !> ext/POSIX/POSIX.pm perlio.c sv.c
10418 ____________________________________________________________________________
10419 [ 13848] By: nick                                  on 2001/12/22  15:11:17
10420         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
10421              This should be okay for both?
10422      Branch: perlio
10423            ! perlio.c
10424 ____________________________________________________________________________
10425 [ 13847] By: nick                                  on 2001/12/22  12:26:32
10426         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
10427              Also tone down perl -DP tracing of sv_gets.
10428      Branch: perlio
10429            ! perlio.c sv.c
10430 ____________________________________________________________________________
10431 [ 13846] By: nick                                  on 2001/12/22  10:49:27
10432         Log: Fix mis-parse of autoloaded usage code by declaring the sub
10433      Branch: perlio
10434            ! ext/POSIX/POSIX.pm
10435 ____________________________________________________________________________
10436 [ 13845] By: nick                                  on 2001/12/22  10:44:11
10437         Log: Integrate mainline - some fails:
10438              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
10439              -------------------------------------------------------------------------------
10440              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
10441              ../lib/encoding.t                    19    2  10.53%  17-18
10442              op/pat.t                            770    3   0.39%  754-755 757
10443      Branch: perlio
10444           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
10445           !> (integrate 36 files)
10446 ____________________________________________________________________________
10447 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
10448         Log: More Unicode casing fixes.
10449      Branch: perl
10450            ! regexec.c t/op/pat.t
10451 ____________________________________________________________________________
10452 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
10453         Log: Unicode casefolding fixes.
10454      Branch: perl
10455            ! op.c regcomp.c regexec.c t/op/pat.t
10456 ____________________________________________________________________________
10457 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
10458         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
10459              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
10460              Date: Sat, 22 Dec 2001 00:01:29 +0100
10461              Message-ID: <20011222000129.A713@rafael>
10462      Branch: perl
10463            ! ext/B/B/Deparse.pm
10464 ____________________________________________________________________________
10465 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
10466         Log: VOS config from Paul Green.
10467      Branch: perl
10468            ! hints/vos.sh
10469 ____________________________________________________________________________
10470 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
10471         Log: Subject: [PATCH @13746] CreateTTY on OS/2
10472              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10473              Date: Fri, 21 Dec 2001 15:59:45 -0500
10474              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
10475      Branch: perl
10476            ! lib/perl5db.pl
10477 ____________________________________________________________________________
10478 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
10479         Log: Subject: [PATCH @13746] uninstalled build of modules broken
10480              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10481              Date: Fri, 21 Dec 2001 15:49:09 -0500
10482              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
10483      Branch: perl
10484            ! lib/ExtUtils/MM_Unix.pm
10485 ____________________________________________________________________________
10486 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
10487         Log: Subject: [PATCH @13746] OS/2 File::* modules
10488              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10489              Date: Fri, 21 Dec 2001 15:43:24 -0500
10490              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
10491      Branch: perl
10492            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
10493 ____________________________________________________________________________
10494 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
10495         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
10496              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
10497              Date: Fri, 21 Dec 2001 17:29:07 +0100
10498              Message-ID: <3C236353.6625C4C0@alcatel.at>
10499      Branch: perl
10500            ! pod/perltie.pod
10501 ____________________________________________________________________________
10502 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
10503         Log: metaconfig unit changes for #13835
10504      Branch: metaconfig
10505            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
10506            ! U/modified/sh.U
10507 ____________________________________________________________________________
10508 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
10509         Log: Further VOS tweaks: the _exe needs to be introduced
10510              in the very beginning, and the make/gmake needs special
10511              VOS logic.
10512      Branch: perl
10513            ! Configure Makefile.SH
10514 ____________________________________________________________________________
10515 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
10516         Log: Update Changes.
10517      Branch: perl
10518            ! Changes patchlevel.h
10519 ____________________________________________________________________________
10520 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
10521         Log: metaconfig unit change for #13832.
10522      Branch: metaconfig
10523            ! U/modified/spitshell.U
10524 ____________________________________________________________________________
10525 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
10526         Log: Also the search for cat needs to be _exe-aware.
10527      Branch: perl
10528            ! Configure
10529 ____________________________________________________________________________
10530 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
10531         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
10532              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
10533              Date: Fri, 21 Dec 2001 14:02:01 +0100
10534              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
10535      Branch: perl
10536            ! ext/B/B/Xref.pm
10537 ____________________________________________________________________________
10538 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
10539         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
10540      Branch: perl
10541            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
10542            ! ext/B/t/assembler.t
10543 ____________________________________________________________________________
10544 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
10545         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
10546              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10547              Date: Fri, 21 Dec 2001 11:15:38 +0100
10548              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
10549      Branch: perl
10550            ! hv.c
10551 ____________________________________________________________________________
10552 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
10553         Log: A plan is good.
10554      Branch: perl
10555            ! ext/re/re.t
10556 ____________________________________________________________________________
10557 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
10558         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
10559              From: chromatic <chromatic@rmci.net>
10560              Date: Thu, 20 Dec 2001 16:16:48 -0700
10561              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
10562      Branch: perl
10563            + ext/re/re.t
10564            ! MANIFEST
10565 ____________________________________________________________________________
10566 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
10567         Log: Synchronize the skippage message.
10568      Branch: perl
10569            ! lib/ExtUtils/t/MM_OS2.t
10570 ____________________________________________________________________________
10571 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
10572         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
10573              From: chromatic <chromatic@rmci.net>
10574              Date: Thu, 20 Dec 2001 16:09:10 -0700
10575              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
10576      Branch: perl
10577            + lib/ExtUtils/t/MM_OS2.t
10578            ! MANIFEST
10579 ____________________________________________________________________________
10580 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
10581         Log: Subject: perlfunc.pod patch re flock via fcntl
10582              From: "Tye McQueen" <tye@metronet.com>
10583              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
10584              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
10585      Branch: perl
10586            ! pod/perlfunc.pod
10587 ____________________________________________________________________________
10588 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
10589         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
10590              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
10591              (the Unicode maximum code point) warnable offenses.
10592      Branch: perl
10593            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
10594            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
10595 ____________________________________________________________________________
10596 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
10597         Log: Sterner admonishment on -t.
10598      Branch: perl
10599            ! pod/perlrun.pod
10600 ____________________________________________________________________________
10601 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
10602         Log: Subject: [PATCH B::Dpparse] minor qr// fix
10603              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10604              Date: Thu, 20 Dec 2001 22:53:34 +0100
10605              Message-ID: <20011220225334.A735@rafael>
10606      Branch: perl
10607            ! ext/B/B/Deparse.pm
10608 ____________________________________________________________________________
10609 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
10610         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
10611              From: Robert Spier <rspier@pobox.com>
10612              Date: Thu, 20 Dec 2001 08:10:00 -0800
10613              Message-ID: <15394.3416.693353.107334@rls.cx>
10614      Branch: perl
10615            ! lib/Carp/Heavy.pm
10616 ____________________________________________________________________________
10617 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
10618         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
10619      Branch: perl
10620           !> win32/win32io.c
10621 ____________________________________________________________________________
10622 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
10623         Log: Subject: Re: [PATCH pod/perliol.pod] resend
10624              From: Stas Bekman <stas@stason.org>
10625              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
10626              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
10627      Branch: perl
10628            ! pod/perliol.pod
10629 ____________________________________________________________________________
10630 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
10631         Log: Fix up the APIs noone hopefully uses.
10632      Branch: perl
10633            ! utf8.c
10634 ____________________________________________________________________________
10635 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
10636         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
10637              Date: Wed, 19 Dec 2001 14:13:38 -0800
10638              From: Robert Spier <rspier@pobox.com>
10639              Message-ID: <15393.4370.605214.548582@rls.cx>
10640      Branch: perl
10641            ! lib/Carp.t lib/Carp/Heavy.pm
10642 ____________________________________________________________________________
10643 [ 13815] By: nick                                  on 2001/12/20  10:23:42
10644         Log: pTHX_ fixes for :win32 layer
10645      Branch: perlio
10646            ! win32/win32io.c
10647 ____________________________________________________________________________
10648 [ 13814] By: nick                                  on 2001/12/20  08:20:11
10649         Log: Integrate mainline (mostly) utf8.c does not compile.
10650      Branch: perlio
10651           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
10652           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
10653           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
10654           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
10655           +> lib/Net/Ping/t/300_ping_stream.t
10656           !> Changes MANIFEST embed.h embed.pl embedvar.h
10657           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
10658           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
10659           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
10660           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
10661           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
10662 ____________________________________________________________________________
10663 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
10664         Log: Some bincompat clawbacks.
10665      Branch: perl
10666            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
10667            ! wince/perldll.def
10668 ____________________________________________________________________________
10669 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
10670         Log: gcc pacifying (RH 7.1/ia64).
10671      Branch: perl
10672            ! pp.c
10673 ____________________________________________________________________________
10674 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
10675         Log: Update Changes.
10676      Branch: perl
10677            ! Changes patchlevel.h
10678 ____________________________________________________________________________
10679 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
10680         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
10681              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
10682              Date: Wed, 19 Dec 2001 12:35:07 +0100
10683              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
10684              
10685              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
10686              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10687              Date: Wed, 19 Dec 2001 17:34:51 +0000
10688              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
10689      Branch: perl
10690            ! pod/perlre.pod
10691 ____________________________________________________________________________
10692 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
10693         Log: Integrate perlio.
10694      Branch: perl
10695           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
10696           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
10697 ____________________________________________________________________________
10698 [ 13808] By: nick                                  on 2001/12/19  16:08:27
10699         Log: Add pTHX to all vtable functions for future-proofing and
10700              consistency of PerlIO layers.
10701      Branch: perlio
10702            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
10703            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
10704 ____________________________________________________________________________
10705 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
10706         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
10707      Branch: perl
10708            ! ext/B/B/Assembler.pm
10709 ____________________________________________________________________________
10710 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
10711         Log: Reword the alarm explanation.
10712      Branch: perl
10713            ! pod/perlfunc.pod
10714 ____________________________________________________________________________
10715 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
10716         Log: Subject: [PATCH @13746] OS/2 build
10717              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
10718              Date: Wed, 19 Dec 2001 02:45:41 -0500
10719              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
10720              
10721              (skipped the t/TEST change)
10722      Branch: perl
10723            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
10724            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
10725            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
10726 ____________________________________________________________________________
10727 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
10728         Log: Upgrade to Net::Ping 2.09.
10729      Branch: perl
10730            + lib/Net/Ping/CHANGES lib/Net/Ping/README
10731            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
10732            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
10733            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
10734            + lib/Net/Ping/t/300_ping_stream.t
10735            ! MANIFEST lib/Net/Ping.pm
10736 ____________________________________________________________________________
10737 [ 13803] By: nick                                  on 2001/12/19  14:43:24
10738         Log: Integrate mainline
10739      Branch: perlio
10740           +> ext/B/t/assembler.t lib/lib.t
10741           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
10742           !> lib/lib_pm.PL t/op/glob.t utf8.c
10743 ____________________________________________________________________________
10744 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
10745         Log: B::Assembler/B::Disassembler patches and test;
10746              from Wolfgang Laun.
10747              
10748              TODO: getting perlcc working.
10749      Branch: perl
10750            + ext/B/t/assembler.t
10751            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
10752 ____________________________________________________________________________
10753 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
10754         Log: Can't printf U8s as UVs.
10755      Branch: perl
10756            ! utf8.c
10757 ____________________________________________________________________________
10758 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
10759         Log: Subject: Re: [PATCH] ...while $var = glob(...)
10760              From: Robin Houston <robin@kitsite.com> 
10761              Date: Wed, 19 Dec 2001 13:48:55 +0000
10762              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
10763              
10764              Not exactly a glob test but internal-logically correct.
10765      Branch: perl
10766            ! t/op/glob.t
10767 ____________________________________________________________________________
10768 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
10769         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
10770              From: Michael G Schwern <schwern@pobox.com> 
10771              Date: Wed, 19 Dec 2001 07:42:54 -0500
10772              Message-ID: <20011219124254.GF8630@blackrider>
10773      Branch: perl
10774            + lib/lib.t
10775            ! MANIFEST lib/lib_pm.PL
10776 ____________________________________________________________________________
10777 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
10778         Log: Integrate with perlio.
10779      Branch: perl
10780           !> hv.c hv.h scope.c util.c
10781 ____________________________________________________________________________
10782 [ 13797] By: nick                                  on 2001/12/19  12:03:21
10783         Log: Remove the sometimes-lvalue cast
10784      Branch: perlio
10785            ! hv.h
10786 ____________________________________________________________________________
10787 [ 13796] By: nick                                  on 2001/12/19  11:02:27
10788         Log: alarm.t with -Uuseperlio fix
10789              - SA_RESTART should only be function of PERL_OLD_SIGNALS
10790              not USE_PERLIO
10791      Branch: perlio
10792            ! util.c
10793 ____________________________________________________________________________
10794 [ 13795] By: nick                                  on 2001/12/19  10:19:40
10795         Log: Fix READONLY hashes:
10796              1. Discovered need for disabled scope.c part of Jeff's patch.
10797              2. Corrected hv_delete* - entry was being de-linked from
10798              chain (patch program not smart enough?)
10799      Branch: perlio
10800            ! hv.c scope.c
10801 ____________________________________________________________________________
10802 [ 13794] By: nick                                  on 2001/12/19  09:35:13
10803         Log: Integrate mainline
10804      Branch: perlio
10805           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
10806           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
10807           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
10808           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
10809           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
10810 ____________________________________________________________________________
10811 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
10812         Log: Regen toc.
10813      Branch: perl
10814            ! pod/perltoc.pod
10815 ____________________________________________________________________________
10816 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
10817         Log: FAQ sync.
10818      Branch: perl
10819            ! pod/perlfaq5.pod
10820 ____________________________________________________________________________
10821 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
10822         Log: Reformat round.
10823      Branch: perl
10824            ! pod/perlunicode.pod
10825 ____________________________________________________________________________
10826 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
10827         Log: Subject: [PATCH] pod/perlunicode.pod
10828              From: Jeffrey Friedl <jfriedl@yahoo.com>
10829              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
10830              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
10831      Branch: perl
10832            ! pod/perlunicode.pod
10833 ____________________________________________________________________________
10834 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
10835         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
10836              From: Jeffrey Friedl <jfriedl@yahoo.com>
10837              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
10838              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
10839      Branch: perl
10840            ! pod/perluniintro.pod
10841 ____________________________________________________________________________
10842 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
10843         Log: Slight pod reformatting.
10844      Branch: perl
10845            ! pod/perluniintro.pod
10846 ____________________________________________________________________________
10847 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
10848         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
10849              From: Jeffrey Friedl <jfriedl@yahoo.com>    
10850              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
10851              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
10852      Branch: perl
10853            ! pod/perluniintro.pod
10854 ____________________________________________________________________________
10855 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
10856         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
10857              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10858              Date: Wed, 19 Dec 2001 01:45:23 +0000
10859              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
10860      Branch: perl
10861            ! sv.c
10862 ____________________________________________________________________________
10863 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
10864         Log: Subject: Porting/checkURL.pl
10865              From: abigail@foad.org
10866              Date: Tue, 18 Dec 2001 19:03:22 +0100          
10867              Message-ID: <20011218180322.8278.qmail@foad.org> 
10868      Branch: perl
10869            ! Porting/checkURL.pl
10870 ____________________________________________________________________________
10871 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
10872         Log: metaconfig unit change for #13783.
10873      Branch: metaconfig
10874            ! U/modified/Loc.U
10875 ____________________________________________________________________________
10876 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
10877         Log: A bit too oversweeping matching in #13778.
10878      Branch: perl
10879            ! Configure
10880 ____________________________________________________________________________
10881 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
10882         Log: Re-gen Configure based on #13778..13781.
10883      Branch: perl
10884            ! Configure config_h.SH
10885 ____________________________________________________________________________
10886 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
10887         Log: First assume that crypt() can live happy normal life in
10888              the libc or the moral equivalent; only then try magic.
10889      Branch: metaconfig
10890            + U/modified/d_crypt.U
10891 ____________________________________________________________________________
10892 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
10893         Log: In VOS ACLs confuse the testing.
10894      Branch: metaconfig
10895            ! U/modified/Findhdr.U
10896 ____________________________________________________________________________
10897 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
10898         Log: Either make or gmake.
10899      Branch: metaconfig
10900            ! U/modified/Loc.U
10901 ____________________________________________________________________________
10902 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
10903         Log: If your _exe is different from .exe and your test -f $foo
10904              doesn't do magic to recognize $foo$_exe, you will need to
10905              specify -D_exe=... on command line-- and this patch.
10906      Branch: metaconfig
10907            + U/modified/sh.U
10908            ! U/modified/Loc.U
10909 ____________________________________________________________________________
10910 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
10911         Log: Fix the bugs in #13768..13776, and regen Configure.
10912      Branch: metaconfig
10913            ! U/compline/nblock_io.U U/modified/Findhdr.U
10914            ! U/modified/spitshell.U
10915      Branch: metaconfig/U/perl
10916            ! issymlink.U perlpath.U
10917      Branch: perl
10918            ! Configure config_h.SH
10919 ____________________________________________________________________________
10920 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
10921         Log: Must test with $_exe. (There are plenty of similar
10922              spots earlier but they are a tad more complex to fix
10923              since they come before the hints are run.)
10924      Branch: metaconfig
10925            + U/modified/yacc.U
10926 ____________________________________________________________________________
10927 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
10928         Log: F_SETFL might require <fcntl.h>
10929      Branch: metaconfig
10930            ! U/compline/nblock_io.U
10931 ____________________________________________________________________________
10932 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
10933         Log: Don't require make; have both make and gmake optional.
10934              (Maybe have a check that at least one of them is available?)
10935      Branch: metaconfig
10936            ! U/modified/Loc.U
10937 ____________________________________________________________________________
10938 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
10939         Log: cat might be farther than /bin or /usr/bin.
10940      Branch: metaconfig
10941            ! U/modified/spitshell.U
10942 ____________________________________________________________________________
10943 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
10944         Log: In VOS the path component separator is >, not /.
10945      Branch: metaconfig
10946            ! U/modified/Findhdr.U
10947 ____________________________________________________________________________
10948 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
10949         Log: The VOS shell doesn't implement the ? wildcard
10950              (? is used for other purposes, I assume); but
10951              it does implement the * wildcard, and that works
10952              in the general case just fine.
10953      Branch: metaconfig/U/perl
10954            ! d_dlsymun.U
10955 ____________________________________________________________________________
10956 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
10957         Log: VOS detection.
10958      Branch: metaconfig
10959            ! U/modified/Oldconfig.U
10960 ____________________________________________________________________________
10961 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
10962         Log: Proper path for VOS.
10963      Branch: metaconfig
10964            ! U/modified/Head.U
10965 ____________________________________________________________________________
10966 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
10967         Log: Change s/>& 4/>&4/g for consistency.
10968      Branch: metaconfig
10969            + U/modified/d_dosuid.U
10970            ! U/modified/d_socket.U
10971      Branch: metaconfig/U/perl
10972            ! issymlink.U perlxvf.U
10973 ____________________________________________________________________________
10974 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
10975         Log: Subject: Re: Benchmark.t failure on Linux
10976              From: Nicholas Clark <nick@ccl4.org>
10977              Date: Tue, 18 Dec 2001 22:51:25 +0000
10978              Message-ID: <20011218225124.N21702@plum.flirble.org>
10979      Branch: perl
10980            ! lib/Benchmark.t
10981 ____________________________________________________________________________
10982 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
10983         Log: Re-applying #13752 until a better solution can be found.
10984      Branch: perl
10985            ! lib/ExtUtils/t/MM_Unix.t
10986 ____________________________________________________________________________
10987 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
10988         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
10989              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
10990              Date: Tue, 18 Dec 2001 12:05:40 -0500
10991              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
10992      Branch: perl
10993            ! lib/Exporter.pm
10994 ____________________________________________________________________________
10995 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
10996         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
10997              findings -- some of the warnings I can't explain except
10998              by NVgf being detected wrong, though.
10999      Branch: perl
11000            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
11001 ____________________________________________________________________________
11002 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
11003         Log: Subject: [PATCH] pod/perluniintro.pod
11004              From: Jeffrey Friedl <jfriedl@yahoo.com>
11005              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
11006              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
11007      Branch: perl
11008            ! pod/perluniintro.pod
11009 ____________________________________________________________________________
11010 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
11011         Log: ".pm" is the native executable suffix in VOS.
11012      Branch: perl
11013            ! hints/vos.sh
11014 ____________________________________________________________________________
11015 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
11016         Log: Integrate perlio;
11017              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
11018      Branch: perl
11019           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
11020 ____________________________________________________________________________
11021 [ 13760] By: nick                                  on 2001/12/18  15:55:22
11022         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
11023              - added delete of READONLY value inhibit & test for same
11024              - re-tabbed
11025      Branch: perlio
11026            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
11027 ____________________________________________________________________________
11028 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
11029         Log: (Undone by #13766.)
11030              Retract #13752.
11031      Branch: perl
11032            ! lib/ExtUtils/t/MM_Unix.t
11033 ____________________________________________________________________________
11034 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
11035         Log: Echoes of #13757.
11036      Branch: perl
11037            ! t/lib/warnings/utf8
11038 ____________________________________________________________________________
11039 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
11040         Log: Make the utf8 malformedness messages more verbose.
11041      Branch: perl
11042            ! lib/utf8.t utf8.c
11043 ____________________________________________________________________________
11044 [ 13756] By: nick                                  on 2001/12/18  14:43:58
11045         Log: Integrate mainline
11046      Branch: perlio
11047           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
11048           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
11049           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
11050           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
11051           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
11052           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
11053            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
11054            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
11055            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
11056            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
11057            - lib/ExtUtils/testlib.t
11058           !> (integrate 28 files)
11059 ____________________________________________________________________________
11060 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
11061         Log: README.aix updates from Jens-Uwe Mager.
11062      Branch: perl
11063            ! README.aix
11064 ____________________________________________________________________________
11065 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
11066         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
11067              From: Michael G Schwern <schwern@pobox.com>
11068              Date: Tue, 18 Dec 2001 00:58:18 -0500
11069              Message-ID: <20011218055818.GC4362@blackrider>
11070      Branch: perl
11071            ! lib/Benchmark.t
11072 ____________________________________________________________________________
11073 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
11074         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
11075              From: Michael G Schwern <schwern@pobox.com>
11076              Date: Tue, 18 Dec 2001 00:40:38 -0500
11077              Message-ID: <20011218054038.GB4362@blackrider>
11078      Branch: perl
11079            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
11080 ____________________________________________________________________________
11081 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
11082         Log: (reintroduced by #13766)
11083              (retracted by #13759)
11084              
11085              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
11086              From: Michael G Schwern <schwern@pobox.com>  
11087              Date: Tue, 18 Dec 2001 00:00:23 -0500
11088              Message-ID: <20011218050023.GA27893@blackrider>
11089      Branch: perl
11090            ! lib/ExtUtils/t/MM_Unix.t
11091 ____________________________________________________________________________
11092 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
11093         Log: Re-patch #13749.
11094      Branch: perl
11095            ! t/op/glob.t
11096 ____________________________________________________________________________
11097 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
11098         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
11099              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11100              Date: Tue, 18 Dec 2001 12:55:43 +0000
11101              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
11102      Branch: perl
11103            ! ext/Devel/Peek/Peek.pm
11104 ____________________________________________________________________________
11105 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
11106         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
11107              From: Robin Houston <robin@kitsite.com> 
11108              Date: Tue, 18 Dec 2001 14:54:33 +0000
11109              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
11110      Branch: perl
11111            ! t/op/glob.t
11112 ____________________________________________________________________________
11113 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
11114         Log: Subject: [PATCH] slightly more for Exporter.pm
11115              From: Nicholas Clark <nick@ccl4.org>
11116              Date: Tue, 18 Dec 2001 00:22:03 +0000
11117              Message-ID: <20011218002203.M21702@plum.flirble.org>
11118      Branch: perl
11119            ! lib/Exporter.pm
11120 ____________________________________________________________________________
11121 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
11122         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
11123              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11124              Date: Mon, 17 Dec 2001 16:37:18 +0100
11125              Message-ID: <20011217163718.A2292@rafael>
11126              
11127              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
11128              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11129              Date: Mon, 17 Dec 2001 23:17:06 +0100
11130              Message-ID: <20011217231706.A730@rafael>
11131      Branch: perl
11132            ! pod/perlsub.pod pp.c toke.c
11133 ____________________________________________________________________________
11134 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
11135         Log: Update Changes.
11136      Branch: perl
11137            ! Changes patchlevel.h
11138 ____________________________________________________________________________
11139 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
11140         Log: New test warrants a MANIFEST entry.
11141      Branch: perl
11142            ! MANIFEST
11143 ____________________________________________________________________________
11144 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
11145         Log: Subject: Re: [PATCH] ...while $var = glob(...)
11146              From: Robin Houston <robin@kitsite.com>
11147              Date: Mon, 17 Dec 2001 20:27:30 +0000
11148              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
11149              
11150              Can't portably unlink open files.
11151      Branch: perl
11152            ! t/op/glob.t
11153 ____________________________________________________________________________
11154 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
11155         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
11156      Branch: perl
11157            ! pod/perluniintro.pod
11158 ____________________________________________________________________________
11159 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
11160         Log: Move typeglob test from glob.t to gv.t.
11161      Branch: perl
11162            ! t/op/glob.t t/op/gv.t
11163 ____________________________________________________________________________
11164 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
11165         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
11166              From: Robin Houston <robin@kitsite.com> 
11167              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
11168              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
11169      Branch: perl
11170            ! t/op/glob.t
11171 ____________________________________________________________________________
11172 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
11173         Log: Demote the surrogate and non-character errors to warnings.
11174      Branch: perl
11175            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
11176 ____________________________________________________________________________
11177 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
11178         Log: Subject: [PATCH] more POSIX tests, and more autoloading
11179              From: Nicholas Clark <nick@ccl4.org>
11180              Date: Mon, 17 Dec 2001 18:27:47 +0000
11181              Message-ID: <20011217182747.D21702@plum.flirble.org>
11182      Branch: perl
11183            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
11184 ____________________________________________________________________________
11185 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
11186         Log: Subject: [PATCH] ...while $var = glob(...)
11187              From: Robin Houston <robin@kitsite.com> 
11188              Date: Mon, 17 Dec 2001 15:51:54 +0000
11189              Message-ID: <20011217155153.A311@robin.kitsite.com>
11190      Branch: perl
11191            ! op.c
11192 ____________________________________________________________________________
11193 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
11194         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
11195              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11196              Date: Mon, 17 Dec 2001 15:23:01 +0100
11197              Message-ID: <20011217152301.A704@rafael>
11198      Branch: perl
11199            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
11200 ____________________________________________________________________________
11201 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
11202         Log: The system() vs $SIG{ARLM} is no more a todo.
11203      Branch: perl
11204            ! t/op/alarm.t
11205 ____________________________________________________________________________
11206 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
11207         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
11208              From: Michael G Schwern <schwern@pobox.com>
11209              Date: Sun, 16 Dec 2001 23:59:01 -0500
11210              Message-ID: <20011217045901.GL17232@blackrider>
11211      Branch: perl
11212            + t/op/alarm.t
11213            ! MANIFEST
11214 ____________________________________________________________________________
11215 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
11216         Log: s/UNIX/Unix/
11217      Branch: perl
11218            ! MANIFEST
11219 ____________________________________________________________________________
11220 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
11221         Log: Move ExtUtils tests to lib/ExtUtils/t.
11222      Branch: perl
11223            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
11224            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
11225            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
11226            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
11227            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
11228            + lib/ExtUtils/t/testlib.t
11229            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
11230            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
11231            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
11232            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
11233            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
11234            ! MANIFEST
11235 ____________________________________________________________________________
11236 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
11237         Log: Subject: [PATCH] MM_Unix tests, and some questions
11238              From: Tels <perl_dummy@bloodgate.com>
11239              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
11240              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
11241              
11242              Subject: Re: [PATCH] MM_Unix tests, and some questions
11243              From: Tels <perl_dummy@bloodgate.com>
11244              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
11245              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
11246      Branch: perl
11247            + lib/ExtUtils/MM_Unix.t
11248            ! MANIFEST lib/ExtUtils/MM_Unix.pm
11249 ____________________________________________________________________________
11250 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
11251         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
11252              From: Michael G Schwern <schwern@pobox.com>
11253              Date: Sun, 16 Dec 2001 17:53:55 -0500
11254              Message-ID: <20011216225354.GE8900@blackrider>
11255      Branch: perl
11256            ! lib/ExtUtils/MM_Unix.pm
11257 ____________________________________________________________________________
11258 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
11259         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
11260              From: Michael G Schwern <schwern@pobox.com>                
11261              Date: Sun, 16 Dec 2001 16:12:55 -0500
11262              Message-ID: <20011216211255.GV8900@blackrider>
11263      Branch: perl
11264            ! ext/B/B/Deparse.pm
11265 ____________________________________________________________________________
11266 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
11267         Log: Subject: [PATCH] Exporter.pm
11268              From: Nicholas Clark <nick@ccl4.org>
11269              Date: Sun, 16 Dec 2001 19:24:25 +0000
11270              Message-ID: <20011216192425.R21702@plum.flirble.org>
11271      Branch: perl
11272            ! lib/Exporter.pm
11273 ____________________________________________________________________________
11274 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
11275         Log: Subject: [PATCH] Exporter.t (and question)
11276              From: Nicholas Clark <nick@ccl4.org>
11277              Date: Sun, 16 Dec 2001 17:24:55 +0000
11278              Message-ID: <20011216172455.P21702@plum.flirble.org>
11279      Branch: perl
11280            ! lib/Exporter.t
11281 ____________________________________________________________________________
11282 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
11283         Log: Subject: Re: perl@13661
11284              From: "John P. Linderman" <jpl@research.att.com>              
11285              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
11286              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
11287      Branch: perl
11288            ! pp_sort.c
11289 ____________________________________________________________________________
11290 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
11291         Log: Subject: Will the real Unicode encoding please stand up?
11292              From: Jeffrey Friedl <jfriedl@yahoo.com>
11293              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
11294              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
11295      Branch: perl
11296            ! pod/perluniintro.pod
11297 ____________________________________________________________________________
11298 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
11299         Log: Integrate perlio; interruptable system().
11300      Branch: perl
11301           !> util.c
11302 ____________________________________________________________________________
11303 [ 13724] By: nick                                  on 2001/12/17  09:16:50
11304         Log: Fix for alarm() breaking into wait*().
11305              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
11306              signal handler before caller re-does the system call.
11307      Branch: perlio
11308            ! util.c
11309 ____________________________________________________________________________
11310 [ 13723] By: nick                                  on 2001/12/17  07:45:13
11311         Log: Integrate mainline
11312      Branch: perlio
11313           +> (branch 26 files)
11314           !> (integrate 47 files)
11315 ____________________________________________________________________________
11316 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
11317         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
11318              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
11319              and characters beyond 0x10FFF should be disallowed, too,
11320              but some tests would need changing, but more importantly some
11321              APIs would need remodeling since one can easily generate such
11322              characters either by bitwise complements, tr complements, or
11323              v-strings.
11324      Branch: perl
11325            ! pod/perldiag.pod utf8.c
11326 ____________________________________________________________________________
11327 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
11328         Log: Make surrogates illegal also on EBCDIC.
11329      Branch: perl
11330            ! utf8.c
11331 ____________________________________________________________________________
11332 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
11333         Log: Subject: [patch @13687] Unicode::Collate 0.10
11334              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
11335              Date: Sun, 16 Dec 2001 21:22:12 +0900
11336              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
11337      Branch: perl
11338            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
11339            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
11340 ____________________________________________________________________________
11341 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
11342         Log: More documentation for the encoding pragma.
11343      Branch: perl
11344            ! lib/encoding.pm
11345 ____________________________________________________________________________
11346 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
11347         Log: Subject: [PATCH] lib/open.pm 
11348              From: Jeffrey Friedl <jfriedl@yahoo.com>
11349              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
11350              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
11351      Branch: perl
11352            ! lib/open.pm
11353 ____________________________________________________________________________
11354 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
11355         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
11356              From: chromatic <chromatic@rmci.net>
11357              Date: Sat, 15 Dec 2001 23:24:40 -0700
11358              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
11359      Branch: perl
11360            + lib/ExtUtils/Installed.t
11361            ! MANIFEST
11362 ____________________________________________________________________________
11363 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
11364         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
11365              From: Michael G Schwern <schwern@pobox.com>
11366              Date: Sun, 16 Dec 2001 01:14:00 -0500
11367              Message-ID: <20011216061400.GC8900@blackrider>
11368      Branch: perl
11369            ! lib/diagnostics.pm
11370 ____________________________________________________________________________
11371 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
11372         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
11373              From: Michael G Schwern <schwern@pobox.com>
11374              Date: Sun, 16 Dec 2001 01:12:42 -0500
11375              Message-ID: <20011216061242.GB8900@blackrider>
11376      Branch: perl
11377            ! t/test.pl
11378 ____________________________________________________________________________
11379 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
11380         Log: I sometimes outsmart myself.
11381      Branch: perl
11382            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
11383 ____________________________________________________________________________
11384 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
11385         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
11386              From: Michael G Schwern <schwern@pobox.com>
11387              Date: Sat, 15 Dec 2001 15:08:29 -0500
11388              Message-ID: <20011215200829.GK1548@blackrider>
11389      Branch: perl
11390            ! lib/AutoSplit.pm
11391 ____________________________________________________________________________
11392 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
11393         Log: perlunicode enchancements suggested by Jeffrey Friedl.
11394      Branch: perl
11395            ! pod/perlunicode.pod
11396 ____________________________________________________________________________
11397 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
11398         Log: Subject: [PATCH] perlunicode.pod
11399              From: Jeffrey Friedl <jfriedl@yahoo.com>
11400              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
11401              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
11402      Branch: perl
11403            ! pod/perlunicode.pod
11404 ____________________________________________________________________________
11405 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
11406         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
11407              From: Jeffrey Friedl <jfriedl@yahoo.com>
11408              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
11409              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
11410      Branch: perl
11411            ! lib/utf8_heavy.pl
11412 ____________________________________________________________________________
11413 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
11414         Log: Can't create surrogates; so can't match them, either.
11415      Branch: perl
11416            ! pod/perlunicode.pod
11417 ____________________________________________________________________________
11418 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
11419         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
11420              From: Michael G Schwern <schwern@pobox.com>
11421              Date: Sat, 15 Dec 2001 21:20:35 -0500
11422              Message-ID: <20011216022035.GE5672@blackrider>
11423      Branch: perl
11424            ! t/test.pl
11425 ____________________________________________________________________________
11426 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
11427         Log: Make creating UTF-8 surrogates a punishable act.
11428      Branch: perl
11429            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
11430 ____________________________________________________________________________
11431 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
11432         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
11433      Branch: perl
11434            + lib/unicore/In/172.pl lib/unicore/In/173.pl
11435            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
11436            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
11437            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
11438            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
11439            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
11440 ____________________________________________________________________________
11441 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
11442         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
11443              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11444              Date: Sat, 15 Dec 2001 23:21:43 +0100
11445              Message-ID: <20011215232143.A11790@rafael>
11446      Branch: perl
11447            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
11448 ____________________________________________________________________________
11449 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
11450         Log: Make charnames more robust.
11451      Branch: perl
11452            ! lib/charnames.pm
11453 ____________________________________________________________________________
11454 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
11455         Log: The hoops one has to jump through.
11456      Branch: perl
11457            ! ext/I18N/Langinfo/Langinfo.pm
11458 ____________________________________________________________________________
11459 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
11460         Log: Subject: [PATCH] perlstyle.pod nit on warnings
11461              From: Autrijus Tang <autrijus@egb.elixus.org>
11462              Date: Sat, 15 Dec 2001 04:24:34 -0800
11463              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
11464      Branch: perl
11465            ! pod/perlstyle.pod
11466 ____________________________________________________________________________
11467 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
11468         Log: I don't think we are in FooOS, Toto.
11469      Branch: perl
11470            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
11471 ____________________________________________________________________________
11472 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
11473         Log: Subject: Re: Untested modules update:  There's more than we thought
11474              From: chromatic <chromatic@rmci.net>
11475              Date: Fri, 14 Dec 2001 17:20:24 -0700
11476              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
11477      Branch: perl
11478            + lib/ExtUtils/MM_Cygwin.t
11479            ! MANIFEST
11480 ____________________________________________________________________________
11481 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
11482         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
11483              From: Michael G Schwern <schwern@pobox.com> 
11484              Date: Fri, 14 Dec 2001 20:59:42 -0500
11485              Message-ID: <20011215015942.GF28596@blackrider>
11486      Branch: perl
11487            ! t/TEST
11488 ____________________________________________________________________________
11489 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
11490         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
11491              From: Michael G Schwern <schwern@pobox.com> 
11492              Date: Fri, 14 Dec 2001 20:03:46 -0500
11493              Message-ID: <20011215010346.GD28596@blackrider>
11494      Branch: perl
11495            + ext/B/t/bblock.t
11496            ! MANIFEST
11497 ____________________________________________________________________________
11498 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
11499         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
11500              From: Michael G Schwern <schwern@pobox.com> 
11501              Date: Fri, 14 Dec 2001 19:59:13 -0500
11502              Message-ID: <20011215005913.GC28596@blackrider>
11503      Branch: perl
11504            ! ext/B/B/Bblock.pm
11505 ____________________________________________________________________________
11506 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
11507         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
11508              From: Michael G Schwern <schwern@pobox.com> 
11509              Date: Fri, 14 Dec 2001 19:36:12 -0500
11510              Message-ID: <20011215003611.GA28596@blackrider>
11511      Branch: perl
11512            + ext/B/t/asmdata.t
11513            ! MANIFEST
11514 ____________________________________________________________________________
11515 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
11516         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
11517              From: Michael G Schwern <schwern@pobox.com> 
11518              Date: Fri, 14 Dec 2001 19:14:14 -0500
11519              Message-ID: <20011215001414.GA25077@blackrider>
11520      Branch: perl
11521            ! bytecode.pl ext/B/B/Asmdata.pm
11522 ____________________________________________________________________________
11523 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
11524         Log: Permissions.
11525      Branch: perl
11526            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
11527            ! ext/Devel/PPPort/module3.c
11528 ____________________________________________________________________________
11529 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
11530         Log: Benchmark test from Nicholas Clark.
11531      Branch: perl
11532            + lib/Benchmark.t
11533            ! MANIFEST lib/Benchmark.pm
11534 ____________________________________________________________________________
11535 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
11536         Log: Mithing.
11537      Branch: perl
11538            + lib/Attribute/Handlers/demo/demo2.pl
11539            + lib/Attribute/Handlers/demo/demo3.pl
11540            + lib/Attribute/Handlers/demo/demo4.pl
11541 ____________________________________________________________________________
11542 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
11543         Log: Silence compiler worries found by Schwern/Digital cc.
11544      Branch: perl
11545            ! perlio.c sv.c x2p/str.c
11546 ____________________________________________________________________________
11547 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
11548         Log: User may not have a valid home directory even if
11549              getpwuid() succedds.
11550      Branch: perl
11551            ! ext/File/Glob/t/basic.t
11552 ____________________________________________________________________________
11553 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
11554         Log: Integrate with perlio.  (No changes, but that's okay.)
11555      Branch: perl
11556           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
11557 ____________________________________________________________________________
11558 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
11559         Log: Add a Configure hints file for VOS: the POSIX support
11560              of VOS is getting close to the point where it can run
11561              Configure (some Configure tweaks will be required).
11562      Branch: perl
11563            + hints/vos.sh
11564            ! MANIFEST
11565 ____________________________________________________________________________
11566 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
11567         Log: Update Changes.
11568      Branch: perl
11569            ! Changes patchlevel.h
11570 ____________________________________________________________________________
11571 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
11572         Log: Reintroduce Attribute::Handlers with Spider's fixes.
11573      Branch: perl
11574            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
11575            + lib/Attribute/Handlers/README
11576            + lib/Attribute/Handlers/demo/Demo.pm
11577            + lib/Attribute/Handlers/demo/Descriptions.pm
11578            + lib/Attribute/Handlers/demo/MyClass.pm
11579            + lib/Attribute/Handlers/demo/demo.pl
11580            + lib/Attribute/Handlers/demo/demo_call.pl
11581            + lib/Attribute/Handlers/demo/demo_chain.pl
11582            + lib/Attribute/Handlers/demo/demo_cycle.pl
11583            + lib/Attribute/Handlers/demo/demo_hashdir.pl
11584            + lib/Attribute/Handlers/demo/demo_phases.pl
11585            + lib/Attribute/Handlers/demo/demo_range.pl
11586            + lib/Attribute/Handlers/demo/demo_rawdata.pl
11587            + lib/Attribute/Handlers/t/multi.t
11588            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
11589 ____________________________________________________________________________
11590 [ 13685] By: nick                                  on 2001/12/14  15:57:00
11591         Log: Integrate mainline
11592      Branch: perlio
11593           +> t/run/switcht.t
11594           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
11595           !> perlapi.h pod/perlrun.pod t/TEST taint.c
11596 ____________________________________________________________________________
11597 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
11598         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
11599              From: Michael G Schwern <schwern@pobox.com> 
11600              Date: Thu, 13 Dec 2001 19:27:08 -0500
11601              Message-ID: <20011214002707.GA10532@blackrider>
11602              
11603              (reword the perlrun -t description a bit,
11604              and move the Itaint_warn to the bottom of
11605              the intrpvar.h for binary compatibility)
11606      Branch: perl
11607            + t/run/switcht.t
11608            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
11609            ! perlapi.h pod/perlrun.pod t/TEST taint.c
11610 ____________________________________________________________________________
11611 [ 13683] By: nick                                  on 2001/12/14  12:29:41
11612         Log: Integrate mainline
11613      Branch: perlio
11614           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
11615           +> lib/Term/ReadLine.t t/op/hashassign.t
11616            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
11617            - lib/Attribute/Handlers/README
11618            - lib/Attribute/Handlers/demo/Demo.pm
11619            - lib/Attribute/Handlers/demo/Descriptions.pm
11620            - lib/Attribute/Handlers/demo/MyClass.pm
11621            - lib/Attribute/Handlers/demo/demo.pl
11622            - lib/Attribute/Handlers/demo/demo2.pl
11623            - lib/Attribute/Handlers/demo/demo3.pl
11624            - lib/Attribute/Handlers/demo/demo4.pl
11625            - lib/Attribute/Handlers/demo/demo_call.pl
11626            - lib/Attribute/Handlers/demo/demo_chain.pl
11627            - lib/Attribute/Handlers/demo/demo_cycle.pl
11628            - lib/Attribute/Handlers/demo/demo_hashdir.pl
11629            - lib/Attribute/Handlers/demo/demo_phases.pl
11630            - lib/Attribute/Handlers/demo/demo_range.pl
11631            - lib/Attribute/Handlers/demo/demo_rawdata.pl
11632            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
11633           !> (integrate 101 files)
11634 ____________________________________________________________________________
11635 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
11636         Log: Detypo.
11637      Branch: perl
11638            ! utf8.c
11639 ____________________________________________________________________________
11640 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
11641         Log: Buffer overflow checks.
11642      Branch: perl
11643            ! utf8.c
11644 ____________________________________________________________________________
11645 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
11646         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
11647              From: Spider Boardman <spider@leggy.zk3.dec.com>
11648              Date: Thu, 13 Dec 2001 15:32:51 -0500
11649              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
11650      Branch: perl
11651            ! lib/ExtUtils/Embed.t
11652 ____________________________________________________________________________
11653 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
11654         Log: More on the Unicode "line" definition.
11655      Branch: perl
11656            ! pod/perlunicode.pod
11657 ____________________________________________________________________________
11658 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
11659         Log: Open-ended VERSION?
11660      Branch: perl
11661            ! lib/ExtUtils/Install.pm
11662 ____________________________________________________________________________
11663 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
11664         Log: Subject: [PATCH] Better make distclean
11665              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11666              Date: Thu, 13 Dec 2001 21:10:18 +0100
11667              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
11668      Branch: perl
11669            ! Makefile.SH
11670 ____________________________________________________________________________
11671 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
11672         Log: Remove Memoize::Saves as requested by mjd.
11673      Branch: perl
11674            - lib/Memoize/Saves.pm
11675            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
11676 ____________________________________________________________________________
11677 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
11678         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
11679              From: Michael G Schwern <schwern@pobox.com>
11680              Date: Tue, 11 Dec 2001 23:17:32 -0500
11681              Message-ID: <20011212041732.GS17250@blackrider>
11682      Branch: perl
11683            ! lib/ExtUtils/Install.pm
11684 ____________________________________________________________________________
11685 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
11686         Log: Subject: [PATCH] Re: use utf8; with bad utf8
11687              From: Nicholas Clark <nick@ccl4.org>
11688              Date: Thu, 13 Dec 2001 17:09:39 +0000
11689              Message-ID: <20011213170939.L21702@plum.flirble.org>
11690      Branch: perl
11691            ! t/lib/1_compile.t
11692 ____________________________________________________________________________
11693 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
11694         Log: Subject: (LONG!) Sort benchmarks and patch
11695              From: "John P. Linderman" <jpl@research.att.com>
11696              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
11697              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
11698      Branch: perl
11699            ! pp_sort.c
11700 ____________________________________________________________________________
11701 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
11702         Log: Unadorned numbers evil.
11703      Branch: perl
11704            ! pp.c regcomp.c regexec.c utf8.c utf8.h
11705 ____________________________________________________________________________
11706 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
11707         Log: "preprocessing directive not recognized within macro arg"
11708      Branch: perl
11709            ! ext/Data/Dumper/Dumper.xs
11710 ____________________________________________________________________________
11711 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
11712         Log: Subject: Clarifying the documentation of goto            
11713              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
11714              Date: Thu, 13 Dec 2001 08:57:38 -0500
11715              Message-ID: <3C18BD8B@operamail.com>
11716      Branch: perl
11717            ! pod/perlfunc.pod
11718 ____________________________________________________________________________
11719 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
11720         Log: It could be possible for the case-insensitive
11721              Unicode-aware string comparison to wander off
11722              to the la-la land.
11723      Branch: perl
11724            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
11725            ! regexec.c utf8.c
11726 ____________________________________________________________________________
11727 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
11728         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
11729              From: Michael G Schwern <schwern@pobox.com> 
11730              Date: Wed, 12 Dec 2001 21:53:46 -0500
11731              Message-ID: <20011213025346.GH25129@blackrider>
11732      Branch: perl
11733            ! lib/Net/hostent.t t/op/stat.t t/test.pl
11734 ____________________________________________________________________________
11735 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
11736         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
11737              From: Michael G Schwern <schwern@pobox.com> 
11738              Date: Wed, 12 Dec 2001 20:33:42 -0500
11739              Message-ID: <20011213013342.GX25129@blackrider>
11740      Branch: perl
11741            ! t/io/fs.t
11742 ____________________________________________________________________________
11743 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
11744         Log: Subject: Re: [PATCH] use utf8; tests
11745              From: Nicholas Clark <nick@ccl4.org>
11746              Date: Thu, 13 Dec 2001 00:16:58 +0000
11747              Message-ID: <20011213001658.I21702@plum.flirble.org>
11748      Branch: perl
11749            ! lib/utf8.t
11750 ____________________________________________________________________________
11751 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
11752         Log: EPOC fixes from Olaf Flebbe.
11753      Branch: perl
11754            ! README.epoc epoc/config.sh epoc/createpkg.pl
11755            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
11756 ____________________________________________________________________________
11757 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
11758         Log: Subject: [PATCH perl@13661] VMS test fix-ups
11759              From: "Craig A. Berry" <craigberry@mac.com>
11760              Date: Wed, 12 Dec 2001 16:27:48 -0600
11761              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
11762      Branch: perl
11763            ! lib/Net/hostent.t t/io/fs.t
11764 ____________________________________________________________________________
11765 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
11766         Log: Subject: Re: Next cygwin round.
11767              From: "Gerrit P. Haase" <gp@familiehaase.de>
11768              Date: Wed, 12 Dec 2001 21:59:00 +0100
11769              Message-ID: <122343874595.20011212215900@familiehaase.de>
11770      Branch: perl
11771            ! t/io/fs.t
11772 ____________________________________________________________________________
11773 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
11774         Log: Subject: [PATCH] use utf8; tests
11775              From: Nicholas Clark <nick@ccl4.org>
11776              Date: Wed, 12 Dec 2001 20:07:04 +0000
11777              Message-ID: <20011212200704.E21702@plum.flirble.org>
11778      Branch: perl
11779            ! lib/utf8.t t/test.pl
11780 ____________________________________________________________________________
11781 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
11782         Log: Update Changes.
11783      Branch: perl
11784            ! Changes patchlevel.h
11785 ____________________________________________________________________________
11786 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
11787         Log: Subject: [PATCH] Passing in env to perl_parse did not work
11788              From: Gisle Aas <gisle@ActiveState.com>
11789              Date: 11 Dec 2001 20:52:57 -0800
11790              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
11791      Branch: perl
11792            ! perl.c perl.h
11793 ____________________________________________________________________________
11794 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
11795         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
11796              mostly gcc -Wall complaining about the argument of %p not
11797              being a void *.
11798      Branch: perl
11799            ! perlio.c regcomp.c taint.c toke.c
11800 ____________________________________________________________________________
11801 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
11802         Log: metaconfig unit change for #13657.
11803      Branch: metaconfig
11804            ! U/modified/nis.U
11805 ____________________________________________________________________________
11806 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
11807         Log: Try YP/NIS also from /usr/lib/yp.
11808      Branch: perl
11809            ! Configure
11810 ____________________________________________________________________________
11811 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
11812         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
11813              From: Michael G Schwern <schwern@pobox.com>                
11814              Date: Wed, 12 Dec 2001 05:27:02 -0500      
11815              Message-ID: <20011212102702.GW17250@blackrider>
11816              
11817              (the op/grent part)
11818      Branch: perl
11819            ! t/op/grent.t
11820 ____________________________________________________________________________
11821 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
11822         Log: Weed out .files from ls and readdir() results.
11823      Branch: perl
11824            ! t/op/stat.t
11825 ____________________________________________________________________________
11826 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
11827         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
11828              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
11829              Date: Wed, 12 Dec 2001 10:52:21 +0100
11830              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
11831      Branch: perl
11832            ! lib/File/Find.pm
11833 ____________________________________________________________________________
11834 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
11835         Log: Subject: [PATCH] doio fatal on cygwin for 13651
11836              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
11837              Date: Wed, 12 Dec 2001 11:28:13 +0100      
11838              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
11839      Branch: perl
11840            ! doio.c
11841 ____________________________________________________________________________
11842 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
11843         Log: Get the whole line of ls, makes debugging easier
11844              (from Schwern)
11845      Branch: perl
11846            ! t/op/stat.t
11847 ____________________________________________________________________________
11848 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
11849         Log: rename() must be tested even without link()
11850              or the utime() and rename-directory tests fail.
11851              (Also got the BeOS utime atime/time the wrong way round.)
11852      Branch: perl
11853            ! t/io/fs.t
11854 ____________________________________________________________________________
11855 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
11856         Log: Now that the beos.c is compiled at the main level
11857              the header is in the beos/
11858      Branch: perl
11859            ! beos/beos.c
11860 ____________________________________________________________________________
11861 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
11862         Log: Must remember to require Socket.
11863      Branch: perl
11864            ! ext/Sys/Syslog/syslog.t
11865 ____________________________________________________________________________
11866 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
11867         Log: In BeOS Errno must resort to actual compilation
11868              and execution for some of the error constants.
11869      Branch: perl
11870            ! ext/Errno/Errno_pm.PL
11871 ____________________________________________________________________________
11872 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
11873         Log: BeOS still has no good sockets.
11874      Branch: perl
11875            ! ext/IO/lib/IO/t/io_sel.t
11876 ____________________________________________________________________________
11877 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
11878         Log: BeOS sockets are not true sockets.
11879      Branch: perl
11880            ! ext/IO/lib/IO/t/io_poll.t
11881 ____________________________________________________________________________
11882 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
11883         Log: No Socket, no Syslog.
11884      Branch: perl
11885            ! ext/Sys/Syslog/syslog.t
11886 ____________________________________________________________________________
11887 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
11888         Log: (On some platforms) missing truncate FH.
11889      Branch: perl
11890            ! pod/perltodo.pod
11891 ____________________________________________________________________________
11892 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
11893         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
11894              and vms would be muchly appreciated.
11895      Branch: perl
11896            ! t/io/fs.t
11897 ____________________________________________________________________________
11898 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
11899         Log: utime() updates only the mtime in BeOS. 
11900      Branch: perl
11901            ! pod/perlport.pod
11902 ____________________________________________________________________________
11903 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
11904         Log: No link(), no need to dSP.
11905      Branch: perl
11906            ! pp_sys.c
11907 ____________________________________________________________________________
11908 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
11909         Log: Missing argument.
11910      Branch: perl
11911            ! utf8.c
11912 ____________________________________________________________________________
11913 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
11914         Log: (1) To assume any setuid programs is silly.
11915              (2) Chaining tests with booleans means that some
11916              of them may not get run which means getting out
11917              of test count sync.
11918      Branch: perl
11919            ! t/op/stat.t
11920 ____________________________________________________________________________
11921 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
11922         Log: The beos.c needs to be in the main directory.
11923      Branch: perl
11924            ! hints/beos.sh
11925 ____________________________________________________________________________
11926 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
11927         Log: Detypo and rename.
11928      Branch: perl
11929            ! doio.c perl.h perlio.c perliol.h
11930 ____________________________________________________________________________
11931 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
11932         Log: This time I test compiled.  Honest.
11933      Branch: perl
11934            ! beos/beos.c
11935 ____________________________________________________________________________
11936 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
11937         Log: Subject: [PATCH] slightly more pack tests
11938              From: Nicholas Clark <nick@ccl4.org>
11939              Date: Tue, 11 Dec 2001 23:41:23 +0000
11940              Message-ID: <20011211234123.Y21702@plum.flirble.org>
11941      Branch: perl
11942            ! t/op/pack.t
11943 ____________________________________________________________________________
11944 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
11945         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
11946              From: "Craig A. Berry" <craigberry@mac.com>
11947              Date: Tue, 11 Dec 2001 16:39:13 -0600
11948              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
11949      Branch: perl
11950            ! configure.com
11951 ____________________________________________________________________________
11952 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
11953         Log: metaconfig unit change for #13632.
11954      Branch: metaconfig/U/perl
11955            ! perlpath.U
11956 ____________________________________________________________________________
11957 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
11958         Log: Subject: $Config{perlpath} and -Dversiononly
11959              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11960              Date: Tue, 11 Dec 2001 23:32:33 +0100
11961              Message-ID: <20011211233233.A11587@rafael>
11962      Branch: perl
11963            ! Configure
11964 ____________________________________________________________________________
11965 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
11966         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
11967              From: Nicholas Clark <nick@ccl4.org>
11968              Date: Tue, 11 Dec 2001 21:59:36 +0000
11969              Message-ID: <20011211215935.W21702@plum.flirble.org>
11970      Branch: perl
11971            ! t/op/pack.t
11972 ____________________________________________________________________________
11973 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
11974         Log: More UTF-8 API docs.
11975      Branch: perl
11976            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
11977 ____________________________________________________________________________
11978 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
11979         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
11980              From: Nicholas Clark <nick@ccl4.org>
11981              Date: Tue, 11 Dec 2001 20:08:59 +0000
11982              Message-ID: <20011211200859.S21702@plum.flirble.org>
11983      Branch: perl
11984            ! t/op/pack.t
11985 ____________________________________________________________________________
11986 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
11987         Log: Subject: Re: use utf8; with bad utf8
11988              From: Nicholas Clark <nick@ccl4.org>
11989              Date: Tue, 11 Dec 2001 19:49:21 +0000
11990              Message-ID: <20011211194921.R21702@plum.flirble.org>
11991      Branch: perl
11992            ! lib/utf8.t
11993 ____________________________________________________________________________
11994 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
11995         Log: Can't spell worth a dam.  (Try Three Gorges.)
11996      Branch: perl
11997            ! beos/beos.c
11998 ____________________________________________________________________________
11999 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
12000         Log: We need DWIM cpps.
12001      Branch: perl
12002            ! perlio.c
12003 ____________________________________________________________________________
12004 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
12005         Log: The unixish.h needs to be found and the waitpid wrapper
12006              could use a proto.
12007      Branch: perl
12008            ! beos/beosish.h
12009 ____________________________________________________________________________
12010 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
12011         Log: The BeOS waitpid() seems to be broken,
12012              have a wrapper for it.
12013      Branch: perl
12014            + beos/beos.c beos/beosish.h
12015            ! MANIFEST hints/beos.sh perl.h
12016 ____________________________________________________________________________
12017 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
12018         Log: Unlean the leaning tower of Babel.
12019      Branch: perl
12020            ! perl.h
12021 ____________________________________________________________________________
12022 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
12023         Log: Retract #13607 until we figure out what to do with autouse.
12024      Branch: perl
12025            ! lib/Carp.pm
12026 ____________________________________________________________________________
12027 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
12028         Log: Try to handle platforms that have O_TEXT != O_BINARY but
12029              which are not DOSish, BeOS being one of such platforms.
12030              Ideally this should be a Configure test, not a hardwired
12031              cpp symbol test... 
12032      Branch: perl
12033            ! doio.c perl.h perlio.c perliol.h
12034 ____________________________________________________________________________
12035 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
12036         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
12037              From: Jonathan Stowe <gellyfish@gellyfish.com>
12038              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
12039              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
12040      Branch: perl
12041            ! lib/Term/Cap.pm lib/Term/Cap.t
12042 ____________________________________________________________________________
12043 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
12044         Log: Subject: [patch perlio.c] test for NULL before derefencing
12045              From: Stas Bekman <stas@stason.org>
12046              Date: Tue, 11 Dec 2001 16:17:55 +0800
12047              Message-ID: <3C15C133.8@stason.org>
12048      Branch: perl
12049            ! perlio.c
12050 ____________________________________________________________________________
12051 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
12052         Log: metaconfig unit change for #13617.
12053      Branch: metaconfig/U/perl
12054            ! Extensions.U
12055 ____________________________________________________________________________
12056 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
12057         Log: BeOS has socket() but not enough to build a working Socket.
12058              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
12059              new networking implementation, which is rumored to fix the
12060              non-standardness of sockets, but it's apparently not publicly
12061              available, and anything to do with BeOS has become quite
12062              complicated with the sale of the Be assets to Palm.)
12063      Branch: perl
12064            ! Configure
12065 ____________________________________________________________________________
12066 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
12067         Log: Update changes
12068      Branch: maint-5.6/macperl
12069            ! macos/Changes
12070 ____________________________________________________________________________
12071 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
12072         Log: Add extra pod to help
12073      Branch: maint-5.6/macperl
12074            ! macos/macperl/MacPerl.podhelp
12075 ____________________________________________________________________________
12076 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
12077         Log: Return DoAppleScript errors in $@
12078      Branch: maint-5.6/macperl
12079            ! macos/ext/MacPerl/OSA.xs
12080 ____________________________________________________________________________
12081 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
12082         Log: Clear out $^E before each script run
12083      Branch: maint-5.6/macperl
12084            ! macos/macperl/MPScript.c
12085 ____________________________________________________________________________
12086 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
12087         Log: Integrate various changes from maint-5.6/perl/.
12088      Branch: maint-5.6/macperl
12089           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
12090           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
12091 ____________________________________________________________________________
12092 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
12093         Log: Subject: Exporter's documentation shouldn't lie               
12094              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
12095              Date: Mon, 10 Dec 2001 21:30:20 -0500
12096              Message-ID: <3C4AA201@operamail.com>
12097      Branch: perl
12098            ! lib/Exporter.pm
12099 ____________________________________________________________________________
12100 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
12101         Log: Make Errno better in BeOS (the second hunk is
12102              good on any platform).  Still not working in BeOS
12103              are the E constants that refer BeOS native error
12104              constants (B_...) which are enums (*groan*).
12105      Branch: perl
12106            ! ext/Errno/Errno_pm.PL
12107 ____________________________________________________________________________
12108 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
12109         Log: The BeOS linker seems to link the last seen symbol,
12110              not the first (so the symbols of op.o from libperl.so
12111              would get linked to miniperl instead of the symbols of
12112              opmini.o)-- use the same trick as for NeXT4 for linking
12113              miniperl.
12114      Branch: perl
12115            ! Makefile.SH
12116 ____________________________________________________________________________
12117 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
12118         Log: Subject: Re: [PATCH] tests for hash assignment
12119              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12120              Date: Tue, 11 Dec 2001 01:48:55 +0000
12121              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
12122      Branch: perl
12123            ! utf8.c
12124 ____________________________________________________________________________
12125 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
12126         Log: (retracted by #13622)
12127              
12128              Subject: RE: More verbose POD for Carp
12129              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
12130              Date: Mon, 10 Dec 2001 20:23:20 -0500
12131              Message-ID: <3C4A3566@operamail.com>
12132      Branch: perl
12133            ! lib/Carp.pm
12134 ____________________________________________________________________________
12135 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
12136         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
12137              From: "Craig A. Berry" <craigberry@mac.com>
12138              Date: Mon, 10 Dec 2001 18:25:37 -0600
12139              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
12140      Branch: perl
12141            ! t/op/write.t t/test.pl
12142 ____________________________________________________________________________
12143 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
12144         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
12145              From: Michael G Schwern <schwern@pobox.com>
12146              Date: Mon, 10 Dec 2001 08:00:01 -0500
12147              Message-ID: <20011210130000.GK1770@blackrider>
12148      Branch: perl
12149            ! t/comp/multiline.t
12150 ____________________________________________________________________________
12151 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
12152         Log: Subject: Re: [PATCH] tests for hash assignment
12153              From: Nicholas Clark <nick@ccl4.org>
12154              Date: Mon, 10 Dec 2001 23:22:28 +0000
12155              Message-ID: <20011210232228.M21702@plum.flirble.org>
12156      Branch: perl
12157            + t/op/hashassign.t
12158            ! MANIFEST t/op/each.t t/test.pl
12159 ____________________________________________________________________________
12160 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
12161         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
12162              From: "Craig A. Berry" <craigberry@mac.com>
12163              Date: Mon, 10 Dec 2001 16:38:14 -0600
12164              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
12165      Branch: perl
12166            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
12167 ____________________________________________________________________________
12168 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
12169         Log: Subject: [PATCH perl@13600] configure.com fixes
12170              From: "Craig A. Berry" <craigberry@mac.com>
12171              Date: Mon, 10 Dec 2001 14:40:20 -0600
12172              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
12173      Branch: perl
12174            ! configure.com
12175 ____________________________________________________________________________
12176 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
12177         Log: Silence BeOS compilation moaning.
12178      Branch: perl
12179            ! perl.h
12180 ____________________________________________________________________________
12181 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
12182         Log: Update Changes.
12183      Branch: perl
12184            ! Changes patchlevel.h
12185 ____________________________________________________________________________
12186 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
12187         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
12188              From: Michael G Schwern <schwern@pobox.com>
12189              Date: Mon, 10 Dec 2001 01:21:03 -0500
12190              Message-ID: <20011210062103.GC1770@blackrider>
12191      Branch: perl
12192            ! lib/ExtUtils/Command.t
12193 ____________________________________________________________________________
12194 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
12195         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
12196              From: Michael G Schwern <schwern@pobox.com>
12197              Date: Mon, 10 Dec 2001 01:10:57 -0500
12198              Message-ID: <20011210061057.GB1770@blackrider>
12199      Branch: perl
12200            ! t/op/groups.t
12201 ____________________________________________________________________________
12202 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
12203         Log: Retract #13596, #13593 should do the trick.
12204      Branch: perl
12205            ! t/op/stat.t
12206 ____________________________________________________________________________
12207 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
12208         Log: (retracted by #13597, #13593 does the job better)
12209              
12210              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
12211              From: Michael G Schwern <schwern@pobox.com>
12212              Date: Mon, 10 Dec 2001 00:53:16 -0500
12213              Message-ID: <20011210055316.GA1770@blackrider>
12214      Branch: perl
12215            ! t/op/stat.t
12216 ____________________________________________________________________________
12217 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
12218         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
12219              From: Michael G Schwern <schwern@pobox.com> 
12220              Date: Mon, 10 Dec 2001 02:19:14 -0500
12221              Message-ID: <20011210071914.GF1770@blackrider>
12222      Branch: perl
12223            ! lib/AutoSplit.t
12224 ____________________________________________________________________________
12225 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
12226         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
12227              From: Michael G Schwern <schwern@pobox.com>
12228              Date: Mon, 10 Dec 2001 02:47:40 -0500
12229              Message-ID: <20011210074739.GH1770@blackrider>
12230      Branch: perl
12231            ! t/op/pack.t
12232 ____________________________________________________________________________
12233 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
12234         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
12235              From: Michael G Schwern <schwern@pobox.com>
12236              Date: Mon, 10 Dec 2001 02:54:22 -0500
12237              Message-ID: <20011210075422.GI1770@blackrider>
12238      Branch: perl
12239            ! t/test.pl
12240 ____________________________________________________________________________
12241 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
12242         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
12243              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
12244              Date: Mon, 10 Dec 2001 08:45:20 +0100
12245              Message-ID: <3C146810.60B5B7C0@alcatel.at>
12246      Branch: perl
12247            ! pp_pack.c
12248 ____________________________________________________________________________
12249 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
12250         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
12251              From: Michael G Schwern <schwern@pobox.com>
12252              Date: Mon, 10 Dec 2001 03:27:02 -0500
12253              Message-ID: <20011210082702.GN1770@blackrider>
12254      Branch: perl
12255            ! t/io/openpid.t
12256 ____________________________________________________________________________
12257 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
12258         Log: More chmod +w.
12259      Branch: perl
12260            ! Porting/makerel
12261 ____________________________________________________________________________
12262 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
12263         Log: Just skip the readability test if running as root.
12264      Branch: perl
12265            ! lib/Net/t/netrc.t
12266 ____________________________________________________________________________
12267 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
12268         Log: Tell about the downside of safe signals.
12269      Branch: perl
12270            ! pod/perldelta.pod
12271 ____________________________________________________________________________
12272 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
12273         Log: Make the whole -lperl thing NetBSD only until we
12274              find some other platform that needs the same.
12275      Branch: perl
12276            ! lib/ExtUtils/MM_Unix.pm
12277 ____________________________________________________________________________
12278 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
12279         Log: Subject: [PATCH t/op/pack.t] Cleanup
12280              From: Michael G Schwern <schwern@pobox.com> 
12281              Date: Sun, 9 Dec 2001 23:08:26 -0500
12282              Message-ID: <20011210040826.GD660@blackrider>
12283      Branch: perl
12284            ! t/op/pack.t
12285 ____________________________________________________________________________
12286 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
12287         Log: Add threads support for NetBSD.
12288              
12289              This is also the first (I think) Perl threads build with
12290              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
12291              NetBSD does not as of yet have true kernel POSIX threads,
12292              but the user-level pth seems to be doing pretty well--
12293              the only failure is that threads/t/basic okays 6 and 7
12294              consistently seem be arriving in the reverse order.
12295              Well, gdbm.t is also failing: 'Undefined PLT symbol
12296              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
12297              guessing that GDBM would need a threaded rebuild.
12298      Branch: perl
12299            ! hints/netbsd.sh
12300 ____________________________________________________________________________
12301 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
12302         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
12303              potential performance hit and change in semantics of closure
12304              lookups after C<undef &foo>)
12305      Branch: maint-5.6/perl
12306            ! op.c
12307 ____________________________________________________________________________
12308 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
12309         Log: metaconfig unit change for #13582.
12310      Branch: metaconfig
12311            ! U/threads/usethreads.U
12312 ____________________________________________________________________________
12313 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
12314         Log: Update the ithreads selection info in Configure,
12315              as suggested by Michael Schwern.
12316      Branch: perl
12317            ! Configure
12318 ____________________________________________________________________________
12319 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
12320         Log: Clearing locale environment simply doesn't seem to
12321              guarantee that (nl_)langinfo(CODESET) would return nil.
12322              (I for example get "ISO8859-1", so <guess>maybe there can
12323              be per-system default settings at work</guess>.)
12324      Branch: perl
12325            ! lib/open.t
12326 ____________________________________________________________________________
12327 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
12328         Log: Subject: RE: Exporter fixes reversed in 13540?
12329              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
12330              Date: Sun, 9 Dec 2001 12:55:15 -0500
12331              Message-ID: <3C13F455@operamail.com>
12332      Branch: perl
12333            ! lib/open.pm
12334 ____________________________________________________________________________
12335 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
12336         Log: Root is the lizard king.
12337      Branch: perl
12338            ! lib/Net/t/netrc.t
12339 ____________________________________________________________________________
12340 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
12341         Log: Telling how many tests we are expecting helps.
12342      Branch: perl
12343            ! ext/POSIX/t/waitpid.t
12344 ____________________________________________________________________________
12345 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
12346         Log: Add a test case for waitpid(): from Rocco Caputo.
12347      Branch: perl
12348            + ext/POSIX/t/waitpid.t
12349            ! MANIFEST
12350 ____________________________________________________________________________
12351 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
12352         Log: Subject: [PATCH] Term::ReadLine tweaks and test
12353              From: Richard Clamp <richardc@unixbeard.net>
12354              Date: Mon, 10 Dec 2001 00:51:47 +0000
12355              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
12356      Branch: perl
12357            + lib/Term/ReadLine.t
12358            ! MANIFEST lib/Term/ReadLine.pm
12359 ____________________________________________________________________________
12360 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
12361         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
12362              From: Rocco Caputo <troc@netrus.net>
12363              Date: Sun, 9 Dec 2001 18:12:38 -0500
12364              Message-ID: <20011209181238.A803@eyrie.homenet>
12365      Branch: perl
12366            ! win32/win32.c
12367 ____________________________________________________________________________
12368 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
12369         Log: make sure that va_start() has matching va_end();
12370              from OpenBSD 3.0.
12371      Branch: perl
12372            ! x2p/util.c
12373 ____________________________________________________________________________
12374 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
12375         Log: h2ph updates from OpenBSD 3.0.
12376      Branch: perl
12377            ! utils/h2ph.PL
12378 ____________________________________________________________________________
12379 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
12380         Log: OpenBSD hints update from OpenBSD 3.0.
12381      Branch: perl
12382            ! hints/openbsd.sh
12383 ____________________________________________________________________________
12384 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
12385         Log: DJGPP tweaks from Laszlo Molnar.
12386      Branch: perl
12387            ! djgpp/config.over lib/File/Find/t/find.t
12388            ! lib/File/Find/t/taint.t t/pod/find.t
12389 ____________________________________________________________________________
12390 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
12391         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
12392              From: Michael G Schwern <schwern@pobox.com> 
12393              Date: Sun, 9 Dec 2001 19:28:12 -0500
12394              Message-ID: <20011210002812.GF13586@blackrider>
12395      Branch: perl
12396            ! README.cygwin
12397 ____________________________________________________________________________
12398 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
12399         Log: README.cygwin update from Gerrit P. Haase.
12400      Branch: perl
12401            ! README.cygwin
12402 ____________________________________________________________________________
12403 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
12404         Log: Apply NetBSD patch-ag: shared/static linking,
12405              but make the change less intrusive on non-NetBSD.
12406      Branch: perl
12407            ! lib/ExtUtils/MM_Unix.pm
12408 ____________________________________________________________________________
12409 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
12410         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
12411      Branch: perl
12412            ! lib/ExtUtils/Liblist.pm
12413 ____________________________________________________________________________
12414 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
12415         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
12416      Branch: perl
12417            ! regcomp.c
12418 ____________________________________________________________________________
12419 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
12420         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
12421      Branch: perl
12422            ! pp.c
12423 ____________________________________________________________________________
12424 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
12425         Log: Apply NetBSD patch-ac.
12426              (the fix has already been done: change #9706, fully qualified
12427              pathnames in packlists)
12428      Branch: perl
12429            ! lib/ExtUtils/Install.pm
12430 ____________________________________________________________________________
12431 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
12432         Log: Apply NetBSD patch-ab: NetBSD hints update.
12433      Branch: perl
12434            ! hints/netbsd.sh
12435 ____________________________________________________________________________
12436 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
12437         Log: metaconfig unit changes for #13560.
12438      Branch: metaconfig/U/perl
12439            ! dlsrc.U i_ieeefp.U libperl.U
12440 ____________________________________________________________________________
12441 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
12442         Log: NetBSD has <ieeefp.h> but hidden.
12443      Branch: perl
12444            ! hints/netbsd.sh
12445 ____________________________________________________________________________
12446 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
12447         Log: Implement NetBSD patch-aa.
12448      Branch: perl
12449            ! Configure
12450 ____________________________________________________________________________
12451 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
12452         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
12453              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
12454              Date: Sun, 09 Dec 2001 13:40:58 +0100
12455              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
12456              
12457              (The lstat()s were there in 5.6.1: what happened to them?)
12458      Branch: perl
12459            ! lib/File/Find.pm
12460 ____________________________________________________________________________
12461 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
12462         Log: Quickie documentation of the C UTF-8 API.
12463      Branch: perl
12464            ! pod/perlunicode.pod
12465 ____________________________________________________________________________
12466 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
12467         Log: Subject: bleadperl on cygwin weirdness...
12468              From: "Gerrit P. Haase" <gp@familiehaase.de>
12469              Date: Sun, 9 Dec 2001 20:31:28 +0100
12470              Message-ID: <13779422183.20011209203128@familiehaase.de>          
12471              
12472              (plus libperl*.dll version portability tweaks)
12473      Branch: perl
12474            ! lib/ExtUtils/Embed.t
12475 ____________________________________________________________________________
12476 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
12477         Log: Instead of muting symbol export error if under eval,
12478              delay the errors until the croak().
12479              
12480              (replaces #13408)
12481      Branch: perl
12482            ! lib/Exporter/Heavy.pm
12483 ____________________________________________________________________________
12484 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
12485         Log: Basegroup 0 is a cygwin_nt thing.
12486      Branch: perl
12487            ! t/op/groups.t
12488 ____________________________________________________________________________
12489 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
12490         Log: Also WinME is LoseLink.
12491      Branch: perl
12492            ! t/op/stat.t
12493 ____________________________________________________________________________
12494 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
12495         Log: Forgotten checkin.
12496      Branch: perl
12497            ! lib/User/grent.t
12498 ____________________________________________________________________________
12499 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
12500         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
12501              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
12502              Date: Sun, 09 Dec 2001 13:45:06 +0100
12503              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
12504      Branch: perl
12505            ! lib/File/Find.pm
12506 ____________________________________________________________________________
12507 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
12508         Log: Tweakback.
12509      Branch: perl
12510            ! lib/Net/hostent.t
12511 ____________________________________________________________________________
12512 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
12513         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
12514              From: Michael G Schwern <schwern@pobox.com>
12515              Date: Sat, 8 Dec 2001 14:48:38 -0500
12516              Message-ID: <20011208194838.GA8650@blackrider>
12517      Branch: perl
12518            ! t/op/grent.t
12519 ____________________________________________________________________________
12520 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
12521         Log: Subject: [README.cygwin] Removing old expected test failures
12522              From: Michael G Schwern <schwern@pobox.com>
12523              Date: Sat, 8 Dec 2001 15:38:28 -0500
12524              Message-ID: <20011208203828.GB9017@blackrider>
12525      Branch: perl
12526            ! README.cygwin
12527 ____________________________________________________________________________
12528 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
12529         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
12530              From: Michael G Schwern <schwern@pobox.com>                
12531              Date: Sat, 8 Dec 2001 15:26:59 -0500
12532              Message-ID: <20011208202659.GA9017@blackrider> 
12533      Branch: perl
12534            ! lib/Net/hostent.t
12535 ____________________________________________________________________________
12536 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
12537         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
12538              From: Michael G Schwern <schwern@pobox.com> 
12539              Date: Sat, 8 Dec 2001 15:06:16 -0500
12540              Message-ID: <20011208200616.GA8915@blackrider>
12541      Branch: perl
12542            ! t/op/stat.t
12543 ____________________________________________________________________________
12544 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
12545         Log: Developer deprecations and an incompatibility.
12546      Branch: perl
12547            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
12548 ____________________________________________________________________________
12549 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
12550         Log: Shoo.
12551      Branch: perl
12552            - lib/Attribute/Handlers.pm
12553 ____________________________________________________________________________
12554 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
12555         Log: Remove Attribute::Handlers, as per Damian's request.
12556              (Because of fixing the my variables to be now handled
12557              in run-time, the whole internals of the A::H needs to
12558              be rewritten and Damian will not have time for that
12559              for months.)
12560      Branch: perl
12561            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
12562            - lib/Attribute/Handlers/demo/Demo.pm
12563            - lib/Attribute/Handlers/demo/Descriptions.pm
12564            - lib/Attribute/Handlers/demo/MyClass.pm
12565            - lib/Attribute/Handlers/demo/demo.pl
12566            - lib/Attribute/Handlers/demo/demo2.pl
12567            - lib/Attribute/Handlers/demo/demo3.pl
12568            - lib/Attribute/Handlers/demo/demo4.pl
12569            - lib/Attribute/Handlers/demo/demo_call.pl
12570            - lib/Attribute/Handlers/demo/demo_chain.pl
12571            - lib/Attribute/Handlers/demo/demo_cycle.pl
12572            - lib/Attribute/Handlers/demo/demo_hashdir.pl
12573            - lib/Attribute/Handlers/demo/demo_phases.pl
12574            - lib/Attribute/Handlers/demo/demo_range.pl
12575            - lib/Attribute/Handlers/demo/demo_rawdata.pl
12576            - lib/Attribute/Handlers/t/multi.t
12577            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
12578            ! pod/perlmodlib.pod pod/perltoc.pod
12579 ____________________________________________________________________________
12580 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
12581         Log: Subject: Re: attributes are broken
12582              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12583              Date: Sun, 09 Dec 2001 00:09:23 -0500
12584              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
12585      Branch: perl
12586            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
12587            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
12588            ! xsutils.c
12589 ____________________________________________________________________________
12590 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
12591         Log: Forgotten checkin.
12592      Branch: perl
12593            ! lib/Pod/Text.pm
12594 ____________________________________________________________________________
12595 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
12596         Log: uconfig.h update.
12597      Branch: perl
12598            ! uconfig.h
12599 ____________________________________________________________________________
12600 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
12601         Log: Update Changes.
12602      Branch: perl
12603            ! Changes patchlevel.h
12604 ____________________________________________________________________________
12605 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
12606         Log: Note that some of the Unicode features are
12607              dependent on perlio.
12608      Branch: perl
12609            ! pod/perluniintro.pod
12610 ____________________________________________________________________________
12611 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
12612         Log: Regen perlapi, regen toc.
12613      Branch: perl
12614            ! pod/perlapi.pod pod/perltoc.pod
12615 ____________________________________________________________________________
12616 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
12617         Log: FAQ sync.
12618      Branch: perl
12619            ! pod/perlfaq4.pod pod/perlfaq6.pod
12620 ____________________________________________________________________________
12621 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
12622         Log: Subject: [PATCH] Fix odd language in an sv.c comment
12623              From: coral@eekeek.org
12624              Date: Sat, 8 Dec 2001 12:19:39 -0500
12625              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
12626      Branch: perl
12627            ! sv.c
12628 ____________________________________________________________________________
12629 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
12630         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
12631              From: Michael G Schwern <schwern@pobox.com>
12632              Date: Fri, 7 Dec 2001 20:03:45 -0500
12633              Message-ID: <20011208010345.GD642@blackrider>
12634              
12635              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
12636              From: Michael G Schwern <schwern@pobox.com>
12637              Date: Fri, 7 Dec 2001 20:13:54 -0500
12638              Message-ID: <20011208011354.GE642@blackrider>
12639              
12640              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
12641              From: Michael G Schwern <schwern@pobox.com>
12642              Date: Fri, 7 Dec 2001 21:47:36 -0500
12643              Message-ID: <20011208024736.GH642@blackrider>
12644              
12645              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
12646              From: Michael G Schwern <schwern@pobox.com>
12647              Date: Fri, 7 Dec 2001 23:09:43 -0500
12648              Message-ID: <20011208040943.GK642@blackrider>
12649              
12650              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
12651              Message-Id: <a05101004b83754903506@[172.16.52.1]>
12652              Date: Fri, 7 Dec 2001 23:28:15 -0600
12653              From: "Craig A. Berry" <craigberry@mac.com>
12654      Branch: perl
12655            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
12656 ____________________________________________________________________________
12657 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
12658         Log: Integrate perlio.
12659      Branch: perl
12660           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
12661           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
12662 ____________________________________________________________________________
12663 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
12664         Log: Retract #11156 since Sarathy has found that it breaks code:
12665              http://bugs.ActiveState.com/show_bug.cgi?id=18457
12666              http://bugs.ActiveState.com/show_bug.cgi?id=18858
12667      Branch: perl
12668            ! op.c sv.c t/op/pos.t
12669 ____________________________________________________________________________
12670 [ 13532] By: nick                                  on 2001/12/08  14:11:12
12671         Log: Integrate mainline
12672      Branch: perlio
12673           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
12674           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
12675 ____________________________________________________________________________
12676 [ 13531] By: nick                                  on 2001/12/08  13:48:21
12677         Log: Tweak multi-arg open error messages
12678      Branch: perlio
12679            ! perlio.c
12680 ____________________________________________________________________________
12681 [ 13530] By: nick                                  on 2001/12/08  10:20:06
12682         Log: Allow multi-arg open() if opening layer declares this legal.
12683      Branch: perlio
12684            ! doio.c perlio.c perliol.h
12685 ____________________________________________________________________________
12686 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
12687         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
12688              From: Michael G Schwern <schwern@pobox.com>       
12689              Date: Fri, 7 Dec 2001 19:41:31 -0500
12690              Message-ID: <20011208004131.GC642@blackrider>
12691      Branch: perl
12692            ! t/run/switches.t t/test.pl
12693 ____________________________________________________________________________
12694 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
12695         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
12696              From: Michael G Schwern <schwern@pobox.com>       
12697              Date: Fri, 7 Dec 2001 19:12:44 -0500
12698              Message-ID: <20011208001244.GB642@blackrider>
12699      Branch: perl
12700            ! t/op/stat.t
12701 ____________________________________________________________________________
12702 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
12703         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
12704              From: Michael G Schwern <schwern@pobox.com>
12705              Date: Fri, 7 Dec 2001 17:28:57 -0500
12706              Message-ID: <20011207222857.GI23210@blackrider>
12707      Branch: perl
12708            ! t/op/magic.t
12709 ____________________________________________________________________________
12710 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
12711         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
12712      Branch: perl
12713            ! t/test.pl
12714 ____________________________________________________________________________
12715 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
12716         Log: which_perl: delay as much a possible till runtime.
12717      Branch: perl
12718            ! t/test.pl
12719 ____________________________________________________________________________
12720 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
12721         Log: Further tweakage to which_perl().
12722      Branch: perl
12723            ! t/test.pl
12724 ____________________________________________________________________________
12725 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
12726         Log: perluniintro tweaks.
12727      Branch: perl
12728            ! pod/perluniintro.pod
12729 ____________________________________________________________________________
12730 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
12731         Log: Tweak the $Perl computation.
12732      Branch: perl
12733            ! t/test.pl
12734 ____________________________________________________________________________
12735 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
12736         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
12737              From: Nicholas Clark <nick@ccl4.org>
12738              Date: Fri, 7 Dec 2001 17:06:56 +0000
12739              Message-ID: <20011207170656.G21702@plum.flirble.org>
12740      Branch: perl
12741            ! doop.c t/op/chop.t
12742 ____________________________________________________________________________
12743 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
12744         Log: Update Changes.
12745      Branch: perl
12746            ! Changes patchlevel.h
12747 ____________________________________________________________________________
12748 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
12749         Log: Missing ).
12750      Branch: perl
12751            ! t/test.pl
12752 ____________________________________________________________________________
12753 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
12754         Log: Allow several arguments to display().
12755      Branch: perl
12756            ! t/test.pl
12757 ____________________________________________________________________________
12758 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
12759         Log: /dev/stdout could be either a character special file
12760              or a named pipe, so let's pretend it doesn't exist.
12761      Branch: perl
12762            ! t/op/stat.t
12763 ____________________________________________________________________________
12764 [ 13516] By: nick                                  on 2001/12/07  15:09:23
12765         Log: Integrate again - can I catch up ?
12766      Branch: perlio
12767           !> t/test.pl
12768 ____________________________________________________________________________
12769 [ 13515] By: nick                                  on 2001/12/07  15:08:17
12770         Log: Integrate mainline some more
12771      Branch: perlio
12772           !> README.hpux hints/linux.sh pod/perlfunc.pod
12773 ____________________________________________________________________________
12774 [ 13514] By: nick                                  on 2001/12/07  15:07:15
12775         Log: Integrate mainline
12776      Branch: perlio
12777           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
12778           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
12779           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
12780           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
12781           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
12782           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
12783           +> t/lib/Math/BigInt/BareCalc.pm
12784            - ext/Devel/PPPort/harness/Harness.pm
12785            - ext/Devel/PPPort/harness/Harness.xs
12786            - ext/Devel/PPPort/harness/Makefile.PL
12787            - ext/Devel/PPPort/harness/module2.c
12788            - ext/Devel/PPPort/harness/module3.c
12789            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
12790            - lib/File/Spec/Functions.t
12791           !> (integrate 103 files)
12792 ____________________________________________________________________________
12793 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
12794         Log: Add display() for displaying icky scalars.
12795      Branch: perl
12796            ! t/test.pl
12797 ____________________________________________________________________________
12798 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
12799         Log: Subject: [ID 20011207.001] documentation bug for waitpid
12800              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
12801              Date: Fri, 7 Dec 2001 12:44:56 +0100
12802              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
12803      Branch: perl
12804            ! pod/perlfunc.pod
12805 ____________________________________________________________________________
12806 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
12807         Log: gcc version matching didn't.
12808      Branch: perl
12809            ! hints/linux.sh
12810 ____________________________________________________________________________
12811 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
12812         Log: Subject: HP renamed their servers              
12813              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12814              Date: Fri, 07 Dec 2001 12:07:22 +0100
12815              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
12816      Branch: perl
12817            ! README.hpux
12818 ____________________________________________________________________________
12819 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
12820         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
12821              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12822              Date: Fri, 7 Dec 2001 00:24:55 -0500
12823              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
12824      Branch: perl
12825            ! pod/perlport.pod
12826 ____________________________________________________________________________
12827 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
12828         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
12829              From: Michael G Schwern <schwern@pobox.com> 
12830              Date: Thu, 6 Dec 2001 22:56:34 -0500
12831              Message-ID: <20011207035634.GO22648@blackrider>
12832      Branch: perl
12833            ! t/base/lex.t t/op/exec.t
12834 ____________________________________________________________________________
12835 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
12836         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
12837              From: Michael G Schwern <schwern@pobox.com>
12838              Date: Thu, 6 Dec 2001 22:45:44 -0500
12839              Message-ID: <20011207034544.GN22648@blackrider>
12840              
12841              (plus op/ref tweak)
12842      Branch: perl
12843            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
12844            ! t/run/kill_perl.t t/test.pl
12845 ____________________________________________________________________________
12846 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
12847         Log: Upgrade to Math::BigInt 1.48.
12848      Branch: perl
12849            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
12850            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
12851            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
12852            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
12853            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
12854            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
12855            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
12856 ____________________________________________________________________________
12857 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
12858         Log: Mention also perl56delta in case someone is upgrading from
12859              Perl 5.005_03.
12860      Branch: perl
12861            ! pod/perldelta.pod
12862 ____________________________________________________________________________
12863 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
12864         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
12865              From: Michael G Schwern <schwern@pobox.com>
12866              Date: Thu, 6 Dec 2001 15:15:28 -0500
12867              Message-ID: <20011206201528.GF16414@blackrider>
12868              
12869              (just the term.t, not the lex.t)
12870              
12871              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
12872              From: Michael G Schwern <schwern@pobox.com>
12873              Date: Thu, 6 Dec 2001 15:22:22 -0500
12874              Message-ID: <20011206202222.GG16414@blackrider>
12875              
12876              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
12877              From: Michael G Schwern <schwern@pobox.com>
12878              Date: Thu, 6 Dec 2001 15:31:58 -0500
12879              Message-ID: <20011206203158.GI16414@blackrider>
12880              
12881              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
12882              From: Michael G Schwern <schwern@pobox.com>
12883              Date: Thu, 6 Dec 2001 17:38:55 -0500
12884              Message-ID: <20011206223855.GC22648@blackrider>
12885      Branch: perl
12886            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
12887            ! t/test.pl
12888 ____________________________________________________________________________
12889 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
12890         Log: Update the thr5005 situation.
12891      Branch: perl
12892            ! pod/perldelta.pod
12893 ____________________________________________________________________________
12894 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
12895         Log: perldelta borrowings from perl561delta.
12896      Branch: perl
12897            ! pod/perldelta.pod
12898 ____________________________________________________________________________
12899 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
12900         Log: Add the 5.6.1 perldelta as perl561delta.
12901              (Makes it easier to steal stuff for perldelta :-)
12902      Branch: perl
12903            + pod/perl561delta.pod
12904            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
12905 ____________________________________________________________________________
12906 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
12907         Log: Retract #13496 for now.
12908      Branch: perl
12909            ! t/base/lex.t t/base/term.t
12910 ____________________________________________________________________________
12911 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
12912         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
12913              From: "Craig A. Berry" <craigberry@mac.com>
12914              Date: Thu, 6 Dec 2001 14:54:36 -0600
12915              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
12916      Branch: perl
12917            ! vms/ext/filespec.t
12918 ____________________________________________________________________________
12919 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
12920         Log: (retracted by #13499)
12921              
12922              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
12923              From: Michael G Schwern <schwern@pobox.com>
12924              Date: Thu, 6 Dec 2001 15:15:28 -0500
12925              Message-ID: <20011206201528.GF16414@blackrider>
12926      Branch: perl
12927            ! t/base/lex.t t/base/term.t
12928 ____________________________________________________________________________
12929 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
12930         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
12931              From: Michael G Schwern <schwern@pobox.com>
12932              Date: Thu, 6 Dec 2001 13:54:48 -0500
12933              Message-ID: <20011206185448.GC16414@blackrider>
12934      Branch: perl
12935            ! t/op/stat.t
12936 ____________________________________________________________________________
12937 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
12938         Log: The #4 has nothing to do with Unicode.
12939      Branch: perl
12940            ! t/op/tr.t
12941 ____________________________________________________________________________
12942 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
12943         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
12944              From: Michael G Schwern <schwern@pobox.com>
12945              Date: Thu, 6 Dec 2001 13:45:48 -0500
12946              Message-ID: <20011206184548.GB16414@blackrider>
12947      Branch: perl
12948            ! t/op/tr.t
12949 ____________________________________________________________________________
12950 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
12951         Log: Update Changes.
12952      Branch: perl
12953            ! Changes patchlevel.h
12954 ____________________________________________________________________________
12955 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
12956         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
12957              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12958              Date: Thu, 6 Dec 2001 11:41:25 EST
12959              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
12960      Branch: perl
12961            ! vms/vms.c vms/vmsish.h
12962 ____________________________________________________________________________
12963 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
12964         Log: Subject: [PATCH] Re: weirdness in regexps
12965              From: Robin Houston <robin@kitsite.com> 
12966              Date: Thu, 6 Dec 2001 14:44:01 +0000
12967              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
12968      Branch: perl
12969            ! op.c t/lib/strict/subs
12970 ____________________________________________________________________________
12971 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
12972         Log: Make the -b -c -S tests count all of the /dev, not just
12973              check the first one, as suggested by Benjamin Goldberg.
12974      Branch: perl
12975            ! t/op/stat.t
12976 ____________________________________________________________________________
12977 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
12978         Log: Subject: Re: [PATCH: bleadperl] casefold backref
12979              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
12980              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
12981              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
12982      Branch: perl
12983            ! regexec.c
12984 ____________________________________________________________________________
12985 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
12986         Log: Nits noticed by Philip Newton, and de-tab DB.t.
12987      Branch: perl
12988            ! lib/DB.t
12989 ____________________________________________________________________________
12990 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
12991         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
12992              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
12993              Date: 6 Dec 2001 11:06:01 -0000
12994              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
12995      Branch: perl
12996            ! op.c t/op/tr.t
12997 ____________________________________________________________________________
12998 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
12999         Log: Subject: [PATCH: bleadperl] casefold backref
13000              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
13001              Date: Wed, 05 Dec 2001 17:27:05 +0000
13002              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
13003      Branch: perl
13004            ! regexec.c t/op/re_tests
13005 ____________________________________________________________________________
13006 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
13007         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
13008              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13009              Date: Wed, 5 Dec 2001 22:34:53 EST
13010              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
13011      Branch: perl
13012            ! mg.c vms/vms.c vms/vmsish.h
13013 ____________________________________________________________________________
13014 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
13015         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
13016              From: Michael G Schwern <schwern@pobox.com>
13017              Date: Wed, 5 Dec 2001 19:52:58 -0500
13018              Message-ID: <20011205195257.A903@blackrider>
13019      Branch: perl
13020            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
13021            + lib/File/Spec/t/rel2abs2rel.t
13022            - lib/File/Spec.t lib/File/Spec/Functions.t
13023            ! MANIFEST
13024 ____________________________________________________________________________
13025 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
13026         Log: Subject: Re: Silly stat() portability questions                
13027              From: Benjamin Goldberg <goldbb2@earthlink.net>
13028              Date: Wed, 05 Dec 2001 22:52:35 -0500
13029              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
13030      Branch: perl
13031            ! pod/perlport.pod
13032 ____________________________________________________________________________
13033 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
13034         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
13035              From: "Craig A. Berry" <craigberry@mac.com>
13036              Date: Wed, 05 Dec 2001 16:41:59 -0600
13037              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
13038      Branch: perl
13039            ! README.vms configure.com lib/File/Spec/VMS.pm
13040            ! vms/ext/filespec.t
13041 ____________________________________________________________________________
13042 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
13043         Log: $apply->('club', $glibc_maintainers);
13044              
13045              (Nick Clark just reported that <langinfo.h> YESSTR
13046              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
13047      Branch: perl
13048            ! ext/I18N/Langinfo/Langinfo.t
13049 ____________________________________________________________________________
13050 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
13051         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
13052      Branch: perl
13053            ! pod/perlport.pod
13054 ____________________________________________________________________________
13055 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
13056         Log: tweak change#13474 (pad entries can apparently be null in some
13057              situations)
13058      Branch: maint-5.6/perl
13059            ! op.c
13060 ____________________________________________________________________________
13061 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
13062         Log: Restore the /dev -b -c -S part of the test.
13063      Branch: perl
13064            ! t/op/stat.t
13065 ____________________________________________________________________________
13066 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
13067         Log: Retract #13475 until Arthur gets back to the mine.
13068      Branch: perl
13069            ! op.c t/run/kill_perl.t
13070 ____________________________________________________________________________
13071 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
13072         Log: (retracted by #13476)
13073              
13074              Manually apply #13474; fixes stale reference to dead
13075              CvOUTSIDE(); this can happen when anonymous subroutines
13076              that aren't closures are returned from an eval""
13077              
13078              (threads/shared/sv_refs.t is coredump-unhappy about this change)
13079      Branch: perl
13080            ! op.c t/run/kill_perl.t
13081 ____________________________________________________________________________
13082 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
13083         Log: replacement for change#10451
13084              
13085              fixes stale reference to dead CvOUTSIDE(); this can happen when
13086              anonymous subroutines that aren't closures are returned from an
13087              eval""
13088      Branch: maint-5.6/perl
13089            ! op.c t/op/misc.t
13090 ____________________________________________________________________________
13091 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
13092         Log: revert change#10451,10472; it was a naive fix that simply
13093              reintroduced the memory leak!
13094      Branch: maint-5.6/perl
13095            ! op.c t/op/misc.t
13096 ____________________________________________________________________________
13097 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
13098         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
13099              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
13100              Date: Wed, 05 Dec 2001 10:49:20 +0100
13101              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
13102      Branch: perl
13103            ! lib/File/Basename.pm lib/File/Basename.t
13104 ____________________________________________________________________________
13105 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
13106         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
13107              From: Michael G Schwern <schwern@pobox.com> 
13108              Date: Wed, 5 Dec 2001 02:47:59 -0500
13109              Message-ID: <20011205024759.H14333@blackrider>
13110      Branch: perl
13111            ! t/op/magic.t
13112 ____________________________________________________________________________
13113 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
13114         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
13115              From: Michael G Schwern <schwern@pobox.com>              
13116              Date: Wed, 5 Dec 2001 02:22:05 -0500
13117              Message-ID: <20011205022205.F14333@blackrider>
13118      Branch: perl
13119            ! t/op/stat.t vms/test.com
13120 ____________________________________________________________________________
13121 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
13122         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
13123              From: Michael G Schwern <schwern@pobox.com> 
13124              Date: Tue, 4 Dec 2001 23:40:10 -0500
13125              Message-ID: <20011204234010.B14333@blackrider>
13126      Branch: perl
13127            ! t/op/stat.t
13128 ____________________________________________________________________________
13129 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
13130         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
13131              From: Michael G Schwern <schwern@pobox.com> 
13132              Date: Tue, 4 Dec 2001 21:09:18 -0500           
13133              Message-ID: <20011204210918.D13279@blackrider>
13134              
13135              t/test.
13136      Branch: perl
13137            ! t/test.pl
13138 ____________________________________________________________________________
13139 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
13140         Log: (accidentally empty check-in)
13141      Branch: perl
13142            ! t/op/stat.t
13143 ____________________________________________________________________________
13144 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
13145         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
13146              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13147              Date: Tue, 04 Dec 2001 23:40:27 +0100
13148              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
13149      Branch: perl
13150            ! mg.c
13151 ____________________________________________________________________________
13152 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
13153         Log: Subject: [PATCH] minor pod fix in Safe.pm
13154              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13155              Date: Tue, 4 Dec 2001 22:02:34 +0100
13156              Message-ID: <20011204220234.A17293@rafael>
13157      Branch: perl
13158            ! ext/Opcode/Safe.pm
13159 ____________________________________________________________________________
13160 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
13161         Log: CRLF GRRR.
13162      Branch: perl
13163            ! djgpp/configure.bat
13164 ____________________________________________________________________________
13165 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
13166         Log: DJGPP fixes from Laszlo Molnar.
13167      Branch: perl
13168            ! djgpp/configure.bat djgpp/djgpp.h
13169 ____________________________________________________________________________
13170 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
13171         Log: Update Changes.
13172      Branch: perl
13173            ! Changes patchlevel.h
13174 ____________________________________________________________________________
13175 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
13176         Log: Must wipe out the memory of real Socket before starting
13177              to use the new fake one.
13178      Branch: perl
13179            ! lib/Net/t/config.t
13180 ____________________________________________________________________________
13181 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
13182         Log: LC_ALL might trump LANG.
13183      Branch: perl
13184            ! lib/open.t
13185 ____________________________________________________________________________
13186 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
13187         Log: Make the eval runtime.
13188      Branch: perl
13189            ! lib/open.pm
13190 ____________________________________________________________________________
13191 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
13192         Log: Make the Langinfo test both more lenient (allow
13193              for any symbol not to exists) and stricter (add
13194              more symbols).
13195      Branch: perl
13196            ! ext/I18N/Langinfo/Langinfo.t
13197 ____________________________________________________________________________
13198 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
13199         Log: integrate change#13453 from maint-5.6
13200              
13201              tweak change#11399 to use an explicit flag rather than
13202              ass_u_ming w32_pseudo_id will only be zero for the real
13203              toplevel interpreter; avoids multiple hosts from diddling
13204              the environment at the same time
13205      Branch: perl
13206           !> win32/perlhost.h
13207 ____________________________________________________________________________
13208 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
13209         Log: Subject: [PATCH] VMS update for perldelta.pod
13210              From: "Craig A. Berry" <craigberry@mac.com> 
13211              Date: Tue, 4 Dec 2001 00:23:12 -0600
13212              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
13213      Branch: perl
13214            ! pod/perldelta.pod
13215 ____________________________________________________________________________
13216 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
13217         Log: NetWare tweak from Ananth Kesari.
13218      Branch: perl
13219            ! NetWare/Makefile
13220 ____________________________________________________________________________
13221 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
13222         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
13223              Not adding the test suite because of its many assumptions.
13224      Branch: perl
13225            ! lib/Net/Ping.pm
13226 ____________________________________________________________________________
13227 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
13228         Log: tweak change#11399 to use an explicit flag rather than
13229              ass_u_ming w32_pseudo_id will only be zero for the real
13230              toplevel interpreter; avoids multiple hosts from diddling
13231              the environment at the same time
13232      Branch: maint-5.6/perl
13233            ! win32/perlhost.h
13234 ____________________________________________________________________________
13235 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
13236         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
13237              from Len Makin.
13238      Branch: perl
13239            + hints/super-ux.sh
13240            ! MANIFEST
13241 ____________________________________________________________________________
13242 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
13243         Log: Add Mac OS X known failures to perldelta.
13244      Branch: perl
13245            ! pod/perldelta.pod
13246 ____________________________________________________________________________
13247 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
13248         Log: I think it's time to call the utf8 code non-test.
13249      Branch: perl
13250            ! utf8.c
13251 ____________________________________________________________________________
13252 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
13253         Log: Retract #13303, need rethink.
13254      Branch: perl
13255            ! utf8.c
13256 ____________________________________________________________________________
13257 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
13258         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
13259              From: "Craig A. Berry" <craigberry@mac.com>
13260              Date: Mon, 03 Dec 2001 16:28:06 -0600
13261              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
13262      Branch: perl
13263            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
13264 ____________________________________________________________________________
13265 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
13266         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
13267              From: Andy Dougherty <doughera@lafayette.edu>
13268              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
13269              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
13270      Branch: perl
13271            ! hints/solaris_2.sh
13272 ____________________________________________________________________________
13273 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
13274         Log: This test is not very robust on 8.3-constrained systems:
13275              all the "with truncated name" lines between "Autosplitting ..."
13276              and "some names are not unique" lines are unexpected,
13277              and the truncation message becomes:
13278              testtest.al, testtest.al truncate to testtest 
13279      Branch: perl
13280            ! lib/AutoSplit.t
13281 ____________________________________________________________________________
13282 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
13283         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
13284      Branch: perl
13285            ! ext/I18N/Langinfo/Langinfo.t
13286 ____________________________________________________________________________
13287 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
13288         Log: Test::Morify UCD.t
13289      Branch: perl
13290            ! lib/Unicode/UCD.t
13291 ____________________________________________________________________________
13292 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
13293         Log: If Socket has not been built (e.g. DJGPP) the libnet
13294              tests fall over with (too) much noise.
13295      Branch: perl
13296            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
13297            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
13298            ! lib/Net/t/smtp.t lib/Net/t/time.t
13299 ____________________________________________________________________________
13300 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
13301         Log: Subject: [PATCH] shared hash keys and ++/--
13302              From: Nicholas Clark <nick@ccl4.org>
13303              Date: Mon, 3 Dec 2001 16:37:16 +0000
13304              Message-ID: <20011203163716.C21702@plum.flirble.org>
13305      Branch: perl
13306            ! pp.c pp_hot.c sv.c t/op/inc.t
13307 ____________________________________________________________________________
13308 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
13309         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
13310              From: Jonathan Stowe <jns@gellyfish.com>
13311              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
13312              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
13313      Branch: perl
13314            ! lib/Term/Cap.pm
13315 ____________________________________________________________________________
13316 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
13317         Log: Update Changes.
13318      Branch: perl
13319            ! Changes patchlevel.h
13320 ____________________________________________________________________________
13321 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
13322         Log: perldelta tweaks.
13323      Branch: perl
13324            ! pod/perldelta.pod
13325 ____________________________________________________________________________
13326 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
13327         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
13328              From: Sam Tregar <sam@tregar.com> 
13329              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
13330              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
13331      Branch: perl
13332            ! pod/perlnewmod.pod
13333 ____________________________________________________________________________
13334 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
13335         Log: microperl casting nit.
13336      Branch: perl
13337            ! utf8.c
13338 ____________________________________________________________________________
13339 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
13340         Log: Make sharepvn a macro since all it does is a deref.
13341      Branch: perl
13342            ! embed.h embed.pl global.sym hv.c hv.h proto.h
13343 ____________________________________________________________________________
13344 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
13345         Log: perldelta updates.
13346      Branch: perl
13347            ! pod/perldelta.pod
13348 ____________________________________________________________________________
13349 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
13350         Log: PPPort update from Paul Marquess.
13351      Branch: perl
13352            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
13353            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
13354            + ext/Devel/PPPort/t/test.t
13355            - ext/Devel/PPPort/harness/Harness.pm
13356            - ext/Devel/PPPort/harness/Harness.xs
13357            - ext/Devel/PPPort/harness/Makefile.PL
13358            - ext/Devel/PPPort/harness/module2.c
13359            - ext/Devel/PPPort/harness/module3.c
13360            - ext/Devel/PPPort/harness/t/test.t
13361            ! MANIFEST ext/Devel/PPPort/MANIFEST
13362            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
13363            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
13364            ! ext/Devel/PPPort/soak
13365 ____________________________________________________________________________
13366 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
13367         Log: No use talking about dynamic library search patch
13368              unless we are having a dynamic build.
13369      Branch: perl
13370            ! t/TEST
13371 ____________________________________________________________________________
13372 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
13373         Log: Be more explicit on the List::Util build trick,
13374              should also stop unneeded rebuilds on static builds.
13375      Branch: perl
13376            ! ext/List/Util/Makefile.PL
13377 ____________________________________________________________________________
13378 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
13379         Log: We need to replace the optimize (-O1) with
13380              the -h scalar0 -h vector0, not append them
13381              to the ccflags.
13382      Branch: perl
13383            ! hints/unicos.sh hints/unicosmk.sh
13384 ____________________________________________________________________________
13385 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
13386         Log: Subject: [PATCH] Shared hash keys 
13387              From: Nicholas Clark <nick@ccl4.org>
13388              Date: Sun, 2 Dec 2001 20:52:32 +0000
13389              Message-ID: <20011202205232.U21702@plum.flirble.org>
13390      Branch: perl
13391            ! doop.c t/op/tr.t
13392 ____________________________________________________________________________
13393 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
13394         Log: Better add new files to MANIFEST, too.
13395      Branch: perl
13396            ! MANIFEST
13397 ____________________________________________________________________________
13398 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
13399         Log: Subject: {PATCH] perlpacktut.pod
13400              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
13401              Date: Sun, 02 Dec 2001 19:55:06 +0100
13402              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
13403      Branch: perl
13404            ! pod/perlpacktut.pod
13405 ____________________________________________________________________________
13406 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
13407         Log: Various small nits found by DJGPP build.
13408      Branch: perl
13409            ! doio.c mg.c pp.c util.c
13410 ____________________________________________________________________________
13411 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
13412         Log: Subject: RE: More verbose POD for Carp
13413              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
13414              Date: Sun, 2 Dec 2001 11:32:51 -0500
13415              Message-ID: <3C0A9748@operamail.com>
13416      Branch: perl
13417            ! lib/Carp.pm
13418 ____________________________________________________________________________
13419 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
13420         Log: Add a header for DJGPP with the function prototypes.
13421      Branch: perl
13422            + djgpp/djgpp.h
13423            ! MANIFEST djgpp/djgpp.c
13424 ____________________________________________________________________________
13425 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
13426         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
13427              From: Abe Timmerman <abe@ztreet.demon.nl>
13428              Date: Sun, 02 Dec 2001 02:41:25 +0100
13429              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
13430      Branch: perl
13431            ! pp_sys.c
13432 ____________________________________________________________________________
13433 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
13434         Log: There isn't PTR2INT(), there's PTR2IV().
13435      Branch: perl
13436            ! ext/Time/HiRes/HiRes.xs
13437 ____________________________________________________________________________
13438 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
13439         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
13440              From: Marc Lehmann <root@schmorp.de>
13441              Date: Sun, 02 Dec 2001 02:44:53 +0100
13442              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
13443      Branch: perl
13444            ! ext/Time/HiRes/HiRes.xs
13445 ____________________________________________________________________________
13446 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
13447         Log: encode()/decode() examples.
13448      Branch: perl
13449            ! ext/Encode/Encode.pm
13450 ____________________________________________________________________________
13451 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
13452         Log: DJGPP tweaks from Laszlo Molnar.
13453      Branch: perl
13454            ! djgpp/config.over djgpp/djgppsed.sh
13455 ____________________________________________________________________________
13456 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
13457         Log: Update Changes.
13458      Branch: perl
13459            ! Changes patchlevel.h
13460 ____________________________________________________________________________
13461 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
13462         Log: Integrate perlio;
13463              
13464              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
13465              which do not have file descriptors. Noticed a possibly
13466              worse problem in the process ...
13467      Branch: perl
13468           !> doio.c
13469 ____________________________________________________________________________
13470 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
13471         Log: Non-VMS-fixed and Win32-skipped version of
13472              
13473              Subject: [PATCH t/op/exec.t] Portabilty fix 
13474              From: Michael G Schwern <schwern@pobox.com> 
13475              Date: Fri, 30 Nov 2001 16:09:27 -0500
13476              Message-ID: <20011130160927.A10406@blackrider>
13477      Branch: perl
13478            ! t/op/exec.t
13479 ____________________________________________________________________________
13480 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
13481         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
13482              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
13483              Date: Sat, 1 Dec 2001 07:01:09 -0500
13484              Message-ID: <3C0D2E39@operamail.com>
13485              
13486              Subject: More verbose POD for Carp
13487              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
13488              Date: Sat, 1 Dec 2001 08:04:16 -0500
13489              Message-ID: <3C285C2B@operamail.com>
13490      Branch: perl
13491            ! lib/Carp.pm lib/Carp/Heavy.pm
13492 ____________________________________________________________________________
13493 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
13494         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
13495              From: chromatic <chromatic@rmci.net>
13496              Date: Sat, 01 Dec 2001 12:41:58 -0700
13497              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
13498      Branch: perl
13499            ! lib/DB.t
13500 ____________________________________________________________________________
13501 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
13502         Log: Try to make a missing RADIXCHAR a softer kinder error.
13503      Branch: perl
13504            ! ext/I18N/Langinfo/Langinfo.t
13505 ____________________________________________________________________________
13506 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
13507         Log: Have a little faith on nl_langinfo() itself.
13508      Branch: perl
13509            ! ext/I18N/Langinfo/Langinfo.xs
13510 ____________________________________________________________________________
13511 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
13512         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
13513              the max, not max plus one)
13514      Branch: perl
13515            ! ext/I18N/Langinfo/Langinfo.xs
13516 ____________________________________________________________________________
13517 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
13518         Log: Make reality agree with the comment.
13519      Branch: perl
13520            ! ext/I18N/Langinfo/Langinfo.xs
13521 ____________________________________________________________________________
13522 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
13523         Log: Try to protect against wild langinfo() arguments.
13524      Branch: perl
13525            ! ext/I18N/Langinfo/Langinfo.xs
13526 ____________________________________________________________________________
13527 [ 13409] By: nick                                  on 2001/12/01  18:19:59
13528         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
13529              have file descriptors. Noticed a possibly worse problem in the process ...
13530      Branch: perlio
13531            ! doio.c
13532 ____________________________________________________________________________
13533 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
13534         Log: (replaced by #13556)
13535              
13536              If we are inside an eval, let's be silent about
13537              separate symbols and just croak() in the end.
13538      Branch: perl
13539            ! lib/Exporter/Heavy.pm
13540 ____________________________________________________________________________
13541 [ 13407] By: nick                                  on 2001/12/01  17:14:05
13542         Log: Integrate mainline
13543      Branch: perlio
13544           !> (integrate 26 files)
13545 ____________________________________________________________________________
13546 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
13547         Log: Subject: Fix for Exporter error reporting behaviour
13548              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
13549              Date: Sat, 1 Dec 2001 06:34:48 -0500
13550              Message-ID: <3C0D1B9A@operamail.com>
13551      Branch: perl
13552            ! lib/Exporter.pm lib/Exporter/Heavy.pm
13553 ____________________________________________________________________________
13554 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
13555         Log: Need to hide behind an eval to avoid a warning
13556              about :utf8 on non-perlio configs.
13557      Branch: perl
13558            ! lib/open.t
13559 ____________________________________________________________________________
13560 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
13561         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
13562              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13563              Date: Fri, 30 Nov 2001 23:46:58 +0100
13564              Message-ID: <20011130234658.A717@rafael>
13565      Branch: perl
13566            ! op.c t/op/method.t
13567 ____________________________________________________________________________
13568 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
13569         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
13570              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13571              Date: Thu, 29 Nov 2001 22:46:12 +0100
13572              Message-ID: <20011129224612.A699@rafael>
13573      Branch: perl
13574            ! ext/B/B/Xref.pm
13575 ____________________________________________________________________________
13576 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
13577         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
13578              From: Tels <perl_dummy@bloodgate.com>
13579              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
13580              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
13581      Branch: perl
13582            ! pod/perlfunc.pod
13583 ____________________________________________________________________________
13584 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
13585         Log: Subject: [REPATCH] reference pointer comparison
13586              From: Nicholas Clark <nick@ccl4.org>
13587              Date: Sat, 1 Dec 2001 13:00:17 +0000
13588              Message-ID: <20011201130017.I21702@plum.flirble.org>
13589      Branch: perl
13590            ! pp.c
13591 ____________________________________________________________________________
13592 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
13593         Log: Upgrade to Storable 1.0.14.
13594      Branch: perl
13595            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
13596 ____________________________________________________________________________
13597 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
13598         Log: Add simple caches for ::viacode() and ::vianame().
13599      Branch: perl
13600            ! lib/charnames.pm lib/charnames.t
13601 ____________________________________________________________________________
13602 [ 13398] By: nick                                  on 2001/12/01  10:36:24
13603         Log: Integrate mainline.
13604      Branch: perlio
13605           +> (branch 44 files)
13606            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
13607            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
13608            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
13609           !> (integrate 250 files)
13610 ____________________________________________________________________________
13611 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
13612         Log: Regen toc and modlib.
13613      Branch: perl
13614            ! pod/perlmodlib.pod pod/perltoc.pod
13615 ____________________________________________________________________________
13616 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
13617         Log: Upgrade to podlators-1.18.
13618      Branch: perl
13619            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
13620 ____________________________________________________________________________
13621 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
13622         Log: -h scalar0 -h vector0 seems to help for both
13623              UNICOS and UNICOS/mk on the unpack %65c problems.
13624              
13625              (replaces #13393)
13626      Branch: perl
13627            ! hints/unicos.sh hints/unicosmk.sh
13628 ____________________________________________________________________________
13629 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
13630         Log: More Socket constants.
13631      Branch: perl
13632            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
13633 ____________________________________________________________________________
13634 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
13635         Log: (replaced by #13395)
13636      Branch: perl
13637            ! hints/unicosmk.sh
13638 ____________________________________________________________________________
13639 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
13640         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
13641              From: Andy Dougherty <doughera@lafayette.edu>
13642              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
13643              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
13644              
13645              Simplify the test skippage criterion now that we are
13646              no more dependent on sed.
13647      Branch: perl
13648            ! t/comp/cpp.t t/run/switchPx.t
13649 ____________________________________________________________________________
13650 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
13651         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
13652              From: Michael G Schwern <schwern@pobox.com>
13653              Date: Fri, 30 Nov 2001 11:48:44 -0500
13654              Message-ID: <20011130114844.C1303@blackrider>
13655              
13656              (replaces #13381)
13657      Branch: perl
13658            ! t/op/stat.t
13659 ____________________________________________________________________________
13660 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
13661         Log: Let's not assume how much memory has been allocated
13662              to PVs.
13663      Branch: perl
13664            ! ext/Devel/Peek/Peek.t
13665 ____________________________________________________________________________
13666 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
13667         Log: VOS needs to know the modules, including pp_sort.
13668      Branch: perl
13669            ! vos/perl.bind
13670 ____________________________________________________________________________
13671 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
13672         Log: Unused variables.
13673      Branch: perl
13674            ! ext/Unicode/Normalize/Normalize.xs
13675 ____________________________________________________________________________
13676 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
13677         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
13678              From: John Peacock <jpeacock@rowman.com>     
13679              Date: Fri, 30 Nov 2001 10:24:00 -0500        
13680              Message-ID: <3C07A490.A22A76B0@rowman.com>   
13681      Branch: perl
13682            ! lib/ExtUtils/Embed.t
13683 ____________________________________________________________________________
13684 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
13685         Log: Tweak for the VOS building script from Paul Green.
13686      Branch: perl
13687            ! vos/configure_perl.cm
13688 ____________________________________________________________________________
13689 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
13690         Log: Update Changes.
13691      Branch: perl
13692            ! Changes patchlevel.h
13693 ____________________________________________________________________________
13694 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
13695         Log: Cannot test if cppstdin has not yet been installed.
13696      Branch: perl
13697            ! t/run/switchPx.t
13698 ____________________________________________________________________________
13699 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
13700         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
13701              From: Michael G Schwern <schwern@pobox.com> 
13702              Date: Thu, 29 Nov 2001 22:05:11 -0500
13703              Message-ID: <20011129220510.A18869@blackrider>
13704              
13705              TODO 1: if cppstdin is used and not yet installed,
13706              the Px.t will fail (must do the same as in cpp.t)
13707              
13708              TODO 2: does this work if no Perl whatsoever has
13709              yet been installed?  That is, we should be using
13710              the Perl we are building to execute the one-liner.
13711      Branch: perl
13712            + t/run/switchPx.aux t/run/switchPx.t
13713            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
13714            ! vms/test.com
13715 ____________________________________________________________________________
13716 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
13717         Log: Upgrade to Unicode::Normalize 0.12.
13718      Branch: perl
13719            ! ext/Unicode/Normalize/Changes
13720            ! ext/Unicode/Normalize/Normalize.pm
13721            ! ext/Unicode/Normalize/Normalize.xs
13722            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
13723            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
13724            ! ext/Unicode/Normalize/t/test.t
13725 ____________________________________________________________________________
13726 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
13727         Log: (replaced by #13391)
13728              
13729              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
13730              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
13731              Date: 30 Nov 2001 11:41:53 -0000             
13732              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
13733              
13734              No need to die if we have high-paranoia (non-chdirable)
13735              system directories.
13736      Branch: perl
13737            ! t/op/stat.t
13738 ____________________________________________________________________________
13739 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
13740         Log: Paragraph rewrapping.
13741      Branch: perl
13742            ! pod/perliol.pod
13743 ____________________________________________________________________________
13744 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
13745         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
13746              From: Stas Bekman <stas@stason.org>
13747              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
13748              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
13749      Branch: perl
13750            ! pod/perliol.pod
13751 ____________________________________________________________________________
13752 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
13753         Log: Whether select() gets restarted on signals is
13754              implementation dependent.
13755      Branch: perl
13756            ! ext/Time/HiRes/HiRes.t
13757 ____________________________________________________________________________
13758 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
13759         Log: More forgotten checkins.
13760      Branch: perl
13761            ! embed.h embed.pl proto.h
13762 ____________________________________________________________________________
13763 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
13764         Log: Add a note about folding vs lowercase.
13765      Branch: perl
13766            ! regexec.c
13767 ____________________________________________________________________________
13768 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
13769         Log: Use to_uni_fold (and add changed global.sym)
13770      Branch: perl
13771            ! global.sym utf8.c
13772 ____________________________________________________________________________
13773 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
13774         Log: Make to Unicode character functions to use UVs
13775              instead of U32s and add to_uni_fold().
13776      Branch: perl
13777            ! embed.pl proto.h utf8.c
13778 ____________________________________________________________________________
13779 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
13780         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
13781              From: Nicholas Clark <nick@ccl4.org>
13782              Date: Thu, 29 Nov 2001 22:47:32 +0000
13783              Message-ID: <20011129224732.W37621@plum.flirble.org>
13784      Branch: perl
13785            ! pod/perlpacktut.pod
13786 ____________________________________________________________________________
13787 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
13788         Log: README.vos updates from Paul Green.
13789      Branch: perl
13790            ! README.vos
13791 ____________________________________________________________________________
13792 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
13793         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
13794              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13795              Date: Thu, 29 Nov 2001 14:18:51 EST
13796              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
13797      Branch: perl
13798            ! mg.c vms/vms.c vms/vmsish.h
13799 ____________________________________________________________________________
13800 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
13801         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
13802              From: Michael G Schwern <schwern@pobox.com>
13803              Date: Thu, 29 Nov 2001 13:12:31 -0500
13804              Message-ID: <20011129131231.E11300@blackrider>
13805      Branch: perl
13806            ! README.vms
13807 ____________________________________________________________________________
13808 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
13809         Log: BGET_IV was missing.
13810      Branch: perl
13811            ! ext/ByteLoader/bytecode.h
13812 ____________________________________________________________________________
13813 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
13814         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
13815              From: Jonathan Stowe <gellyfish@gellyfish.com>
13816              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
13817              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
13818      Branch: perl
13819            ! lib/Term/Cap.pm
13820 ____________________________________________________________________________
13821 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
13822         Log: Porting/checkURL.pl was missing.
13823      Branch: perl
13824            ! MANIFEST
13825 ____________________________________________________________________________
13826 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
13827         Log: Subject: INSTALL and READMEs should be reviewed
13828              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13829              Date: Thu, 29 Nov 2001 16:49:36 +0100
13830              Message-ID: <20011129164936.A17492@rafael>         
13831      Branch: perl
13832            ! README.cygwin
13833 ____________________________________________________________________________
13834 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
13835         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
13836              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
13837              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
13838              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
13839      Branch: perl
13840            ! README.os390
13841 ____________________________________________________________________________
13842 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
13843         Log: Update Changes.
13844      Branch: perl
13845            ! Changes patchlevel.h
13846 ____________________________________________________________________________
13847 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
13848         Log: The changes to the curliffed files didn't stick in #13348.
13849      Branch: perl
13850            ! README.dos README.win32
13851 ____________________________________________________________________________
13852 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
13853         Log: Subject: Re: Found the rev where File::Glob broke
13854              From: Andy Dougherty <doughera@lafayette.edu>
13855              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
13856              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
13857      Branch: perl
13858            ! lib/ExtUtils/MM_Unix.pm
13859 ____________________________________________________________________________
13860 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
13861         Log: Use __DATA__ instead of __END__.
13862      Branch: perl
13863            ! lib/Term/Cap.pm
13864 ____________________________________________________________________________
13865 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
13866         Log: Subject: [PATCH toke.c] autosplit into @F fix
13867              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13868              Date: Thu, 29 Nov 2001 14:52:23 +0100
13869              Message-ID: <20011129145223.A25817@rafael>         
13870      Branch: perl
13871            ! toke.c
13872 ____________________________________________________________________________
13873 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
13874         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
13875              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13876              Date: Thu, 29 Nov 2001 15:48:15 +0100
13877              Message-ID: <20011129154815.C25817@rafael>         
13878      Branch: perl
13879            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
13880 ____________________________________________________________________________
13881 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
13882         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
13883              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
13884              Date: Wed, 28 Nov 2001 20:35:29 +0100
13885              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
13886      Branch: perl
13887            ! pod/perlpacktut.pod
13888 ____________________________________________________________________________
13889 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
13890         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
13891              From: Stas Bekman <stas@stason.org>
13892              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
13893              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
13894              
13895              (with tweaks)
13896      Branch: perl
13897            ! pod/perlapio.pod
13898 ____________________________________________________________________________
13899 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
13900         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
13901              From: Tels <perl_dummy@bloodgate.com>
13902              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
13903              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
13904              
13905              (plus paragraph rewrapping)
13906      Branch: perl
13907            ! lib/Exporter.pm
13908 ____________________________________________________________________________
13909 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
13910         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
13911              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
13912              Date: Wed, 28 Nov 2001 21:47:59 +0000
13913              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
13914      Branch: perl
13915            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
13916 ____________________________________________________________________________
13917 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
13918         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
13919              From: Andy Dougherty <doughera@lafayette.edu>
13920              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
13921              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
13922      Branch: perl
13923            ! INSTALL ext/Time/HiRes/HiRes.t
13924 ____________________________________________________________________________
13925 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
13926         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
13927              From: Michael G Schwern <schwern@pobox.com> 
13928              Date: Wed, 28 Nov 2001 16:37:01 -0500
13929              Message-ID: <20011128163701.H676@blackrider>
13930      Branch: perl
13931            ! t/run/kill_perl.t
13932 ____________________________________________________________________________
13933 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
13934         Log: @INC tweak.
13935      Branch: perl
13936            ! t/op/ref.t
13937 ____________________________________________________________________________
13938 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
13939         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
13940              From: Nicholas Clark <nick@ccl4.org>
13941              Date: Wed, 28 Nov 2001 23:38:43 +0000
13942              Message-ID: <20011128233843.N37621@plum.flirble.org>  
13943      Branch: perl
13944            ! installman
13945 ____________________________________________________________________________
13946 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
13947         Log: Tweak the forking logic.
13948      Branch: perl
13949            ! Porting/checkURL.pl
13950 ____________________________________________________________________________
13951 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
13952         Log: Update perlmodlib.PL as per #13348.  The L<> got
13953              changed back because that is coming from ParseLink.pm.
13954      Branch: perl
13955            ! pod/perlmodlib.PL pod/perlmodlib.pod
13956 ____________________________________________________________________________
13957 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
13958         Log: URL fixups from Michael Schwern.
13959      Branch: perl
13960            ! README.cygwin README.dos README.hpux README.mint README.mpeix
13961            ! README.os390 README.qnx README.solaris README.vos README.win32
13962            ! pod/perlmodlib.pod
13963 ____________________________________________________________________________
13964 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
13965         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
13966              From: Barrie Slaymaker <barries@slaysys.com>
13967              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
13968              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
13969      Branch: perl
13970            ! lib/Exporter.pm
13971 ____________________________________________________________________________
13972 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
13973         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
13974      Branch: perl
13975            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
13976 ____________________________________________________________________________
13977 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
13978         Log: Subject: [PATCH] Re: $\ very broken
13979              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13980              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
13981              Message-ID: <20011128223308.E732@rafael>   
13982              
13983              Subject: Re: [PATCH] Re: $\ very broken     
13984              From: Nicholas Clark <nick@ccl4.org>
13985              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
13986              Message-ID: <20011128222859.K37621@plum.flirble.org>
13987      Branch: perl
13988            ! mg.c t/op/ref.t
13989 ____________________________________________________________________________
13990 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
13991         Log: Add Abigail's link checker with the following tweaks:
13992              - known dummy URLs (Peter Prymmer)
13993              - do also READMEs and INSTALL (Michael Schwern)
13994              - do also ftp URLs
13995              - add fork retry loop in case the allowed number
13996              of processes per user is low
13997      Branch: perl
13998            + Porting/checkURL.pl
13999            ! MANIFEST
14000 ____________________________________________________________________________
14001 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
14002         Log: Update Changes.
14003      Branch: perl
14004            ! Changes patchlevel.h
14005 ____________________________________________________________________________
14006 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
14007         Log: In Linux if we have modern enough gcc and supported
14008              enough CPU, crank up the optimization level to -O3.
14009      Branch: perl
14010            ! hints/linux.sh
14011 ____________________________________________________________________________
14012 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
14013         Log: Add perlpacktut from Wolfgang Laun; regen toc.
14014      Branch: perl
14015            + pod/perlpacktut.pod
14016            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
14017            ! pod/perltoc.pod
14018 ____________________________________________________________________________
14019 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
14020         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
14021              From: PPrymmer@factset.com
14022              Date: Wed, 28 Nov 2001 07:51:26 -0500
14023              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
14024      Branch: perl
14025            ! vms/test.com
14026 ____________________________________________________________________________
14027 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
14028         Log: Test cases for the first half of #13338.
14029      Branch: perl
14030            ! t/lib/h2ph.h t/lib/h2ph.pht
14031 ____________________________________________________________________________
14032 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
14033         Log: Subject: Re: h2ph confused by comments in an enum.
14034              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
14035              Date: Wed, 28 Nov 2001 04:19:21 +0000
14036              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
14037              
14038              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
14039              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
14040              Date: Wed, 28 Nov 2001 13:36:35 +0000
14041              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
14042      Branch: perl
14043            ! utils/h2ph.PL
14044 ____________________________________________________________________________
14045 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
14046         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
14047              From: Jonathan Stowe <gellyfish@gellyfish.com>
14048              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
14049              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
14050              
14051              (replace #13327)
14052      Branch: perl
14053            ! lib/Term/Cap.pm
14054 ____________________________________________________________________________
14055 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
14056         Log: Replace #13335 with
14057              
14058              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
14059              From: Russ Allbery <rra@stanford.edu>
14060              Date: 27 Nov 2001 20:42:49 -0800
14061              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
14062      Branch: perl
14063            ! lib/Pod/Text/Termcap.pm
14064 ____________________________________________________________________________
14065 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
14066         Log: (replaced by #13336)
14067              
14068              Subject: [PATCH perl@13323] Termcap.pm with no termios
14069              From: "Craig A. Berry" <craigberry@mac.com> 
14070              Date: Tue, 27 Nov 2001 22:28:50 -0600
14071              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
14072      Branch: perl
14073            ! lib/Pod/Text/Termcap.pm
14074 ____________________________________________________________________________
14075 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
14076         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
14077              From: "Craig A. Berry" <craigberry@mac.com> 
14078              Date: Tue, 27 Nov 2001 21:46:45 -0600
14079              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
14080      Branch: perl
14081            ! configure.com
14082 ____________________________________________________________________________
14083 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
14084         Log: Upgrade to podlators 1.17.
14085      Branch: perl
14086            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
14087            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
14088 ____________________________________________________________________________
14089 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
14090         Log: Fix for "a\x{100}" =~ /A/i.
14091      Branch: perl
14092            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
14093            ! utf8.c
14094 ____________________________________________________________________________
14095 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
14096         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
14097              From: "Craig A. Berry" <craigberry@mac.com>
14098              Date: Tue, 27 Nov 2001 17:11:49 -0600
14099              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
14100      Branch: perl
14101            ! lib/DB.t
14102 ____________________________________________________________________________
14103 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
14104         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
14105              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14106              Date: Tue, 27 Nov 2001 14:55:23 -0500
14107              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
14108              
14109              Subject: [PATCH: perl@13324] updates to perldelta.pod 
14110              From: PPrymmer@factset.com
14111              Date: Tue, 27 Nov 2001 18:06:04 -0500
14112              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
14113              
14114              plus added some known problems.
14115      Branch: perl
14116            ! pod/perldelta.pod
14117 ____________________________________________________________________________
14118 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
14119         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
14120              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14121              Date: Tue, 27 Nov 2001 15:38:02 EST 
14122              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
14123      Branch: perl
14124            ! configure.com vms/vms.c vms/vmsish.h
14125 ____________________________________________________________________________
14126 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
14127         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
14128              From: Michael G Schwern <schwern@pobox.com> 
14129              Date: Tue, 27 Nov 2001 15:31:12 -0500
14130              Message-ID: <20011127153112.G20929@blackrider>
14131      Branch: perl
14132            ! t/run/kill_perl.t
14133 ____________________________________________________________________________
14134 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
14135         Log: (replaced by #13337)
14136              
14137              VMS can safely hardcode a termcap entry for VT100.
14138      Branch: perl
14139            ! lib/Term/Cap.pm
14140 ____________________________________________________________________________
14141 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
14142         Log: VMS piping fixes from Charles Lane (perl -P should
14143              be working now).
14144      Branch: perl
14145            ! vms/vms.c
14146 ____________________________________________________________________________
14147 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
14148         Log: Subject: [PATCH] perlvar.pod fix
14149              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14150              Date: Tue, 27 Nov 2001 13:11:47 -0500
14151              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
14152      Branch: perl
14153            ! pod/perlvar.pod
14154 ____________________________________________________________________________
14155 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
14156         Log: Update Changes.
14157      Branch: perl
14158            ! Changes patchlevel.h
14159 ____________________________________________________________________________
14160 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
14161         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
14162              From: "Craig A. Berry" <craigberry@mac.com> 
14163              Date: Tue, 27 Nov 2001 10:21:18 -0600
14164              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
14165      Branch: perl
14166            ! lib/ExtUtils/MM_VMS.pm
14167 ____________________________________________________________________________
14168 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
14169         Log: Protect against accumulating -options -options -options.
14170      Branch: perl
14171            ! hints/hpux.sh
14172 ____________________________________________________________________________
14173 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
14174         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
14175              From: Barrie Slaymaker <barries@slaysys.com>
14176              Date: Tue, 27 Nov 2001 10:58:54 -0500
14177              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
14178      Branch: perl
14179            ! lib/Benchmark.pm
14180 ____________________________________________________________________________
14181 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
14182         Log: Tiny fix from John P. Linderman.
14183      Branch: perl
14184            ! lib/sort.pm
14185 ____________________________________________________________________________
14186 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
14187         Log: The Story of sort(), from John P. Linderman.
14188      Branch: perl
14189            ! pod/perldelta.pod
14190 ____________________________________________________________________________
14191 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
14192         Log: Add information what to do if you are reading
14193              perluniintro but using some older Perl.
14194      Branch: perl
14195            ! pod/perluniintro.pod
14196 ____________________________________________________________________________
14197 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
14198         Log: Update the 'wide characters' FAQ entry.
14199      Branch: perl
14200            ! pod/perlfaq6.pod
14201 ____________________________________________________________________________
14202 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
14203         Log: Fix for
14204              
14205              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
14206              From: Marc Lehmann <root@schmorp.de>
14207              Date: Tue, 27 Nov 2001 14:27:14 +0100
14208              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
14209      Branch: perl
14210            ! ext/Encode.t ext/Encode/Encode.xs
14211 ____________________________________________________________________________
14212 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
14213         Log: Subject: [PATCH] DB_File 1.801
14214              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
14215              Date: Tue, 27 Nov 2001 15:06:45 -0000
14216              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
14217      Branch: perl
14218            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14219            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
14220 ____________________________________________________________________________
14221 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
14222         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
14223      Branch: perl
14224            ! pod/perlmodlib.pod
14225 ____________________________________________________________________________
14226 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
14227         Log: sort() doc tweaks from John P. Linderman.
14228      Branch: perl
14229            ! pod/perlfunc.pod
14230 ____________________________________________________________________________
14231 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
14232         Log: Subject: [PATCH] More perldelta.pod nits
14233              From: Simon Glover <scog@roe.ac.uk>
14234              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
14235              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
14236      Branch: perl
14237            ! pod/perldelta.pod
14238 ____________________________________________________________________________
14239 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
14240         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
14241              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
14242              Date: Tue, 27 Nov 2001 11:52:31 -0000
14243              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
14244      Branch: perl
14245            ! ext/Devel/PPPort/harness/Makefile.PL
14246 ____________________________________________________________________________
14247 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
14248         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
14249              From: Michael G Schwern <schwern@pobox.com>
14250              Date: Tue, 27 Nov 2001 03:38:24 -0500
14251              Message-ID: <20011127033824.A17775@blackrider>
14252      Branch: perl
14253            ! t/TEST
14254 ____________________________________________________________________________
14255 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
14256         Log: Subject: Re: perlcc very broken
14257              From: John Peacock <jpeacock@rowman.com>
14258              Date: Tue, 27 Nov 2001 06:48:01 -0500
14259              Message-ID: <3C037D71.4030508@rowman.com>
14260      Branch: perl
14261            ! utils/perlcc.PL
14262 ____________________________________________________________________________
14263 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
14264         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
14265              From: David Dyck <dcd@tc.fluke.com>
14266              Date: Mon, 26 Nov 2001 22:04:38 -0800
14267              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
14268      Branch: perl
14269            ! t/op/pack.t
14270 ____________________________________________________________________________
14271 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
14272         Log: Subject: [ID 20011126.149] t/op/split fails step 37
14273              From: David Dyck <dcd@tc.fluke.com>
14274              Date: Mon, 26 Nov 2001 21:52:35 -0800
14275              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
14276      Branch: perl
14277            ! t/op/split.t
14278 ____________________________________________________________________________
14279 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
14280         Log: incorporate last minute change from libnet 1.0901-tobe
14281      Branch: perl
14282            ! lib/Net/SMTP.pm
14283 ____________________________________________________________________________
14284 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
14285         Log: Pass 7 at perldelta - random edits.
14286      Branch: perl
14287            ! pod/perldelta.pod
14288 ____________________________________________________________________________
14289 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
14290         Log: Portability and skippage tweaks.
14291      Branch: perl
14292            ! t/op/split.t
14293 ____________________________________________________________________________
14294 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
14295         Log: (retracted by #13449)
14296              Try to make Unicode casemapping to work for EBCDIC, too.
14297      Branch: perl
14298            ! utf8.c
14299 ____________________________________________________________________________
14300 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
14301         Log: Just printing 1..0 is not quite enough...
14302      Branch: perl
14303            ! lib/Dumpvalue.t
14304 ____________________________________________________________________________
14305 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
14306         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
14307              Delay the match until runtime.
14308      Branch: perl
14309            ! t/op/append.t
14310 ____________________________________________________________________________
14311 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
14312         Log: UTF-EBCDIC.
14313      Branch: perl
14314            ! ext/Devel/Peek/Peek.t
14315 ____________________________________________________________________________
14316 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
14317         Log: Be UTF-EBCDIC aware.
14318      Branch: perl
14319            ! lib/bytes.t
14320 ____________________________________________________________________________
14321 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
14322         Log: Bad assumption which way digits and letters sort.
14323      Branch: perl
14324            ! lib/English.t
14325 ____________________________________________________________________________
14326 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
14327         Log: If in EBCDIC but no Convert::EBCDIC
14328              the libnet tests will all fail.
14329      Branch: perl
14330            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
14331            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
14332            ! lib/Net/t/smtp.t lib/Net/t/time.t
14333 ____________________________________________________________________________
14334 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
14335         Log: Just sorting to guarantee order is not enough.
14336              (Think EBCDIC.) 
14337      Branch: perl
14338            ! lib/ExtUtils/Manifest.t
14339 ____________________________________________________________________________
14340 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
14341         Log: OS/390 cleanable gunk.
14342      Branch: perl
14343            ! lib/ExtUtils/MM_Unix.pm
14344 ____________________________________________________________________________
14345 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
14346         Log: Update the EBCDIC MD5 checksums.
14347      Branch: perl
14348            ! ext/Digest/MD5/t/files.t
14349 ____________________________________________________________________________
14350 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
14351         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
14352              From: Nicholas Clark <nick@ccl4.org>
14353              Date: Mon, 26 Nov 2001 23:06:34 +0000
14354              Message-ID: <20011126230633.Q37621@plum.flirble.org>
14355      Branch: perl
14356            ! installman
14357 ____________________________________________________________________________
14358 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
14359         Log: sort tweaks from John P. Linderman.
14360      Branch: perl
14361            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
14362 ____________________________________________________________________________
14363 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
14364         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
14365              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
14366              Date: Mon, 26 Nov 2001 18:47:25 -0600
14367              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
14368              
14369              Craig Berry submitted half of this patch just yesterday.
14370              Spooky cosmic resonance.
14371      Branch: perl
14372            ! ext/Socket/Socket.xs
14373 ____________________________________________________________________________
14374 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
14375         Log: Subject: [PATCH] doio slightly smaller
14376              From: Nicholas Clark <nick@ccl4.org>
14377              Date: Tue, 27 Nov 2001 00:40:23 +0000      
14378              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
14379      Branch: perl
14380            ! doio.c
14381 ____________________________________________________________________________
14382 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
14383         Log: perldelta nits from Autrijus Tang and Ron Kimball.
14384      Branch: perl
14385            ! pod/perldelta.pod
14386 ____________________________________________________________________________
14387 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
14388         Log: Subject: [PATCH] unpack P* uses random length for item
14389              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
14390              Date: Mon, 26 Nov 2001 19:56:32 +0100
14391              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
14392      Branch: perl
14393            ! pod/perldiag.pod pp_pack.c t/op/pack.t
14394 ____________________________________________________________________________
14395 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
14396         Log: Subject: [PATCH current] system and taintedness
14397              From: Radu Greab <radu@netsoft.ro>
14398              Date: Mon, 26 Nov 2001 18:42:29 +0200
14399              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
14400      Branch: perl
14401            ! pp_sys.c t/op/taint.t
14402 ____________________________________________________________________________
14403 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
14404         Log: Subject: [PATCH @ 13283] Devel::PPPort
14405              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
14406              Date: Mon, 26 Nov 2001 14:37:17 -0000
14407              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
14408      Branch: perl
14409            + ext/Devel/PPPort/MANIFEST
14410            ! MANIFEST ext/Devel/PPPort/Makefile.PL
14411            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
14412            ! ext/Devel/PPPort/harness/Harness.xs
14413            ! ext/Devel/PPPort/harness/Makefile.PL
14414            ! ext/Devel/PPPort/harness/module2.c
14415            ! ext/Devel/PPPort/harness/module3.c
14416            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
14417 ____________________________________________________________________________
14418 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
14419         Log: Update the test list.
14420      Branch: perl
14421            ! t/lib/1_compile.t
14422 ____________________________________________________________________________
14423 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
14424         Log: Sync-up tests with libnet distribution
14425      Branch: perl
14426            + lib/Net/t/netrc.t
14427            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
14428 ____________________________________________________________________________
14429 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
14430         Log: Update Changes.
14431      Branch: perl
14432            ! Changes patchlevel.h
14433 ____________________________________________________________________________
14434 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
14435         Log: Upgrade to podlators 1.16.
14436      Branch: perl
14437            + lib/Pod/t/basic.cap
14438            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
14439            ! lib/Pod/t/basic.t pod/pod2man.PL
14440 ____________________________________________________________________________
14441 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
14442         Log: Pass 6 at perldelta - sort enhancements, generic and
14443              platform specific bug fixes.
14444      Branch: perl
14445            ! pod/perldelta.pod
14446 ____________________________________________________________________________
14447 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
14448         Log: PROPAGATE documentation from Tony Cook.
14449      Branch: perl
14450            ! pod/perlfunc.pod
14451 ____________________________________________________________________________
14452 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
14453         Log: DJGPP cannot do signals that well.
14454      Branch: perl
14455            ! ext/POSIX/t/sigaction.t
14456 ____________________________________________________________________________
14457 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
14458         Log: Can't do subsecond alarms without ualarm; and break out
14459              early if alarms do not seem to be coming in as expected.
14460      Branch: perl
14461            ! ext/Time/HiRes/HiRes.t
14462 ____________________________________________________________________________
14463 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
14464         Log: No Socket, little Net.
14465      Branch: perl
14466            ! t/lib/1_compile.t
14467 ____________________________________________________________________________
14468 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
14469         Log: Take the taint brush to the getcwds.
14470      Branch: perl
14471            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
14472 ____________________________________________________________________________
14473 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
14474         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
14475              From: "Craig A. Berry" <craigberry@mac.com>
14476              Date: Sun, 25 Nov 2001 16:20:45 -0600
14477              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
14478      Branch: perl
14479            ! ext/Socket/Socket.xs
14480 ____________________________________________________________________________
14481 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
14482         Log: Since in some DOS filesystems the timestamp granularity
14483              may be only two seconds, better sleep for three to play safe.
14484              (Helps CygWin, at least.)
14485      Branch: perl
14486            ! lib/Memoize/t/expire_file.t
14487 ____________________________________________________________________________
14488 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
14489         Log: For some reason CygWin wasn't collapsing multiple
14490              slashes into one, which made some Spec.t tests to fail.
14491              Either CygWin was being too prudish or the collapsing
14492              logic needs to be rethunk.
14493      Branch: perl
14494            ! lib/File/Spec/Unix.pm
14495 ____________________________________________________________________________
14496 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
14497         Log: Cygwin needs to have libperl.dll around if trying to link
14498              with -lperl.  Note: this change cures the test but whether
14499              it cures CygPerl installation, I don't know: hopefully the
14500              libperl5_7_2.dll, or the version equivalent, gets installed
14501              also as libperl.dll to the proper place(s).
14502      Branch: perl
14503            ! lib/ExtUtils/Embed.t
14504 ____________________________________________________________________________
14505 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
14506         Log: -I../lib/.. and -L../lib/..?  Strange.
14507      Branch: perl
14508            ! lib/ExtUtils/Embed.t
14509 ____________________________________________________________________________
14510 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
14511         Log: $MM?
14512      Branch: perl
14513            ! lib/ExtUtils/Embed.pm
14514 ____________________________________________________________________________
14515 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
14516         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
14517              From: Dave Rolsky <autarch@urth.org>
14518              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
14519              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
14520      Branch: perl
14521            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
14522            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
14523 ____________________________________________________________________________
14524 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
14525         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
14526              From: chromatic <chromatic@rmci.net>
14527              Date: Sat, 24 Nov 2001 14:56:57 -0700
14528              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
14529              
14530              plus a tweak for ithreads builds.
14531      Branch: perl
14532            + lib/DB.t
14533            ! MANIFEST lib/DB.pm
14534 ____________________________________________________________________________
14535 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
14536         Log: Win32 compilation tweaks for Blair Zajac.
14537      Branch: perl
14538            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
14539 ____________________________________________________________________________
14540 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
14541         Log: I don't think trying to bracket the hires time with lores
14542              times is going to be portable enough: Cygwin seems to be
14543              capable of getting hires ones rather consistently lower
14544              than the lores ones.  So let's try average difference instead.
14545      Branch: perl
14546            ! ext/Time/HiRes/HiRes.t
14547 ____________________________________________________________________________
14548 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
14549         Log: Subject: Re: benchmarks, sorts and reproducibility
14550              From: "John P. Linderman" <jpl@research.att.com>
14551              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
14552              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
14553              
14554              Randomize large partitions for quicksort to dodge the
14555              angry gods of quadratic.
14556      Branch: perl
14557            ! pp_sort.c
14558 ____________________________________________________________________________
14559 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
14560         Log: The joys of portable quoting.
14561      Branch: perl
14562            ! ext/Devel/PPPort/harness/Makefile.PL
14563 ____________________________________________________________________________
14564 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
14565         Log: sort pragma tweaks.
14566      Branch: perl
14567            ! lib/sort.pm
14568 ____________________________________________________________________________
14569 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
14570         Log: Skip the link= directives of utils.lst if no mandir
14571              (if no manpages).
14572      Branch: perl
14573            ! installman
14574 ____________________________________________________________________________
14575 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
14576         Log: integrate changes#8340,13260 from mainline
14577              
14578              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
14579              
14580              change#3373 introduced a handle leak in backticks and piped open()s
14581              that fail
14582      Branch: maint-5.6/perl
14583            ! t/io/pipe.t util.c
14584 ____________________________________________________________________________
14585 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
14586         Log: change#3373 introduced a handle leak in backticks and piped open()s
14587              that fail
14588      Branch: perl
14589            ! util.c
14590 ____________________________________________________________________________
14591 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
14592         Log: metaconfig unit change for #13258.
14593      Branch: metaconfig/U/perl
14594            ! d_procselfexe.U
14595 ____________________________________________________________________________
14596 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
14597         Log: Extraenous breaks noticed by David Dyck.
14598      Branch: perl
14599            ! Configure
14600 ____________________________________________________________________________
14601 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
14602         Log: Revert the /proc/self/auxv experiment for now.
14603      Branch: perl
14604            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
14605 ____________________________________________________________________________
14606 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
14607         Log: Also ExtUtils.t had $^X assumptions.
14608      Branch: perl
14609            ! lib/ExtUtils.t
14610 ____________________________________________________________________________
14611 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
14612         Log: Now is Solaris if you start the t/perl in the t/
14613              as "./perl", the $^X will be "../perl", not "./perl".
14614      Branch: perl
14615            ! t/lib/1_compile.t
14616 ____________________________________________________________________________
14617 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
14618         Log: The new way of finding out $^X in Solaris
14619              requires a little tweak if the executable
14620              pathname is *not* absolute: prepend "./"
14621              (otherwise `$^X ...` will start perl from PATH...)
14622      Branch: perl
14623            ! perl.c
14624 ____________________________________________________________________________
14625 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
14626         Log: Avoid "will not stay shared" warnings.
14627      Branch: perl
14628            ! lib/ExtUtils/MM_Unix.pm
14629 ____________________________________________________________________________
14630 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
14631         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
14632              From: Michael G Schwern <schwern@pobox.com>
14633              Date: Sat, 24 Nov 2001 19:56:18 -0500
14634              Message-ID: <20011124195618.A14614@blackrider>            
14635      Branch: perl
14636            ! perl.c pp_sys.c t/op/magic.t util.c
14637 ____________________________________________________________________________
14638 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
14639         Log: In the MakeMaker pm_to_blib target don't copy all
14640              the files in one fell swoop, deal with them hunkwise,
14641              helps for CLIs with limited line lengths.
14642              (This seems to help for DJGPP building Encode,
14643              where there are dozens of files to copy.)
14644      Branch: perl
14645            ! lib/ExtUtils/MM_Unix.pm
14646 ____________________________________________________________________________
14647 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
14648         Log: testsuite leaves stray files behind on windows
14649      Branch: perl
14650            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
14651 ____________________________________________________________________________
14652 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
14653         Log: xsubpp produces a spurious warning on directories called 'typemap'
14654      Branch: perl
14655            ! lib/ExtUtils/xsubpp
14656 ____________________________________________________________________________
14657 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
14658         Log: xsubpp treats invalid (indented) cpp directives as comments
14659      Branch: perl
14660            ! ext/IO/IO.xs
14661 ____________________________________________________________________________
14662 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
14663         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
14664      Branch: perl
14665            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
14666 ____________________________________________________________________________
14667 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
14668         Log: The debug_pag needs to be visible at all times
14669              because of the re extension.
14670      Branch: perl
14671            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
14672 ____________________________________________________________________________
14673 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
14674         Log: Subject: Re: [PATCH] Tests are good
14675              From: Philip Newton <Philip.Newton@gmx.net>
14676              Date: Sat, 24 Nov 2001 21:24:00 +0100
14677              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
14678      Branch: perl
14679            ! pod/perlhack.pod
14680 ____________________________________________________________________________
14681 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
14682         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
14683              From: "Craig A. Berry" <craigberry@mac.com> 
14684              Date: Sat, 24 Nov 2001 12:45:44 -0600
14685              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
14686              
14687              (with tweaks, and combined with Sarathy's #13242)
14688      Branch: perl
14689            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
14690 ____________________________________________________________________________
14691 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
14692         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
14693              From: John Peacock <jpeacock@rowman.com>
14694              Date: Sat, 24 Nov 2001 14:27:46 -0500
14695              Message-ID: <3BFFF4B2.40509@rowman.com> 
14696      Branch: perl
14697            ! lib/Exporter/Heavy.pm
14698 ____________________________________________________________________________
14699 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
14700         Log: use portable quotes
14701      Branch: perl
14702            ! ext/Devel/PPPort/harness/Makefile.PL
14703 ____________________________________________________________________________
14704 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
14705         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
14706              From: Nicholas Clark <nick@ccl4.org>
14707              Date: Sat, 24 Nov 2001 18:06:26 +0000
14708              Message-ID: <20011124180626.T37621@plum.flirble.org>
14709      Branch: perl
14710            ! installman
14711 ____________________________________________________________________________
14712 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
14713         Log: Subject: [PATCH] perl5005delta.pod L<>
14714              From: Nicholas Clark <nick@ccl4.org>
14715              Date: Sat, 24 Nov 2001 18:04:21 +0000
14716              Message-ID: <20011124180421.S37621@plum.flirble.org>
14717      Branch: perl
14718            ! pod/perl5005delta.pod
14719 ____________________________________________________________________________
14720 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
14721         Log: fix typo in config.vc; regenerate win32 config_H.* files
14722      Branch: perl
14723            ! win32/config.vc win32/config_H.bc win32/config_H.gc
14724            ! win32/config_H.vc
14725 ____________________________________________________________________________
14726 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
14727         Log: Mention the charnames::vianame().
14728      Branch: perl
14729            ! pod/perluniintro.pod
14730 ____________________________________________________________________________
14731 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
14732         Log: Add charnames::vianame() in case people want to access
14733              the codes in run-time (as opposed to the compile-timeness
14734              of \N{...}).
14735      Branch: perl
14736            ! lib/charnames.pm lib/charnames.t
14737 ____________________________________________________________________________
14738 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
14739         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
14740              From: Nicholas Clark <nick@ccl4.org>
14741              Date: Sat, 24 Nov 2001 16:30:42 +0000
14742              Message-ID: <20011124163042.R37621@plum.flirble.org>
14743      Branch: perl
14744            ! regcomp.c regcomp.h
14745 ____________________________________________________________________________
14746 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
14747         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
14748              From: Nicholas Clark <nick@ccl4.org>
14749              Date: Sat, 24 Nov 2001 16:24:33 +0000
14750              Message-ID: <20011124162433.Q37621@plum.flirble.org>
14751              
14752              cmp fixes.
14753      Branch: perl
14754            ! pp.c
14755 ____________________________________________________________________________
14756 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
14757         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
14758              (It seems that "./perl" gets resolved to "perl" now.)
14759      Branch: perl
14760            ! perl.c
14761 ____________________________________________________________________________
14762 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
14763         Log: Subject: [PATCH] DB_File 1.800        
14764              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
14765              Date: Sat, 24 Nov 2001 11:41:41 -0000
14766              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
14767      Branch: perl
14768            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14769            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
14770            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
14771            ! ext/DB_File/t/db-recno.t
14772 ____________________________________________________________________________
14773 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
14774         Log: Tweak the PUSHED documentation.
14775      Branch: perl
14776            ! ext/PerlIO/Via/Via.pm
14777 ____________________________________________________________________________
14778 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
14779         Log: Update 1_compile for new known tests.
14780      Branch: perl
14781            ! t/lib/1_compile.t
14782 ____________________________________________________________________________
14783 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
14784         Log: Move the MBF/MBI test modules to t/lib.
14785      Branch: perl
14786            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
14787            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
14788            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
14789            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
14790            ! lib/Math/BigInt/t/sub_mbi.t
14791 ____________________________________________________________________________
14792 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
14793         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
14794              From: "Craig A. Berry" <craigberry@mac.com> 
14795              Date: Fri, 23 Nov 2001 18:05:35 -0600
14796              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
14797      Branch: perl
14798            ! configure.com
14799 ____________________________________________________________________________
14800 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
14801         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
14802              From: PPrymmer@factset.com 
14803              Date: Fri, 23 Nov 2001 17:03:07 -0500
14804              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
14805      Branch: perl
14806            ! ext/Unicode/Normalize/mkheader
14807 ____________________________________________________________________________
14808 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
14809         Log: Here are the right helper files.
14810      Branch: perl
14811            + t/lib/Filter/Simple/ExportTest.pm
14812            + t/lib/Filter/Simple/FilterOnlyTest.pm
14813            + t/lib/Filter/Simple/FilterTest.pm
14814            + t/lib/Filter/Simple/ImportTest.pm
14815            ! MANIFEST
14816 ____________________________________________________________________________
14817 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
14818         Log: Update Changes.
14819      Branch: perl
14820            ! Changes patchlevel.h
14821 ____________________________________________________________________________
14822 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
14823         Log: Never mind.
14824      Branch: perl
14825            - lib/Filter/Simple/lib/ExportTest.pm
14826            - lib/Filter/Simple/lib/ImportTest.pm
14827 ____________________________________________________________________________
14828 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
14829         Log: Mis-add.
14830      Branch: perl
14831            + lib/Filter/Simple/lib/ExportTest.pm
14832            + lib/Filter/Simple/lib/ImportTest.pm
14833 ____________________________________________________________________________
14834 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
14835         Log: Upgrade to Filter::Simple 0.77.
14836      Branch: perl
14837            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
14838            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
14839            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
14840            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
14841            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
14842 ____________________________________________________________________________
14843 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
14844         Log: Missing p4 add.
14845      Branch: perl
14846            + lib/ExtUtils/MM_VMS.t
14847 ____________________________________________________________________________
14848 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
14849         Log: Pass 5 at perldelta - module and utility updates cleanup.
14850      Branch: perl
14851            ! pod/perldelta.pod
14852 ____________________________________________________________________________
14853 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
14854         Log: metaconfig unit change for #13219.
14855      Branch: metaconfig/U/perl
14856            ! d_procselfexe.U
14857 ____________________________________________________________________________
14858 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
14859         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
14860      Branch: perl
14861            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14862            ! pod/buildtoc.PL pod/perltoc.pod
14863 ____________________________________________________________________________
14864 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
14865         Log: Add procselfexe and d_dirfd to strange lands.
14866      Branch: perl
14867            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
14868            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
14869            ! vos/config.ga.def vos/config.ga.h win32/config.bc
14870            ! win32/config.gc win32/config.vc win32/config.win64
14871            ! wince/config.ce
14872 ____________________________________________________________________________
14873 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
14874         Log: metaconfig unit change for #13216.
14875      Branch: metaconfig/U/perl
14876            ! d_procselfexe.U
14877 ____________________________________________________________________________
14878 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
14879         Log: Better to "quote" the pathname.
14880      Branch: perl
14881            ! Configure config_h.SH
14882 ____________________________________________________________________________
14883 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
14884         Log: Use PROCSELFEXE_PATH.
14885      Branch: perl
14886            ! perl.c
14887 ____________________________________________________________________________
14888 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
14889         Log: metaconfig unit change for #13213.
14890      Branch: metaconfig/U/perl
14891            ! d_procselfexe.U
14892 ____________________________________________________________________________
14893 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
14894         Log: Add probing for BSD-like /proc/curproc/file.
14895      Branch: perl
14896            ! Configure config_h.SH
14897 ____________________________________________________________________________
14898 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
14899         Log: metaconfig unit change for 13211.
14900      Branch: metaconfig/U/perl
14901            + d_dirfd.U
14902 ____________________________________________________________________________
14903 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
14904         Log: Add probing for dirfd() so that it can be added it IO::Dir.
14905      Branch: perl
14906            ! Configure config_h.SH perl.h
14907 ____________________________________________________________________________
14908 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
14909         Log: ...and update the test count.
14910      Branch: perl
14911            ! lib/Pod/t/basic.t
14912 ____________________________________________________________________________
14913 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
14914         Log: Must remove the cap test also from the test script.
14915      Branch: perl
14916            ! lib/Pod/t/basic.t
14917 ____________________________________________________________________________
14918 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
14919         Log: Subject: [PATCH] Tests are good
14920              From: Nicholas Clark <nick@ccl4.org>
14921              Date: Fri, 23 Nov 2001 18:12:21 +0000
14922              Message-ID: <20011123181220.F37621@plum.flirble.org>
14923      Branch: perl
14924            ! pod/perlhack.pod
14925 ____________________________________________________________________________
14926 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
14927         Log: The basic.cap from podlators 1.14 is not very portable.
14928      Branch: perl
14929            - lib/Pod/t/basic.cap
14930            ! MANIFEST
14931 ____________________________________________________________________________
14932 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
14933         Log: Subject: Re: [DOC PATCHES] pod cleanups
14934              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
14935              Date: 22 Nov 2001 12:54:16 -0000
14936              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
14937      Branch: perl
14938            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
14939            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
14940 ____________________________________________________________________________
14941 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
14942         Log: FAQ sync.
14943      Branch: perl
14944            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
14945 ____________________________________________________________________________
14946 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
14947         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
14948              From: PPrymmer@factset.com
14949              Date: Fri, 23 Nov 2001 11:43:45 -0500
14950              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
14951      Branch: perl
14952            ! MANIFEST lib/ExtUtils/MM_VMS.pm
14953 ____________________________________________________________________________
14954 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
14955         Log: Corify podlators 1.14 test.
14956      Branch: perl
14957            ! lib/Pod/t/basic.t
14958 ____________________________________________________________________________
14959 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
14960         Log: Output tweak needed because of podlators 1.14.
14961      Branch: perl
14962            ! t/pod/multiline_items.xr
14963 ____________________________________________________________________________
14964 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
14965         Log: Upgrade to podlators 1.14.
14966      Branch: perl
14967            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
14968            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
14969            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
14970            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
14971            ! lib/Pod/Text/Overstrike.pm
14972 ____________________________________________________________________________
14973 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
14974         Log: perlmodinstall tweaks from Philip Newton.
14975      Branch: perl
14976            ! pod/perlmodinstall.pod
14977 ____________________________________________________________________________
14978 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
14979         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
14980              From: Autrijus Tang <autrijus@autrijus.org>           
14981              Date: Fri, 23 Nov 2001 23:55:53 +0800
14982              Message-ID: <20011123235553.A2310@not.autrijus.org>
14983      Branch: perl
14984            ! Porting/genlog
14985 ____________________________________________________________________________
14986 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
14987         Log: Subject: Re: regex oddness with \Z and $&
14988              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
14989              Date: Fri, 23 Nov 2001 15:15:24 +0000
14990              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
14991      Branch: perl
14992            ! regcomp.c t/op/re_tests
14993 ____________________________________________________________________________
14994 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
14995         Log: regen_headers.
14996      Branch: perl
14997            ! embed.h global.sym pod/perlapi.pod proto.h
14998 ____________________________________________________________________________
14999 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
15000         Log: Forgotten check-in.
15001      Branch: perl
15002            ! pod/perlapi.pod
15003 ____________________________________________________________________________
15004 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
15005         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
15006      Branch: perl
15007            ! lib/Test/Simple.pm
15008 ____________________________________________________________________________
15009 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
15010         Log: Retract #13173 (effectively retract Net::Ping 2.06,
15011              go back to 2.04, the 2.06 hasn't seen the patches
15012              that have gone to the blead version.)
15013      Branch: perl
15014            - lib/Net/Ping/CHANGES lib/Net/Ping/README
15015            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
15016            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
15017            - lib/Net/Ping/t/200_ping_tcp.t
15018            ! MANIFEST lib/Net/Ping.pm
15019 ____________________________________________________________________________
15020 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
15021         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
15022              From: Robin Barker <rmb1@cise.npl.co.uk>
15023              Date: Thu, 22 Nov 2001 11:00:38 GMT
15024              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
15025      Branch: perl
15026            ! utils/perldoc.PL
15027 ____________________________________________________________________________
15028 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
15029         Log: metaconfig unit change for #13191.
15030      Branch: metaconfig/U/perl
15031            ! d_procselfexe.U
15032 ____________________________________________________________________________
15033 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
15034         Log: procselfexe tweak: for some reason I had a ls in
15035              /proc/self/exe, not the ls Configure thought it
15036              would found.
15037      Branch: perl
15038            ! Configure
15039 ____________________________________________________________________________
15040 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
15041         Log: Corify the Net::Ping tests; skip the tests
15042              unless $ENV{PERL_TEST_Net_Ping} is true.
15043      Branch: perl
15044            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
15045            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
15046            ! lib/Net/Ping/t/200_ping_tcp.t
15047 ____________________________________________________________________________
15048 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
15049         Log: metaconfig units changes for #13188.
15050      Branch: metaconfig
15051            ! U/modified/Head.U
15052      Branch: metaconfig/U/perl
15053            ! issymlink.U
15054 ____________________________________________________________________________
15055 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
15056         Log: The #13182 didn't really help.  The real problem
15057              seems to be that 'sh' can in AIX mean at least three
15058              different things, and we can't know which one it is
15059              unless we export $newsh from an earlier run (and it's
15060              the 'bsh' aka 'sh' that has the the broken test -h).
15061      Branch: perl
15062            ! Configure
15063 ____________________________________________________________________________
15064 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
15065         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
15066      Branch: perl
15067            ! op.c t/op/override.t
15068 ____________________________________________________________________________
15069 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
15070         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
15071              From: PPrymmer@factset.com 
15072              Date: Wed, 21 Nov 2001 20:17:25 -0500
15073              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
15074      Branch: perl
15075            ! lib/Shell.t
15076 ____________________________________________________________________________
15077 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
15078         Log: Reapply perlmodinstall parts of #12897.
15079      Branch: perl
15080            ! pod/perlmodinstall.pod
15081 ____________________________________________________________________________
15082 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
15083         Log: perlmodinstall 2.01 from Jon Orwant.
15084      Branch: perl
15085            ! pod/perlmodinstall.pod
15086 ____________________________________________________________________________
15087 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
15088         Log: Subject: [PATCH @10907] REXX on OS/2
15089              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15090              Date: Wed, 21 Nov 2001 15:26:11 -0500
15091              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
15092      Branch: perl
15093            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
15094            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
15095 ____________________________________________________________________________
15096 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
15097         Log: metaconfig unit change for #13181.
15098      Branch: metaconfig/U/perl
15099            ! issymlink.U
15100 ____________________________________________________________________________
15101 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
15102         Log: AIX has broken builtin 'test'.
15103      Branch: perl
15104            ! Configure
15105 ____________________________________________________________________________
15106 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
15107         Log: Subject: [PATCH 5.7.x] INSTALL size update
15108              From: Andy Dougherty <doughera@lafayette.edu>
15109              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
15110              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
15111      Branch: perl
15112            ! INSTALL
15113 ____________________________________________________________________________
15114 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
15115         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
15116              to pp_sort.c.  Includes the quicksort stabilizing layer
15117              from John P. Linderman.  -Msort=qsort or -Msort=fast is
15118              faster than without (or with -Msort=mergesort or -Msort=safe)
15119              for short random inputs, but for some reason not quite as fast
15120              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
15121              optimizing definitely needed.
15122      Branch: perl
15123            + lib/sort.pm lib/sort.t pp_sort.c
15124            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
15125            ! embed.pl global.sym perl.h pp_ctl.c proto.h
15126            ! vms/descrip_mms.template vos/build.cm win32/Makefile
15127            ! win32/makefile.mk wince/Makefile.ce
15128 ____________________________________________________________________________
15129 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
15130         Log: Sync file with libnet-1.0901-tobe
15131      Branch: perl
15132            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
15133            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
15134            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
15135            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
15136            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
15137 ____________________________________________________________________________
15138 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
15139         Log: Subject: [PATCH perldoc] problems with pod2man
15140              From: Robin Barker <rmb1@cise.npl.co.uk>
15141              Date: Wed, 21 Nov 2001 17:48:51 GMT
15142              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
15143      Branch: perl
15144            ! utils/perldoc.PL
15145 ____________________________________________________________________________
15146 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
15147         Log: debug_pad only visible when debugging.
15148      Branch: perl
15149            ! makedef.pl
15150 ____________________________________________________________________________
15151 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
15152         Log: metaconfig units changes for #13174.
15153      Branch: metaconfig/U/perl
15154            + d_procselfexe.U
15155            - procselfexe.U
15156 ____________________________________________________________________________
15157 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
15158         Log: procselfexe tweaks.
15159      Branch: perl
15160            ! Configure config_h.SH
15161 ____________________________________________________________________________
15162 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
15163         Log: Upgrade to Net::Ping 2.06.
15164      Branch: perl
15165            + lib/Net/Ping/CHANGES lib/Net/Ping/README
15166            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
15167            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
15168            + lib/Net/Ping/t/200_ping_tcp.t
15169            ! MANIFEST lib/Net/Ping.pm
15170 ____________________________________________________________________________
15171 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
15172         Log: Upgrade to Math::BigInt 1.47.
15173      Branch: perl
15174            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
15175            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
15176            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
15177            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
15178            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
15179            ! lib/Math/BigInt/t/sub_mbi.t
15180 ____________________________________________________________________________
15181 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
15182         Log: Dynaloading for POSIX-BC from Thomas Dorner.
15183      Branch: perl
15184            ! hints/posix-bc.sh
15185 ____________________________________________________________________________
15186 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
15187         Log: Strange: the same mysterious regex study bug
15188              seems to be present both in OS/390 and POSIX-BC.
15189              Deep EBCDIC magic that regex engine gets wrong,
15190              or a bug in some compiler/library shared by the
15191              two platforms?  From Thomas Dorner.
15192      Branch: perl
15193            ! t/op/study.t
15194 ____________________________________________________________________________
15195 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
15196         Log: More lost and found.
15197      Branch: perl
15198            + lib/Test/Simple/README
15199            ! MANIFEST
15200 ____________________________________________________________________________
15201 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
15202         Log: MANIFESTly missing.
15203      Branch: perl
15204            ! MANIFEST
15205 ____________________________________________________________________________
15206 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
15207         Log: Subject: Re: PERFORCE change 13162 for review               
15208              From: Philip Newton <Philip.Newton@gmx.net> 
15209              Date: Wed, 21 Nov 2001 16:44:30 +0100
15210              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
15211      Branch: perl
15212            ! ext/Devel/PPPort/PPPort.pm
15213 ____________________________________________________________________________
15214 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
15215         Log: Update Changes.
15216      Branch: perl
15217            ! Changes patchlevel.h
15218 ____________________________________________________________________________
15219 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
15220         Log: Small doc tweaks.
15221      Branch: perl
15222            ! ext/PerlIO/Via/Via.pm
15223 ____________________________________________________________________________
15224 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
15225         Log: Redundant return.
15226      Branch: perl
15227            ! ext/MIME/Base64/QuotedPrint.pm
15228 ____________________________________________________________________________
15229 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
15230         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
15231              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
15232              Date: Wed, 21 Nov 2001 10:23:16 +0100
15233              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
15234      Branch: perl
15235            ! pp_pack.c t/op/pack.t
15236 ____________________________________________________________________________
15237 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
15238         Log: Add Devel::PPPort originally from Kenneth Albanowski,
15239              revigorated by Paul Marquess: gives h2xs a Perl version
15240              portability boost.
15241      Branch: perl
15242            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
15243            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
15244            + ext/Devel/PPPort/harness/Harness.pm
15245            + ext/Devel/PPPort/harness/Harness.xs
15246            + ext/Devel/PPPort/harness/Makefile.PL
15247            + ext/Devel/PPPort/harness/module2.c
15248            + ext/Devel/PPPort/harness/module3.c
15249            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
15250            ! MANIFEST lib/h2xs.t utils/h2xs.PL
15251 ____________________________________________________________________________
15252 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
15253         Log: Oops.
15254      Branch: perl
15255            ! lib/Test/Simple/t/filehandles.t
15256 ____________________________________________________________________________
15257 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
15258         Log: Subject: Re: PERFORCE change 13152 for review               
15259              From: Philip Newton <Philip.Newton@gmx.net> 
15260              Date: Wed, 21 Nov 2001 09:04:05 +0100
15261              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
15262      Branch: perl
15263            ! lib/Test/Builder.pm
15264 ____________________________________________________________________________
15265 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
15266         Log: Subject: Re: PERFORCE change 13142 for review
15267              From: Philip Newton <Philip.Newton@gmx.net>
15268              Date: Wed, 21 Nov 2001 09:04:03 +0100
15269              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
15270              
15271              plus rewrap few paragraphs.
15272      Branch: perl
15273            ! lib/Pod/LaTeX.pm
15274 ____________________________________________________________________________
15275 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
15276         Log: Integrate #13154 from macperl; Remove comments.
15277      Branch: perl
15278           !> lib/File/Spec/Mac.pm
15279 ____________________________________________________________________________
15280 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
15281         Log: Update the list of modules having tests.
15282      Branch: perl
15283            ! t/lib/1_compile.t
15284 ____________________________________________________________________________
15285 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
15286         Log: Slight doc changes.
15287      Branch: maint-5.6/macperl
15288            ! macos/macperl/MacPerl.podhelp
15289 ____________________________________________________________________________
15290 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
15291         Log: Add UTF-16 coercion.
15292      Branch: maint-5.6/macperl
15293            ! macos/lib/Mac/AppleEvents/Simple.pm
15294 ____________________________________________________________________________
15295 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
15296         Log: Remove comments.
15297      Branch: maint-5.6/macperl
15298            ! lib/File/Spec/Mac.pm
15299 ____________________________________________________________________________
15300 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
15301         Log: Fix FSpGetCatInfo (and other functions) corrupting
15302              memory with bad filespecs (bug #471867)
15303      Branch: maint-5.6/macperl
15304            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
15305 ____________________________________________________________________________
15306 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
15307         Log: Upgrade to Test::Simple 0.33.
15308      Branch: perl
15309            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
15310            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
15311            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
15312 ____________________________________________________________________________
15313 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
15314         Log: Upgrade to Test::Harness 1.26.
15315      Branch: perl
15316            ! lib/Test/Harness.pm lib/Test/Harness/Changes
15317 ____________________________________________________________________________
15318 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
15319         Log: Integrate change #13145 from maintperl;
15320              another compatibility tweak to change#12559: avoid quoting
15321              arguments that already have quotes; add test case
15322      Branch: perl
15323           !> t/op/system_tests win32/win32.c
15324 ____________________________________________________________________________
15325 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
15326         Log: integrate change#13147 from mainline (fixes nit in change#10091)
15327              
15328              Subject: [PATCH] spaceship and refs
15329      Branch: maint-5.6/perl
15330            ! pp.c pp_hot.c t/op/cmp.t
15331 ____________________________________________________________________________
15332 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
15333         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
15334              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
15335              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
15336              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
15337      Branch: perl
15338            + lib/Pod/t/utils.t
15339            ! MANIFEST
15340 ____________________________________________________________________________
15341 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
15342         Log: Subject: [PATCH] spaceship and refs
15343              From: Nicholas Clark <nick@ccl4.org>
15344              Date: Tue, 20 Nov 2001 21:59:51 +0000
15345              Message-ID: <20011120215951.U62891@plum.flirble.org> 
15346      Branch: perl
15347            ! pp.c pp_hot.c t/op/cmp.t
15348 ____________________________________________________________________________
15349 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
15350         Log: Try to clarify which I/O call operates on bytes,
15351              which on characters, which on either.
15352      Branch: perl
15353            ! pod/perlfunc.pod
15354 ____________________________________________________________________________
15355 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
15356         Log: another compatibility tweak to change#12559: avoid quoting
15357              arguments that already have quotes; add test case
15358      Branch: maint-5.6/perl
15359            ! t/op/system_tests win32/win32.c
15360 ____________________________________________________________________________
15361 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
15362         Log: Give a simple example of writing PerlIO::Via handlers
15363              in Perl.
15364      Branch: perl
15365            ! ext/PerlIO/Via/Via.pm
15366 ____________________________________________________________________________
15367 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
15368         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
15369      Branch: perl
15370            + lib/Pod/t/latex.t
15371            ! MANIFEST
15372 ____________________________________________________________________________
15373 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
15374         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
15375              From: Tim Jenness <t.jenness@jach.hawaii.edu>
15376              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
15377              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
15378      Branch: perl
15379            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
15380 ____________________________________________________________________________
15381 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
15382         Log: Spread d_procselfexe to far-off lands (undefined).
15383      Branch: perl
15384            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
15385            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
15386            ! vos/config.ga.def vos/config.ga.h win32/config.bc
15387            ! win32/config.gc win32/config.vc win32/config.win64
15388            ! wince/config.ce
15389 ____________________________________________________________________________
15390 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
15391         Log: Integrate perlio; add detection and use of /proc/self/exe
15392              (Linuxism for finding the absolute path of the executable)
15393      Branch: perl
15394           !> Configure config_h.SH perl.c t/op/magic.t
15395 ____________________________________________________________________________
15396 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
15397         Log: Really define do_report_used() only if DEBUGGING.
15398      Branch: perl
15399            ! sv.c
15400 ____________________________________________________________________________
15401 [ 13138] By: nick                                  on 2001/11/20  20:01:05
15402         Log: perl.c change to use HAS_PROCSELFEXE, also
15403              tweak to $^X test to comprehend full path to real executable
15404              being returned (like Cygwin as it happens...)
15405      Branch: perlio
15406            ! perl.c t/op/magic.t
15407 ____________________________________________________________________________
15408 [ 13137] By: nick                                  on 2001/11/20  19:46:00
15409         Log: Integrate mainline
15410      Branch: perlio
15411           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
15412           +> lib/NEXT/t/unseen.t
15413            - lib/NEXT/test.pl
15414           !> (integrate 34 files)
15415 ____________________________________________________________________________
15416 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
15417         Log: Subject: [?PATCH] terser pp_eq
15418              From: Nicholas Clark <nick@ccl4.org>
15419              Date: Mon, 19 Nov 2001 23:09:02 +0000
15420              Message-ID: <20011119230901.O62891@plum.flirble.org>
15421      Branch: perl
15422            ! pp_hot.c
15423 ____________________________________________________________________________
15424 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
15425         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
15426      Branch: perl
15427            ! pod/perldelta.pod
15428 ____________________________________________________________________________
15429 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
15430         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
15431              From: Andy Dougherty <doughera@lafayette.edu>
15432              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
15433              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
15434      Branch: perl
15435            ! ext/re/Makefile.PL ext/re/re.xs
15436 ____________________________________________________________________________
15437 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
15438         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
15439              From: Andy Dougherty <doughera@lafayette.edu>
15440              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
15441              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
15442      Branch: perl
15443            ! ext/re/re.xs
15444 ____________________________________________________________________________
15445 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
15446         Log: Integrate change #13119 from macperl.
15447              (No changes since already applied the patch,
15448              just keep perforce happy and well-fed.)
15449      Branch: perl
15450           !> lib/Pod/Html.pm
15451 ____________________________________________________________________________
15452 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
15453         Log: Subject: [PATCH] filter-util.pl for Mac OS
15454              From: Chris Nandor <pudge@pobox.com>
15455              Date: Tue, 20 Nov 2001 00:16:11 -0500
15456              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
15457      Branch: perl
15458            ! t/lib/filter-util.pl
15459 ____________________________________________________________________________
15460 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
15461         Log: Subject: [PATCH] Portability fix for Pod::Html
15462              From: Chris Nandor <pudge@pobox.com>
15463              Date: Tue, 20 Nov 2001 00:01:05 -0500
15464              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
15465      Branch: perl
15466            ! lib/Pod/Html.pm
15467 ____________________________________________________________________________
15468 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
15469         Log: Need to skip more tests if not perlio.
15470      Branch: perl
15471            ! lib/open.t
15472 ____________________________________________________________________________
15473 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
15474         Log: Pass 3 at perldelta - sort the lists of new modules,
15475              module improvements, and new platforms.
15476      Branch: perl
15477            ! pod/perldelta.pod
15478 ____________________________________________________________________________
15479 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
15480         Log: Document ${^OPEN}.
15481      Branch: perl
15482            ! pod/perlvar.pod
15483 ____________________________________________________________________________
15484 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
15485         Log: Make configpm work with extra keys
15486      Branch: maint-5.6/macperl
15487            ! macos/configpm
15488 ____________________________________________________________________________
15489 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
15490         Log: Version and doc updates
15491      Branch: maint-5.6/macperl
15492            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
15493 ____________________________________________________________________________
15494 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
15495         Log: More fixes for error message parsing (bug #470316)
15496      Branch: maint-5.6/macperl
15497            ! macos/macish.c
15498 ____________________________________________________________________________
15499 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
15500         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
15501              remove obsolete function (bug #465225)
15502      Branch: maint-5.6/macperl
15503            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
15504            ! macos/macperl/MPScript.c
15505 ____________________________________________________________________________
15506 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
15507         Log: Add p2as droplet to distribution.
15508      Branch: maint-5.6/macperl
15509            + macos/macperl/Droplets/p2as.plx
15510 ____________________________________________________________________________
15511 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
15512         Log: Bundle File::Sort.
15513      Branch: maint-5.6/macperl
15514            + macos/bundled_lib/blib/lib/File/Sort.pm
15515 ____________________________________________________________________________
15516 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
15517         Log: Various bundled module fixes.
15518      Branch: maint-5.6/macperl
15519            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
15520            ! macos/bundled_ext/Digest/MD5/t/files.t
15521            ! macos/bundled_ext/Filter/t/filter-util.pl
15522            ! macos/bundled_lib/blib/lib/Net/Config.pm
15523            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
15524 ____________________________________________________________________________
15525 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
15526         Log: Portability fix for Pod::Html.
15527      Branch: maint-5.6/macperl
15528            ! lib/Pod/Html.pm
15529 ____________________________________________________________________________
15530 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
15531         Log: Upgrade to Text::Balanced 1.89.
15532      Branch: perl
15533            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
15534            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
15535            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
15536            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
15537            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
15538            ! lib/Text/Balanced/t/gentag.t
15539 ____________________________________________________________________________
15540 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
15541         Log: Upgrade to NEXT 0.50.
15542      Branch: perl
15543            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
15544            + lib/NEXT/t/unseen.t
15545            - lib/NEXT/test.pl
15546            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
15547 ____________________________________________________________________________
15548 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
15549         Log: Integrate with maint-5.6/perl.
15550      Branch: maint-5.6/macperl
15551           !> win32/win32.c
15552 ____________________________________________________________________________
15553 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
15554         Log: Update the README.threads scary header a bit.
15555      Branch: perl
15556            ! README.threads
15557 ____________________________________________________________________________
15558 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
15559         Log: Pass 2 at perldelta: add some changes since 5.7.2.
15560      Branch: perl
15561            ! pod/perldelta.pod
15562 ____________________________________________________________________________
15563 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
15564         Log: Subject: [DOC PATCH] perlfaq4.pod 
15565              From: Tim Jenness <t.jenness@jach.hawaii.edu>
15566              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
15567              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
15568      Branch: perl
15569            ! pod/perlfaq4.pod
15570 ____________________________________________________________________________
15571 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
15572         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
15573              From: Michael G Schwern <schwern@pobox.com> 
15574              Date: Mon, 19 Nov 2001 19:53:12 -0500
15575              Message-ID: <20011119195311.I11883@blackrider>
15576      Branch: perl
15577            ! perl.c
15578 ____________________________________________________________________________
15579 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
15580         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
15581              From: PPrymmer@factset.com
15582              Date: Mon, 19 Nov 2001 17:08:59 -0500
15583              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
15584      Branch: perl
15585            ! vms/descrip_mms.template
15586 ____________________________________________________________________________
15587 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
15588         Log: Create a per-interpeter debug scratchpad container
15589              and use that for the regexec debugging.
15590      Branch: perl
15591            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
15592 ____________________________________________________________________________
15593 [ 13109] By: nick                                  on 2001/11/19  22:01:45
15594         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
15595              Configure unit detects the feature).
15596      Branch: metaconfig/U/perl
15597            + procselfexe.U
15598      Branch: perlio
15599            ! Configure config_h.SH
15600 ____________________________________________________________________________
15601 [ 13108] By: nick                                  on 2001/11/19  20:39:17
15602         Log: Integrate mainline
15603      Branch: perlio
15604           +> t/op/or.t
15605           !> (integrate 44 files)
15606 ____________________________________________________________________________
15607 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
15608         Log: sysseek tweak.
15609      Branch: perl
15610            ! pod/perlfunc.pod
15611 ____________________________________________________________________________
15612 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
15613         Log: Move the sysio tests from io/utf8 to lib/open.
15614      Branch: perl
15615            ! lib/open.t t/io/utf8.t
15616 ____________________________________________________________________________
15617 [ 13105] By: nick                                  on 2001/11/19  20:15:39
15618         Log: Add a .package and a README to //depot/metaconfig
15619      Branch: metaconfig
15620            + .package README
15621 ____________________________________________________________________________
15622 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
15623         Log: Thou shalt not mix stdio and sysio.
15624      Branch: perl
15625            ! t/io/utf8.t
15626 ____________________________________________________________________________
15627 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
15628         Log: Update Changes.
15629      Branch: perl
15630            ! Changes patchlevel.h
15631 ____________________________________________________________________________
15632 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
15633         Log: The runops_debug needs to be present always, otherwise
15634              places like AIX which need an explicit symbol export list
15635              will croak when trying to build Devel::Peek (which uses
15636              the runops_debug).
15637      Branch: perl
15638            ! makedef.pl
15639 ____________________________________________________________________________
15640 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
15641         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
15642              From: PPrymmer@factset.com 
15643              Date: Mon, 19 Nov 2001 11:34:22 -0500
15644              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
15645      Branch: perl
15646            ! lib/Memoize/t/tie_sdbm.t
15647 ____________________________________________________________________________
15648 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
15649         Log: Retract #13088: it seems that unless dump.c is extensively
15650              reorganized as to what symbols it shows, when, and to whom,
15651              we are stuck with having the dump.o symbols in the libperl
15652              and thusly in the main Perl binary.
15653      Branch: perl
15654            ! embedvar.h perlapi.h perlvars.h
15655 ____________________________________________________________________________
15656 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
15657         Log: The _uni_display should not be in dump.c since they
15658              are used under normal operation (S_not_a_number()).
15659      Branch: perl
15660            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
15661 ____________________________________________________________________________
15662 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
15663         Log: Protect sv_dump() from being included unless DEBUGGING,
15664              as noticed by Ilya.
15665      Branch: perl
15666            ! sv.c
15667 ____________________________________________________________________________
15668 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
15669         Log: Pending further investigation skip the tell() tests.
15670              The tell() is okay on Solaris, HP-UX and Tru64, but fails
15671              (by returning too much) in Linux.
15672      Branch: perl
15673            ! t/io/utf8.t
15674 ____________________________________________________________________________
15675 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
15676         Log: Retract #13082 until a better solution is found:
15677              statics break ithreads.
15678      Branch: perl
15679            ! regexec.c
15680 ____________________________________________________________________________
15681 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
15682         Log: Figures 1 and 2 for UTF-8.
15683      Branch: perl
15684            ! pod/perlunicode.pod
15685 ____________________________________________________________________________
15686 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
15687         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
15688              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15689              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
15690              Message-ID: <20011119132645.A15034@rafael>
15691      Branch: perl
15692            ! op.c pod/perldiag.pod t/lib/warnings/op
15693 ____________________________________________________________________________
15694 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
15695         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
15696              From: Michael G Schwern <schwern@pobox.com> 
15697              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
15698              Message-ID: <20011119031112.E786@blackrider>
15699      Branch: perl
15700            ! t/op/closure.t
15701 ____________________________________________________________________________
15702 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
15703         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
15704              From: Michael G Schwern <schwern@pobox.com>
15705              Date: Mon, 19 Nov 2001 03:42:56 -0500
15706              Message-ID: <20011119034256.I786@blackrider>
15707      Branch: perl
15708            + t/op/or.t
15709            ! MANIFEST
15710 ____________________________________________________________________________
15711 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
15712         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
15713              From: "Craig A. Berry" <craigberry@mac.com>
15714              Date: Sun, 18 Nov 2001 14:33:48 -0600
15715              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
15716      Branch: perl
15717            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
15718 ____________________________________________________________________________
15719 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
15720         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
15721              From: Dave Rolsky <autarch@urth.org>
15722              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
15723              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
15724      Branch: perl
15725            ! lib/ExtUtils/Manifest.pm
15726 ____________________________________________________________________________
15727 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
15728         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
15729              From: Dave Rolsky <autarch@urth.org>
15730              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
15731              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
15732      Branch: perl
15733            ! lib/ExtUtils/Install.pm
15734 ____________________________________________________________________________
15735 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
15736         Log: The runops_dbg should not be needed.
15737      Branch: perl
15738            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
15739 ____________________________________________________________________________
15740 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
15741         Log: do_spawn() cleanup from Charles Lane.
15742      Branch: perl
15743            ! vms/vms.c
15744 ____________________________________________________________________________
15745 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
15746         Log: Update the list of tests.
15747      Branch: perl
15748            ! t/lib/1_compile.t
15749 ____________________________________________________________________________
15750 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
15751         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
15752              From: Michael G Schwern <schwern@pobox.com> 
15753              Date: Fri, 16 Nov 2001 17:37:04 -0500
15754              Message-ID: <20011116173703.L30160@blackrider>
15755      Branch: perl
15756            ! t/lib/warnings/sv
15757 ____________________________________________________________________________
15758 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
15759         Log: FAQ sync.
15760      Branch: perl
15761            ! pod/perlfaq4.pod
15762 ____________________________________________________________________________
15763 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
15764         Log: Integrate perlio; win32 sync.
15765      Branch: perl
15766           !> perlio.c win32/win32io.c
15767 ____________________________________________________________________________
15768 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
15769         Log: (retracted by #13096)
15770              Debugging would be badly skewed by a malloc per regex dump.
15771      Branch: perl
15772            ! regexec.c
15773 ____________________________________________________________________________
15774 [ 13081] By: nick                                  on 2001/11/18  19:08:40
15775         Log: Win32 layer has a dup which needs to match new prototype.
15776      Branch: perlio
15777            ! win32/win32io.c
15778 ____________________________________________________________________________
15779 [ 13080] By: nick                                  on 2001/11/18  19:05:02
15780         Log: Wrong way to get stdio mode used.
15781      Branch: perlio
15782            ! perlio.c
15783 ____________________________________________________________________________
15784 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
15785         Log: Retract #13048: that introduced a malloc() (through savepvn())
15786              to *every* m//, which killed the performance quite badly.
15787      Branch: perl
15788            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
15789 ____________________________________________________________________________
15790 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
15791         Log: Pass 1 at perldelta.pod: sort the section contents
15792              together, drop all but the 5.7.2 known problems,
15793              leave the 5.7.1 security note since that's the
15794              fullest explanation (update the date on that).
15795      Branch: perl
15796            ! pod/perldelta.pod
15797 ____________________________________________________________________________
15798 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
15799         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
15800              
15801              Tiny problem in the test for 20011113.110: I hope
15802              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
15803      Branch: perl
15804            ! pp.c t/op/repeat.t
15805 ____________________________________________________________________________
15806 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
15807         Log: All of syswrite/send/sendto need to return character counts,
15808              and character counts from the offset, not the beginning of
15809              the scalar.
15810      Branch: perl
15811            ! pp_sys.c
15812 ____________________________________________________________________________
15813 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
15814         Log: Integrate PerlIO: duping fixes.
15815      Branch: perl
15816           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
15817           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
15818           !> perliol.h sv.c
15819 ____________________________________________________________________________
15820 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
15821         Log: syswrite() was still returning byte counts, not character counts.
15822      Branch: perl
15823            ! pp_sys.c t/io/utf8.t
15824 ____________________________________________________________________________
15825 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
15826         Log: Add test for sysread().
15827      Branch: perl
15828            ! t/io/utf8.t
15829 ____________________________________________________________________________
15830 [ 13072] By: nick                                  on 2001/11/18  16:15:31
15831         Log: Allow dup'ing of PerlIO::Scalar etc.
15832      Branch: perlio
15833            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
15834            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
15835            ! perliol.h sv.c
15836 ____________________________________________________________________________
15837 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
15838         Log: Prepend a null byte to the test set.
15839      Branch: perl
15840            ! t/io/utf8.t
15841 ____________________________________________________________________________
15842 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
15843         Log: Document how "no utf8;" can become handy.
15844      Branch: perl
15845            ! lib/utf8.pm
15846 ____________________________________________________________________________
15847 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
15848         Log: Integrate perlio; force the inclusion of the PL_runops_*
15849      Branch: perl
15850           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
15851 ____________________________________________________________________________
15852 [ 13068] By: nick                                  on 2001/11/18  13:23:33
15853         Log: embed.pl generated changes I forgot to include
15854      Branch: perlio
15855            ! embedvar.h perlapi.h pod/perlapi.pod
15856 ____________________________________________________________________________
15857 [ 13067] By: nick                                  on 2001/11/18  12:50:19
15858         Log: Force inclusion of both Perl_runops_* in perl itself,
15859              so they are available for Peek.xs etc.
15860      Branch: perlio
15861            ! perlvars.h
15862 ____________________________________________________________________________
15863 [ 13066] By: nick                                  on 2001/11/18  11:00:34
15864         Log: Integrate mainline - a few Devel::Peak fails.
15865      Branch: perlio
15866           +> (branch 29 files)
15867            - ext/Thread/Thread.pm lib/Benchmark.t
15868            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
15869            - lib/Lingua/KO/Hangul/Util/README
15870            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
15871            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
15872            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
15873            - vms/ext/vmsish.pm vms/ext/vmsish.t
15874            ! hv.c
15875           !> (integrate 389 files)
15876 ____________________________________________________________________________
15877 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
15878         Log: Start working on perldelta.  This is not yet any sort of
15879              editing; just concatenating perl570delta, perl571delta,
15880              and perl572delta.  Any sorting not done, any duplicate
15881              removal not done, any removal or update of obsolete items
15882              not done, any changes since 5.7.2 not included.  So there.
15883      Branch: perl
15884            ! pod/perldelta.pod
15885 ____________________________________________________________________________
15886 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
15887         Log: Banish "use utf8".
15888      Branch: perl
15889            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
15890 ____________________________________________________________________________
15891 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
15892         Log: Tweak from Charles Lane.
15893      Branch: perl
15894            ! vms/vms.c
15895 ____________________________________________________________________________
15896 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
15897         Log: Integrate change #13058 from maintperl;
15898              change#12559 breaks things on Win9x because command.com doesn't
15899              grok dquotes at all; disable all the system() smarts for
15900              command.com
15901      Branch: perl
15902           !> win32/win32.c
15903 ____________________________________________________________________________
15904 [ 13061] By: ams                                   on 2001/11/17  13:46:11
15905         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
15906              From: Jonathan Stowe <gellyfish@gellyfish.com>
15907              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
15908              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
15909      Branch: perl
15910            ! lib/Term/Cap.pm
15911 ____________________________________________________________________________
15912 [ 13060] By: ams                                   on 2001/11/17  09:49:10
15913         Log: Subject: [PATCH9 File/Find.pm doc nits
15914              From: Tels <perl_dummy@bloodgate.com>
15915              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
15916      Branch: perl
15917            ! lib/File/Find.pm
15918 ____________________________________________________________________________
15919 [ 13059] By: ams                                   on 2001/11/17  09:38:38
15920         Log: Subject: [PATCH] Benchmark.pm nit
15921              From: Tels <perl_dummy@bloodgate.com>
15922              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
15923      Branch: perl
15924            ! lib/Benchmark.pm
15925 ____________________________________________________________________________
15926 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
15927         Log: change#12559 breaks things on Win9x because command.com doesn't
15928              grok dquotes at all; disable all the system() smarts for
15929              command.com
15930      Branch: maint-5.6/perl
15931            ! win32/win32.c
15932 ____________________________________________________________________________
15933 [ 13057] By: ams                                   on 2001/11/16  20:30:03
15934         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
15935              From: Andy Dougherty <doughera@lafayette.edu>
15936              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
15937              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
15938      Branch: perl
15939            ! lib/Unicode/UCD.t
15940 ____________________________________________________________________________
15941 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
15942         Log: Subject: [Patch Perl@13023] VMS system() warning
15943              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15944              Date: Fri, 16 Nov 2001 15:20:11 EST
15945              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
15946      Branch: perl
15947            ! vms/vms.c
15948 ____________________________________________________________________________
15949 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
15950         Log: It's neither-nor, and protect against the impossible.
15951      Branch: perl
15952            ! lib/Thread.pm
15953 ____________________________________________________________________________
15954 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
15955         Log: 5005threads didn't work because $Thread::VERSION wasn't
15956              visible.  Oops.
15957      Branch: perl
15958            ! ext/Thread/Makefile.PL lib/Thread.pm
15959 ____________________________________________________________________________
15960 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
15961         Log: Robustness against Linux using something else than gcc;
15962              based on
15963              
15964              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
15965              From: Charles Randall <cfriv@yahoo.com>
15966              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
15967              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
15968      Branch: perl
15969            ! ext/Errno/Errno_pm.PL
15970 ____________________________________________________________________________
15971 [ 13052] By: ams                                   on 2001/11/16  16:46:39
15972         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
15973              From: Russ Allbery <rra@stanford.edu>
15974              Date: 16 Nov 2001 09:44:21 -0800
15975              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
15976      Branch: perl
15977            ! lib/Pod/ParseLink.pm
15978 ____________________________________________________________________________
15979 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
15980         Log: Update perluniintro on the UTF-8 output matters
15981              (that -w will warn unless the stream is explicitly UTF-8-ified).
15982      Branch: perl
15983            ! pod/perluniintro.pod
15984 ____________________________________________________________________________
15985 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
15986         Log: Adding new files to MANIFEST is nice.
15987      Branch: perl
15988            ! MANIFEST
15989 ____________________________________________________________________________
15990 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
15991         Log: Update Changes.
15992      Branch: perl
15993            ! Changes patchlevel.h
15994 ____________________________________________________________________________
15995 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
15996         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
15997              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
15998              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
15999              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
16000      Branch: perl
16001            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
16002 ____________________________________________________________________________
16003 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
16004         Log: Rename perlunintro to perluniintro; regen toc.
16005      Branch: perl
16006            + pod/perluniintro.pod
16007            - pod/perlunintro.pod
16008            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
16009 ____________________________________________________________________________
16010 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
16011         Log: Document the negated lookahead trick to emulate
16012              character class subtraction.
16013      Branch: perl
16014            ! pod/perlunicode.pod
16015 ____________________________________________________________________________
16016 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
16017         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
16018              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16019              Date: Fri, 16 Nov 2001 23:31:04 +0900
16020              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
16021              
16022              (with the tweak that Cntrl is not C, it's Cc)
16023      Branch: perl
16024            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
16025            ! lib/unicore/mktables
16026 ____________________________________________________________________________
16027 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
16028         Log: Subject: [PATCH current] runtime runops switch
16029              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16030              Date: Fri, 16 Nov 2001 00:48:09 -0500
16031              Message-ID: <20011116004809.A934@math.ohio-state.edu>
16032      Branch: perl
16033            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
16034            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
16035            ! pod/perlintern.pod proto.h run.c
16036 ____________________________________________________________________________
16037 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
16038         Log: Further discourage old Thread code; tell how to tell
16039              the difference.
16040      Branch: perl
16041            ! lib/Thread.pm
16042 ____________________________________________________________________________
16043 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
16044         Log: A missing return; from Charles Lane.
16045      Branch: perl
16046            ! vms/vms.c
16047 ____________________________________________________________________________
16048 [ 13041] By: ams                                   on 2001/11/16  12:11:14
16049         Log: Subject: [PATCH] Doc spellcheck + podcheck
16050              From: Autrijus Tang <autrijus@egb.elixus.org>
16051              Date: Thu, 15 Nov 2001 22:49:05 -0800
16052              Message-Id: <20011116064905.GA44092@egb.elixus.org>
16053              
16054              Subject: [PATCH] podcheck+spellcheck, the rest of the story
16055              From: Autrijus Tang <autrijus@egb.elixus.org>
16056              Date: Fri, 16 Nov 2001 00:42:20 -0800
16057              Message-Id: <20011116084220.GA44295@egb.elixus.org>
16058              
16059              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
16060              From: Nicholas Clark <nick@ccl4.org>
16061              Date: Fri, 16 Nov 2001 10:32:01 +0000
16062              Message-Id: <20011116103200.F62891@plum.flirble.org>
16063              (Applied after suitable de-mangling.)
16064      Branch: perl
16065            ! README.aix README.dgux README.dos README.epoc README.hpux
16066            ! README.mint README.mpeix README.netware README.os2
16067            ! README.os390 README.plan9 README.qnx README.solaris
16068            ! README.threads doio.c pod/perl571delta.pod
16069            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
16070            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
16071            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
16072            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
16073            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
16074            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
16075 ____________________________________________________________________________
16076 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
16077         Log: Avoid redefinedness warning for now.
16078      Branch: perl
16079            ! lib/Thread.pm
16080 ____________________________________________________________________________
16081 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
16082         Log: use strict.
16083      Branch: perl
16084            ! lib/Thread.pm
16085 ____________________________________________________________________________
16086 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
16087         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
16088              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
16089              Date: Thu, 15 Nov 2001 22:54:47 EST 
16090              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
16091      Branch: perl
16092            ! vms/vms.c vms/vmspipe.com
16093 ____________________________________________________________________________
16094 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
16095         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
16096              From: "chromatic" <chromatic@rmci.net>
16097              Date: Thu, 15 Nov 2001 19:54:23 -0700
16098              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
16099      Branch: perl
16100            ! lib/File/stat.t
16101 ____________________________________________________________________________
16102 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
16103         Log: Make Thread a wrapper for both ithreads and 5005threads.
16104              Needs a lot of work and Arthur's eyeballing (and finishing
16105              few missing odds and ends of threads.pm).  Now Thread
16106              is an extension without its own .pm.
16107              
16108              If there are people who have experience working with
16109              either the 5005threads or the ithreads: cleaning up
16110              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
16111              and porting the various Thread::* modules, like Thread::Queue,
16112              to work also with ithreads, is needed.
16113              
16114              Removed the 5005threads requirement from the 5005 tests
16115              for easier testing (not all of them work yet since
16116              they use the Thread::* modules that have not been made
16117              to work with ithreads).  Leave the 5005 tests named as
16118              *.tx so that they are not run by "make test".
16119      Branch: perl
16120            + lib/Thread.pm
16121            - ext/Thread/Thread.pm
16122            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
16123            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
16124            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
16125            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
16126            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
16127            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
16128            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
16129 ____________________________________________________________________________
16130 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
16131         Log: $VERSION "a5" doesn't quite work.
16132      Branch: perl
16133            ! ext/B/Makefile.PL
16134 ____________________________________________________________________________
16135 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
16136         Log: Add the fruits of Larry Shatzer's version verifying script.
16137              (There are some straddlers, but they will be fixed in the
16138              upcoming releases of the modules.)
16139      Branch: perl
16140            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
16141            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
16142            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
16143            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
16144            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
16145            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
16146            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
16147            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
16148            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
16149            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
16150            ! wince/FindExt.pm
16151 ____________________________________________________________________________
16152 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
16153         Log: Add Larry Shatzer's VERSION verifying script.
16154      Branch: perl
16155            + Porting/checkVERSION.pl
16156            ! MANIFEST Porting/pumpkin.pod
16157 ____________________________________________________________________________
16158 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
16159         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
16160              From: Michael G Schwern <schwern@pobox.com>
16161              Date: Thu, 15 Nov 2001 19:26:40 -0500
16162              Message-ID: <20011115192640.R31399@blackrider>
16163      Branch: perl
16164            ! t/test.pl
16165 ____________________________________________________________________________
16166 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
16167         Log: Document the MY_CXT business; from Paul Marquess.
16168      Branch: perl
16169            ! pod/perlxs.pod
16170 ____________________________________________________________________________
16171 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
16172         Log: VMSCMD synch attempt.
16173      Branch: perl
16174            ! vms/vms.c vms/vmsish.h
16175 ____________________________________________________________________________
16176 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
16177         Log: Advise against -P as instructed by Schwern.
16178      Branch: perl
16179            ! pod/perlrun.pod
16180 ____________________________________________________________________________
16181 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
16182         Log: Subject: [PATCH] v-strings as Objects Step 1
16183              From: John Peacock <jpeacock@rowman.com>
16184              Date: Thu, 15 Nov 2001 12:41:04 -0500
16185              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
16186      Branch: perl
16187            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
16188            ! util.c
16189 ____________________________________________________________________________
16190 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
16191         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
16192              From: Michael G Schwern <schwern@pobox.com>
16193              Date: Thu, 15 Nov 2001 12:47:59 -0500
16194              Message-ID: <20011115124759.E31399@blackrider>
16195      Branch: perl
16196            + t/run/switchx.aux t/run/switchx.t
16197            ! MANIFEST t/run/switches.t
16198 ____________________________________________________________________________
16199 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
16200         Log: Upgrade to Getopt::Long 2.26_03.
16201      Branch: perl
16202            ! lib/Getopt/Long.pm
16203 ____________________________________________________________________________
16204 [ 13025] By: ams                                   on 2001/11/15  20:46:22
16205         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
16206              From: Michael G Schwern <schwern@pobox.com>
16207              Date: Thu, 15 Nov 2001 16:24:11 -0500
16208              Message-Id: <20011115162411.M31399@blackrider>
16209      Branch: perl
16210            ! vms/vms.c
16211 ____________________________________________________________________________
16212 [ 13024] By: ams                                   on 2001/11/15  19:32:06
16213         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
16214              From: rspier@pobox.com (Robert Spier)
16215              Date: Thu, 15 Nov 2001 11:19:21 -0800
16216              Message-Id: <15348.5433.732364.963687@rls.cx>
16217      Branch: perl
16218            ! op.c
16219 ____________________________________________________________________________
16220 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
16221         Log: Update Changes.
16222      Branch: perl
16223            ! Changes patchlevel.h
16224 ____________________________________________________________________________
16225 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
16226         Log: Subject: [PATCH] new tests for command-line switches
16227              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16228              Date: Thu, 15 Nov 2001 17:00:30 +0100
16229              Message-ID: <20011115170030.A14193@rafael>
16230      Branch: perl
16231            + t/run/switches.t
16232            ! MANIFEST
16233 ____________________________________________________________________________
16234 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
16235         Log: Upgrade to podlators 1.13.
16236      Branch: perl
16237            + lib/Pod/ParseLink.pm
16238            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
16239            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
16240            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
16241            ! t/pod/pod2usage.xr t/pod/podselect.xr
16242 ____________________________________________________________________________
16243 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
16244         Log: skip "might be used uninitialized".
16245      Branch: perl
16246            ! pp_sys.c
16247 ____________________________________________________________________________
16248 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
16249         Log: Fix for "perlio bug in koi8-r encoding".  The problem
16250              seemed to be that binmode() always flushed the handle,
16251              which is not so good when switching encodings.  Fixed,
16252              added Matt Sergeant's testcase, documented in perlfunc/binmode,
16253              also added a pointer about disciplines to perlfunc/open,
16254              and in general cleaned up and reformatted the open entry.
16255      Branch: perl
16256            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
16257 ____________________________________________________________________________
16258 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
16259         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
16260              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
16261              Date: 15 Nov 2001 08:57:06 -0000
16262              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
16263              
16264              chop() and chomp() are not real list functions,
16265              so let's not have them overrideable.  (Casey will
16266              be confused since in #7071 he patched the other way.)
16267      Branch: perl
16268            ! pod/perlfunc.pod toke.c
16269 ____________________________________________________________________________
16270 [ 13017] By: ams                                   on 2001/11/15  12:56:49
16271         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
16272              From: Robin Barker <rmb1@cise.npl.co.uk>
16273              Date: Thu, 15 Nov 2001 13:48:34 GMT
16274              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
16275              (Applied with tweaks.)
16276      Branch: perl
16277            ! pod/perltrap.pod
16278 ____________________________________________________________________________
16279 [ 13016] By: ams                                   on 2001/11/15  09:12:48
16280         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
16281              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16282              Date: Thu, 15 Nov 2001 09:06:39 +0100
16283              Message-Id: <20011115090639.A13005@rafael>
16284      Branch: perl
16285            ! pod/perlrun.pod
16286 ____________________________________________________________________________
16287 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
16288         Log: "link =" from utils.lst was being processed oddly.
16289      Branch: perl
16290            ! installman
16291 ____________________________________________________________________________
16292 [ 13014] By: ams                                   on 2001/11/15  02:52:52
16293         Log: Subject: [PATCH current] CreateTTY in -d
16294              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16295              Date: Wed, 14 Nov 2001 21:26:31 -0500
16296              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
16297      Branch: perl
16298            ! lib/perl5db.pl
16299 ____________________________________________________________________________
16300 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
16301         Log: Corify the Filter::Simple tests. 
16302      Branch: perl
16303            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
16304            ! lib/Filter/Simple/t/filter_only.t
16305 ____________________________________________________________________________
16306 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
16307         Log: Upgrade to Filter::Simple 0.70.
16308      Branch: perl
16309            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
16310            + t/lib/FilterOnlyTest.pm
16311            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
16312            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
16313            ! t/lib/FilterTest.pm
16314 ____________________________________________________________________________
16315 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
16316         Log: Cleanliness inspired by Cygwin.
16317      Branch: perl
16318            ! Makefile.SH x2p/Makefile.SH
16319 ____________________________________________________________________________
16320 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
16321         Log: Add perlunintro (formerly known as perlunitut); regen toc.
16322      Branch: perl
16323            + pod/perlunintro.pod
16324            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
16325 ____________________________________________________________________________
16326 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
16327         Log: FAQ sync.
16328      Branch: perl
16329            ! pod/perlfaq6.pod
16330 ____________________________________________________________________________
16331 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
16332         Log: Quieten pgcc 2.91.66 worries.
16333      Branch: perl
16334            ! gv.c pp_ctl.c utf8.c
16335 ____________________________________________________________________________
16336 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
16337         Log: Upgrade to Switch 2.06.
16338      Branch: perl
16339            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
16340            ! lib/Switch/t/nested.t
16341 ____________________________________________________________________________
16342 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
16343         Log: Upgrade to Attribute::Handlers 0.76.
16344      Branch: perl
16345            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
16346            ! lib/Attribute/Handlers/README
16347            ! lib/Attribute/Handlers/demo/Demo.pm
16348            ! lib/Attribute/Handlers/demo/Descriptions.pm
16349            ! lib/Attribute/Handlers/demo/MyClass.pm
16350            ! lib/Attribute/Handlers/demo/demo_cycle.pl
16351            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
16352            ! lib/Attribute/Handlers/t/multi.t
16353 ____________________________________________________________________________
16354 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
16355         Log: Signedness nit.
16356      Branch: perl
16357            ! regexec.c
16358 ____________________________________________________________________________
16359 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
16360         Log: VERSIONize.
16361      Branch: perl
16362            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
16363            ! lib/integer.pm
16364 ____________________________________________________________________________
16365 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
16366         Log: No pod in internal Net::FTP classes.
16367      Branch: perl
16368            ! pod/buildtoc.PL
16369 ____________________________________________________________________________
16370 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
16371         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
16372              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
16373              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
16374              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
16375      Branch: perl
16376            ! regexec.c
16377 ____________________________________________________________________________
16378 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
16379         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
16380              Pudge correctly).
16381      Branch: perl
16382            ! t/test.pl
16383 ____________________________________________________________________________
16384 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
16385         Log: Add comments to mark where $^X is being handled.
16386      Branch: perl
16387            ! perl.c toke.c
16388 ____________________________________________________________________________
16389 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
16390         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
16391              From: Michael G Schwern <schwern@pobox.com>
16392              Date: Wed, 14 Nov 2001 16:38:25 -0500
16393              Message-ID: <20011114163825.D6519@blackrider>
16394      Branch: perl
16395            ! t/op/repeat.t
16396 ____________________________________________________________________________
16397 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
16398         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
16399              From: Michael G Schwern <schwern@pobox.com>
16400              Date: Wed, 14 Nov 2001 13:19:15 -0500
16401              Message-ID: <20011114131915.K5096@blackrider>
16402      Branch: perl
16403            ! t/op/die_exit.t
16404 ____________________________________________________________________________
16405 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
16406         Log: Subject: Re: [PATCH] new version of runperl()
16407              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16408              Date: Wed, 14 Nov 2001 15:39:12 EST
16409              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
16410              
16411              "VMS $^X pipes etc" patch.
16412      Branch: perl
16413            ! vms/vms.c
16414 ____________________________________________________________________________
16415 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
16416         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
16417              and add "verbose" option to show the final command.
16418      Branch: perl
16419            ! t/test.pl
16420 ____________________________________________________________________________
16421 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
16422         Log: Goof in some of the comment fields of #12994.
16423      Branch: perl
16424            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
16425            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
16426            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
16427            ! lib/unicore/In/9.pl
16428 ____________________________________________________________________________
16429 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
16430         Log: The First, Last ranges in the Unicode data weren't
16431              getting their general categories added properly;
16432              noticed by Jeffrey Friedl.
16433      Branch: perl
16434            ! lib/unicore/Category.pl lib/unicore/In/0.pl
16435            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
16436            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
16437            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
16438            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
16439            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
16440            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
16441            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
16442            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
16443            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
16444            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
16445            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
16446            ! lib/unicore/mktables
16447 ____________________________________________________________________________
16448 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
16449         Log: Subject: [PATCH] new version of runperl()
16450              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16451              Date: Wed, 14 Nov 2001 12:23:01 +0100
16452              Message-ID: <20011114122301.A29384@rafael>
16453      Branch: perl
16454            ! t/io/argv.t t/test.pl
16455 ____________________________________________________________________________
16456 [ 12992] By: ams                                   on 2001/11/14  13:40:39
16457         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
16458              From: Michael G Schwern <schwern@pobox.com>
16459              Date: Tue, 13 Nov 2001 23:17:54 -0500
16460              Message-Id: <20011113231754.S32567@blackrider>
16461      Branch: perl
16462            ! perl.c
16463 ____________________________________________________________________________
16464 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
16465         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
16466              From: Philip Newton <Philip.Newton@gmx.net>
16467              Date: Wed, 14 Nov 2001 10:59:53 +0100
16468              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
16469              
16470              plus a lot of paragraph reformatting because of long lines.
16471      Branch: perl
16472            ! pod/perlapio.pod
16473 ____________________________________________________________________________
16474 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
16475         Log: A bool is not a pointer.
16476      Branch: perl
16477            ! pp_sys.c
16478 ____________________________________________________________________________
16479 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
16480         Log: AUTHORS updates.
16481      Branch: perl
16482            ! AUTHORS
16483 ____________________________________________________________________________
16484 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
16485         Log: There are several MIME RFCs.
16486      Branch: perl
16487            ! ext/Encode/Encode.pm
16488 ____________________________________________________________________________
16489 [ 12987] By: ams                                   on 2001/11/14  01:09:28
16490         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
16491              From: Michael G Schwern <schwern@pobox.com>
16492              Date: Tue, 13 Nov 2001 20:59:13 -0500
16493              Message-Id: <20011113205913.H32567@blackrider>
16494      Branch: perl
16495            ! t/op/groups.t vms/test.com
16496 ____________________________________________________________________________
16497 [ 12986] By: ams                                   on 2001/11/14  01:07:06
16498         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
16499              From: Michael G Schwern <schwern@pobox.com>
16500              Date: Tue, 13 Nov 2001 20:51:34 -0500
16501              Message-Id: <20011113205134.F32567@blackrider>
16502      Branch: perl
16503            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
16504 ____________________________________________________________________________
16505 [ 12985] By: ams                                   on 2001/11/14  00:43:59
16506         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
16507              From: Michael G Schwern <schwern@pobox.com>
16508              Date: Tue, 13 Nov 2001 20:38:42 -0500
16509              Message-Id: <20011113203842.E32567@blackrider>
16510      Branch: perl
16511            ! pod/perlport.pod
16512 ____________________________________________________________________________
16513 [ 12984] By: ams                                   on 2001/11/14  00:32:15
16514         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
16515              From: Michael G Schwern <schwern@pobox.com>
16516              Date: Tue, 13 Nov 2001 20:27:02 -0500
16517              Message-Id: <20011113202702.D32567@blackrider>
16518      Branch: perl
16519            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
16520            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
16521            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
16522            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
16523 ____________________________________________________________________________
16524 [ 12983] By: ams                                   on 2001/11/14  00:00:27
16525         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
16526              From: Michael G Schwern <schwern@pobox.com>
16527              Date: Tue, 13 Nov 2001 19:51:59 -0500
16528              Message-Id: <20011113195159.B32567@blackrider>
16529      Branch: perl
16530            ! pod/perlport.pod
16531 ____________________________________________________________________________
16532 [ 12982] By: ams                                   on 2001/11/13  23:53:11
16533         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
16534              From: Larry Shatzer <fugazi@zippy.zyx.net>
16535              Date: Tue, 13 Nov 2001 17:27:59 -0700
16536              Message-Id: <20011113172759.E27768@zippy.zyx.net>
16537      Branch: perl
16538            ! pod/perlapio.pod
16539 ____________________________________________________________________________
16540 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
16541         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
16542              "large enough" Unicode characters returned more than one
16543              as their "Unicode size".
16544      Branch: perl
16545            ! pp_sys.c t/io/utf8.t
16546 ____________________________________________________________________________
16547 [ 12980] By: ams                                   on 2001/11/13  19:32:33
16548         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
16549              From: "Craig A. Berry" <craigberry@mac.com>
16550              Date: Tue, 13 Nov 2001 14:33:25 -0600
16551              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
16552      Branch: perl
16553            ! vms/gen_shrfls.pl
16554 ____________________________________________________________________________
16555 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
16556         Log: Subject: Minor patch to Encode.pm (detypo)
16557              From: "Philip Newton" <Philip.Newton@gmx.net>
16558              Date: Tue, 13 Nov 2001 20:11:01 +0100
16559              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
16560      Branch: perl
16561            ! ext/Encode/Encode.pm
16562 ____________________________________________________________________________
16563 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
16564         Log: Evil tabulators.
16565      Branch: perl
16566            ! ext/Encode/Encode.pm
16567 ____________________________________________________________________________
16568 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
16569         Log: Document the available encodings.
16570      Branch: perl
16571            ! ext/Encode/Encode.pm
16572 ____________________________________________________________________________
16573 [ 12976] By: ams                                   on 2001/11/13  17:14:07
16574         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
16575              From: Barrie Slaymaker <barries@slaysys.com>
16576              Date: Tue, 13 Nov 2001 12:41:36 -0500
16577              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
16578      Branch: perl
16579            ! t/op/universal.t
16580 ____________________________________________________________________________
16581 [ 12975] By: ams                                   on 2001/11/13  16:24:21
16582         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
16583              From: Barrie Slaymaker <barries@slaysys.com>
16584              Date: Tue, 13 Nov 2001 10:56:20 -0500
16585              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
16586              (Test applied with minor tweaks and ->isa("HASH") omission.)
16587      Branch: perl
16588            ! lib/UNIVERSAL.pm t/op/universal.t
16589 ____________________________________________________________________________
16590 [ 12974] By: ams                                   on 2001/11/13  15:46:07
16591         Log: Subject: [PATCH Benchmark.pm] docco tweaks
16592              From: Barrie Slaymaker <barries@slaysys.com>
16593              Date: Tue, 13 Nov 2001 11:34:45 -0500
16594              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
16595      Branch: perl
16596            ! lib/Benchmark.pm
16597 ____________________________________________________________________________
16598 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
16599         Log: Subject: [PATCH] Attack of the C loops, round 1
16600              From: Richard Soderberg <rs@oregonnet.com>
16601              Date: Mon, 12 Nov 2001 12:07:29 -0800
16602              Message-Id: <200111122007.MAA01994@oregonnet.com>
16603              
16604              Subject: [PATCH] bytecode.pl (tiny patch)
16605              From: Richard Soderberg <rs@oregonnet.com>
16606              Date: Mon, 12 Nov 2001 12:53:24 -0800
16607              Message-Id: <200111122053.MAA06272@oregonnet.com>
16608      Branch: perl
16609            ! bytecode.pl installhtml
16610 ____________________________________________________________________________
16611 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
16612         Log: Subject: [PATCH] Update to Filter::Util::Call
16613              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
16614              Date: Sun, 11 Nov 2001 22:33:33 -0000
16615              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
16616              
16617              Use the new CXT* macros.
16618      Branch: perl
16619            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
16620 ____________________________________________________________________________
16621 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
16622         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
16623              From: Michael G Schwern <schwern@pobox.com>
16624              Date: Mon, 12 Nov 2001 20:50:34 -0500
16625              Message-ID: <20011112205034.H2888@blackrider>
16626      Branch: perl
16627            + lib/vmsish.pm lib/vmsish.t
16628            - vms/ext/vmsish.pm vms/ext/vmsish.t
16629            ! MANIFEST vms/descrip_mms.template
16630 ____________________________________________________________________________
16631 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
16632         Log: :utf8 works only with perlio.
16633      Branch: perl
16634            ! lib/open.t
16635 ____________________________________________________________________________
16636 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
16637         Log: Subject: Re: @Config -"des" not quite working on VMS
16638              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16639              Date: Tue, 13 Nov 2001 08:35:13 EST 
16640              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
16641      Branch: perl
16642            ! configure.com
16643 ____________________________________________________________________________
16644 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
16645         Log: Subject: [PATCH] lib/charnames.pm 
16646              From: Jeffrey Friedl <jfriedl@yahoo.com>
16647              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
16648              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
16649      Branch: perl
16650            ! lib/charnames.pm
16651 ____________________________________________________________________________
16652 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
16653         Log: Docs for Mac::err.
16654      Branch: maint-5.6/macperl
16655            ! macos/ext/Mac/err/err.pm
16656 ____________________________________________________________________________
16657 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
16658         Log: Some cleanup; change some globals to references for
16659              possible persistence later.
16660      Branch: maint-5.6/macperl
16661            ! macos/lib/Mac/Glue.pm
16662 ____________________________________________________________________________
16663 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
16664         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
16665      Branch: maint-5.6/macperl
16666            ! macos/ext/Mac/Files/Files.pm
16667 ____________________________________________________________________________
16668 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
16669         Log: Get Mac::Navigation to compile (bug #464684).
16670      Branch: maint-5.6/macperl
16671            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
16672            ! macos/ext/Mac/Navigation/Makefile.PL
16673            ! macos/ext/Mac/Navigation/Navigation.xs
16674            ! macos/macperl/Makefile.mk
16675 ____________________________________________________________________________
16676 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
16677         Log: Add in modules and POD to help menu.
16678      Branch: maint-5.6/macperl
16679            ! macos/macperl/MacPerl.podhelp
16680 ____________________________________________________________________________
16681 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
16682         Log: Update bundled modules.
16683      Branch: maint-5.6/macperl
16684            + macos/bundled_ext/Filter/t/FilterTest.pm
16685            + macos/bundled_ext/List/Util/t/shuffle.t
16686            + macos/bundled_ext/Storable/t/compat06.t
16687            + macos/bundled_ext/Storable/t/st-dump.pl
16688            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
16689            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
16690            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
16691            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
16692            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
16693            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
16694            + macos/bundled_lib/blib/lib/lwpcook.pod
16695            + macos/bundled_lib/t/Filter/Simple/filter.t
16696            + macos/bundled_lib/t/Switch/t/given.t
16697            + macos/bundled_lib/t/Switch/t/nested.t
16698            + macos/bundled_lib/t/Switch/t/switch.t
16699            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
16700            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
16701            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
16702            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
16703            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
16704            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
16705            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
16706            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
16707            + macos/bundled_lib/t/URI/rfc2732.t
16708            + macos/bundled_lib/t/libnet/config.t
16709            + macos/bundled_lib/t/libnet/libnet_t.pl
16710            + macos/bundled_lib/t/libwww-perl/live/google.t
16711            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
16712            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
16713            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
16714            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
16715            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
16716            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
16717            + macos/bundled_lib/t/libwww-perl/live/validator.t
16718            - macos/bundled_ext/Filter/t/MyFilter.pm
16719            - macos/bundled_ext/Storable/t/compat-0.6.t
16720            - macos/bundled_ext/Storable/t/dump.pl
16721            - macos/bundled_ext/Time/Piece/Makefile.PL
16722            - macos/bundled_ext/Time/Piece/Piece.pm
16723            - macos/bundled_ext/Time/Piece/Piece.t
16724            - macos/bundled_ext/Time/Piece/Piece.xs
16725            - macos/bundled_ext/Time/Piece/README
16726            - macos/bundled_ext/Time/Piece/Seconds.pm
16727            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
16728            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
16729            - macos/bundled_lib/blib/lib/Net/PH.pm
16730            - macos/bundled_lib/blib/lib/Net/SNPP.pm
16731            - macos/bundled_lib/blib/lib/Text/Balanced.pod
16732            - macos/bundled_lib/t/Filter/Simple/test.pl
16733            - macos/bundled_lib/t/Switch/test.pl
16734            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
16735            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
16736            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
16737            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
16738            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
16739            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
16740            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
16741            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
16742            - macos/bundled_lib/t/libnet/ph.t
16743            ! (edit 125 files)
16744 ____________________________________________________________________________
16745 [ 12961] By: ams                                   on 2001/11/13  00:45:08
16746         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
16747              From: Michael G Schwern <schwern@pobox.com>
16748              Date: Mon, 12 Nov 2001 20:16:45 -0500
16749              Message-Id: <20011112201644.G2888@blackrider>
16750      Branch: perl
16751            ! pod/perlport.pod
16752 ____________________________________________________________________________
16753 [ 12960] By: ams                                   on 2001/11/12  23:54:00
16754         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
16755              Recoving dup tests for VMS
16756              From: Michael G Schwern <schwern@pobox.com>
16757              Date: Mon, 12 Nov 2001 19:35:33 -0500
16758              Message-Id: <20011112193533.D2888@blackrider>
16759      Branch: perl
16760            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
16761 ____________________________________________________________________________
16762 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
16763         Log: Update Changes.
16764      Branch: perl
16765            ! Changes patchlevel.h
16766 ____________________________________________________________________________
16767 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
16768         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
16769              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
16770              Date: Mon, 12 Nov 2001 12:35:18 EST 
16771              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
16772      Branch: perl
16773            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
16774            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
16775 ____________________________________________________________________________
16776 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
16777         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
16778              From: Barrie Slaymaker <barries@slaysys.com>
16779              Date: Mon, 12 Nov 2001 11:19:52 -0500
16780              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
16781      Branch: perl
16782            ! lib/File/Spec.t lib/File/Spec/Win32.pm
16783 ____________________________________________________________________________
16784 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
16785         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
16786              From: Barrie Slaymaker <barries@slaysys.com>
16787              Date: Mon, 12 Nov 2001 11:07:36 -0500
16788              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
16789      Branch: perl
16790            ! lib/Benchmark.pm
16791 ____________________________________________________________________________
16792 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
16793         Log: Misplaced test, noticed by Barrie Slaymaker.
16794              (We are missing Benchmark tests, then.)
16795      Branch: perl
16796            + ext/Devel/DProf/DProf.t
16797            - lib/Benchmark.t
16798            ! MANIFEST
16799 ____________________________________________________________________________
16800 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
16801         Log: Subject: [PATCH] a few typo fixes 
16802              From: Jeffrey Friedl <jfriedl@yahoo.com>
16803              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
16804              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
16805              
16806              Patching README.foo instead of pod/perlfoo.pod,
16807              not patching Math::BigInt (Tels will take care of that),
16808              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
16809              and perldoc.PL instead of libnetcfg and perldoc, patching
16810              ext/Digest/MD5/t/files.t since MD5.pm was changed.
16811      Branch: perl
16812            ! (edit 109 files)
16813 ____________________________________________________________________________
16814 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
16815         Log: Add a note about the dangers of bad UTF-8.
16816      Branch: perl
16817            ! pod/perlunicode.pod
16818 ____________________________________________________________________________
16819 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
16820         Log: NetWare Nit from Ananth Kesari.
16821      Branch: perl
16822            ! NetWare/config.wc
16823 ____________________________________________________________________________
16824 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
16825         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
16826      Branch: perl
16827            ! ext/Encode/Encode.pm
16828 ____________________________________________________________________________
16829 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
16830         Log: (retracted by #12951)
16831      Branch: perl
16832            ! ext/Encode/Encode.pm
16833 ____________________________________________________________________________
16834 [ 12949] By: ams                                   on 2001/11/12  06:40:18
16835         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
16836              From: Robert Spier <rspier@pobox.com>
16837              Date: Sun, 11 Nov 2001 18:50:18 -0800
16838              Message-Id: <15343.14570.121505.233336@rls.cx>
16839              
16840              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
16841              From: Rick Delaney <rick.delaney@home.com>
16842              Date: 12 Nov 2001 00:15:52 -0500
16843              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
16844      Branch: perl
16845            ! pp_hot.c t/op/taint.t
16846 ____________________________________________________________________________
16847 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
16848         Log: It seems that we actually have this detail implemented
16849              as for as Level 1 Support of Unicode regex support is
16850              concerned: at Level 1 only 1:1 support for loose
16851              (aka caseless, aka caseigoring ) matching is required.
16852      Branch: perl
16853            ! pod/perlunicode.pod
16854 ____________________________________________________________________________
16855 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
16856         Log: (retracted by #12951)
16857      Branch: perl
16858            ! ext/Encode/Encode.pm
16859 ____________________________________________________________________________
16860 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
16861         Log: BOM, bom, Bom.
16862      Branch: perl
16863            ! pod/perlunicode.pod
16864 ____________________________________________________________________________
16865 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
16866         Log: Upgrade to Math::BigInt 1.46.
16867      Branch: perl
16868            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
16869            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
16870            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
16871            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
16872            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
16873 ____________________________________________________________________________
16874 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
16875         Log: Subject: Re: PERFORCE change 12943 for review
16876              From: "Philip Newton" <Philip.Newton@gmx.net>
16877              Date: Sun, 11 Nov 2001 20:53:36 +0100
16878              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
16879      Branch: perl
16880            ! pod/perlunicode.pod
16881 ____________________________________________________________________________
16882 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
16883         Log: Doc updates; make the Unicode discussions a little
16884              bit less alarming, and add information about encodings,
16885              surrogates, and BOMs.
16886      Branch: perl
16887            ! pod/perlunicode.pod
16888 ____________________________________________________________________________
16889 [ 12942] By: ams                                   on 2001/11/11  16:45:00
16890         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
16891              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
16892              Date: Mon, 12 Nov 2001 00:22:57 +0900
16893              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
16894      Branch: perl
16895            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
16896            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
16897 ____________________________________________________________________________
16898 [ 12941] By: ams                                   on 2001/11/11  13:01:40
16899         Log: Subject: Re: PERFORCE change 12929 for review
16900              From: "Philip Newton" <Philip.Newton@gmx.net>
16901              Date: Sun, 11 Nov 2001 14:27:44 +0100
16902              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
16903      Branch: perl
16904            ! MANIFEST
16905 ____________________________________________________________________________
16906 [ 12940] By: ams                                   on 2001/11/11  05:06:43
16907         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
16908              From: Michael G Schwern <schwern@pobox.com>
16909              Date: Thu, 8 Nov 2001 22:56:45 -0500
16910              Message-Id: <20011108225645.H5587@blackrider>
16911      Branch: perl
16912            ! t/op/chdir.t
16913 ____________________________________________________________________________
16914 [ 12939] By: ams                                   on 2001/11/11  05:01:00
16915         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
16916              From: Michael G Schwern <schwern@pobox.com>
16917              Date: Sun, 11 Nov 2001 00:54:43 -0500
16918              Message-Id: <20011111005443.A24450@blackrider>
16919      Branch: perl
16920            ! ext/Cwd/t/cwd.t
16921 ____________________________________________________________________________
16922 [ 12938] By: ams                                   on 2001/11/11  03:25:13
16923         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
16924              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
16925              From: "chromatic" <chromatic@rmci.net>
16926              Date: Sat, 10 Nov 2001 21:03:20 -0700
16927              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
16928      Branch: perl
16929            ! lib/File/stat.pm lib/File/stat.t
16930 ____________________________________________________________________________
16931 [ 12937] By: ams                                   on 2001/11/11  02:05:23
16932         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
16933              From: "Craig A. Berry" <craigberry@mac.com>
16934              Date: Sat, 10 Nov 2001 17:23:52 -0600
16935              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
16936      Branch: perl
16937            ! t/op/magic.t
16938 ____________________________________________________________________________
16939 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
16940         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
16941      Branch: perl
16942            ! lib/open.pm lib/open.t
16943 ____________________________________________________________________________
16944 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
16945         Log: The Official name of ASCII.
16946      Branch: perl
16947            ! ext/Encode/Encode.pm
16948 ____________________________________________________________________________
16949 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
16950         Log: The KOI8-R example wasn't quite right.
16951      Branch: perl
16952            ! lib/open.pm lib/open.t
16953 ____________________________________________________________________________
16954 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
16955         Log: Enhance the open pragma to support :utf8, :locale,
16956              and :encoding directly as special cases, and rename
16957              the INOUT to IO.
16958      Branch: perl
16959            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
16960 ____________________________________________________________________________
16961 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
16962         Log: Document the UTF-16 surrogate encoding and decoding.
16963      Branch: perl
16964            ! ext/Encode/Encode.pm
16965 ____________________________________________________________________________
16966 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
16967         Log: A potential recursion breaker.
16968      Branch: perl
16969            ! sv.c
16970 ____________________________________________________________________________
16971 [ 12930] By: ams                                   on 2001/11/10  07:46:53
16972         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
16973              (was Re: perl@12892)
16974              From: "chromatic" <chromatic@rmci.net>
16975              Date: Sat, 10 Nov 2001 01:28:09 -0700
16976              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
16977      Branch: perl
16978            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
16979            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
16980            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
16981            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
16982 ____________________________________________________________________________
16983 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
16984         Log: Add a test for the bytes pragma.
16985      Branch: perl
16986            + lib/bytes.t
16987            ! MANIFEST
16988 ____________________________________________________________________________
16989 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
16990         Log: Doc update.
16991      Branch: perl
16992            ! lib/bytes.pm
16993 ____________________________________________________________________________
16994 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
16995         Log: Cease to exist.
16996      Branch: perl
16997            - lib/Unicode/Normalize.pm
16998 ____________________________________________________________________________
16999 [ 12926] By: ams                                   on 2001/11/10  03:23:16
17000         Log: Subject: [patch] my_setenv speedup + fixes
17001              From: Doug MacEachern <dougm@covalent.net>
17002              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
17003              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
17004      Branch: perl
17005            ! util.c
17006 ____________________________________________________________________________
17007 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
17008         Log: Newline trouble.
17009      Branch: perl
17010            ! lib/ExtUtils/Embed.t
17011 ____________________________________________________________________________
17012 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
17013         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
17014              From: "Craig A. Berry" <craigberry@mac.com>
17015              Date: Fri, 09 Nov 2001 18:13:16 -0600
17016              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
17017      Branch: perl
17018            ! vms/munchconfig.c
17019 ____________________________________________________________________________
17020 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
17021         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
17022              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17023              Date: Sat, 10 Nov 2001 00:10:45 +0100
17024              Message-ID: <20011110001045.A11945@rafael>
17025      Branch: perl
17026            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
17027            + t/run/switchn.t t/run/switchp.t
17028            ! MANIFEST
17029 ____________________________________________________________________________
17030 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
17031         Log: Subject: [PATCH] some tests not cleaning up properly               
17032              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
17033              Date: Fri, 9 Nov 2001 22:13:10 +0100
17034              Message-ID: <20011109221310.A11115@rafael>
17035      Branch: perl
17036            ! ext/Cwd/t/cwd.t t/io/argv.t
17037 ____________________________________________________________________________
17038 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
17039         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
17040              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17041              Date: Fri, 9 Nov 2001 15:07:19 EST
17042              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
17043      Branch: perl
17044            ! lib/ExtUtils/Embed.t
17045 ____________________________________________________________________________
17046 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
17047         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
17048              have been copied so it shouldn't be freed in perl_destruct()
17049      Branch: perl
17050            ! perl.c
17051 ____________________________________________________________________________
17052 [ 12919] By: ams                                   on 2001/11/09  15:36:22
17053         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
17054              From: Michael G Schwern <schwern@pobox.com>
17055              Date: Fri, 9 Nov 2001 00:38:59 -0500
17056              Message-Id: <20011109003859.K5587@blackrider>
17057              (Applied with directory name changes suggested by Craig Berry.)
17058      Branch: perl
17059            ! ext/Cwd/t/cwd.t
17060 ____________________________________________________________________________
17061 [ 12918] By: ams                                   on 2001/11/09  15:29:15
17062         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
17063              From: Michael G Schwern <schwern@pobox.com>
17064              Date: Fri, 9 Nov 2001 01:44:14 -0500
17065              Message-Id: <20011109014414.N5587@blackrider>
17066      Branch: perl
17067            ! vms/ext/filespec.t
17068 ____________________________________________________________________________
17069 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
17070         Log: Update Changes.
17071      Branch: perl
17072            ! Changes patchlevel.h
17073 ____________________________________________________________________________
17074 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
17075         Log: Regen toc.
17076      Branch: perl
17077            ! pod/perltoc.pod
17078 ____________________________________________________________________________
17079 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
17080         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
17081              see http://www.jepstone.net/bjepson//jpl/cvs.html
17082      Branch: perl
17083            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
17084 ____________________________________________________________________________
17085 [ 12914] By: ams                                   on 2001/11/09  14:05:12
17086         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
17087              From: Michael G Schwern <schwern@pobox.com>
17088              Date: Thu, 8 Nov 2001 22:05:49 -0500
17089              Message-Id: <20011108220549.F5587@blackrider>
17090      Branch: perl
17091            ! vms/test.com
17092 ____________________________________________________________________________
17093 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
17094         Log: NetWare update from Ananth Kesari.
17095      Branch: perl
17096            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
17097 ____________________________________________________________________________
17098 [ 12912] By: ams                                   on 2001/11/09  13:40:26
17099         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
17100              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17101              Date: Fri, 9 Nov 2001 14:32:28 +0100
17102              Message-Id: <20011109143228.A18996@rafael>
17103      Branch: perl
17104            ! perl.c
17105 ____________________________________________________________________________
17106 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
17107         Log: FAQ sync.
17108      Branch: perl
17109            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
17110            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
17111            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
17112 ____________________________________________________________________________
17113 [ 12910] By: ams                                   on 2001/11/09  07:33:49
17114         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
17115              From: Michael G Schwern <schwern@pobox.com>
17116              Date: Fri, 9 Nov 2001 00:41:56 -0500
17117              Message-Id: <20011109004156.L5587@blackrider>
17118      Branch: perl
17119            ! lib/File/Find/t/find.t
17120 ____________________________________________________________________________
17121 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
17122         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
17123              The CPAN distribution has both pm and XS implementations,
17124              and for performance reasons we choose the XS.
17125              Another reason to choose the XS is that it doesn't
17126              require Lingua::KO::Hangul::Util, which means that
17127              we can delete that-- which in turn means that Unicode::UCD
17128              cannot expect that: support it, but don't expect.
17129              Ditto Unicode::Collate.
17130              
17131              Note that Unicode::Normalize Makefile.PL and
17132              Normalize.xs have been modified from the CPAN 0.10
17133              versions: the first one to be simpler (no pm) and
17134              clean up the generated unf*.h files, the second one
17135              to quench compiler grumblings.  Must notify Sadahiro
17136              about these changes.
17137      Branch: perl
17138            + ext/Unicode/Normalize/Changes
17139            + ext/Unicode/Normalize/Makefile.PL
17140            + ext/Unicode/Normalize/Normalize.pm
17141            + ext/Unicode/Normalize/Normalize.pod
17142            + ext/Unicode/Normalize/Normalize.xs
17143            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
17144            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
17145            + ext/Unicode/Normalize/t/test.t
17146            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
17147            - lib/Lingua/KO/Hangul/Util/README
17148            - lib/Lingua/KO/Hangul/Util/t/test.t
17149            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
17150            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
17151            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
17152            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
17153            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
17154            ! win32/makefile.mk
17155 ____________________________________________________________________________
17156 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
17157         Log: Test miscounting.
17158      Branch: perl
17159            ! ext/POSIX/t/posix.t
17160 ____________________________________________________________________________
17161 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
17162         Log: Quote the variables in failures messages more nicely.
17163      Branch: perl
17164            ! t/test.pl
17165 ____________________________________________________________________________
17166 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
17167         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
17168              From: Michael G Schwern <schwern@pobox.com>
17169              Date: Thu, 8 Nov 2001 17:24:49 -0500
17170              Message-ID: <20011108172449.A5587@blackrider>
17171              
17172              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
17173              From: "Craig A. Berry" <craigberry@mac.com>
17174              Date: Thu, 8 Nov 2001 16:35:00 -0600
17175              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
17176      Branch: perl
17177            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
17178 ____________________________________________________________________________
17179 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
17180         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
17181              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
17182              Date: Thu, 8 Nov 2001 22:52:50 -0000
17183              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
17184      Branch: perl
17185            ! ext/DB_File/t/db-recno.t
17186 ____________________________________________________________________________
17187 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
17188         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
17189              (Probably not an EBCDIC issue the way one would think
17190              since no chr() et alia are used in UCD.pm.)
17191      Branch: perl
17192            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
17193 ____________________________________________________________________________
17194 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
17195         Log: Whether overwriting the $self->{...} values (see #12902)
17196              is a good policy or not is debatable, but let's at least
17197              be consistent.
17198      Branch: perl
17199            ! lib/ExtUtils/MM_Unix.pm
17200 ____________________________________________________________________________
17201 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
17202         Log: The MakeMaker argument () quoting patch that sneaked
17203              in at #12883 didn't handle make macros like this $(...).
17204              Leaning toothpicks, we've got them.
17205      Branch: perl
17206            ! lib/ExtUtils/MM_Unix.pm
17207 ____________________________________________________________________________
17208 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
17209         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
17210              From: Michael G Schwern <schwern@pobox.com>
17211              Date: Wed, 7 Nov 2001 02:02:29 -0500
17212              Message-ID: <20011107020229.K2858@blackrider>
17213      Branch: perl
17214            ! t/io/argv.t t/test.pl vms/test.com
17215 ____________________________________________________________________________
17216 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
17217         Log: Subject: [PATCH 20011106.084] -s on #! line 
17218              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17219              Date: Wed, 7 Nov 2001 22:23:39 +0100
17220              Message-ID: <20011107222339.E729@rafael>
17221      Branch: perl
17222            ! embed.h embed.pl perl.c proto.h toke.c
17223 ____________________________________________________________________________
17224 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
17225         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
17226              From: Michael G Schwern <schwern@pobox.com>
17227              Date: Wed, 7 Nov 2001 16:52:49 -0500
17228              Message-ID: <20011107165249.I7346@blackrider>
17229      Branch: perl
17230            ! pod/perlhack.pod
17231 ____________________________________________________________________________
17232 [ 12898] By: ams                                   on 2001/11/08  13:02:19
17233         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
17234              From: Mark-Jason Dominus <mjd@plover.com>
17235              Date: Thu, 08 Nov 2001 08:59:02 -0500
17236              Message-Id: <20011108135902.2275.qmail@plover.com>
17237      Branch: perl
17238            ! INSTALL README README.amiga README.os2 README.vms
17239            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
17240            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
17241 ____________________________________________________________________________
17242 [ 12897] By: ams                                   on 2001/11/08  12:49:28
17243         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
17244              From: mjd@plover.com
17245              Date: 8 Nov 2001 13:33:18 -0000
17246              Message-Id: <20011108133318.1786.qmail@plover.com>
17247      Branch: perl
17248            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
17249            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
17250            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
17251            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
17252            ! pod/perlport.pod pod/perlvar.pod
17253 ____________________________________________________________________________
17254 [ 12896] By: ams                                   on 2001/11/08  11:22:12
17255         Log: open(FH, $file) should strip leading and trailing whitespace.
17256      Branch: perl
17257            ! doio.c
17258 ____________________________________________________________________________
17259 [ 12895] By: ams                                   on 2001/11/08  10:17:14
17260         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
17261              From: "Craig A. Berry" <craigberry@mac.com>
17262              Date: Wed, 07 Nov 2001 13:41:50 -0600
17263              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
17264      Branch: perl
17265            ! t/op/glob.t
17266 ____________________________________________________________________________
17267 [ 12894] By: ams                                   on 2001/11/08  08:32:20
17268         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
17269              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
17270              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
17271              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
17272      Branch: perl
17273            ! makedepend.SH
17274 ____________________________________________________________________________
17275 [ 12893] By: ams                                   on 2001/11/08  08:26:31
17276         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
17277              From: mjd@plover.com
17278              Date: 8 Nov 2001 08:08:07 -0000
17279              Message-Id: <20011108080807.30147.qmail@plover.com>
17280              
17281              Subject: bleadperl perl.pod
17282              From: mjd@plover.com
17283              Date: 8 Nov 2001 08:10:47 -0000
17284              Message-Id: <20011108081047.30178.qmail@plover.com>
17285              
17286              Subject: more bleadperl perl.pod
17287              From: mjd@plover.com
17288              Date: 8 Nov 2001 08:16:28 -0000
17289              Message-Id: <20011108081628.30229.qmail@plover.com>
17290      Branch: perl
17291            ! pod/perl.pod pod/perldebug.pod
17292 ____________________________________________________________________________
17293 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
17294         Log: Tweak for Cray-friendliness from Nicholas Clark.
17295      Branch: perl
17296            ! sv.c
17297 ____________________________________________________________________________
17298 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
17299         Log: VMS patch redo from Charles Lane.
17300      Branch: perl
17301            ! vms/gen_shrfls.pl
17302 ____________________________________________________________________________
17303 [ 12890] By: ams                                   on 2001/11/07  15:16:10
17304         Log: Subject: [ID 20011107.088] two perl pod nits
17305              From: lvirden@cas.org
17306              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
17307              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
17308      Branch: perl
17309            ! pod/perl.pod pod/perlfaq3.pod
17310 ____________________________________________________________________________
17311 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
17312         Log: Update Changes.
17313      Branch: perl
17314            ! Changes patchlevel.h
17315 ____________________________________________________________________________
17316 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
17317         Log: The (emulated) "no utf8" must be in a BEGIN block
17318              to be effective.
17319      Branch: perl
17320            ! lib/CGI/t/html.t
17321 ____________________________________________________________________________
17322 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
17323         Log: "v-strings" is the right term.
17324      Branch: perl
17325            ! pod/perltodo.pod
17326 ____________________________________________________________________________
17327 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
17328         Log: Add vstrings-as-objects need to perltodo.
17329      Branch: perl
17330            ! pod/perltodo.pod
17331 ____________________________________________________________________________
17332 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
17333         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
17334              From: Nicholas Clark <nick@ccl4.org>
17335              Date: Wed, 7 Nov 2001 14:36:32 +0000
17336              Message-ID: <20011107143631.I24980@plum.flirble.org>
17337      Branch: perl
17338            ! t/op/pack.t
17339 ____________________________________________________________________________
17340 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
17341         Log: The Embed test requires a major rewrite for VMS
17342              (plus it reveals a couple of annoying glitches
17343              in buffering), so skip the test for now; from
17344              Charles Lane.
17345      Branch: perl
17346            ! lib/ExtUtils/Embed.t
17347 ____________________________________________________________________________
17348 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
17349         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
17350              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17351              Date: Wed, 7 Nov 2001 09:23:28 EST
17352              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
17353              
17354              (Also i seems that an unrelated experimental patch
17355              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
17356      Branch: perl
17357            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
17358 ____________________________________________________________________________
17359 [ 12882] By: ams                                   on 2001/11/07  05:14:04
17360         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
17361              From: Mark-Jason Dominus <mjd@plover.com>
17362              Date: Wed, 07 Nov 2001 00:43:46 -0500
17363              Message-Id: <20011107054346.14428.qmail@plover.com>
17364      Branch: perl
17365            ! gv.c op.c toke.c
17366 ____________________________________________________________________________
17367 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
17368         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
17369              From: Michael G Schwern <schwern@pobox.com>             
17370              Date: Tue, 6 Nov 2001 22:04:39 -0500
17371              Message-ID: <20011106220439.D2858@blackrider>              
17372      Branch: perl
17373            ! lib/perl5db.pl
17374 ____________________________________________________________________________
17375 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
17376         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
17377              stress))
17378              From: Jonathan Stowe <gellyfish@gellyfish.com>
17379              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
17380              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
17381              
17382              (except for one hunk where indentation differs)
17383      Branch: perl
17384            ! lib/Term/Cap.t
17385 ____________________________________________________________________________
17386 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
17387         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
17388              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17389              Date: Tue, 6 Nov 2001 21:45:01 +0100
17390              Message-ID: <20011106214501.A704@rafael>
17391      Branch: perl
17392            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
17393            ! lib/File/Spec/Win32.pm
17394 ____________________________________________________________________________
17395 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
17396         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
17397              From: Michael G Schwern <schwern@pobox.com>              
17398              Date: Tue, 6 Nov 2001 20:58:45 -0500
17399              Message-ID: <20011106205845.G29411@blackrider>
17400      Branch: perl
17401            ! t/test.pl
17402 ____________________________________________________________________________
17403 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
17404         Log: Subject: making do_sprintf public       
17405              From: Doug MacEachern <dougm@covalent.net>    
17406              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
17407              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
17408      Branch: perl
17409            ! embed.h embed.pl global.sym
17410 ____________________________________________________________________________
17411 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
17412         Log: Update to CGI.pm 2.78.
17413              
17414              TODO: the test suite needs to be merged so that
17415              when in core, the core version is tested, and when
17416              using the CPAN version, testing the CPAN version.
17417              (the changes need to be sent to Lincoln, too...)
17418      Branch: perl
17419            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
17420            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
17421            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
17422            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
17423            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
17424            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
17425 ____________________________________________________________________________
17426 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
17427         Log: Integrate with perlio; (strictly) readonly hashes via XS.
17428      Branch: perl
17429           +> t/lib/access.t
17430           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
17431 ____________________________________________________________________________
17432 [ 12874] By: nick                                  on 2001/11/06  21:05:16
17433         Log: Keep It Simple and Stupid version of readonly hash support.
17434              - Test for SvREAONLY(hv) at a few spots in hv.c
17435              - add the error message to perldiag.pod
17436              - (dubious) add access::readonly() to univeral.c
17437              - add test using above
17438              - fixup ext/B/t/stash.t to account for access:: existing
17439      Branch: perlio
17440            + t/lib/access.t
17441            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
17442 ____________________________________________________________________________
17443 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
17444         Log: Fix incorrect warnings about broken globbing;
17445              from Andy Dougherty.
17446      Branch: perl
17447            ! hints/linux.sh
17448 ____________________________________________________________________________
17449 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
17450         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
17451              toggle-on from the encoding pragma.
17452      Branch: perl
17453            ! regcomp.c regexec.c
17454 ____________________________________________________________________________
17455 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
17456         Log: Retract #12824, doesn't help and is ignored
17457              by Configure anyway.
17458      Branch: perl
17459            ! hints/beos.sh
17460 ____________________________________________________________________________
17461 [ 12870] By: ams                                   on 2001/11/06  10:40:37
17462         Log: Subject: Cosmetic change
17463              From: H.Merijn Brand <h.m.brand@hccnet.nl>
17464              Date: Tue, 06 Nov 2001 12:30:52 +0100
17465              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
17466      Branch: perl
17467            ! README.hpux
17468 ____________________________________________________________________________
17469 [ 12869] By: nick                                  on 2001/11/06  08:26:40
17470         Log: Integrate mainline
17471      Branch: perlio
17472           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
17473           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
17474 ____________________________________________________________________________
17475 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
17476         Log: The parentheses are protected enough.
17477      Branch: perl
17478            ! hints/os390.sh
17479 ____________________________________________________________________________
17480 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
17481         Log: ccflags, not ldflags.
17482      Branch: perl
17483            ! hints/os390.sh
17484 ____________________________________________________________________________
17485 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
17486         Log: ... and the proto to go with #12865.
17487      Branch: perl
17488            ! proto.h
17489 ____________________________________________________________________________
17490 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
17491         Log: Oops.  Luckily nothing was using this symbol yet.
17492      Branch: perl
17493            ! global.sym
17494 ____________________________________________________________________________
17495 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
17496         Log: Implement the encoding pragma for regex literals.
17497      Branch: perl
17498            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
17499 ____________________________________________________________________________
17500 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
17501         Log: More UTF8 EXACT fixing.
17502      Branch: perl
17503            ! regexec.c
17504 ____________________________________________________________________________
17505 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
17506         Log: More re debugging.
17507      Branch: perl
17508            ! regexec.c
17509 ____________________________________________________________________________
17510 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
17511         Log: EXACT correction attempt.  Continued in #12863.
17512      Branch: perl
17513            ! regexec.c
17514 ____________________________________________________________________________
17515 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
17516         Log: Unterminated L<.
17517      Branch: perl
17518            ! ext/DB_File/DB_File.pm
17519 ____________________________________________________________________________
17520 [ 12859] By: nick                                  on 2001/11/05  19:15:17
17521         Log: Integrate mainline
17522      Branch: perlio
17523           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
17524           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
17525           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
17526           +> lib/Math/BigInt/t/sub_mbi.t
17527            - lib/Math/BigInt/t/Math/Subclass.pm
17528            - lib/Math/BigInt/t/subclass.t
17529           !> (integrate 30 files)
17530 ____________________________________________________________________________
17531 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
17532         Log: Regex debugging fixes from Hugo.
17533      Branch: perl
17534            ! regcomp.c regexec.c
17535 ____________________________________________________________________________
17536 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
17537         Log: IRIX: at some point the cc -version has started
17538              to output to stderr, not stdout any more.
17539      Branch: perl
17540            ! hints/irix_6.sh
17541 ____________________________________________________________________________
17542 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
17543         Log: Update Changes.
17544      Branch: perl
17545            ! Changes patchlevel.h
17546 ____________________________________________________________________________
17547 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
17548         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
17549      Branch: perl
17550            ! lib/File/Spec/Unix.pm
17551 ____________________________________________________________________________
17552 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
17553         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
17554              From: rgarciasuarez@free.fr
17555              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
17556              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
17557      Branch: perl
17558            ! lib/File/Spec/Unix.pm
17559 ____________________________________________________________________________
17560 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
17561         Log: Use config.arch in OS/390 where the combination of
17562              IEEE floats and ldflags is tricky.
17563      Branch: perl
17564            ! hints/os390.sh
17565 ____________________________________________________________________________
17566 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
17567         Log: Metaconfig unit change for #12851.
17568      Branch: metaconfig
17569            ! U/modified/Config_sh.U
17570 ____________________________________________________________________________
17571 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
17572         Log: Support a config.arch file, similar to config.over,
17573              but loaded just before it.
17574      Branch: perl
17575            ! Configure INSTALL
17576 ____________________________________________________________________________
17577 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
17578         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
17579              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17580              Date: Mon, 5 Nov 2001 14:26:24 +0100
17581              Message-ID: <20011105142624.C31977@rafael>
17582      Branch: perl
17583            ! lib/Symbol.pm lib/Symbol.t
17584 ____________________________________________________________________________
17585 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
17586         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
17587              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17588              Date: Sun, 4 Nov 2001 22:28:57 +0100
17589              Message-ID: <20011104222857.C696@rafael>
17590      Branch: perl
17591            ! pod/perldebug.pod pod/perlpodspec.pod
17592 ____________________________________________________________________________
17593 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
17594         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
17595      Branch: perl
17596            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
17597 ____________________________________________________________________________
17598 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
17599         Log: Math::Big* test tweaks to work better with core:
17600              but the coast still not clear.
17601      Branch: perl
17602            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
17603            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
17604 ____________________________________________________________________________
17605 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
17606         Log: Protect against high load: measure how much wall
17607              clock time went by while sleeping.  Avoids some
17608              false negatives, while may introduce some false
17609              positives.  Life is hard.
17610      Branch: perl
17611            ! ext/Time/HiRes/HiRes.t
17612 ____________________________________________________________________________
17613 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
17614         Log: More forgotten from #12843.
17615      Branch: perl
17616            ! lib/Math/BigInt/t/bigfltpm.inc
17617 ____________________________________________________________________________
17618 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
17619         Log: Forgot from #12843.
17620      Branch: perl
17621            + lib/Math/BigInt/t/bigintpm.inc
17622            ! MANIFEST
17623 ____________________________________________________________________________
17624 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
17625         Log: Upgrade to Math::BigInt 1.45; from Tels.
17626              NOTE: some of the tests are failing but that's because
17627              the core integration is not yet done.
17628      Branch: perl
17629            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
17630            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
17631            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
17632            - lib/Math/BigInt/t/Math/Subclass.pm
17633            - lib/Math/BigInt/t/subclass.t
17634            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
17635            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
17636            ! lib/Math/BigInt/t/mbimbf.t
17637 ____________________________________________________________________________
17638 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
17639         Log: VMS: adds capability to control more configuration stuff with
17640              -D and -U switches; parsing config.sh to extract previous config
17641              info in VMS-form, and a rewrite of the "prompt/response" routine;
17642              from Charles Lane.
17643      Branch: perl
17644            ! configure.com
17645 ____________________________________________________________________________
17646 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
17647         Log: Subject: Typo correction in perldebguts.pod
17648              From: mjd@plover.com
17649              Date: 4 Nov 2001 16:20:05 -0000
17650              Message-ID: <20011104162005.16699.qmail@plover.com>
17651      Branch: perl
17652            ! pod/perldebguts.pod
17653 ____________________________________________________________________________
17654 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
17655         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
17656              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17657              Date: Sun, 4 Nov 2001 11:47:30 +0100
17658              Message-ID: <20011104114730.A715@rafael>
17659              
17660              Remove -T from the test, wrong place for that.
17661      Branch: perl
17662            ! lib/File/Temp/t/mktemp.t
17663 ____________________________________________________________________________
17664 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
17665         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
17666              From: Nicholas Clark <nick@ccl4.org>
17667              Date: Sun, 4 Nov 2001 10:41:24 +0000
17668              Message-ID: <20011104104123.U20123@plum.flirble.org>
17669      Branch: perl
17670            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
17671 ____________________________________________________________________________
17672 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
17673         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
17674              From: Michael G Schwern <schwern@pobox.com>
17675              Date: Sat, 3 Nov 2001 15:41:47 -0500
17676              Message-ID: <20011103154147.C600@blackrider>
17677      Branch: perl
17678            ! lib/Term/Cap.t
17679 ____________________________________________________________________________
17680 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
17681         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
17682              From: "Craig A. Berry" <craigberry@mac.com>     
17683              Date: Sat, 03 Nov 2001 16:02:28 -0600
17684              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
17685      Branch: perl
17686            ! ext/Time/HiRes/HiRes.t
17687 ____________________________________________________________________________
17688 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
17689         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
17690              From: "chromatic" <chromatic@rmci.net>
17691              Date: Sat, 03 Nov 2001 12:28:17 -0700
17692              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
17693      Branch: perl
17694            ! lib/Term/Cap.t
17695 ____________________________________________________________________________
17696 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
17697         Log: Don't bother doing POSIX charclass parsing if it
17698              possibly cannot be so.  Prepares way for charclass
17699              syntax like [[abc]||[def]] (or just [[abc][def]])
17700              for union, [[\w]&&[$a]] for intersection,
17701              and [[a-z]&&[^def]] for subtraction.
17702              
17703              Currently /[[a]/ (or /[a[]/) parses as a character
17704              class containing two characters, "[" and "a",
17705              this may have to be broken for the syntax described
17706              above, otherwise we would have to scan the whole pattern
17707              to find out whether the square brackets match pairwise.
17708              Luckily, the special case of "[" doesn't seem to be
17709              documented (as opposed to "]" and "-"), so we may have
17710              better story for breaking it...  One can always use \[
17711              if one wants a literal "[", so there.
17712      Branch: perl
17713            ! regcomp.c
17714 ____________________________________________________________________________
17715 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
17716         Log: Comment correction.
17717      Branch: perl
17718            ! regcomp.c
17719 ____________________________________________________________________________
17720 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
17721         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
17722              The latter is a RedHatism.
17723      Branch: perl
17724            ! lib/ExtUtils/MakeMaker.pm
17725 ____________________________________________________________________________
17726 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
17727         Log: Integrate perlio.
17728      Branch: perl
17729           !> perlio.c
17730 ____________________________________________________________________________
17731 [ 12831] By: nick                                  on 2001/11/03  11:42:15
17732         Log: Integrate mainline
17733      Branch: perlio
17734           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
17735           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
17736           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
17737           !> sv.c t/test.pl
17738 ____________________________________________________________________________
17739 [ 12830] By: nick                                  on 2001/11/03  10:27:34
17740         Log: Fix clone_leak problem.
17741              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
17742              as vestige of calling PerlLIO_dup().
17743      Branch: perlio
17744            ! perlio.c
17745 ____________________________________________________________________________
17746 [ 12829] By: nick                                  on 2001/11/03  09:40:46
17747         Log: Tweaks attempting to locate Doug's clone_leak leak.
17748              - add some PerlIO_debug()
17749              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
17750              - Even if it closing stdout etc. do a fflush()
17751      Branch: perlio
17752            ! perlio.c
17753 ____________________________________________________________________________
17754 [ 12828] By: nick                                  on 2001/11/03  08:34:31
17755         Log: Integrate mainline
17756      Branch: perlio
17757           !> (integrate 54 files)
17758 ____________________________________________________________________________
17759 [ 12827] By: ams                                   on 2001/11/03  03:45:19
17760         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
17761              remove this later). Based on a patch from Robert Spier in
17762              <15330.61459.14452.795263@rls.cx>.
17763      Branch: perl
17764            ! sv.c
17765 ____________________________________________________________________________
17766 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
17767         Log: microperl sync.
17768      Branch: perl
17769            ! doio.c perl.c perl.h perlio.c regexec.c
17770 ____________________________________________________________________________
17771 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
17772         Log: Definitions for the Unicode Newline Guidelines.
17773      Branch: perl
17774            ! perl.h
17775 ____________________________________________________________________________
17776 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
17777         Log: (retracted by #12871)
17778              
17779              There is no csh of any kind in default BeOS.
17780              For the purposes of miniperl globbing, bash
17781              will do.
17782      Branch: perl
17783            ! hints/beos.sh
17784 ____________________________________________________________________________
17785 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
17786         Log: Integrate change #12820 from macperl to maint and blead;
17787              
17788              Fix up (dynaloading) to work properly with multiplicity
17789      Branch: maint-5.6/perl
17790           !> ext/DynaLoader/dl_mac.xs
17791      Branch: perl
17792           !> ext/DynaLoader/dl_mac.xs
17793 ____________________________________________________________________________
17794 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
17795         Log: Several fixes for various exit problems and clearing out
17796              task queue, as well as another (incomplete) go at
17797              fixing error message handling
17798      Branch: maint-5.6/macperl
17799            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
17800 ____________________________________________________________________________
17801 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
17802         Log: Add source files for bleadperl builds
17803      Branch: maint-5.6/macperl
17804            ! macos/Makefile.mk
17805 ____________________________________________________________________________
17806 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
17807         Log: Fix up to work properly with multiplicity
17808      Branch: maint-5.6/macperl
17809            ! ext/DynaLoader/dl_mac.xs
17810 ____________________________________________________________________________
17811 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
17812         Log: Integrate with maintperl.
17813      Branch: maint-5.6/macperl
17814           +> t/op/system.t t/op/system_tests
17815           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
17816           !> pod/perltodo.pod util.c win32/win32.c
17817 ____________________________________________________________________________
17818 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
17819         Log: Locate _PATH_LOG if it's a socket even if not #defined
17820              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
17821              via Nick Clark.
17822      Branch: perl
17823            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
17824 ____________________________________________________________________________
17825 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
17826         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
17827              From: Michael G Schwern <schwern@pobox.com>
17828              Date: Fri, 2 Nov 2001 15:36:41 -0500
17829              Message-ID: <20011102153641.E23234@blackrider>
17830      Branch: perl
17831            ! t/test.pl
17832 ____________________________________________________________________________
17833 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
17834         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
17835              From: merlyn@stonehenge.com (Randal L. Schwartz)
17836              Date: 02 Nov 2001 09:33:34 -0800
17837              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
17838              
17839              (two of the changes)
17840              
17841              Better coexistence with extensions.
17842      Branch: perl
17843            ! ext/Errno/Errno_pm.PL hints/darwin.sh
17844 ____________________________________________________________________________
17845 [ 12815] By: ams                                   on 2001/11/02  16:47:43
17846         Log: Subject: Re: [PATCH] the the double double word word fix fix
17847              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
17848              Date: Fri, 02 Nov 2001 19:43:07 +0100
17849              Message-Id: <3BE2E93B.627C198E@alcatel.at>
17850      Branch: perl
17851            ! pod/perldebug.pod
17852 ____________________________________________________________________________
17853 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
17854         Log: Update Changes.
17855      Branch: perl
17856            ! Changes patchlevel.h
17857 ____________________________________________________________________________
17858 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
17859         Log: More encoding testing.
17860      Branch: perl
17861            ! lib/encoding.pm lib/encoding.t
17862 ____________________________________________________________________________
17863 [ 12812] By: ams                                   on 2001/11/02  15:07:11
17864         Log: Slight modification of #12811.
17865      Branch: perl
17866            ! op.c
17867 ____________________________________________________________________________
17868 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
17869         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
17870              From: Radu Greab <radu@netsoft.ro>
17871              Date: Fri, 2 Nov 2001 15:28:58 +0200
17872              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
17873      Branch: perl
17874            ! op.c t/op/stat.t
17875 ____________________________________________________________________________
17876 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
17877         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
17878              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17879              Date: Thu, 1 Nov 2001 22:35:50 +0100
17880              Message-ID: <20011101223550.A10849@rafael>
17881      Branch: perl
17882            ! lib/ExtUtils/Embed.t
17883 ____________________________________________________________________________
17884 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
17885         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
17886              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
17887              Date: 2 Nov 2001 14:48:51 -0000
17888              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
17889      Branch: perl
17890            ! lib/File/Find.pm
17891 ____________________________________________________________________________
17892 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
17893         Log: Add documentation.
17894      Branch: perl
17895            ! embed.pl pod/perlapi.pod utf8.c
17896 ____________________________________________________________________________
17897 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
17898         Log: Unicode: add ToFold mapping.  Not used yet; but basically
17899              a more useful mapping for caseless aka case-ignoring than
17900              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
17901              algorithm for creating the foldings uses equivalence classes,
17902              see http://www.unicode.org/unicode/reports/tr21/
17903              Hopefully this feature will be used in //i.
17904              (The folding tables were introduced by #12689.)
17905      Branch: perl
17906            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
17907            ! utf8.c
17908 ____________________________________________________________________________
17909 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
17910         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
17911              From: "Craig A. Berry" <craigberry@mac.com>
17912              Date: Fri, 02 Nov 2001 00:03:52 -0600
17913              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
17914      Branch: perl
17915            ! lib/AutoSplit.t
17916 ____________________________________________________________________________
17917 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
17918         Log: Subject: Trivial doc patch
17919              From: andreas.koenig@anima.de (Andreas J. Koenig)
17920              Date: 02 Nov 2001 06:11:35 +0100
17921              Message-ID: <m37kt94v08.fsf@anima.de>
17922      Branch: perl
17923            ! pod/perlport.pod
17924 ____________________________________________________________________________
17925 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
17926         Log: Make encoding and charnames pragmas coexist.
17927      Branch: perl
17928            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
17929 ____________________________________________________________________________
17930 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
17931         Log: The basic character classes seem to go untested with Unicode.
17932      Branch: perl
17933            ! t/op/pat.t
17934 ____________________________________________________________________________
17935 [ 12802] By: ams                                   on 2001/11/02  00:39:36
17936         Log: Subject: [PATCH] the the double double word word fix fix
17937              From: Richard Soderberg <rs@oregonnet.com>
17938              Date: Thu, 1 Nov 2001 13:12:03 -0800
17939              Message-Id: <200111012112.NAA23288@oregonnet.com>
17940              
17941              Subject: Re: [PATCH] the the double double word word fix fix
17942              From: Mark-Jason Dominus <mjd@plover.com>
17943              Date: Thu, 01 Nov 2001 16:43:40 -0500
17944              Message-Id: <20011101214340.2044.qmail@plover.com>
17945              
17946              Subject: Re: [PATCH] the the double double word word fix fix
17947              From: Mark-Jason Dominus <mjd@plover.com>
17948              Date: Thu, 01 Nov 2001 16:51:39 -0500
17949              Message-Id: <20011101215139.2196.qmail@plover.com>
17950      Branch: perl
17951            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
17952            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
17953            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
17954            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
17955            ! pod/perltodo.pod pod/perlxstut.pod
17956 ____________________________________________________________________________
17957 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
17958         Log: Comment tweaks.
17959      Branch: perl
17960            ! toke.c
17961 ____________________________________________________________________________
17962 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
17963         Log: FAQ sync.
17964      Branch: perl
17965            ! pod/perlfaq9.pod
17966 ____________________________________________________________________________
17967 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
17968         Log: If an encoding is set by -M/-m, it must be in
17969              effect only for the actual script, not any other
17970              required/-M/-m'ed module, otherwise we enter a nasty
17971              recursion in regexec.c while trying to init the simple
17972              UTF-8 charclasses like PL_utf8_alnum.
17973      Branch: perl
17974            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
17975 ____________________________________________________________________________
17976 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
17977         Log: A bit more descriptive name.
17978      Branch: perl
17979            ! mg.c
17980 ____________________________________________________________________________
17981 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
17982         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
17983              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17984              Date: Wed, 31 Oct 2001 13:47:04 EST
17985              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
17986      Branch: perl
17987            ! ext/Time/HiRes/HiRes.t
17988 ____________________________________________________________________________
17989 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
17990         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
17991              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17992              Date: Wed, 31 Oct 2001 13:43:29 EST
17993              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
17994      Branch: perl
17995            ! mg.c
17996 ____________________________________________________________________________
17997 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
17998         Log: Subject: [PATCH] Various test cleanups
17999              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18000              Date: Tue, 30 Oct 2001 21:56:26 +0100
18001              Message-ID: <20011030215626.A28503@rafael>
18002      Branch: perl
18003            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
18004            ! ext/DB_File/t/db-recno.t ext/Encode.t
18005 ____________________________________________________________________________
18006 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
18007         Log: Update Changes.
18008      Branch: perl
18009            ! Changes patchlevel.h
18010 ____________________________________________________________________________
18011 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
18012         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
18013              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
18014              Date: Wed, 31 Oct 2001 17:16:39 +0100
18015              Message-ID: <20011031171639.A32511@rafael>
18016      Branch: perl
18017            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
18018 ____________________________________________________________________________
18019 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
18020         Log: Skip message nit.
18021      Branch: perl
18022            ! t/io/fs.t
18023 ____________________________________________________________________________
18024 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
18025         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
18026              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
18027              Date: 31 Oct 2001 14:49:37 -0000
18028              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
18029      Branch: perl
18030            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
18031 ____________________________________________________________________________
18032 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
18033         Log: Extend the effect of the encoding pragma to chr() and ord().
18034              
18035              TODO: regex literals, reentrancy problems with the utf8
18036              and charnames pragmas.
18037      Branch: perl
18038            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
18039 ____________________________________________________________________________
18040 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
18041         Log: Doc tweaks.
18042      Branch: perl
18043            ! lib/encoding.pm
18044 ____________________________________________________________________________
18045 [ 12788] By: nick                                  on 2001/10/31  08:59:56
18046         Log: Integrate mainline
18047      Branch: perlio
18048           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
18049           !> (integrate 49 files)
18050 ____________________________________________________________________________
18051 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
18052         Log: Forgot new proto.
18053      Branch: perl
18054            ! proto.h
18055 ____________________________________________________________________________
18056 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
18057         Log: Clarification: use encoding cannot be used to
18058              change the default encoding of "your whole script";
18059              only the default encoding of the *data*.  Also, it
18060              seems that "use encoding" does not mix with "use utf8"
18061              (a coredumping recursion ensues).  Should not be a huge
18062              problem since "use utf8" is pretty marginal nowadays.
18063      Branch: perl
18064            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
18065 ____________________________________________________________________________
18066 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
18067         Log: More documentation for the encode pragma.
18068      Branch: perl
18069            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
18070            ! pod/perlapi.pod pod/perlunicode.pod sv.c
18071 ____________________________________________________________________________
18072 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
18073         Log: Thinko in #12783.
18074      Branch: perl
18075            ! sv.c
18076 ____________________________________________________________________________
18077 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
18078         Log: Make sv_recode_to_utf8() a real API: the encoding
18079              is a parameter, instead of a global.  Document the
18080              PERL_ENCODING.
18081      Branch: perl
18082            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
18083            ! toke.c
18084 ____________________________________________________________________________
18085 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
18086         Log: Enable -Mencoding=foobar also for string literals.
18087      Branch: perl
18088            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
18089            ! pod/perlapi.pod proto.h sv.c toke.c
18090 ____________________________________________________________________________
18091 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
18092         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
18093              From: Andy Dougherty <doughera@lafayette.edu>
18094              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
18095              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
18096      Branch: perl
18097            ! ext/POSIX/hints/svr4.pl
18098 ____________________________________________________________________________
18099 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
18100         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
18101              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
18102              Date: Mon, 29 Oct 2001 23:11:58 -0000
18103              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
18104              
18105              Add compat.h.
18106      Branch: perl
18107            ! lib/h2xs.t utils/h2xs.PL
18108 ____________________________________________________________________________
18109 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
18110         Log: Subject: PerlIOBuf_dup
18111              From: Nicholas Clark <nick@ccl4.org>              
18112              Date: Mon, 29 Oct 2001 21:52:35 +0000             
18113              Message-ID: <20011029215235.K41204@plum.flirble.org>
18114              
18115              Add prototype.
18116      Branch: perl
18117            ! perliol.h
18118 ____________________________________________________________________________
18119 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
18120         Log: Subject: [PATCH] Make malloc.c errors more useful
18121              From: Richard Soderberg <rs@oregonnet.com>
18122              Date: Mon, 29 Oct 2001 22:28:02 -0800
18123              Message-Id: <200110300628.WAA11025@oregonnet.com>
18124      Branch: perl
18125            ! malloc.c
18126 ____________________________________________________________________________
18127 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
18128         Log: Retract #12776 - the bug 19990906.001 is still valid.
18129      Branch: perl
18130            ! t/run/kill_perl.t
18131 ____________________________________________________________________________
18132 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
18133         Log: (Retracted by #12777)
18134              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
18135              From: Michael G Schwern <schwern@pobox.com> 
18136              Date: Mon, 29 Oct 2001 23:01:08 -0500
18137              Message-ID: <20011029230108.G18053@blackrider>
18138      Branch: perl
18139            ! t/run/kill_perl.t
18140 ____________________________________________________________________________
18141 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
18142         Log: Comment nits.
18143      Branch: perl
18144            ! lib/encoding.t
18145 ____________________________________________________________________________
18146 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
18147         Log: integrate change#12772 from mainline
18148              
18149              Subject: [PATCH] Mommy, what's a pointer cast?
18150      Branch: maint-5.6/perl
18151            ! perl.h
18152 ____________________________________________________________________________
18153 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
18154         Log: Subject: [PATCH] Mommy, what's a pointer cast?
18155              From: Richard Soderberg <rs@oregonnet.com>
18156              Date: Mon, 29 Oct 2001 17:01:10 -0800
18157              Message-Id: <200110300101.RAA31561@oregonnet.com>
18158              
18159              (threads* parts)
18160      Branch: perl
18161            ! ext/threads/shared/shared.xs ext/threads/threads.xs
18162 ____________________________________________________________________________
18163 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
18164         Log: Subject: [PATCH] Mommy, what's a pointer cast?
18165              From: Richard Soderberg <rs@oregonnet.com>
18166              Date: Mon, 29 Oct 2001 17:01:10 -0800
18167              Message-Id: <200110300101.RAA31561@oregonnet.com>
18168              
18169              (the perl.h part)
18170      Branch: perl
18171            ! perl.h
18172 ____________________________________________________________________________
18173 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
18174         Log: Subject: [PATCH] OpenBSD likes signal.h 
18175              From: Richard Soderberg <rs@oregonnet.com>
18176              Date: Mon, 29 Oct 2001 17:00:31 -0800
18177              Message-Id: <200110300100.RAA31533@oregonnet.com>
18178      Branch: perl
18179            ! unixish.h
18180 ____________________________________________________________________________
18181 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
18182         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
18183              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
18184              Date: Mon, 29 Oct 2001 23:04:23 -0000
18185              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
18186      Branch: perl
18187            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
18188            ! ext/DB_File/t/db-recno.t
18189 ____________________________________________________________________________
18190 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
18191         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
18192              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
18193              Date: Mon, 29 Oct 2001 12:34:07 -0600
18194              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
18195      Branch: perl
18196            ! ext/Time/HiRes/HiRes.t
18197 ____________________________________________________________________________
18198 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
18199         Log: Update Changes.
18200      Branch: perl
18201            ! Changes patchlevel.h
18202 ____________________________________________________________________________
18203 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
18204         Log: AIX needs an explicit symbol export list.
18205      Branch: perl
18206            ! lib/ExtUtils/Embed.t
18207 ____________________________________________________________________________
18208 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
18209         Log: The test (and the module) would require some
18210              quality hacking time to work on EBCDIC.  Based on
18211              the test results nothing seems to be majorly broken,
18212              the module just seems to have strange assumptions:
18213              got: ''\226\225\205'
18214              expected: ''one'
18215              The \226\225\205 being, of course, 'one', in EBCDIC.
18216      Branch: perl
18217            ! lib/Dumpvalue.t
18218 ____________________________________________________________________________
18219 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
18220         Log: Mark the test known to be failing in EBCDIC.
18221      Branch: perl
18222            ! t/op/tr.t
18223 ____________________________________________________________________________
18224 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
18225         Log: None of the libnet modules are going to work in
18226              EBCDIC without the Convert::EBCDIC.
18227      Branch: perl
18228            ! t/lib/1_compile.t
18229 ____________________________________________________________________________
18230 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
18231         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
18232      Branch: perl
18233            ! t/op/pack.t
18234 ____________________________________________________________________________
18235 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
18236         Log: UTF-EBCDIC ain't UTF-8.
18237      Branch: perl
18238            ! t/op/pack.t
18239 ____________________________________________________________________________
18240 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
18241         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
18242      Branch: perl
18243            ! t/lib/1_compile.t
18244 ____________________________________________________________________________
18245 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
18246         Log: Let's not assume ASCII.
18247      Branch: perl
18248            ! t/op/lc.t
18249 ____________________________________________________________________________
18250 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
18251         Log: Call the new perlio symbols differently.
18252      Branch: perl
18253            ! makedef.pl
18254 ____________________________________________________________________________
18255 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
18256         Log: Don't expect ASCII ordering.
18257      Branch: perl
18258            ! lib/ExtUtils/Manifest.t
18259 ____________________________________________________________________________
18260 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
18261         Log: Forgot from #12756.
18262      Branch: perl
18263            ! perlio.h
18264 ____________________________________________________________________________
18265 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
18266         Log: BeOS tweaks:
18267              - fseeko and ftello can be found by Configure but
18268              we do not seem to have prototypes for them so
18269              let's make up some
18270              - BeOS didn't use to have real sockets (sockets as
18271              filedescriptors) but the BONE package is supposed
18272              to fix this.  I do not know how to detect BONEness,
18273              see hints/beos.sh for a spot that needs to fixed.
18274              - BeOS has O_TEXT != O_BINARY but has no setmode()
18275      Branch: perl
18276            ! hints/beos.sh perlio.c
18277 ____________________________________________________________________________
18278 [ 12755] By: sky                                   on 2001/10/29  12:56:12
18279         Log: Ugly fix to not die when a thread creator is holding locks.
18280      Branch: perl
18281            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
18282            ! ext/threads/threads.xs
18283 ____________________________________________________________________________
18284 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
18285         Log: Integrate change #12752 from maintperl;
18286              
18287              croak(Nullch) wasn't printing the contents of ERRSV if there was
18288              no outer eval (bug in change#6125)
18289      Branch: perl
18290           !> util.c
18291 ____________________________________________________________________________
18292 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
18293         Log: Subject: [PATCH h2xs] Use of static data in XS modules
18294              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
18295              Date: Sun, 28 Oct 2001 21:19:07 -0000
18296              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
18297              
18298              with nits from Sarathy.
18299      Branch: perl
18300            ! utils/h2xs.PL
18301 ____________________________________________________________________________
18302 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
18303         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
18304              no outer eval (bug in change#6125)
18305      Branch: maint-5.6/perl
18306            ! util.c
18307 ____________________________________________________________________________
18308 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
18309         Log: More todo for the encoding pragma.
18310      Branch: perl
18311            ! lib/encoding.pm
18312 ____________________________________________________________________________
18313 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
18314         Log: Add the encoding pragma to control the "upgrade"
18315              from the native eight bit data to Unicode.
18316              
18317              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
18318      Branch: perl
18319            + lib/encoding.pm lib/encoding.t
18320            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
18321            ! pod/perlunicode.pod pod/perlvar.pod sv.c
18322 ____________________________________________________________________________
18323 [ 12749] By: sky                                   on 2001/10/28  21:02:33
18324         Log: Update documentation.
18325      Branch: perl
18326            ! ext/threads/shared/shared.pm
18327 ____________________________________________________________________________
18328 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
18329         Log: Integrate change #12747 from maintperl;
18330              
18331              finishing touches to system() fixes on windows:
18332              * detect cmd shell correctly even if it had full path in it
18333              * more quoting needed for single-arg system if the argument
18334              really had multiple quoted arguments within it
18335              * be smarter about not calling the shell when the executable
18336              has spaces, but otherwise does not need shell involvement
18337              * add a testsuite (windows-specific currently)
18338      Branch: perl
18339           +> t/op/system.t t/op/system_tests
18340            ! MANIFEST pod/perltodo.pod
18341           !> win32/win32.c
18342 ____________________________________________________________________________
18343 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
18344         Log: finishing touches to system() fixes on windows:
18345              * detect cmd shell correctly even if it had full path in it
18346              * more quoting needed for single-arg system if the argument
18347              really had multiple quoted arguments within it
18348              * be smarter about not calling the shell when the executable
18349              has spaces, but otherwise does not need shell involvement
18350              * add a testsuite (windows-specific currently)
18351      Branch: maint-5.6/perl
18352            + t/op/system.t t/op/system_tests
18353            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
18354 ____________________________________________________________________________
18355 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
18356         Log: Integrate perlio.
18357      Branch: perl
18358           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
18359 ____________________________________________________________________________
18360 [ 12745] By: nick                                  on 2001/10/28  16:08:14
18361         Log: Mingw32 fixup for Embed.t
18362      Branch: perlio
18363            ! lib/ExtUtils/Embed.t
18364 ____________________________________________________________________________
18365 [ 12744] By: nick                                  on 2001/10/28  15:54:14
18366         Log: GCC vs MS 64-bit constant syntax
18367      Branch: perlio
18368            ! ext/Time/HiRes/HiRes.xs
18369 ____________________________________________________________________________
18370 [ 12743] By: nick                                  on 2001/10/28  15:42:55
18371         Log: Integrate mainline
18372      Branch: perlio
18373           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
18374 ____________________________________________________________________________
18375 [ 12742] By: sky                                   on 2001/10/28  14:47:10
18376         Log: Manpage updates.
18377      Branch: perl
18378            ! ext/threads/threads.pm
18379 ____________________________________________________________________________
18380 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
18381         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
18382      Branch: perl
18383            ! lib/ExtUtils/Embed.t
18384 ____________________________________________________________________________
18385 [ 12740] By: nick                                  on 2001/10/28  14:14:24
18386         Log: Integrate mainline
18387      Branch: perlio
18388           !> lib/ExtUtils/Embed.t win32/win32.c
18389 ____________________________________________________________________________
18390 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
18391         Log: Need to be ./executed.
18392      Branch: perl
18393            ! lib/ExtUtils/Embed.t
18394 ____________________________________________________________________________
18395 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
18396         Log: Integrate perlio.
18397      Branch: perl
18398           !> perlio.c win32/win32.h
18399 ____________________________________________________________________________
18400 [ 12737] By: nick                                  on 2001/10/28  13:53:45
18401         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
18402              by gcc -xc++.
18403      Branch: perlio
18404            ! win32/win32.h
18405 ____________________________________________________________________________
18406 [ 12736] By: nick                                  on 2001/10/28  13:50:50
18407         Log: Have :stdio layer update an honour the fd refcnt table.
18408              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
18409      Branch: perlio
18410            ! perlio.c
18411 ____________________________________________________________________________
18412 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
18413         Log: Integrate changes #12724 and #12725 from maintperl;
18414              multiarg system now works.
18415      Branch: perl
18416           !> win32/win32.c
18417 ____________________________________________________________________________
18418 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
18419         Log: Integrate perlio.
18420      Branch: perl
18421           +> lib/ExtUtils/Embed.t
18422           !> MANIFEST perlio.c
18423 ____________________________________________________________________________
18424 [ 12733] By: nick                                  on 2001/10/28  13:07:16
18425         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
18426              least for PERLIO=perlio unthreaded case
18427      Branch: perlio
18428            ! perlio.c
18429 ____________________________________________________________________________
18430 [ 12732] By: nick                                  on 2001/10/28  11:10:24
18431         Log: Typo in exe name
18432      Branch: perlio
18433            ! lib/ExtUtils/Embed.t
18434 ____________________________________________________________________________
18435 [ 12731] By: nick                                  on 2001/10/28  11:09:59
18436         Log: Integrate Mainline
18437      Branch: perlio
18438           !> Changes configure.com ext/DB_File/DB_File.pm
18439           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
18440           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
18441           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
18442           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
18443           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
18444           !> t/TEST t/op/regexp.t win32/buildext.pl
18445 ____________________________________________________________________________
18446 [ 12730] By: nick                                  on 2001/10/28  11:05:35
18447         Log: Fixup Embed.t for Win32/VC++
18448      Branch: perlio
18449            ! lib/ExtUtils/Embed.t
18450 ____________________________________________________________________________
18451 [ 12729] By: nick                                  on 2001/10/28  09:36:20
18452         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
18453              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
18454              ExtUtils::Embed.
18455      Branch: perlio
18456            + lib/ExtUtils/Embed.t
18457            ! MANIFEST
18458 ____________________________________________________________________________
18459 [ 12728] By: sky                                   on 2001/10/28  08:12:53
18460         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
18461              line manually!
18462      Branch: perl
18463            ! lib/ExtUtils/xsubpp
18464 ____________________________________________________________________________
18465 [ 12727] By: sky                                   on 2001/10/28  08:02:09
18466         Log: And here we use the prototypes.
18467      Branch: perl
18468            ! ext/threads/shared/shared.xs
18469 ____________________________________________________________________________
18470 [ 12726] By: sky                                   on 2001/10/28  08:00:48
18471         Log: Support [] style prototypes.
18472      Branch: perl
18473            ! lib/ExtUtils/xsubpp
18474 ____________________________________________________________________________
18475 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
18476         Log: yet another multi-arg system() fix on windows: batch files as the
18477              first argument (i.e. directly executed by CreateProcess()) need
18478              extra quoting to escape shell-shock
18479      Branch: maint-5.6/perl
18480            ! win32/win32.c
18481 ____________________________________________________________________________
18482 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
18483         Log: another multi-arg system() fix on windows: passing empty arguments
18484              now works
18485      Branch: maint-5.6/perl
18486            ! win32/win32.c
18487 ____________________________________________________________________________
18488 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
18489         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
18490              No final #else #error because we do not seem to
18491              be using #error?
18492      Branch: perl
18493            ! op.h
18494 ____________________________________________________________________________
18495 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
18496         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
18497              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
18498              Date: Sat, 27 Oct 2001 23:28:44 EST 
18499              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
18500      Branch: perl
18501            ! ext/Time/HiRes/HiRes.xs
18502 ____________________________________________________________________________
18503 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
18504         Log: Regen perlapi, perltoc.
18505      Branch: perl
18506            ! pod/perlapi.pod pod/perltoc.pod
18507 ____________________________________________________________________________
18508 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
18509         Log: Subject: [PATCH] sv.h documentation
18510              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
18511              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
18512              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
18513      Branch: perl
18514            ! sv.h
18515 ____________________________________________________________________________
18516 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
18517         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
18518              system("nmake -nologo", "clean") and there is no executable
18519              called "nmake -nologo"; this used to "work" pre-change#12559 due
18520              to bugs in multiarg system() that have since been fixed
18521      Branch: perl
18522            ! win32/buildext.pl
18523 ____________________________________________________________________________
18524 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
18525         Log: Update Changes.
18526      Branch: perl
18527            ! Changes patchlevel.h
18528 ____________________________________________________________________________
18529 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
18530         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
18531              From: Richard.Foley@t-online.de (Richard Foley)            
18532              Date: Sun, 28 Oct 2001 00:48:32 +0200
18533              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
18534      Branch: perl
18535            ! pod/perlhack.pod
18536 ____________________________________________________________________________
18537 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
18538         Log: Must store pointers with the right width.
18539      Branch: perl
18540            ! op.h
18541 ____________________________________________________________________________
18542 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
18543         Log: Integrate change #12711 from perlio;
18544              
18545              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
18546              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
18547      Branch: perl
18548           !> perlio.c
18549 ____________________________________________________________________________
18550 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
18551         Log: Subject: [PATCH] make minitest
18552              From: Nicholas Clark <nick@ccl4.org>
18553              Date: Sat, 27 Oct 2001 22:56:16 +0100
18554              Message-ID: <20011027225616.L20275@plum.flirble.org>
18555      Branch: perl
18556            ! t/TEST
18557 ____________________________________________________________________________
18558 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
18559         Log: Patch #12661 missed this.
18560      Branch: perl
18561            ! ext/DB_File/DB_File.pm
18562 ____________________________________________________________________________
18563 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
18564         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
18565              From: "Craig A. Berry" <craigberry@mac.com>
18566              Date: Sat, 27 Oct 2001 16:07:47 -0500
18567              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
18568      Branch: perl
18569            ! configure.com perlio.c
18570 ____________________________________________________________________________
18571 [ 12711] By: nick                                  on 2001/10/27  19:49:25
18572         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
18573              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
18574      Branch: perlio
18575            ! perlio.c
18576 ____________________________________________________________________________
18577 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
18578         Log: Let's not replace reason if there's one already supplied.
18579      Branch: perl
18580            ! t/op/regexp.t
18581 ____________________________________________________________________________
18582 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
18583         Log: is not good.
18584      Branch: perl
18585            ! t/op/regexp.t
18586 ____________________________________________________________________________
18587 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
18588         Log: ldlibpth can exist but be unset.
18589      Branch: perl
18590            ! t/TEST
18591 ____________________________________________________________________________
18592 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
18593         Log: Unicode: property alias naming cleanup.
18594      Branch: perl
18595            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
18596 ____________________________________________________________________________
18597 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
18598         Log: FAQ sync.
18599      Branch: perl
18600            ! pod/perlfaq4.pod
18601 ____________________________________________________________________________
18602 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
18603         Log: Integrate change #12703 from maintperl;
18604              
18605              typemap stuff intervenes before declaration, move it to PREINIT
18606              section
18607              
18608              (an empty integrate, but now the files are in sync
18609              between the branches)
18610      Branch: perl
18611           !> ext/ODBM_File/ODBM_File.xs
18612 ____________________________________________________________________________
18613 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
18614         Log: More PerlIO symbols.
18615      Branch: perl
18616            ! makedef.pl
18617 ____________________________________________________________________________
18618 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
18619         Log: typemap stuff intervenes before declaration, move it to PREINIT
18620              section
18621      Branch: maint-5.6/perl
18622            ! ext/ODBM_File/ODBM_File.xs
18623 ____________________________________________________________________________
18624 [ 12702] By: nick                                  on 2001/10/27  14:09:35
18625         Log: Integrate mainline
18626      Branch: perlio
18627           +> ext/threads/shared/t/av_simple.t
18628           +> ext/threads/shared/t/hv_refs.t
18629           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
18630           !> (integrate 109 files)
18631 ____________________________________________________________________________
18632 [ 12700] By: ams                                   on 2001/10/26  21:22:23
18633         Log: Subject: [PATCH] tweak divide
18634              From: Nicholas Clark <nick@ccl4.org>
18635              Date: Fri, 26 Oct 2001 22:52:17 +0100
18636              Message-Id: <20011026225217.B20275@plum.flirble.org>
18637      Branch: perl
18638            ! pp.c
18639 ____________________________________________________________________________
18640 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
18641         Log: Integrate a buncha things from maintperl.
18642      Branch: maint-5.6/macperl
18643           !> (integrate 32 files)
18644 ____________________________________________________________________________
18645 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
18646         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
18647              From: Andy Dougherty <doughera@lafayette.edu>
18648              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
18649              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
18650      Branch: perl
18651            ! hints/svr4.sh
18652 ____________________________________________________________________________
18653 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
18654         Log: When you're root, many things become writable.
18655      Branch: perl
18656            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
18657 ____________________________________________________________________________
18658 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
18659         Log: Update Changes.
18660      Branch: perl
18661            ! Changes patchlevel.h
18662 ____________________________________________________________________________
18663 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
18664         Log: Term/Cap.t attempts to access the floppy drive for no good reason
18665              on dosish systems
18666      Branch: perl
18667            ! lib/Term/Cap.t
18668 ____________________________________________________________________________
18669 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
18670         Log: fix misleading comment on known inadequacy in B::Terse, and skip
18671              it correctly
18672      Branch: perl
18673            ! ext/B/t/terse.t
18674 ____________________________________________________________________________
18675 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
18676         Log: fix spurious AutoSplit.t failure under windows
18677      Branch: perl
18678            ! lib/AutoSplit.t
18679 ____________________________________________________________________________
18680 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
18681         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
18682      Branch: perl
18683            ! ext/Time/HiRes/HiRes.t
18684 ____________________________________________________________________________
18685 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
18686         Log: More logical to use %04"UVXf" than %"UVuf" since
18687              the Unicode standard prefers hex.
18688      Branch: perl
18689            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
18690            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
18691            ! lib/unicore/mktables utf8.c
18692 ____________________________________________________________________________
18693 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
18694         Log: change#12065 seems to have broken Encode build on windows; fix
18695      Branch: perl
18696            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
18697 ____________________________________________________________________________
18698 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
18699         Log: Unicode: add the case folding table.
18700      Branch: perl
18701            + lib/unicore/To/Fold.pl
18702            ! MANIFEST lib/unicore/mktables
18703 ____________________________________________________________________________
18704 [ 12688] By: sky                                   on 2001/10/26  13:51:29
18705         Log: Get the new functions right, do not export lock since we use builtin lock.
18706              TODO: fix xsubpp to support the new prototypes
18707      Branch: perl
18708            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
18709 ____________________________________________________________________________
18710 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
18711         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
18712              as suggested by Sarathy.
18713      Branch: perl
18714            ! mg.c
18715 ____________________________________________________________________________
18716 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
18717         Log: avoid compiler warning
18718      Branch: perl
18719            ! win32/win32.c
18720 ____________________________________________________________________________
18721 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
18722         Log: WinCE update from Rainer Keuchel.
18723      Branch: perl
18724            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
18725            ! wince/wince.c
18726 ____________________________________________________________________________
18727 [ 12684] By: sky                                   on 2001/10/26  13:34:33
18728         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
18729      Branch: perl
18730            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
18731 ____________________________________________________________________________
18732 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
18733         Log: More fixes that were made to the core and not in the libnet src
18734      Branch: perl
18735            ! lib/Net/Domain.pm
18736 ____________________________________________________________________________
18737 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
18738         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
18739              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
18740              Date: Fri, 26 Oct 2001 13:55:21 +0200
18741              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
18742              
18743              (plus make the db-recno.t#59 accept both \n and \r\n)
18744      Branch: perl
18745            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
18746            ! ext/DB_File/t/db-recno.t
18747 ____________________________________________________________________________
18748 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
18749         Log: Fix tests to be able to run in the core and the CPAN dist
18750      Branch: perl
18751            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
18752            ! lib/Net/t/require.t lib/Net/t/smtp.t
18753 ____________________________________________________________________________
18754 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
18755         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
18756              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18757              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
18758              Date: Fri, 26 Oct 2001 08:34:46 EDT
18759      Branch: perl
18760            ! ext/Time/HiRes/HiRes.t
18761 ____________________________________________________________________________
18762 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
18763         Log: Sync libnet modules with what will be libnet-1.08
18764      Branch: perl
18765            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
18766            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
18767            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
18768            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
18769 ____________________________________________________________________________
18770 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
18771         Log: Integrate maintperl changes #12268 and #12669;
18772              
18773              final touches to the audit for statics and thread-unsafe code
18774              * make DB_File, ODBM_File thread-safe 
18775              * remove unnecessary/dangerous statics and protect others
18776              from not getting accidentally enabled under threaded perls
18777              
18778              windows support functions get_childdir() et al aren't exported
18779              correctly under vanilla build
18780              
18781              Testing under win32 appreciated since changes there had
18782              to be manually merged and I cannot test how badly did I do.
18783      Branch: perl
18784           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
18785           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
18786           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
18787           !> win32/vmem.h win32/win32.c win32/win32iop.h
18788 ____________________________________________________________________________
18789 [ 12677] By: sky                                   on 2001/10/26  12:37:17
18790         Log: More Config::threads to threads::threads changes
18791      Branch: perl
18792            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
18793 ____________________________________________________________________________
18794 [ 12676] By: sky                                   on 2001/10/26  12:31:46
18795         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
18796      Branch: perl
18797            ! ext/threads/threads.pm ext/threads/threads.xs
18798 ____________________________________________________________________________
18799 [ 12675] By: sky                                   on 2001/10/26  12:06:30
18800         Log: Allocing a TLS in runtime is not too hot.
18801      Branch: perl
18802            ! ext/threads/threads.xs
18803 ____________________________________________________________________________
18804 [ 12674] By: sky                                   on 2001/10/26  11:59:09
18805         Log: Don't display debug data.
18806      Branch: perl
18807            ! ext/threads/threads.pm
18808 ____________________________________________________________________________
18809 [ 12673] By: sky                                   on 2001/10/26  11:35:47
18810         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
18811              complete bar support for blessed objects.
18812              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
18813      Branch: perl
18814            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
18815 ____________________________________________________________________________
18816 [ 12672] By: sky                                   on 2001/10/26  11:15:28
18817         Log: Fix case where shared reference does not exist in current thread.
18818      Branch: perl
18819            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
18820 ____________________________________________________________________________
18821 [ 12671] By: sky                                   on 2001/10/26  08:48:52
18822         Log: Support for references in shared arrays.
18823      Branch: perl
18824            ! ext/threads/shared/shared.xs
18825 ____________________________________________________________________________
18826 [ 12670] By: sky                                   on 2001/10/26  08:30:11
18827         Log: Add tests for references in hashes.
18828      Branch: perl
18829            + ext/threads/shared/t/hv_refs.t
18830            ! MANIFEST
18831 ____________________________________________________________________________
18832 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
18833         Log: windows support functions get_childdir() et al aren't exported
18834              correctly under vanilla build
18835      Branch: maint-5.6/perl
18836            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
18837 ____________________________________________________________________________
18838 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
18839         Log: final touches to the audit for statics and thread-unsafe code
18840              * make DB_File, ODBM_File thread-safe 
18841              * remove unnecessary/dangerous statics and protect others
18842              from not getting accidentally enabled under threaded perls
18843      Branch: maint-5.6/perl
18844            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
18845            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
18846            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
18847            ! win32/win32.c
18848 ____________________________________________________________________________
18849 [ 12667] By: ams                                   on 2001/10/26  03:48:36
18850         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
18851              From: "Richard Soderberg" <rs@crystalflame.net>
18852              Date: Thu, 25 Oct 2001 23:42:50 -0400
18853              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
18854      Branch: perl
18855            ! sharedsv.c
18856 ____________________________________________________________________________
18857 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
18858         Log: Integrate change #12664 from maintperl;
18859              
18860              the newest GCCs don't seem to like C<"string1"##STRING2>
18861              so keep it as C<"string1" STRING2> (latter appears to
18862              work everywhere)
18863      Branch: perl
18864           !> ext/DynaLoader/dlutils.c
18865 ____________________________________________________________________________
18866 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
18867         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
18868              From: Chris Nandor <pudge@pobox.com>
18869              Date: Thu, 25 Oct 2001 22:15:03 -0400
18870              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
18871      Branch: perl
18872            ! perl.h
18873 ____________________________________________________________________________
18874 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
18875         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
18876              C<"string1" STRING2> (latter appears to work everywhere)
18877      Branch: maint-5.6/perl
18878            ! ext/DynaLoader/dlutils.c
18879 ____________________________________________________________________________
18880 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
18881         Log: AUTHORS update.
18882      Branch: perl
18883            ! AUTHORS
18884 ____________________________________________________________________________
18885 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
18886         Log: Integrate change #12660 from maintperl;
18887              
18888              make the dMY_CXT stuff available under all of
18889              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
18890      Branch: perl
18891           !> perl.h
18892 ____________________________________________________________________________
18893 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
18894         Log: Subject: [PATCH] DB_File-1.79
18895              From: "Paul Marquess" <paul.marquess@openwave.com>
18896              Date: Fri, 26 Oct 2001 00:03:54 +0100
18897              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
18898      Branch: perl
18899            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
18900            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
18901 ____________________________________________________________________________
18902 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
18903         Log: make the dMY_CXT stuff available under all of
18904              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
18905      Branch: maint-5.6/perl
18906            ! perl.h
18907 ____________________________________________________________________________
18908 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
18909         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
18910              From: Michael G Schwern <schwern@pobox.com>
18911              Date: Thu, 25 Oct 2001 18:28:12 -0400
18912              Message-ID: <20011025182812.M4811@blackrider>
18913      Branch: perl
18914            ! t/run/kill_perl.t
18915 ____________________________________________________________________________
18916 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
18917         Log: STRLEN != int.
18918      Branch: perl
18919            ! regcomp.c regexec.c
18920 ____________________________________________________________________________
18921 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
18922         Log: Subject: [PATCH] remove small IVop redundancy
18923              From: Nicholas Clark <nick@ccl4.org>
18924              Date: Thu, 25 Oct 2001 22:48:28 +0100
18925              Message-ID: <20011025224827.M66471@plum.flirble.org>
18926      Branch: perl
18927            ! pp.c pp_hot.c
18928 ____________________________________________________________________________
18929 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
18930         Log: Metaconfig unit change for #12655.
18931      Branch: metaconfig/U/perl
18932            ! Extensions.U
18933 ____________________________________________________________________________
18934 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
18935         Log: Subject: Re: Not OK @12650
18936              From: Andy Dougherty <doughera@lafayette.edu>
18937              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
18938              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
18939      Branch: perl
18940            ! Configure
18941 ____________________________________________________________________________
18942 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
18943         Log: Integrate changes #12652 and #12653 from maintperl;
18944              
18945              more tweaks to change#12626
18946              * move the boilerplate code over to perl.h and make DynaLoader
18947              use it
18948              * make re, Opcode, File::Glob and B threadsafe
18949              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
18950              C<no re;> anywhere)
18951              
18952              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
18953              
18954              File::Glob required a bit more work in bleadperl
18955              because of ExtUtils::Constant (see the Makefile.PL change)
18956      Branch: perl
18957            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
18958           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
18959           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
18960 ____________________________________________________________________________
18961 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
18962         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
18963      Branch: maint-5.6/perl
18964            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
18965            ! ext/Opcode/Opcode.xs ext/re/re.xs
18966 ____________________________________________________________________________
18967 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
18968         Log: more tweaks to change#12626
18969              * move the boilerplate code over to perl.h and make DynaLoader
18970              use it
18971              * make re, Opcode, File::Glob and B threadsafe
18972              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
18973              C<no re;> anywhere)
18974      Branch: maint-5.6/perl
18975            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
18976            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
18977 ____________________________________________________________________________
18978 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
18979         Log: Metaconfig unit change for #12650.
18980      Branch: metaconfig/U/perl
18981            ! Extensions.U
18982 ____________________________________________________________________________
18983 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
18984         Log: Subject: Re: ithreads doesn't like usedl=n
18985              From: Andy Dougherty <doughera@lafayette.edu>
18986              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
18987              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
18988              
18989              Special-case threads::shared.
18990      Branch: perl
18991            ! Configure
18992 ____________________________________________________________________________
18993 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
18994         Log: Getting fancier...
18995      Branch: perl
18996            ! t/TEST
18997 ____________________________________________________________________________
18998 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
18999         Log: csh - what a pain.
19000      Branch: perl
19001            ! t/TEST
19002 ____________________________________________________________________________
19003 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
19004         Log: Update Changes.
19005      Branch: perl
19006            ! Changes patchlevel.h
19007 ____________________________________________________________________________
19008 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
19009         Log: Allow resetting the locale system for the duration
19010              of the build (Mac OS X default setting LANG=En_US
19011              ist kaputt)
19012      Branch: perl
19013            ! Makefile.SH
19014 ____________________________________________________________________________
19015 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
19016         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
19017      Branch: perl
19018            ! ext/Digest/MD5/t/files.t
19019 ____________________________________________________________________________
19020 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
19021         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
19022              From: Andy Dougherty <doughera@lafayette.edu>
19023              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
19024              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
19025      Branch: perl
19026            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
19027            ! ext/threads/shared/Makefile.PL
19028 ____________________________________________________________________________
19029 [ 12643] By: sky                                   on 2001/10/25  12:28:26
19030         Log: Add support for reference members of hashes.
19031      Branch: perl
19032            ! ext/threads/shared/shared.xs
19033 ____________________________________________________________________________
19034 [ 12642] By: ams                                   on 2001/10/25  12:21:13
19035         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
19036              From: "Norton Allen" <nort@qnx.com>
19037              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
19038              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
19039      Branch: perl
19040            ! ext/Digest/MD5/MD5.xs
19041 ____________________________________________________________________________
19042 [ 12641] By: sky                                   on 2001/10/25  10:27:39
19043         Log: Tests shared hashes.
19044      Branch: perl
19045            + ext/threads/shared/t/hv_simple.t
19046            ! MANIFEST
19047 ____________________________________________________________________________
19048 [ 12640] By: sky                                   on 2001/10/25  10:18:23
19049         Log: Fix threadcounts for arrays and hashes.
19050      Branch: perl
19051            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
19052 ____________________________________________________________________________
19053 [ 12639] By: sky                                   on 2001/10/25  10:17:26
19054         Log: Note to self, doing *src_ary++ in a macro that evaluates
19055              the value more than once is a good way to dump core.
19056      Branch: perl
19057            ! sharedsv.c
19058 ____________________________________________________________________________
19059 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
19060         Log: Integrate change #12636 from maintperl; more dl fixups.
19061      Branch: perl
19062           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
19063           !> ext/DynaLoader/dl_vms.xs
19064 ____________________________________________________________________________
19065 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
19066         Log: Like dl_hpux, like dl_dld.
19067      Branch: perl
19068            ! ext/DynaLoader/dl_dld.xs
19069 ____________________________________________________________________________
19070 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
19071         Log: followups to change#12635
19072      Branch: maint-5.6/perl
19073            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
19074            ! ext/DynaLoader/dl_vms.xs
19075 ____________________________________________________________________________
19076 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
19077         Log: add part of change#12634 to the two files that need it; dl_aix.xs
19078              in maint-5.6 doesn't have the branch that had the problem in
19079              mainline
19080      Branch: maint-5.6/perl
19081            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
19082 ____________________________________________________________________________
19083 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
19084         Log: Fixes for #12627.
19085      Branch: perl
19086            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
19087 ____________________________________________________________________________
19088 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
19089         Log: Since pv_uni_display and sv_uni_display are now used
19090              in the re extension, their symbols have to be exported.
19091      Branch: perl
19092            ! embed.pl global.sym
19093 ____________________________________________________________________________
19094 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
19095         Log: Subject:  Re: [PATCH Perl@12567] debug /list
19096              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19097              Date: Tue, 23 Oct 2001 21:40:33 EDT
19098              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
19099      Branch: perl
19100            ! configure.com
19101 ____________________________________________________________________________
19102 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
19103         Log: This takes care of some of the re 'debug' cases but
19104              not all cases since the information whether the pattern
19105              or the target are utf8 seems to be either lost or not
19106              spread widely enough, sigh.
19107      Branch: perl
19108            ! regcomp.c
19109 ____________________________________________________________________________
19110 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
19111         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
19112              From: John Peacock <jpeacock@rowman.com>
19113              Date: Wed, 24 Oct 2001 16:53:29 -0400
19114              Message-ID: <3BD72A49.1508D152@rowman.com>
19115      Branch: perl
19116            ! configure.com
19117 ____________________________________________________________________________
19118 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
19119         Log: Upgrade NetWare and WinCE as in #12626.
19120      Branch: perl
19121            ! NetWare/dl_netware.xs wince/dl_win32.xs
19122 ____________________________________________________________________________
19123 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
19124         Log: Tru64 compiler nit.
19125      Branch: perl
19126            ! ext/threads/shared/shared.xs
19127 ____________________________________________________________________________
19128 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
19129         Log: Integrate change #12626 from maintperl;
19130              make DynaLoader threadsafe by moving all statics into
19131              interpreter-local space
19132              
19133              TODO: Netware, OS/2, WinCE
19134      Branch: perl
19135           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
19136           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
19137           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
19138           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
19139           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
19140           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
19141           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
19142 ____________________________________________________________________________
19143 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
19144         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
19145              space
19146      Branch: maint-5.6/perl
19147            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
19148            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
19149            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
19150            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
19151            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
19152            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
19153            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
19154 ____________________________________________________________________________
19155 [ 12625] By: sky                                   on 2001/10/24  20:05:26
19156         Log: Change #12623 inflicted an infinite hang. Fixed.
19157      Branch: perl
19158            ! ext/threads/shared/shared.xs
19159 ____________________________________________________________________________
19160 [ 12624] By: sky                                   on 2001/10/24  19:06:55
19161         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
19162      Branch: perl
19163            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
19164 ____________________________________________________________________________
19165 [ 12623] By: sky                                   on 2001/10/24  18:06:34
19166         Log: We need to do sharedsv_find in the original perl context.
19167      Branch: perl
19168            ! ext/threads/shared/shared.xs
19169 ____________________________________________________________________________
19170 [ 12622] By: sky                                   on 2001/10/24  17:26:51
19171         Log: Add support for basic support for AVs, references not supported yet.
19172              Add test for AVs.
19173              Add more tests to sv_refs
19174              Fix documentation issues.  
19175      Branch: perl
19176            + ext/threads/shared/t/av_simple.t
19177            ! MANIFEST ext/threads/shared/shared.pm
19178            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
19179 ____________________________________________________________________________
19180 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
19181         Log: Dump Unicode better for re 'debug'.  The regprop()
19182              is unfinished since have to figure out how to detect
19183              Unicodeness in there.
19184      Branch: perl
19185            ! regcomp.c regexec.c
19186 ____________________________________________________________________________
19187 [ 12620] By: sky                                   on 2001/10/24  13:18:07
19188         Log: Add support for finding shared arrays and hashes.
19189      Branch: perl
19190            ! sharedsv.c
19191 ____________________________________________________________________________
19192 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
19193         Log: Rewrite sv_uni_display() as pv_uni_display() as
19194              reimplement sv_uni_display() using that.
19195      Branch: perl
19196            ! dump.c embed.h embed.pl proto.h
19197 ____________________________________________________________________________
19198 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
19199         Log: Integrate change #12615 from maintperl;
19200              on Windows, IO::File::new_tmpfile() fails after being called
19201              32767 times because MSVCRT thinks stdio's TMP_MAX is a
19202              process-wide limit
19203      Branch: perl
19204           !> win32/win32.c
19205 ____________________________________________________________________________
19206 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
19207         Log: Don't try to print ints as IVs.
19208      Branch: perl
19209            ! ext/Time/HiRes/HiRes.xs
19210 ____________________________________________________________________________
19211 [ 12616] By: sky                                   on 2001/10/24  11:06:35
19212         Log: We only need to fetch the SV from the backend if the index
19213              is not the same as mg_private.     In theory this could be
19214              a problem if there are an exact multiple of U16 changes
19215              of a shared variable between two access in a given thread,
19216              we choose to avoid theory for now.
19217      Branch: perl
19218            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
19219 ____________________________________________________________________________
19220 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
19221         Log: on Windows, IO::File::new_tmpfile() fails after being called
19222              32767 times because MSVCRT thinks stdio's TMP_MAX is a
19223              process-wide limit
19224      Branch: maint-5.6/perl
19225            ! win32/win32.c
19226 ____________________________________________________________________________
19227 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
19228         Log: Negation and Unicode: sort of solves 20010303.010,
19229              except not quite like reported in the Subject
19230              (Perl_warner is still utf8-ignorant).
19231      Branch: perl
19232            ! pp.c t/lib/warnings/sv
19233 ____________________________________________________________________________
19234 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
19235         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
19236      Branch: perl
19237            ! sv.c t/lib/warnings/sv
19238 ____________________________________________________________________________
19239 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
19240         Log: sv_uni_display(): do not add the "...", let the caller
19241              do it if wanted, and be prepared for more display options.
19242      Branch: perl
19243            ! dump.c embed.h embed.pl proto.h
19244 ____________________________________________________________________________
19245 [ 12611] By: nick                                  on 2001/10/23  20:28:07
19246         Log: Integrate mainline
19247      Branch: perlio
19248           !> Changes configure.com cygwin/cygwin.c
19249           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
19250           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
19251           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
19252           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
19253           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
19254           !> utils/h2xs.PL utils/perldoc.PL
19255 ____________________________________________________________________________
19256 [ 12610] By: sky                                   on 2001/10/23  19:39:24
19257         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
19258              don't call themselves READONLY but still die with modification
19259              attempt. We only call bless for ext and umagic.
19260      Branch: perl
19261            ! sv.c
19262 ____________________________________________________________________________
19263 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
19264         Log: Croak() on negative time; doc tweaks.
19265      Branch: perl
19266            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
19267            ! ext/Time/HiRes/HiRes.xs
19268 ____________________________________________________________________________
19269 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
19270         Log: FAQ sync.
19271      Branch: perl
19272            ! pod/perlfaq4.pod pod/perlfaq7.pod
19273 ____________________________________________________________________________
19274 [ 12607] By: sky                                   on 2001/10/23  18:27:27
19275         Log: Call setmagic on the referent we are blessing.
19276      Branch: perl
19277            ! sv.c
19278 ____________________________________________________________________________
19279 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
19280         Log: Small test nits.
19281      Branch: perl
19282            ! t/op/lc.t
19283 ____________________________________________________________________________
19284 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
19285         Log: Update Changes.
19286      Branch: perl
19287            ! Changes patchlevel.h
19288 ____________________________________________________________________________
19289 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
19290         Log: Make the PerlIO_init() prototypes consistent.
19291      Branch: perl
19292            ! perlio.c
19293 ____________________________________________________________________________
19294 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
19295         Log: Upping the test count is a good idea.
19296      Branch: perl
19297            ! t/op/lc.t
19298 ____________________________________________________________________________
19299 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
19300         Log: Document the final sigma spot.
19301      Branch: perl
19302            ! pp.c
19303 ____________________________________________________________________________
19304 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
19305         Log: Fix multicharacter titlecase (ucfirst).
19306      Branch: perl
19307            ! pod/perlunicode.pod pp.c t/op/lc.t
19308 ____________________________________________________________________________
19309 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
19310         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
19311              From: Mikhail Zabaluev <mhz@alt-linux.org>
19312              Date: Tue, 23 Oct 2001 10:40:37 +0400
19313              Message-ID: <20011023104037.A12761@localhost.localdomain>
19314              
19315              (#12406 replaced with this)
19316      Branch: perl
19317            ! utils/perldoc.PL
19318 ____________________________________________________________________________
19319 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
19320         Log: MacOS Classic updates from Pudge.
19321      Branch: perl
19322            ! lib/File/Spec.t lib/File/Spec/Mac.pm
19323 ____________________________________________________________________________
19324 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
19325         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
19326              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
19327              Date: Sun, 14 Oct 2001 23:14:46 +0200
19328              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
19329              
19330              except for the 2->4 changes.
19331      Branch: perl
19332            ! lib/AutoSplit.t
19333 ____________________________________________________________________________
19334 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
19335         Log: integrate macperl contents into maint-5.6
19336      Branch: maint-5.6/perl
19337            ! mg.c
19338           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
19339           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
19340           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
19341           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
19342           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
19343           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
19344           !> t/lib/filefind.t t/lib/filespec.t
19345 ____________________________________________________________________________
19346 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
19347         Log: At some point the #6234 has been lost from the mainline
19348              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
19349      Branch: perl
19350            ! lib/File/Spec/Win32.pm
19351 ____________________________________________________________________________
19352 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
19353         Log: Cygwin seems to round up (or closest, but not down)
19354              for time(), so half of the time (bad pun intended)
19355              Time::HiRes::time() is less than time(), half of
19356              the time it's more.  So let's try harder in the loop.
19357      Branch: perl
19358            ! ext/Time/HiRes/HiRes.t
19359 ____________________________________________________________________________
19360 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
19361         Log: MacOS Classic timeofday(), from Chris Nandor. 
19362      Branch: perl
19363            ! ext/Time/HiRes/HiRes.xs
19364 ____________________________________________________________________________
19365 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
19366         Log: Integrate changes #12580 and #12581 from macperl;
19367              
19368              Fix path construction.
19369              
19370              (Copyright) Nit.
19371      Branch: perl
19372           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
19373 ____________________________________________________________________________
19374 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
19375         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
19376              doesn't seem to help (the error being output to console, maybe?)
19377      Branch: perl
19378            ! lib/Net/Domain.pm
19379 ____________________________________________________________________________
19380 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
19381         Log: Taint the getcwd() result also in Cygwin.
19382              (TODO: which other platforms need the same thing?)
19383      Branch: perl
19384            ! cygwin/cygwin.c
19385 ____________________________________________________________________________
19386 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
19387         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
19388      Branch: perl
19389            ! t/op/taint.t
19390 ____________________________________________________________________________
19391 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
19392         Log: getpwuid() fragility continues.
19393      Branch: perl
19394            ! utils/h2xs.PL
19395 ____________________________________________________________________________
19396 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
19397         Log: getpwuid() might succeed but that's no guarantee
19398              that the $home will be defined.
19399      Branch: perl
19400            ! ext/File/Glob/t/basic.t
19401 ____________________________________________________________________________
19402 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
19403         Log: It's safer to to expand the variable, too... (see #12571)
19404      Branch: perl
19405            ! t/TEST
19406 ____________________________________________________________________________
19407 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
19408         Log: Integrate with maintperl.
19409      Branch: maint-5.6/macperl
19410           !> win32/bin/pl2bat.pl win32/win32.c
19411 ____________________________________________________________________________
19412 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
19413         Log: Oops, forgot to include Win32 ... just as well, since it
19414              seems in bleadperl, change #7764 was not included
19415              (adding C:\temp).  Re-added.  Rip it back out if it
19416              doesn't belong.  :-)
19417      Branch: maint-5.6/macperl
19418            ! lib/File/Spec/Win32.pm
19419 ____________________________________________________________________________
19420 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
19421         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
19422              From: "Craig A. Berry" <craigberry@mac.com>
19423              Date: Mon, 22 Oct 2001 15:25:19 -0500
19424              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
19425      Branch: perl
19426            ! configure.com
19427 ____________________________________________________________________________
19428 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
19429         Log: Add in lots of File::Spec changes, from Thomas Wegner,
19430              and sync with changes from bleadperl.
19431      Branch: maint-5.6/macperl
19432            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
19433            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
19434            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
19435            ! lib/File/Spec/Win32.pm t/lib/filespec.t
19436 ____________________________________________________________________________
19437 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
19438         Log: Sync with latest File::Find and tests from bleadperl.
19439      Branch: maint-5.6/macperl
19440            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
19441 ____________________________________________________________________________
19442 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
19443         Log: Nit.
19444      Branch: maint-5.6/macperl
19445            ! perl.c
19446 ____________________________________________________________________________
19447 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
19448         Log: Fix path construction.
19449      Branch: maint-5.6/macperl
19450            ! ext/DynaLoader/DynaLoader_pm.PL
19451 ____________________________________________________________________________
19452 [ 12579] By: nick                                  on 2001/10/22  19:08:35
19453         Log: Integrate mainline (for Arthurs thread.xs fix)
19454      Branch: perlio
19455           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
19456 ____________________________________________________________________________
19457 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
19458         Log: Fix up exported symbols, move relevant docs
19459              over from macperl.pod.
19460      Branch: maint-5.6/macperl
19461            ! macos/ext/MacPerl/MacPerl.pm
19462 ____________________________________________________________________________
19463 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
19464         Log: Make ADDRESS called optionally as a method.
19465      Branch: maint-5.6/macperl
19466            ! macos/lib/Mac/Glue.pm
19467 ____________________________________________________________________________
19468 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
19469         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
19470              Apple event.
19471      Branch: maint-5.6/macperl
19472            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
19473            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
19474            ! macos/macperl/MPTerminology.aete
19475 ____________________________________________________________________________
19476 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
19477         Log: Clean up some build utilities. Change Entab to Duplicate;
19478              fix docs and error reporting; improve macify() of paths;
19479              remove requirement for Exporter.pm presence.
19480      Branch: maint-5.6/macperl
19481            ! macos/InstallBLIB macos/MacPerlTests.cmd
19482            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
19483 ____________________________________________________________________________
19484 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
19485         Log: Sync Time::HiRes with bleadperl
19486      Branch: maint-5.6/macperl
19487            ! macos/bundled_ext/Time/HiRes/HiRes.pm
19488            ! macos/bundled_ext/Time/HiRes/HiRes.t
19489            ! macos/bundled_ext/Time/HiRes/HiRes.xs
19490 ____________________________________________________________________________
19491 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
19492         Log: Fix up Changes
19493      Branch: maint-5.6/macperl
19494            ! macos/Changes
19495 ____________________________________________________________________________
19496 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
19497         Log: A user might belong to only a single group
19498              (the group equal to the group id).
19499      Branch: perl
19500            ! t/op/groups.t
19501 ____________________________________________________________________________
19502 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
19503         Log: Prepending (instead of replacing with) the pwd is safer. 
19504      Branch: perl
19505            ! t/TEST
19506 ____________________________________________________________________________
19507 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
19508         Log: Be more robust if no hostname or domainname
19509              (especially the latter)
19510      Branch: perl
19511            ! lib/Net/Domain.pm
19512 ____________________________________________________________________________
19513 [ 12569] By: sky                                   on 2001/10/22  17:41:07
19514         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
19515      Branch: perl
19516            ! ext/threads/threads.xs
19517 ____________________________________________________________________________
19518 [ 12568] By: nick                                  on 2001/10/22  16:31:24
19519         Log: Integrate mainline
19520      Branch: perlio
19521           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
19522           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
19523           +> ext/threads/shared/t/sv_refs.t
19524           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
19525            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
19526            - lib/unicore/To/SpecUpper.pl
19527           !> (integrate 42 files)
19528 ____________________________________________________________________________
19529 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
19530         Log: Update Changes.
19531      Branch: perl
19532            ! Changes patchlevel.h
19533 ____________________________________________________________________________
19534 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
19535         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
19536              From: Michael G Schwern <schwern@pobox.com>
19537              Date: Mon, 22 Oct 2001 03:48:38 -0400
19538              Message-ID: <20011022034838.B1676@blackrider>
19539      Branch: perl
19540            ! pod/perlvar.pod
19541 ____________________________________________________________________________
19542 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
19543         Log: Pod nits, as suggested by Stas Bekman.
19544      Branch: perl
19545            ! ext/threads/shared/shared.pm ext/threads/threads.pm
19546 ____________________________________________________________________________
19547 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
19548         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
19549              From: "Paul Marquess" <paul.marquess@openwave.com> 
19550              Date: Sun, 21 Oct 2001 21:11:15 +0100
19551              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
19552      Branch: perl
19553            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
19554            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
19555            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
19556            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
19557            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
19558            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
19559            ! ext/SDBM_File/sdbm.t
19560 ____________________________________________________________________________
19561 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
19562         Log: Integrate change #12559 from maintperl;
19563              various fixes for system() and backticks under windows
19564      Branch: perl
19565           !> win32/win32.c
19566 ____________________________________________________________________________
19567 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
19568         Log: Integrate change #12560 from maintperl;
19569              make pl2bat use %0 rather than "%0" (the latter fails to work
19570              in a lot of common cases)
19571      Branch: perl
19572           !> win32/bin/pl2bat.pl
19573 ____________________________________________________________________________
19574 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
19575         Log: Integrate changes #12549 and #12550 from maintperl;
19576              
19577              readline() doesn't work with our variables; it confuses them with
19578              my variables (change#4227 was incomplete)
19579      Branch: perl
19580            ! t/lib/strict/vars
19581           !> t/base/rs.t toke.c
19582 ____________________________________________________________________________
19583 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
19584         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
19585              in a lot of common cases)
19586      Branch: maint-5.6/perl
19587            ! win32/bin/pl2bat.pl
19588 ____________________________________________________________________________
19589 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
19590         Log: various fixes for system() and backticks under windows:
19591              
19592              * avoid munging whitespace that is passed within quotes
19593              * work around a cmd.exe misfeature that made multi-arg
19594              system() unreliable when there is more than one quoted
19595              argument
19596              * make multi-arg system() autoquote arguments as needed
19597              before passing them to the shell (this avoids having to
19598              second guess the shell quoting)
19599              * perl's -Dp switch can be used to trace the innards
19600      Branch: maint-5.6/perl
19601            ! win32/win32.c
19602 ____________________________________________________________________________
19603 [ 12558] By: nick                                  on 2001/10/22  08:58:42
19604         Log: Integrate ithreads buffer flush fix from perlio
19605      Branch: perl
19606           !> ext/threads/t/basic.t perl.c
19607 ____________________________________________________________________________
19608 [ 12557] By: nick                                  on 2001/10/22  08:35:09
19609         Log: All tests pass (legitimately) on ithreads
19610      Branch: perlio
19611            ! ext/threads/t/basic.t perl.c
19612 ____________________________________________________________________________
19613 [ 12556] By: nick                                  on 2001/10/22  06:51:22
19614         Log: Integrate non-ithreads fix to mainline
19615      Branch: perl
19616           !> perlio.c
19617 ____________________________________________________________________________
19618 [ 12555] By: nick                                  on 2001/10/22  06:48:33
19619         Log: Restore non-ithreads build. Interestingly binmode test passes
19620              non-ithreads - so crlf layer is not damaged and ithreads fail
19621              is a symptom ...
19622      Branch: perlio
19623            ! perlio.c
19624 ____________________________________________________________________________
19625 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
19626         Log: Integrate from perlio; restructuring.
19627      Branch: perl
19628           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
19629           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
19630           !> win32/perlhost.h
19631 ____________________________________________________________________________
19632 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
19633         Log: Integrate from maintperl
19634              (Changes 12350, 12496, 12548, 12549, 12550)
19635      Branch: maint-5.6/macperl
19636           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
19637           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
19638 ____________________________________________________________________________
19639 [ 12552] By: nick                                  on 2001/10/21  19:18:12
19640         Log: Win32 PerlIO_cleanup special cases should no longer be required.
19641      Branch: perlio
19642            ! perl.c
19643 ____________________________________________________________________________
19644 [ 12551] By: nick                                  on 2001/10/21  19:16:56
19645         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
19646      Branch: perlio
19647            ! win32/makefile.mk
19648 ____________________________________________________________________________
19649 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
19650         Log: change#12549 wasn't aware of strictures
19651      Branch: maint-5.6/perl
19652            ! t/pragma/strict-vars toke.c
19653 ____________________________________________________________________________
19654 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
19655         Log: readline() doesn't work with our variables; it confuses them with
19656              my variables (change#4227 was incomplete)
19657      Branch: maint-5.6/perl
19658            ! t/base/rs.t toke.c
19659 ____________________________________________________________________________
19660 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
19661         Log: change#12220 appears to have pulled in a mainline change that
19662              isn't applicable to maint-5.6 (some platforms don't taint
19663              cwd)
19664      Branch: maint-5.6/perl
19665            ! t/lib/filefind-taint.t
19666 ____________________________________________________________________________
19667 [ 12547] By: nick                                  on 2001/10/21  17:15:54
19668         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
19669              for them. Call explicit cleanup during destruct process.
19670              - one binmode test is failing
19671              - also ext/threads/t/basic.t fails under make test, and is noisy under
19672              harness. (Threads results are intermingled and don't match order expected.)
19673      Branch: perlio
19674            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
19675            ! perlio.h perliol.h pod/perlapi.pod sv.c
19676 ____________________________________________________________________________
19677 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
19678         Log: Implement multicharacter case mappings where a single
19679              Unicode character can be mapped into several.
19680      Branch: perl
19681            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
19682            - lib/unicore/To/SpecUpper.pl
19683            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
19684            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
19685            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
19686            ! proto.h t/op/lc.t utf8.c
19687 ____________________________________________________________________________
19688 [ 12545] By: sky                                   on 2001/10/21  15:25:16
19689         Log: First support of threads::shared, support shared svs and references.
19690      Branch: perl
19691            + ext/threads/shared/Makefile.PL ext/threads/shared/README
19692            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
19693            + ext/threads/shared/t/sv_refs.t
19694            + ext/threads/shared/t/sv_simple.t
19695            ! MANIFEST sharedsv.c
19696 ____________________________________________________________________________
19697 [ 12544] By: nick                                  on 2001/10/21  14:52:35
19698         Log: PerlIO layer table as PL_perlio (per-interpreter)
19699      Branch: perlio
19700            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
19701            ! pod/perlapi.pod sv.c
19702 ____________________________________________________________________________
19703 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
19704         Log: Prettyprinting.
19705      Branch: perl
19706            ! pod/perlunicode.pod
19707 ____________________________________________________________________________
19708 [ 12542] By: ams                                   on 2001/10/21  03:50:25
19709         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
19710              From: "Sean M. Burke" <sburke@cpan.org>
19711              Date: Sat, 20 Oct 2001 17:51:09 -0600
19712              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
19713      Branch: perl
19714            + pod/perlpodspec.pod
19715            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
19716            ! pod/perltoc.pod
19717 ____________________________________________________________________________
19718 [ 12541] By: nick                                  on 2001/10/20  22:23:53
19719         Log: Fix typos in new locking on MemShared
19720              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
19721              - seems to make segfaults more deterministic - suspect they are 
19722              attempt to free() after Interp and Host have gone.
19723      Branch: perlio
19724            ! perlio.c win32/perlhost.h
19725 ____________________________________________________________________________
19726 [ 12540] By: nick                                  on 2001/10/20  21:50:46
19727         Log: Remove the MemShared re-#define (again)
19728      Branch: perlio
19729            ! perlio.c
19730 ____________________________________________________________________________
19731 [ 12539] By: nick                                  on 2001/10/20  21:49:06
19732         Log: Use locks on MemShared
19733      Branch: perlio
19734            ! win32/perlhost.h
19735 ____________________________________________________________________________
19736 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
19737         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
19738              From: "chromatic" <chromatic@rmci.net>
19739              Date: Sat, 20 Oct 2001 11:13:47 -0600
19740              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
19741      Branch: perl
19742            ! installhtml
19743 ____________________________________________________________________________
19744 [ 12537] By: nick                                  on 2001/10/20  16:44:03
19745         Log: Integrate mainline
19746      Branch: perlio
19747           !> (integrate 48 files)
19748 ____________________________________________________________________________
19749 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
19750         Log: Update Changes.
19751      Branch: perl
19752            ! Changes patchlevel.h
19753 ____________________________________________________________________________
19754 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
19755         Log: Upgrade to podlators 1.11, from Russ Allbery.
19756      Branch: perl
19757            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
19758            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
19759            ! pod/pod2man.PL pod/pod2text.PL
19760 ____________________________________________________________________________
19761 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
19762         Log: Integrate perlio change #12532:
19763              introduce and use PerlIO_intmod2str().
19764      Branch: perl
19765           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
19766 ____________________________________________________________________________
19767 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
19768         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
19769      Branch: perl
19770            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
19771 ____________________________________________________________________________
19772 [ 12532] By: nick                                  on 2001/10/20  14:25:37
19773         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
19774              Use for non-PERLIO fdupopen().
19775      Branch: perlio
19776            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
19777 ____________________________________________________________________________
19778 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
19779         Log: Integrate perlio: PerlIO win32 fixes.
19780      Branch: perl
19781           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
19782           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
19783           !> proto.h sv.h win32/win32io.c
19784 ____________________________________________________________________________
19785 [ 12530] By: nick                                  on 2001/10/20  12:53:30
19786         Log: Fixed in two places - p4 resolve
19787      Branch: perlio
19788            ! perlsdio.h
19789 ____________________________________________________________________________
19790 [ 12529] By: nick                                  on 2001/10/20  12:51:05
19791         Log: Fix for ithreads/stdio build
19792      Branch: perlio
19793            ! perlio.c perlsdio.h
19794 ____________________________________________________________________________
19795 [ 12528] By: ams                                   on 2001/10/20  12:13:25
19796         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
19797              From: Michael G Schwern <schwern@pobox.com>
19798              Date: Sat, 20 Oct 2001 01:41:21 -0400
19799              Message-Id: <20011020014121.I3681@blackrider>
19800      Branch: perl
19801            ! installman
19802 ____________________________________________________________________________
19803 [ 12527] By: ams                                   on 2001/10/20  12:09:41
19804         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
19805              From: Michael G Schwern <schwern@pobox.com>
19806              Date: Sat, 20 Oct 2001 02:04:21 -0400
19807              Message-Id: <20011020020421.A11732@blackrider>
19808      Branch: perl
19809            ! lib/Pod/Checker.pm
19810 ____________________________________________________________________________
19811 [ 12526] By: ams                                   on 2001/10/20  11:59:41
19812         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
19813              From: "chromatic" <chromatic@rmci.net>
19814              Date: Fri, 19 Oct 2001 22:46:39 -0600
19815              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
19816      Branch: perl
19817            ! lib/Net/Config.pm
19818 ____________________________________________________________________________
19819 [ 12525] By: nick                                  on 2001/10/20  11:16:18
19820         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
19821              Perl_sv_setsv_flags directly.
19822      Branch: perlio
19823            ! ext/threads/threads.xs
19824 ____________________________________________________________________________
19825 [ 12524] By: nick                                  on 2001/10/20  10:28:17
19826         Log: Add a new flag character 'm' to embed.pl set to represent
19827              "functions" which are really macros. Use it foe the troublesome
19828              sv_setsv() etc. macros in sv.h - changing latter to define
19829              sv_setsv rather than sv_setsv_macro etc.
19830      Branch: perlio
19831            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
19832            ! pod/perlapi.pod proto.h sv.h
19833 ____________________________________________________________________________
19834 [ 12523] By: nick                                  on 2001/10/20  09:17:17
19835         Log: Add comments explaining why win32.h/embed.h are included where they are
19836              in perl.h 
19837      Branch: perlio
19838            ! perl.h
19839 ____________________________________________________________________________
19840 [ 12522] By: nick                                  on 2001/10/20  08:27:44
19841         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
19842              being used yet.
19843      Branch: perlio
19844            ! win32/win32io.c
19845 ____________________________________________________________________________
19846 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
19847         Log: Wording tweaks.
19848      Branch: perl
19849            ! t/TEST
19850 ____________________________________________________________________________
19851 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
19852         Log: Subject: IO module with nonblocking socket connect patch 
19853              From: Raul Dias <raul@dias.com.br>
19854              Date: Fri, 19 Oct 2001 22:45:32 -0300
19855              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
19856      Branch: perl
19857            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
19858 ____________________________________________________________________________
19859 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
19860         Log: Test vertical whitespace combined with /x in \p{}.
19861      Branch: perl
19862            ! t/op/pat.t
19863 ____________________________________________________________________________
19864 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
19865         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
19866              From: Gisle Aas <gisle@ActiveState.com> 
19867              Date: 19 Oct 2001 16:46:02 -0700
19868              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
19869      Branch: perl
19870            ! lib/ExtUtils/MakeMaker.pm
19871 ____________________________________________________________________________
19872 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
19873         Log: No more this symbol.
19874      Branch: perl
19875            ! makedef.pl
19876 ____________________________________________________________________________
19877 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
19878         Log: Integrate change #12511; fix gross win32 build issues.
19879      Branch: perl
19880           !> makedef.pl sv.c
19881 ____________________________________________________________________________
19882 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
19883         Log: Unpack in scalar context should return the first value
19884              returned in list context, as pointed out by Ton Hospel
19885              in 2001-05-21 (this is how it works already in blead,
19886              just adding the test).
19887      Branch: perl
19888            ! t/op/pack.t
19889 ____________________________________________________________________________
19890 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
19891         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
19892              From: "Craig A. Berry" <craigberry@mac.com>
19893              Date: Fri, 19 Oct 2001 16:59:30 -0500
19894              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
19895      Branch: perl
19896            ! utils/perldoc.PL
19897 ____________________________________________________________________________
19898 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
19899         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
19900              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19901              Date: Fri, 19 Oct 2001 17:45:23 EDT
19902              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
19903      Branch: perl
19904            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
19905            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
19906            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
19907            ! vms/vmsish.h
19908 ____________________________________________________________________________
19909 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
19910         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
19911              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19912              Date: Fri, 19 Oct 2001 17:26:35 EDT
19913              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
19914      Branch: perl
19915            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
19916 ____________________________________________________________________________
19917 [ 12511] By: nick                                  on 2001/10/19  19:55:36
19918         Log: Fix gross win32 build issues
19919      Branch: perlio
19920            ! makedef.pl sv.c
19921 ____________________________________________________________________________
19922 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
19923         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
19924              From: David Dyck <dcd@tc.fluke.com>
19925              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
19926              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
19927      Branch: perl
19928            ! lib/File/Find.pm
19929 ____________________________________________________________________________
19930 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
19931         Log: Subject: Re: PerlIO and Encode
19932              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19933              Date: Tue, 16 Oct 2001 01:50:16 +0900
19934              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
19935      Branch: perl
19936            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
19937            ! ext/Encode/Encode/Tcl.t
19938 ____________________________________________________________________________
19939 [ 12508] By: ams                                   on 2001/10/19  17:59:16
19940         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
19941              (See #12499)
19942      Branch: perl
19943            ! pod/perlintro.pod
19944 ____________________________________________________________________________
19945 [ 12507] By: nick                                  on 2001/10/19  16:30:43
19946         Log: Integrate mainline
19947      Branch: perlio
19948           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
19949           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
19950           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
19951           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
19952           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
19953           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
19954           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
19955           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
19956           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
19957           +> win32/config_H.win64
19958            - lib/Test/Utils.pm lib/unicore/mktables.PL
19959            - t/lib/Test/Simple/Catch/More.pm
19960           !> (integrate 84 files)
19961 ____________________________________________________________________________
19962 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
19963         Log: Retract the #10451 which seems to be the cause
19964              of the major leakage from while(){eval"sub{}"}
19965      Branch: perl
19966            ! op.c t/run/kill_perl.t
19967 ____________________________________________________________________________
19968 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
19969         Log: Regen toc.
19970      Branch: perl
19971            ! pod/perltoc.pod
19972 ____________________________________________________________________________
19973 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
19974         Log: Tiny tweaks.
19975      Branch: perl
19976            ! pod/perl.pod
19977 ____________________________________________________________________________
19978 [ 12503] By: ams                                   on 2001/10/19  13:34:24
19979         Log: Subject: Re: perlintro.pod
19980              From: Abe Timmerman <abe@ztreet.demon.nl>
19981              Date: Fri, 19 Oct 2001 14:12:40 +0200
19982              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
19983      Branch: perl
19984            ! pod/perlintro.pod
19985 ____________________________________________________________________________
19986 [ 12502] By: ams                                   on 2001/10/19  13:24:12
19987         Log: Slight reorganisation of references.
19988      Branch: perl
19989            ! pod/perl.pod
19990 ____________________________________________________________________________
19991 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
19992         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
19993              From: Kay Röpke <kroepke@dolphin-services.de>
19994              Date: Fri, 19 Oct 2001 14:04:01 +0200 
19995              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
19996      Branch: perl
19997            ! lib/ExtUtils/MakeMaker.pm
19998 ____________________________________________________________________________
19999 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
20000         Log: Unicode categories continue:
20001              implement Category=, Script=, Block=
20002              (these are based on an upcoming update of TR#18)
20003              Fix a bug where we got two In categories named "old italic",
20004              and another where shortcut for the Is categories wasn't taken.
20005      Branch: perl
20006            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
20007            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
20008            ! pod/perlunicode.pod t/op/pat.t
20009 ____________________________________________________________________________
20010 [ 12499] By: ams                                   on 2001/10/19  01:42:29
20011         Log: Subject: a small patch to perlintro.pod.
20012              From: Autrijus Tang <autrijus@autrijus.org>
20013              Date: Fri, 19 Oct 2001 01:45:51 +0800
20014              Message-Id: <20011019014551.A35625@not.autrijus.org>
20015              (Applied by hand with nits.)
20016      Branch: perl
20017            ! pod/perlintro.pod
20018 ____________________________________________________________________________
20019 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
20020         Log: Subject: [PATCH] OpenBSD hints for ithreads
20021              From: Andy Dougherty <doughera@lafayette.edu>
20022              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
20023              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
20024      Branch: perl
20025            ! hints/openbsd.sh
20026 ____________________________________________________________________________
20027 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
20028         Log: Retract #12446; the problem solved by #12474.
20029      Branch: perl
20030            ! hints/aix.sh
20031 ____________________________________________________________________________
20032 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
20033         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
20034              message and suppress line number info (from Steve Hay
20035              <Steve.Hay@uk.radan.com>)
20036      Branch: maint-5.6/perl
20037            ! lib/Carp/Heavy.pm
20038 ____________________________________________________________________________
20039 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
20040         Log: More documented In categories.
20041      Branch: perl
20042            ! pod/perlunicode.pod
20043 ____________________________________________________________________________
20044 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
20045         Log: Update Changes.
20046      Branch: perl
20047            ! Changes patchlevel.h
20048 ____________________________________________________________________________
20049 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
20050         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
20051      Branch: perl
20052            ! MANIFEST
20053 ____________________________________________________________________________
20054 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
20055         Log: Wrong skip() arguments.
20056      Branch: perl
20057            ! ext/B/t/terse.t
20058 ____________________________________________________________________________
20059 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
20060         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
20061              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20062              Date: Wed, 17 Oct 2001 09:10:53 EDT 
20063              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
20064      Branch: perl
20065            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
20066            ! pod/perlapi.pod vms/vms.c
20067 ____________________________________________________________________________
20068 [ 12490] By: ams                                   on 2001/10/18  09:31:00
20069         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
20070              From: Mark-Jason Dominus <mjd@plover.com>
20071              Date: Thu, 18 Oct 2001 06:25:35 -0400
20072              Message-Id: <20011018102535.19264.qmail@plover.com>
20073      Branch: perl
20074            ! pod/perl.pod
20075 ____________________________________________________________________________
20076 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
20077         Log: Prettyprinting.
20078      Branch: perl
20079            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
20080 ____________________________________________________________________________
20081 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
20082         Log: Regen toc.
20083      Branch: perl
20084            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
20085 ____________________________________________________________________________
20086 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
20087         Log: Add perlintro, from Skud.
20088      Branch: perl
20089            + pod/perlintro.pod
20090            ! MANIFEST
20091 ____________________________________________________________________________
20092 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
20093         Log: FAQ sync.
20094      Branch: perl
20095            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
20096            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
20097            ! pod/perlfaq8.pod pod/perlfaq9.pod
20098 ____________________________________________________________________________
20099 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
20100         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
20101              in speed (upto 20% speedup in certain operations) but meanwhile
20102              regexps and arithmetics got slower (5-10%) (according to
20103              perlbench average speedup is negligible, and within measuring
20104              flutter, 1%).  Therefore retracting all the changes
20105              aimed at getting -std1 to compile cleanly:  #12475, #12476,
20106              #12479, #12480, #12481, #12482, #12483, #12484.
20107      Branch: perl
20108            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
20109            ! pp_hot.c pp_sys.c toke.c
20110 ____________________________________________________________________________
20111 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
20112         Log: (retracted by #12485)
20113              Strict ANSI doesn't like the third argument of main()
20114              so enable ignoring it if using ultra picky compiler.
20115      Branch: perl
20116            ! miniperlmain.c
20117 ____________________________________________________________________________
20118 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
20119         Log: (retracted by #12485)
20120              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
20121      Branch: perl
20122            ! perl.h
20123 ____________________________________________________________________________
20124 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
20125         Log: (retracted by #12485)
20126              Add explanatory comment.
20127      Branch: perl
20128            ! mg.c
20129 ____________________________________________________________________________
20130 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
20131         Log: (retracted by #12485)
20132              More dollar$hiding.
20133      Branch: perl
20134            ! doio.c perl.h pp_sys.c
20135 ____________________________________________________________________________
20136 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
20137         Log: (retracted by #12485)
20138              KISS.
20139      Branch: perl
20140            ! mg.c
20141 ____________________________________________________________________________
20142 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
20143         Log: (retracted by #12485)
20144              Thou shalt not #ifdef inside macro invocations,
20145              noticed by Rafael Garcia-Suarez.
20146      Branch: perl
20147            ! mg.c
20148 ____________________________________________________________________________
20149 [ 12478] By: ams                                   on 2001/10/17  18:50:55
20150         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
20151              From: Anton Berezin <tobez@tobez.org>
20152              Date: Wed, 17 Oct 2001 18:25:48 +0200
20153              Message-Id: <20011017182548.A12082@heechee.tobez.org>
20154      Branch: perl
20155            ! pp_sys.c
20156 ____________________________________________________________________________
20157 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
20158         Log: (retracted by #12485)
20159              Unterminated #ifdef.
20160      Branch: perl
20161            ! mg.c
20162 ____________________________________________________________________________
20163 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
20164         Log: (retracted by #12485)
20165              Avoid dollar signs in identifiers (in non-VMS) to
20166              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
20167      Branch: perl
20168            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
20169            ! toke.c
20170 ____________________________________________________________________________
20171 [ 12474] By: ams                                   on 2001/10/17  15:14:50
20172         Log: Subject: Two AIX patches
20173              From: H.Merijn Brand <h.m.brand@hccnet.nl>
20174              Date: Wed, 17 Oct 2001 18:04:35 +0200
20175              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
20176      Branch: perl
20177            ! hints/aix.sh makedef.pl
20178 ____________________________________________________________________________
20179 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
20180         Log: Limiting the Time::HiRes::sleep and usleep to
20181              one second is not a good policy if drop-in
20182              replacement is still a goal.
20183      Branch: perl
20184            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
20185            ! ext/Time/HiRes/HiRes.xs
20186 ____________________________________________________________________________
20187 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
20188         Log: Subject: [PATCH] Test::Simple 0.32
20189              From: Michael G Schwern <schwern@pobox.com> 
20190              Date: Wed, 17 Oct 2001 03:42:41 -0400
20191              Message-ID: <20011017034241.A25038@blackrider>
20192      Branch: perl
20193            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
20194            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
20195            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
20196            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
20197            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
20198            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
20199            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
20200            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
20201            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
20202            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
20203            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
20204            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
20205            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
20206            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
20207            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
20208            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
20209            ! t/lib/Test/Simple/Catch.pm
20210            ! t/lib/Test/Simple/sample_tests/five_fail.plx
20211 ____________________________________________________________________________
20212 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
20213         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
20214              From: Michael G Schwern <schwern@pobox.com> 
20215              Date: Wed, 17 Oct 2001 04:04:13 -0400
20216              Message-ID: <20011017040413.C25550@blackrider>
20217      Branch: perl
20218            ! t/TEST t/harness vms/test.com
20219 ____________________________________________________________________________
20220 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
20221         Log: Regen doc with perlmodstyle added.
20222      Branch: perl
20223            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
20224 ____________________________________________________________________________
20225 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
20226         Log: Pod cleanup.
20227      Branch: perl
20228            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
20229 ____________________________________________________________________________
20230 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
20231         Log: Subject: perlmodstyle as a patch
20232              From: Kirrily Robert <skud@infotrope.net>
20233              Date: Tue, 16 Oct 2001 22:47:23 -0400
20234              Message-ID: <20011016224723.A20673@infotrope.net>
20235      Branch: perl
20236            + pod/perlmodstyle.pod
20237            ! MANIFEST
20238 ____________________________________________________________________________
20239 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
20240         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
20241              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
20242              Date: Thu, 6 Sep 2001 11:09:40 +0100
20243              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
20244              
20245              Mention also the develooper p5p archive.
20246      Branch: perl
20247            ! pod/perlhack.pod
20248 ____________________________________________________________________________
20249 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
20250         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
20251              From: Kay Röpke <kroepke@dolphin-services.de>
20252              Date: Tue, 16 Oct 2001 17:23:52 +0200
20253              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
20254      Branch: perl
20255            ! lib/ExtUtils/MakeMaker.pm
20256 ____________________________________________________________________________
20257 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
20258         Log: Add the special casing mappings (from SpecCase.txt)
20259              (except for the hyper special case mappings that have
20260              the condition list); the special casing mappings are
20261              unused for now.  Small tidying up on mktables.
20262      Branch: perl
20263            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
20264            + lib/unicore/To/SpecUpper.pl
20265            ! lib/unicore/mktables
20266 ____________________________________________________________________________
20267 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
20268         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
20269              From: "David H. Adler" <dha@panix.com>       
20270              Date: Tue, 16 Oct 2001 11:59:35 -0400
20271              Message-ID: <20011016115935.A13078@panix.com>
20272              
20273              Subject: [ PATCH ] perldata patch, revised
20274              From: "David H. Adler" <dha@panix.com>     
20275              Date: Tue, 16 Oct 2001 18:26:49 -0400
20276              Message-ID: <20011016182649.C23970@panix.com>
20277      Branch: perl
20278            ! pod/perldata.pod pod/perlop.pod
20279 ____________________________________________________________________________
20280 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
20281         Log: Integrate perlio: PerlIO_dup (for all but Win32).
20282      Branch: perl
20283           !> embed.h embed.pl ext/Encode/Encode.xs
20284           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
20285           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
20286           !> win32/win32io.c
20287 ____________________________________________________________________________
20288 [ 12462] By: nick                                  on 2001/10/16  19:11:30
20289         Log: PerlIOXxxx_dups for all but Win32
20290      Branch: perlio
20291            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
20292            ! ext/PerlIO/Via/Via.xs
20293 ____________________________________________________________________________
20294 [ 12461] By: nick                                  on 2001/10/16  18:28:48
20295         Log: Implement PerlIOStdio_dup (explains core dumps - dup
20296              was not setting up a FILE * to be fclosed()).
20297      Branch: perlio
20298            ! perlio.c
20299 ____________________________________________________________________________
20300 [ 12460] By: nick                                  on 2001/10/16  17:31:47
20301         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
20302              overflow.
20303      Branch: perlio
20304            ! perlio.c
20305 ____________________________________________________________________________
20306 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
20307         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
20308              From: "Craig A. Berry" <craigberry@mac.com>
20309              Date: Tue, 16 Oct 2001 13:08:38 -0500
20310              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
20311      Branch: perl
20312            ! configure.com
20313 ____________________________________________________________________________
20314 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
20315         Log: Can't expect too much accuracy from a sleep of one second.
20316              (I think this will also fail with high load.)
20317      Branch: perl
20318            ! ext/Time/HiRes/HiRes.t
20319 ____________________________________________________________________________
20320 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
20321         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
20322              From: "Werner, Randolf" <randolf.werner@sap.com>
20323              Date: Tue, 16 Oct 2001 18:33:02 +0200
20324              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
20325      Branch: perl
20326            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
20327            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
20328 ____________________________________________________________________________
20329 [ 12456] By: nick                                  on 2001/10/16  14:08:16
20330         Log: Builds under ithreads (but fails all threads tests)
20331      Branch: perlio
20332            ! hv.c perlio.c sv.c
20333 ____________________________________________________________________________
20334 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
20335         Log: I think the Perl_sortsv needs *not* be skipped?
20336      Branch: perl
20337            ! makedef.pl
20338 ____________________________________________________________________________
20339 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
20340         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
20341              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
20342              Date: Tue, 16 Oct 2001 15:32:44 +0200
20343              Message-ID: <3BCC531C.11494.3E433F@localhost>
20344      Branch: perl
20345            ! t/op/groups.t
20346 ____________________________________________________________________________
20347 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
20348         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
20349              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
20350              Date: Tue, 16 Oct 2001 15:01:04 +0200
20351              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
20352      Branch: perl
20353            ! t/io/fs.t
20354 ____________________________________________________________________________
20355 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
20356         Log: A forgotten deletion.
20357      Branch: perl
20358            - lib/unicore/mktables.PL
20359 ____________________________________________________________________________
20360 [ 12451] By: nick                                  on 2001/10/16  11:32:48
20361         Log: Skeleton of "PerlIO_dup" coded.
20362              Still-passes all tests non-threaded (well it would wouldn't it!)
20363      Branch: perlio
20364            ! embed.h embed.pl ext/Encode/Encode.xs
20365            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
20366            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
20367            ! win32/win32io.c
20368 ____________________________________________________________________________
20369 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
20370         Log: Document the problem with the swash_fetch() API that affects
20371              more complex case conversions.
20372      Branch: perl
20373            ! lib/utf8_heavy.pl utf8.c
20374 ____________________________________________________________________________
20375 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
20376         Log: Make Time::HiRes::sleep() and usleep() to return
20377              the number of seconds (a floating point value) and 
20378              microseconds (an integer) actually slept (well,
20379              modulo the time spent in measuring the time actually
20380              slept...), to be a better drop-in replacement for
20381              the builtin sleep().  Noticed by Chris Nandor.
20382              
20383              Also make usleep() to croak if fed illegal number
20384              of useconds (anything greater than 1_000_000).
20385      Branch: perl
20386            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
20387            ! ext/Time/HiRes/HiRes.xs
20388 ____________________________________________________________________________
20389 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
20390         Log: A missing SvREFCNT_dec.
20391      Branch: perl
20392            ! perl.c
20393 ____________________________________________________________________________
20394 [ 12447] By: nick                                  on 2001/10/15  20:27:53
20395         Log: Beginings of PerlIO_dup support (unstable)
20396      Branch: perlio
20397            ! perlio.c perliol.h
20398 ____________________________________________________________________________
20399 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
20400         Log: (retracted by #12497)
20401              In AIX vac 5 just can't seem to get regcomp right.
20402      Branch: perl
20403            ! hints/aix.sh
20404 ____________________________________________________________________________
20405 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
20406         Log: Bump the version number to agree with the maintperl one.
20407      Branch: perl
20408            ! lib/Tie/RefHash.pm
20409 ____________________________________________________________________________
20410 [ 12444] By: nick                                  on 2001/10/15  15:59:57
20411         Log: Integrate mainline
20412      Branch: perlio
20413           +> lib/Math/BigInt/t/Math/Subclass.pm
20414           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
20415           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
20416           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
20417           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
20418           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
20419           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
20420           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
20421           +> lib/unicore/mktables
20422            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
20423            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
20424            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
20425            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
20426            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
20427            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
20428            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
20429            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
20430            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
20431            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
20432            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
20433            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
20434            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
20435            - lib/unicore/syllables.txt
20436           !> (integrate 344 files)
20437 ____________________________________________________________________________
20438 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
20439         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
20440      Branch: perl
20441            ! ext/DB_File/DB_File.xs
20442 ____________________________________________________________________________
20443 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
20444         Log: Sync the skip() amounts with the number of tests.
20445      Branch: perl
20446            ! lib/Term/Complete.t
20447 ____________________________________________________________________________
20448 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
20449         Log: Update Changes.
20450      Branch: perl
20451            ! Changes patchlevel.h
20452 ____________________________________________________________________________
20453 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
20454         Log: MacOS Classic catdir() rewrite from Thomas Wegner
20455              (backward incompatibility, but a deliberate one,
20456              the old version simply is broken in its logic),
20457              also documentation updates, and as suggested replicated
20458              the File::Spec::Unix documentation updates also on the
20459              File::Spec documentation.
20460              
20461              TODO: there seems to be duplication of documentation
20462              between File::Spec and File::Spec::Unix.  I think
20463              the ::Unix should be left only with specific UNIXisms,
20464              and all the generic documentation should be in ::Spec.
20465      Branch: perl
20466            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
20467            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
20468            ! lib/File/Spec/Unix.pm
20469 ____________________________________________________________________________
20470 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
20471         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
20472              From: Blair Zajac <blair@orcaware.com>
20473              Date: Mon, 24 Sep 2001 11:48:58 -0700
20474              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
20475              
20476              (the skip() messages)
20477      Branch: perl
20478            ! t/op/magic.t
20479 ____________________________________________________________________________
20480 [ 12438] By: ams                                   on 2001/10/14  23:43:59
20481         Log: Subject: [PATCH] make PerlIO default on VMS
20482              From: "Craig A. Berry" <craigberry@mac.com>
20483              Date: Sun, 14 Oct 2001 15:27:18 -0500
20484              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
20485      Branch: perl
20486            ! configure.com
20487 ____________________________________________________________________________
20488 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
20489         Log: Retract #12436 (Abhijit already did this at #12426)
20490      Branch: perl
20491            ! lib/ExtUtils/MM_Unix.pm
20492 ____________________________________________________________________________
20493 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
20494         Log: (retracted by #12437)
20495              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
20496              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
20497              Date: Sat, 13 Oct 2001 20:33:55 +0200
20498              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
20499      Branch: perl
20500            ! lib/ExtUtils/MM_Unix.pm
20501 ____________________________________________________________________________
20502 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
20503         Log: Subject: h2xs grammar nit
20504              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
20505              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
20506              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
20507      Branch: perl
20508            ! utils/h2xs.PL
20509 ____________________________________________________________________________
20510 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
20511         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
20512              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
20513              Date: Sun, 14 Oct 2001 11:25:08 +0100
20514              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
20515      Branch: perl
20516            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
20517            ! warnings.pl
20518 ____________________________________________________________________________
20519 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
20520         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
20521              for File::Spec::Mac::catfile)
20522      Branch: perl
20523            ! lib/h2xs.t
20524 ____________________________________________________________________________
20525 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
20526         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
20527              From: Nicholas Clark <nick@ccl4.org>
20528              Date: Sat, 13 Oct 2001 00:07:31 +0100
20529              Message-ID: <20011013000731.D67535@plum.flirble.org>
20530      Branch: perl
20531            ! lib/h2xs.t utils/h2xs.PL
20532 ____________________________________________________________________________
20533 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
20534         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
20535              before DEFINE and INC), and repent by taking DEFINE and
20536              INC away from PASTHRU.
20537      Branch: perl
20538            ! lib/ExtUtils/MM_Unix.pm
20539 ____________________________________________________________________________
20540 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
20541         Log: More MANIFEST anomalies.
20542      Branch: perl
20543            ! MANIFEST
20544 ____________________________________________________________________________
20545 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
20546         Log: Not that many.
20547      Branch: perl
20548            ! MANIFEST
20549 ____________________________________________________________________________
20550 [ 12428] By: sky                                   on 2001/10/13  20:59:27
20551         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
20552              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20553              Date: Sat, 13 Oct 2001 23:15:55 +0200
20554              Message-ID: <20011013231555.A18071@rafael>
20555      Branch: perl
20556            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
20557            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
20558 ____________________________________________________________________________
20559 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
20560         Log: Rewrite mktables from scratch.
20561              - Cleaner.
20562              - Faster: 15-20 seconds as opposed to several minutes.
20563              - More dynamic: the names of the various categories
20564              such as the linebreak ones are dynamic, not static.
20565              - Is.pl: long names for the general category properties
20566              are now available.
20567              - Ranges (<... ,First>, <..., Last>) from the general
20568              categories work now.
20569              - No more mktables.PL because the mktables.PL is not
20570              and never has been run to create a mktables.
20571              - syllables.txt and Is/Syl*.pl removed: non-standard
20572              (not part of the Unicode), and the whole concept is
20573              being reworked (http://syllabary.sourceforge.net/),
20574              the old way wouldn't even work with the new Syllables.txt
20575              (it would result in 1000+ new categories)
20576      Branch: perl
20577            + lib/unicore/In/163.pl lib/unicore/In/164.pl
20578            + lib/unicore/In/165.pl lib/unicore/In/166.pl
20579            + lib/unicore/In/167.pl lib/unicore/In/168.pl
20580            + lib/unicore/In/169.pl lib/unicore/In/170.pl
20581            + lib/unicore/In/171.pl lib/unicore/Is.pl
20582            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
20583            + lib/unicore/mktables
20584            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
20585            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
20586            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
20587            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
20588            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
20589            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
20590            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
20591            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
20592            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
20593            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
20594            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
20595            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
20596            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
20597            - lib/unicore/syllables.txt
20598            ! (edit 304 files)
20599 ____________________________________________________________________________
20600 [ 12426] By: ams                                   on 2001/10/13  18:05:36
20601         Log: ExtUtils::MM_Unix should ignore comments when searching for
20602              $VERSION.
20603      Branch: perl
20604            ! lib/ExtUtils/MM_Unix.pm
20605 ____________________________________________________________________________
20606 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
20607         Log: Subject: Re: New module XML::Clean
20608              From: andreas.koenig@anima.de (Andreas J. Koenig)
20609              Date: 13 Oct 2001 10:17:09 +0200
20610              Message-ID: <m37ku0t0my.fsf@anima.de>
20611      Branch: perl
20612            ! pod/perlnewmod.pod
20613 ____________________________________________________________________________
20614 [ 12424] By: sky                                   on 2001/10/13  09:39:59
20615         Log: Set thread stack size if needed.
20616      Branch: perl
20617            ! ext/threads/threads.xs
20618 ____________________________________________________________________________
20619 [ 12423] By: sky                                   on 2001/10/13  09:36:49
20620         Log: We do want to set the attribute to joinable even on modern posix
20621              platforms.
20622      Branch: perl
20623            ! ext/threads/threads.xs
20624 ____________________________________________________________________________
20625 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
20626         Log: Subject: [PATCH ext/Data/Dumper.xs]
20627              From: Brian Ingerson <ingy@ttul.org>
20628              Date: Fri, 12 Oct 2001 19:32:35 -0700
20629              Message-ID: <20011012193235.B889@ttul.org>
20630      Branch: perl
20631            ! ext/Data/Dumper/Dumper.xs
20632 ____________________________________________________________________________
20633 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
20634         Log: Update Changes.
20635      Branch: perl
20636            ! Changes patchlevel.h
20637 ____________________________________________________________________________
20638 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
20639         Log: FAQ sync.
20640      Branch: perl
20641            ! pod/perlfaq3.pod pod/perlfaq4.pod
20642 ____________________________________________________________________________
20643 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
20644         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
20645              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
20646              Date: Fri, 12 Oct 2001 11:51:05 -0700
20647              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
20648      Branch: perl
20649            ! lib/File/Copy.pm
20650 ____________________________________________________________________________
20651 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
20652         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
20653              From: "chromatic" <chromatic@rmci.net>     
20654              Date: Thu, 11 Oct 2001 10:57:55 -0600
20655              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
20656              
20657              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
20658              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20659              Date: Thu, 11 Oct 2001 22:34:21 +0200
20660              Message-ID: <20011011223421.A693@rafael>     
20661              
20662              plus undef $Term::Complete::stty as suggested by Rafael.
20663      Branch: perl
20664            ! lib/Term/Complete.pm lib/Term/Complete.t
20665 ____________________________________________________________________________
20666 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
20667         Log: UUnndduupplleexx..
20668      Branch: perl
20669            ! perl.h
20670 ____________________________________________________________________________
20671 [ 12416] By: sky                                   on 2001/10/12  20:16:19
20672         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
20673              From: Andy Dougherty <doughera@lafayette.edu>
20674              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
20675              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
20676              (Potentially only band-aid)
20677      Branch: perl
20678            ! sv.c
20679 ____________________________________________________________________________
20680 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
20681         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
20682              mishandles kill(), and therefore the sigaction test
20683              should be skipped, from Charles Lane.
20684      Branch: perl
20685            ! ext/POSIX/t/sigaction.t
20686 ____________________________________________________________________________
20687 [ 12414] By: sky                                   on 2001/10/12  18:47:49
20688         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
20689      Branch: perl
20690            ! op.h
20691 ____________________________________________________________________________
20692 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
20693         Log: Upgrade to Math::BigInt 1.44 from Tels and
20694              further fixes from John Peacock.
20695      Branch: perl
20696            + lib/Math/BigInt/t/Math/Subclass.pm
20697            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
20698            + lib/Math/BigInt/t/subclass.t
20699            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
20700            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
20701            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
20702            ! lib/Math/BigInt/t/mbimbf.t
20703 ____________________________________________________________________________
20704 [ 12412] By: sky                                   on 2001/10/12  18:28:23
20705         Log: perhaps pthread_attr_t really needs to be set for the old api
20706      Branch: perl
20707            ! ext/threads/threads.xs
20708 ____________________________________________________________________________
20709 [ 12411] By: sky                                   on 2001/10/12  18:11:45
20710         Log: pthread_keycreate not pthread_key_create under the here be dragons API
20711      Branch: perl
20712            ! ext/threads/threads.h
20713 ____________________________________________________________________________
20714 [ 12410] By: sky                                   on 2001/10/12  18:07:37
20715         Log: Apperently OLD PTHREADS API is a bit retarded.
20716              This should fix another set of compile failures in HP-UX 10.20.
20717      Branch: perl
20718            ! ext/threads/threads.h ext/threads/threads.xs
20719 ____________________________________________________________________________
20720 [ 12409] By: nick                                  on 2001/10/12  15:30:01
20721         Log: Blind integrate of mainline
20722      Branch: perlio
20723           +> (branch 32 files)
20724            - lib/unicode/README
20725           !> (integrate 121 files)
20726 ____________________________________________________________________________
20727 [ 12408] By: sky                                   on 2001/10/12  14:55:08
20728         Log: Let us avoid being smart for now.
20729      Branch: perl
20730            ! ext/threads/threads.h
20731 ____________________________________________________________________________
20732 [ 12407] By: sky                                   on 2001/10/12  14:38:12
20733         Log: (void*) the argument to make sure we work with picky compilers
20734      Branch: perl
20735            ! ext/threads/threads.xs
20736 ____________________________________________________________________________
20737 [ 12406] By: ams                                   on 2001/10/12  13:26:04
20738         Log: (replaced with #12600)
20739              
20740              Subject: [PATCH 5.6.1 perldoc] use File::Temp
20741              From: Mikhail Zabaluev <mhz@alt-linux.org>
20742              Date: Fri, 12 Oct 2001 12:47:47 +0400
20743              Message-Id: <20011012124747.E13918@localhost.localdomain>
20744      Branch: perl
20745            ! utils/perldoc.PL
20746 ____________________________________________________________________________
20747 [ 12405] By: ams                                   on 2001/10/12  13:05:32
20748         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
20749              From: andreas.koenig@anima.de (Andreas J. Koenig)
20750              Date: 12 Oct 2001 11:12:07 +0200
20751              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
20752      Branch: perl
20753            ! lib/Memoize/t/speed.t
20754 ____________________________________________________________________________
20755 [ 12404] By: sky                                   on 2001/10/12  12:46:15
20756         Log: A) Support OLD_PTHREADS_API
20757              B) Change from using pthread_t to using a TLS to store the
20758              index of the thread in an hash, this is to avoid problems when
20759              in fact pthread_t was not a seralizable type.
20760              Both these changes are because of HP-UX 10.20
20761              This has not been tested on win32 but should work there.
20762              Need to add support for NetWare.
20763      Branch: perl
20764            ! ext/threads/threads.h ext/threads/threads.xs
20765 ____________________________________________________________________________
20766 [ 12403] By: ams                                   on 2001/10/12  07:34:19
20767         Log: Subject: Re: New module XML::Clean
20768              From: andreas.koenig@anima.de (Andreas J. Koenig)
20769              Date: 12 Oct 2001 10:20:35 +0200
20770              Message-Id: <m3elo9uv58.fsf@anima.de>
20771      Branch: perl
20772            ! pod/perlnewmod.pod
20773 ____________________________________________________________________________
20774 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
20775         Log: More HP model tweaks from Merijn.
20776      Branch: perl
20777            ! README.hpux
20778 ____________________________________________________________________________
20779 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
20780         Log: Update Changes.
20781      Branch: perl
20782            ! Changes patchlevel.h
20783 ____________________________________________________________________________
20784 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
20785         Log: HP-UX update from H.Merijn Brand.
20786      Branch: perl
20787            ! README.hpux
20788 ____________________________________________________________________________
20789 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
20790         Log: Subject: [PATCH] fix link rot in README.vms
20791              From: "Craig A. Berry" <craigberry@mac.com>
20792              Date: Wed, 10 Oct 2001 17:17:00 -0500
20793              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
20794      Branch: perl
20795            ! README.vms
20796 ____________________________________________________________________________
20797 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
20798         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
20799              From: "chromatic" <chromatic@rmci.net>
20800              Date: Wed, 10 Oct 2001 15:50:30 -0600
20801              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
20802      Branch: perl
20803            ! lib/Term/Complete.t
20804 ____________________________________________________________________________
20805 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
20806         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
20807              From: "chromatic" <chromatic@rmci.net>
20808              Date: Wed, 10 Oct 2001 15:45:42 -0600
20809              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
20810      Branch: perl
20811            + lib/ExtUtils/Packlist.t
20812            ! MANIFEST
20813 ____________________________________________________________________________
20814 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
20815         Log: VMS needs quotes around the -I option to keep it from
20816              being downcased, from Charles Lane.
20817      Branch: perl
20818            ! t/run/kill_perl.t
20819 ____________________________________________________________________________
20820 [ 12395] By: ams                                   on 2001/10/10  16:22:32
20821         Log: Subject: [PATCH lib/FindBin.pm]
20822              From: Stas Bekman <stas@stason.org>
20823              Date: Tue, 09 Oct 2001 23:57:10 +0800
20824              Message-Id: <3BC31E56.60805@stason.org>
20825      Branch: perl
20826            ! lib/FindBin.pm
20827 ____________________________________________________________________________
20828 [ 12394] By: ams                                   on 2001/10/10  16:09:53
20829         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
20830              From: Abhijit Menon-Sen <ams@wiw.org>
20831              Date: Wed, 10 Oct 2001 21:59:33 +0530
20832              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
20833      Branch: perl
20834            ! ext/Data/Dumper/Dumper.xs
20835 ____________________________________________________________________________
20836 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
20837         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
20838              from Charles Lane.
20839      Branch: perl
20840            ! lib/File/Spec/VMS.pm
20841 ____________________________________________________________________________
20842 [ 12392] By: ams                                   on 2001/10/10  14:49:43
20843         Log: Subject: [PATCH] two s/// bugfixes
20844              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20845              Date: Wed, 10 Oct 2001 17:23:44 +0200
20846              Message-Id: <20011010172344.C22440@rafael>
20847      Branch: perl
20848            ! pp_ctl.c regexec.c t/op/subst.t
20849 ____________________________________________________________________________
20850 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
20851         Log: Fix/improve handling of the [000000] special "root"
20852              directory, by putting cwd in canonical form when doing
20853              abs2rel, and prepending a 000000 to directory "chunks"
20854              if missing from base or path.  Also adjust test to
20855              reflect the (improved) output from abs2rel.
20856              From Charles Lane.
20857      Branch: perl
20858            ! lib/File/Spec.t lib/File/Spec/VMS.pm
20859 ____________________________________________________________________________
20860 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
20861         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
20862              all of the extra VMSish attributes (such as "treat this logical
20863              as a device name") that are necessary to make programs run.
20864              A tainted %ENV does not hinder VMS.  From Charles Lane.
20865      Branch: perl
20866            ! lib/File/Find/t/taint.t
20867 ____________________________________________________________________________
20868 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
20869         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
20870              
20871              o  VMS is case-insensitive, RTL downcases filenames read
20872              by perl... so need to re-upcase filenames like MANIFEST
20873              and MANIFEST.SKIP
20874              
20875              o  Need to convert VMS-style to Unix-style filenames when comparing
20876              names in MANIFEST to names in filesystem.
20877              
20878              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
20879              since VMS won't let you (easily) delete non-empty directories.
20880              
20881              From Charles Lane.
20882      Branch: perl
20883            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
20884 ____________________________________________________________________________
20885 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
20886         Log: Unix and VMS agree on "*" as a "match any number of any chars"
20887              wildcards, but differ ("?"  vs.  "%") for their "match any single
20888              char" wildcard.  This patch changes "?"  chars to "%" before doing a
20889              VMS glob...at no loss of functionality, since "?"  isn't a valid
20890              filename char on VMS.  From Charles Lane.
20891      Branch: perl
20892            ! doio.c
20893 ____________________________________________________________________________
20894 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
20895         Log: (accidentally empty submit; new life as #12390)
20896      Branch: perl
20897            ! lib/File/Find/t/taint.t
20898 ____________________________________________________________________________
20899 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
20900         Log: Even more VMS tweakage from Charles Lane:
20901              
20902              Tweak #1:  splitdir only works on directory part of filespec,
20903              split off volume first
20904              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
20905              (it's a horrible kludge in the run-time library,
20906              improved in later versions). Check the
20907              $Config{'d_setenv'} flag before attempting to set it.
20908      Branch: perl
20909            ! t/op/chdir.t
20910 ____________________________________________________________________________
20911 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
20912         Log: VMS tweakage from Charles Lane.
20913              
20914              . command.com doubles an output line when prompting for extensions
20915              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
20916              . perl5db doesn't clean up after itself
20917      Branch: perl
20918            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
20919 ____________________________________________________________________________
20920 [ 12384] By: sky                                   on 2001/10/09  19:16:11
20921         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
20922              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20923              Date: Tue, 9 Oct 2001 22:10:26 +0200
20924              Message-ID: <20011009221026.A8579@rafael>
20925      Branch: perl
20926            ! pod/perldata.pod
20927 ____________________________________________________________________________
20928 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
20929         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
20930              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
20931              Date: 9 Oct 2001 15:15:06 -0000
20932              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
20933      Branch: perl
20934            ! t/op/subst.t
20935 ____________________________________________________________________________
20936 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
20937         Log: Update Changes.
20938      Branch: perl
20939            ! Changes patchlevel.h
20940 ____________________________________________________________________________
20941 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
20942         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
20943              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
20944              when a NULL is passed for the filename string pointer.
20945              From Charles Lane.
20946      Branch: perl
20947            ! vms/vms.c
20948 ____________________________________________________________________________
20949 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
20950         Log: Subject: HP systems update
20951              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20952              Date: Tue, 09 Oct 2001 15:59:22 +0200
20953              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
20954      Branch: perl
20955            ! README.hpux
20956 ____________________________________________________________________________
20957 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
20958         Log: CPAN::Nox does now have a test.
20959      Branch: perl
20960            ! t/lib/1_compile.t
20961 ____________________________________________________________________________
20962 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
20963         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
20964              From: David Dyck <dcd@tc.fluke.com>
20965              Date: Mon, 1 Oct 2001 12:17:36 -0700
20966              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
20967      Branch: perl
20968            ! installperl
20969 ____________________________________________________________________________
20970 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
20971         Log: NetWare update from Ananth Kesari.
20972      Branch: perl
20973            ! NetWare/nwperlsys.h makedef.pl
20974 ____________________________________________________________________________
20975 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
20976         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
20977              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20978              Date: Tue, 9 Oct 2001 08:40:57 EDT
20979              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
20980      Branch: perl
20981            ! lib/File/Find/t/find.t
20982 ____________________________________________________________________________
20983 [ 12374] By: ams                                   on 2001/10/09  05:31:45
20984         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
20985              ExtUtils::Mkbootstrap
20986              From: "chromatic" <chromatic@rmci.net>
20987              Date: Tue, 09 Oct 2001 00:08:37 -0600
20988              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
20989      Branch: perl
20990            + lib/ExtUtils/Mkbootstrap.t
20991            ! MANIFEST
20992 ____________________________________________________________________________
20993 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
20994         Log: Enable more debugging.
20995      Branch: perl
20996            ! lib/utf8_heavy.pl
20997 ____________________________________________________________________________
20998 [ 12372] By: ams                                   on 2001/10/09  02:11:59
20999         Log: #12370 forgot to modify is_gv_magical().
21000      Branch: perl
21001            ! gv.c
21002 ____________________________________________________________________________
21003 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
21004         Log: Make the toupper/lower/title API for Unicode not right
21005              but at least less wrong: prepare for the mapping being
21006              more than just one-character-to-one-character.
21007      Branch: perl
21008            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
21009            ! regexec.c utf8.c
21010 ____________________________________________________________________________
21011 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
21012         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
21013              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
21014              Date: Mon, 8 Oct 2001 22:18:23 -0400
21015              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
21016      Branch: perl
21017            ! pod/perlvar.pod t/op/taint.t
21018 ____________________________________________________________________________
21019 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
21020         Log: FAQ sync.
21021      Branch: perl
21022            ! pod/perlfaq3.pod pod/perlfaq4.pod
21023 ____________________________________________________________________________
21024 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
21025         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
21026              From: "chromatic" <chromatic@rmci.net>
21027              Date: Mon, 08 Oct 2001 14:05:32 -0600
21028              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
21029      Branch: perl
21030            ! lib/Term/Cap.t
21031 ____________________________________________________________________________
21032 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
21033         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
21034              From: Michael G Schwern <schwern@pobox.com>
21035              Date: Mon, 8 Oct 2001 17:00:14 -0400
21036              Message-ID: <20011008170014.L17083@blackrider>
21037      Branch: perl
21038            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
21039 ____________________________________________________________________________
21040 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
21041         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
21042              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21043              Date: Mon, 8 Oct 2001 16:01:33 EDT
21044              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
21045      Branch: perl
21046            ! ext/Time/HiRes/HiRes.xs
21047 ____________________________________________________________________________
21048 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
21049         Log: Subject: [PATCH] Autosplit patch for VMS
21050              From: "Craig A. Berry" <craigberry@mac.com>
21051              Date: Mon, 08 Oct 2001 15:40:43 -0500
21052              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
21053      Branch: perl
21054            ! lib/AutoSplit.pm lib/AutoSplit.t
21055 ____________________________________________________________________________
21056 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
21057         Log: Don't assume that everybody is running OS X 10.1 yet;
21058              from Kay Röpke.
21059      Branch: perl
21060            ! hints/darwin.sh
21061 ____________________________________________________________________________
21062 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
21063         Log: Update Changes.
21064      Branch: perl
21065            ! Changes patchlevel.h
21066 ____________________________________________________________________________
21067 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
21068         Log: Retract #12358 for now.
21069      Branch: perl
21070            ! lib/Term/Cap.t
21071 ____________________________________________________________________________
21072 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
21073         Log: Can't figure out what this is testing.
21074              (If it is trying to catch SIGKILL, it should stop
21075              trying because that is by definition impossible.)
21076      Branch: perl
21077            ! lib/sigtrap.t
21078 ____________________________________________________________________________
21079 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
21080         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
21081              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
21082              Date: Sun, 30 Sep 2001 21:15:13 +0200
21083              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
21084      Branch: perl
21085            ! lib/ExtUtils/MM_Win32.pm
21086 ____________________________________________________________________________
21087 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
21088         Log: Clarify the ldlibpth part and condense the overall text.
21089      Branch: perl
21090            ! t/TEST
21091 ____________________________________________________________________________
21092 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
21093         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
21094              From: "chromatic" <chromatic@rmci.net>
21095              Date: Sun, 07 Oct 2001 16:59:26 -0600
21096              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
21097      Branch: perl
21098            ! lib/Term/Cap.t
21099 ____________________________________________________________________________
21100 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
21101         Log: Update the list because fo #12265.
21102      Branch: perl
21103            ! t/lib/1_compile.t
21104 ____________________________________________________________________________
21105 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
21106         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
21107              From: Nicholas Clark <nick@ccl4.org>
21108              Date: Sun, 7 Oct 2001 20:53:33 +0100
21109              Message-ID: <20011007205333.S38756@plum.flirble.org>   
21110      Branch: perl
21111            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
21112            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
21113            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
21114            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
21115            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
21116            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
21117            ! lib/Switch/t/switch.t lib/Term/Complete.t
21118            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
21119            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
21120            ! t/op/my_stash.t
21121 ____________________________________________________________________________
21122 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
21123         Log: Integrate patch #12350 from maintperl; typo in
21124              IO::Seekable doc.
21125      Branch: perl
21126           !> ext/IO/lib/IO/Seekable.pm
21127 ____________________________________________________________________________
21128 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
21129         Log: Detypo.
21130      Branch: perl
21131            ! hints/darwin.sh
21132 ____________________________________________________________________________
21133 [ 12353] By: sky                                   on 2001/10/07  17:16:14
21134         Log: Change 12349 didn't really get it right.
21135      Branch: perl
21136            ! lib/Unicode/README
21137 ____________________________________________________________________________
21138 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
21139         Log: If running the harness the dynamic library search path
21140              may need setting.
21141      Branch: perl
21142            ! t/TEST
21143 ____________________________________________________________________________
21144 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
21145         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
21146              in ldflags.
21147      Branch: perl
21148            ! hints/darwin.sh
21149 ____________________________________________________________________________
21150 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
21151         Log: typo in IO::Seekable doc
21152      Branch: maint-5.6/perl
21153            ! ext/IO/lib/IO/Seekable.pm
21154 ____________________________________________________________________________
21155 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
21156         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
21157              doesn't work on Mac OS X 10.1 (when unpacking the tar the
21158              latter gets renamed as lib/unicode:1, assumedly for security
21159              reasons not to overwrite stuff)
21160      Branch: perl
21161            + lib/Unicode/README
21162            - lib/unicode/README
21163            ! MANIFEST
21164 ____________________________________________________________________________
21165 [ 12348] By: ams                                   on 2001/10/07  05:33:40
21166         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
21167              From: "chromatic" <chromatic@rmci.net>
21168              Date: Sat, 06 Oct 2001 21:42:03 -0600
21169              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
21170      Branch: perl
21171            + lib/CPAN/t/Nox.t
21172            ! MANIFEST
21173 ____________________________________________________________________________
21174 [ 12347] By: ams                                   on 2001/10/07  00:48:10
21175         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
21176              From: "chromatic" <chromatic@rmci.net>
21177              Date: Sat, 06 Oct 2001 18:52:10 -0600
21178              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
21179      Branch: perl
21180            + lib/sigtrap.t
21181            ! MANIFEST
21182 ____________________________________________________________________________
21183 [ 12346] By: ams                                   on 2001/10/06  23:14:01
21184         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
21185              h2xs write?)
21186              From: Nicholas Clark <nick@ccl4.org>
21187              Date: Sat, 6 Oct 2001 21:46:43 +0100
21188              Message-Id: <20011006214643.L38756@plum.flirble.org>
21189      Branch: perl
21190            ! utils/h2xs.PL
21191 ____________________________________________________________________________
21192 [ 12345] By: ams                                   on 2001/10/06  17:39:53
21193         Log: Subject: [PATCH] Memoize tests
21194              From: Nicholas Clark <nick@ccl4.org>
21195              Date: Sat, 6 Oct 2001 18:04:21 +0100
21196              Message-Id: <20011006180421.J38756@plum.flirble.org>
21197      Branch: perl
21198            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
21199            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
21200            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
21201            ! lib/Memoize/t/expire_module_n.t
21202            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
21203            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
21204            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
21205            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
21206            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
21207            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
21208 ____________________________________________________________________________
21209 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
21210         Log: Retract the latter part of #12343.
21211      Branch: perl
21212            ! ext/IO/lib/IO/Socket/INET.pm
21213 ____________________________________________________________________________
21214 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
21215         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
21216              From: David Dyck <dcd@tc.fluke.com>
21217              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
21218              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
21219              
21220              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
21221              From: David Dyck <dcd@tc.fluke.com>
21222              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
21223              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
21224      Branch: perl
21225            ! ext/IO/lib/IO/Socket/INET.pm
21226 ____________________________________________________________________________
21227 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
21228         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
21229              From: Robin Barker <rmb1@cise.npl.co.uk>
21230              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
21231              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
21232      Branch: perl
21233            ! t/TEST
21234 ____________________________________________________________________________
21235 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
21236         Log: Don't assume that %x is good for displaying UVs.
21237      Branch: perl
21238            ! dump.c
21239 ____________________________________________________________________________
21240 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
21241         Log: Update Changes.
21242      Branch: perl
21243            ! Changes patchlevel.h
21244 ____________________________________________________________________________
21245 [ 12339] By: ams                                   on 2001/10/05  10:22:34
21246         Log: Subject: [PATCH] perlfunc/select
21247              From: Nicholas Clark <nick@ccl4.org>
21248              Date: Fri, 5 Oct 2001 11:33:58 +0100
21249              Message-Id: <20011005113358.Z38756@plum.flirble.org>
21250      Branch: perl
21251            ! pod/perlfunc.pod
21252 ____________________________________________________________________________
21253 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
21254         Log: Retract #12313 and #12249.
21255      Branch: perl
21256            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
21257            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
21258            ! pod/perlebcdic.pod
21259 ____________________________________________________________________________
21260 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
21261         Log: Subject: [PATCH] perlvms.pod update
21262              From: "Craig A. Berry" <craigberry@mac.com>
21263              Date: Thu, 04 Oct 2001 12:55:52 -0500
21264              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
21265      Branch: perl
21266            ! vms/perlvms.pod
21267 ____________________________________________________________________________
21268 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
21269         Log: Subject: PATCH: Tie::SubstrHash
21270              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21271              Date: Thu, 04 Oct 2001 12:12:41 +0100
21272              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
21273      Branch: perl
21274            ! lib/Tie/SubstrHash.pm
21275 ____________________________________________________________________________
21276 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
21277         Log: Unicode properties saga continues.
21278      Branch: perl
21279            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
21280            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
21281 ____________________________________________________________________________
21282 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
21283         Log: Yet more Unicode properties.
21284      Branch: perl
21285            + lib/unicore/In/137.pl lib/unicore/In/138.pl
21286            + lib/unicore/In/139.pl lib/unicore/In/140.pl
21287            + lib/unicore/In/141.pl lib/unicore/In/142.pl
21288            + lib/unicore/In/143.pl lib/unicore/In/144.pl
21289            + lib/unicore/In/145.pl lib/unicore/In/146.pl
21290            + lib/unicore/In/147.pl lib/unicore/In/148.pl
21291            + lib/unicore/In/149.pl lib/unicore/In/150.pl
21292            + lib/unicore/In/151.pl lib/unicore/In/152.pl
21293            + lib/unicore/In/153.pl lib/unicore/In/154.pl
21294            + lib/unicore/In/155.pl lib/unicore/In/156.pl
21295            + lib/unicore/In/157.pl lib/unicore/In/158.pl
21296            + lib/unicore/In/159.pl lib/unicore/In/160.pl
21297            + lib/unicore/In/161.pl lib/unicore/In/162.pl
21298            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
21299            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
21300            ! pod/perlunicode.pod
21301 ____________________________________________________________________________
21302 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
21303         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
21304              From: "Craig A. Berry" <craigberry@mac.com>
21305              Date: Wed, 03 Oct 2001 17:45:25 -0500
21306              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
21307              
21308              (the lib/Term/Complete.t patched differently by #12332)
21309      Branch: perl
21310            ! lib/ExtUtils/Command.t
21311 ____________________________________________________________________________
21312 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
21313         Log: Restore only if something to restore.
21314      Branch: perl
21315            ! lib/Term/Complete.t
21316 ____________________________________________________________________________
21317 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
21318         Log: Update various resources for credits,
21319              minor icons fixes, and versions.
21320      Branch: maint-5.6/macperl
21321            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
21322            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
21323            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
21324 ____________________________________________________________________________
21325 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
21326         Log: Quiet the warnings about using undef value
21327      Branch: maint-5.6/macperl
21328            ! lib/File/Temp.pm
21329 ____________________________________________________________________________
21330 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
21331         Log: Fix up Ballon Help and Help menu docs (first pass);
21332              remove balloon rez file, and autogenerate with
21333              Balloon2Rez instead.
21334      Branch: maint-5.6/macperl
21335            + macos/macperl/macscripts/Balloon2Rez
21336            - macos/macperl/MPBalloons.r
21337            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
21338 ____________________________________________________________________________
21339 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
21340         Log: Allow overriding of defaults, for change #12327.
21341      Branch: maint-5.6/macperl
21342            ! perl.h
21343 ____________________________________________________________________________
21344 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
21345         Log: Override PerlProc_exit.
21346      Branch: maint-5.6/macperl
21347            ! macos/macish.h
21348 ____________________________________________________________________________
21349 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
21350         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
21351      Branch: maint-5.6/macperl
21352            + macos/bundled_lib/blib/lib/MD5.pm
21353            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
21354            + macos/lib/Mac/AETE/Dialect.pm
21355            + macos/lib/Mac/AETE/Format/Converter.pm
21356            + macos/lib/Mac/AETE/Format/Dictionary.pm
21357            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
21358            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
21359            + macos/lib/Mac/Toolbox.pod
21360            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
21361 ____________________________________________________________________________
21362 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
21363         Log: Sync up silly CVS headers ... I should commit CVS
21364              first to avoid this ...
21365      Branch: maint-5.6/macperl
21366            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
21367            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
21368            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
21369            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
21370 ____________________________________________________________________________
21371 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
21372         Log: Fix Matthias' address, and attributions.
21373      Branch: maint-5.6/macperl
21374            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
21375            ! pod/perlport.pod
21376 ____________________________________________________________________________
21377 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
21378         Log: Fix Matthias' address, and attributions.
21379      Branch: maint-5.6/macperl
21380            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
21381            ! macos/ext/Mac/Components/Components.pm
21382            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
21383            ! macos/ext/Mac/Dialogs/Dialogs.pm
21384            ! macos/ext/Mac/Events/Events.pm
21385            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
21386            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
21387            ! macos/ext/Mac/Gestalt/Gestalt.pm
21388            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
21389            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
21390            ! macos/ext/Mac/Menus/Menus.pm
21391            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
21392            ! macos/ext/Mac/Movies/Movies.pm
21393            ! macos/ext/Mac/Navigation/Navigation.pm
21394            ! macos/ext/Mac/Notification/Notification.pm
21395            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
21396            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
21397            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
21398            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
21399            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
21400            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
21401            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
21402            ! macos/ext/Mac/StandardFile/StandardFile.pm
21403            ! macos/ext/Mac/TextEdit/TextEdit.pm
21404            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
21405            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
21406            ! macos/lib/Mac/LowMem.pm
21407 ____________________________________________________________________________
21408 [ 12322] By: sky                                   on 2001/10/03  18:41:07
21409         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
21410              From: "Craig A. Berry" <craigberry@mac.com>
21411              Date: Wed, 03 Oct 2001 14:30:55 -0500
21412              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
21413      Branch: perl
21414            ! vms/vms.c
21415 ____________________________________________________________________________
21416 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
21417         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
21418              From: "Craig A. Berry" <craigberry@mac.com>
21419              Date: Wed, 03 Oct 2001 14:30:55 -0500
21420              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
21421      Branch: perl
21422            ! vms/vms.c
21423 ____________________________________________________________________________
21424 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
21425         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
21426              only IsL&) and Inherited (negative lookahead good);
21427              add tests for Common, Inherited, and L&.
21428      Branch: perl
21429            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
21430 ____________________________________________________________________________
21431 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
21432         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
21433              (The Unicode standard uses L& quite often.)
21434      Branch: perl
21435            ! lib/utf8_heavy.pl
21436 ____________________________________________________________________________
21437 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
21438         Log: Add the 'Common' Unicode property (code points not
21439              explicitly assigned to any other script).
21440      Branch: perl
21441            + lib/unicore/In/136.pl
21442            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
21443 ____________________________________________________________________________
21444 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
21445         Log: Skip the RV printing test under threads until fixed.
21446      Branch: perl
21447            ! ext/B/t/terse.t
21448 ____________________________________________________________________________
21449 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
21450         Log: Subject: 12309 / cygwin / win2k
21451              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21452              Date: Wed, 03 Oct 2001 15:25:15 +0200
21453              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
21454      Branch: perl
21455            ! makedef.pl
21456 ____________________________________________________________________________
21457 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
21458         Log: Metaconfig unit change for #12314.
21459      Branch: metaconfig
21460            ! U/modified/Head.U
21461 ____________________________________________________________________________
21462 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
21463         Log: Subject: Both cygwin and djgpp on one machine
21464              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21465              Date: Wed, 03 Oct 2001 15:02:59 +0200
21466              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
21467      Branch: perl
21468            ! Configure
21469 ____________________________________________________________________________
21470 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
21471         Log: (retracted by #12338)
21472              
21473              Subject: [PATCH] Code clean up for perlboot.pod
21474              From: Casey West <casey@geeknest.com>
21475              Date: Tue, 2 Oct 2001 19:24:43 -0400
21476              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
21477              
21478              Subject: [PATCH] Code clean up for perlbot.diff
21479              From: Casey West <casey@geeknest.com>
21480              Date: Tue, 2 Oct 2001 19:25:22 -0400
21481              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
21482              
21483              Subject: [PATCH] Code clean up for perlcall.pod
21484              From: Casey West <casey@geeknest.com>
21485              Date: Tue, 2 Oct 2001 19:25:57 -0400
21486              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
21487              
21488              Subject: [PATCH] Code clean up for perldata.pod
21489              From: Casey West <casey@geeknest.com>
21490              Date: Tue, 2 Oct 2001 19:26:29 -0400
21491              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
21492              
21493              Subject: [PATCH] Code clean up for perldbmfilter.pod
21494              From: Casey West <casey@geeknest.com>
21495              Date: Tue, 2 Oct 2001 19:26:59 -0400
21496              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
21497              
21498              Subject: [PATCH] Code clean up for perlebcdic.pod
21499              From: Casey West <casey@geeknest.com>
21500              Date: Tue, 2 Oct 2001 19:27:37 -0400
21501              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
21502      Branch: perl
21503            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
21504            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
21505 ____________________________________________________________________________
21506 [ 12312] By: ams                                   on 2001/10/02  23:43:55
21507         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
21508              From: Michael G Schwern <schwern@pobox.com>
21509              Date: Tue, 2 Oct 2001 17:00:49 -0400
21510              Message-Id: <20011002170049.A9955@blackrider>
21511      Branch: perl
21512            ! lib/ExtUtils/MakeMaker.pm
21513 ____________________________________________________________________________
21514 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
21515         Log: FAQ sync.
21516      Branch: perl
21517            ! pod/perlfaq3.pod
21518 ____________________________________________________________________________
21519 [ 12310] By: nick                                  on 2001/10/02  16:09:49
21520         Log: Integrate mainline
21521      Branch: perlio
21522           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
21523           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
21524           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
21525           !> patchlevel.h t/op/pat.t
21526 ____________________________________________________________________________
21527 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
21528         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
21529              not just one single space.
21530      Branch: perl
21531            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
21532 ____________________________________________________________________________
21533 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
21534         Log: AUTHORS updates.
21535      Branch: perl
21536            ! AUTHORS
21537 ____________________________________________________________________________
21538 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
21539         Log: Update Changes.
21540      Branch: perl
21541            ! Changes patchlevel.h
21542 ____________________________________________________________________________
21543 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
21544         Log: Work around old buggy glibcs for langinfo constants,
21545              from Nicholas Clark and David Dyck.
21546      Branch: perl
21547            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
21548 ____________________________________________________________________________
21549 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
21550         Log: Eradicate Time::Piece; add an example.
21551      Branch: perl
21552            ! ext/I18N/Langinfo/Langinfo.pm
21553 ____________________________________________________________________________
21554 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
21555         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
21556              From: Robert Spier <rspier@pobox.com>
21557              Date: Mon, 1 Oct 2001 23:20:16 -0700
21558              Message-ID: <15289.23712.422087.878224@rls.cx>
21559      Branch: perl
21560            ! lib/Pod/Html.pm
21561 ____________________________________________________________________________
21562 [ 12303] By: sky                                   on 2001/10/02  10:40:57
21563         Log: Fixes obscure bug that manifests itself by.
21564              local $!=0;undef*STDOUT;#segfaults
21565              Has been around for a while. Possible other magic IO vars are
21566              possibly affected as well. Reported by Jos Boumans.
21567      Branch: perl
21568            ! mg.c
21569 ____________________________________________________________________________
21570 [ 12302] By: nick                                  on 2001/10/02  09:00:52
21571         Log: Integrate mainline
21572      Branch: perlio
21573           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
21574           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
21575           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
21576 ____________________________________________________________________________
21577 [ 12301] By: nick                                  on 2001/10/02  08:40:57
21578         Log: Integrate mainline + lib/open.t patch from Chromatic
21579      Branch: perlio
21580           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
21581            ! lib/open.t
21582           !> (integrate 29 files)
21583 ____________________________________________________________________________
21584 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
21585         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
21586              Until it has, better stop early if someone requests threads.
21587      Branch: perl
21588            ! hints/darwin.sh
21589 ____________________________________________________________________________
21590 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
21591         Log: Subject: [ID 20011001.011] redundant code in t/TEST
21592              From: David Dyck <dcd@tc.fluke.com>
21593              Date: Mon, 1 Oct 2001 12:56:24 -0700
21594              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
21595      Branch: perl
21596            ! t/TEST
21597 ____________________________________________________________________________
21598 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
21599         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
21600              From: "chromatic" <chromatic@rmci.net>
21601              Date: Mon, 01 Oct 2001 12:27:12 -0600
21602              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
21603      Branch: perl
21604            ! lib/Term/Cap.t
21605 ____________________________________________________________________________
21606 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
21607         Log: UNICOS testing patches from Nicholas Clark.
21608      Branch: perl
21609            ! t/op/arith.t t/op/pack.t
21610 ____________________________________________________________________________
21611 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
21612         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
21613              From: "chromatic" <chromatic@rmci.net>
21614              Date: Mon, 01 Oct 2001 10:21:51 -0600
21615              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
21616      Branch: perl
21617            ! lib/open.t
21618 ____________________________________________________________________________
21619 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
21620         Log: Make missing the RADIXCHAR a softer, gentler error.
21621      Branch: perl
21622            ! ext/I18N/Langinfo/Langinfo.t
21623 ____________________________________________________________________________
21624 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
21625         Log: Nuke also the LANG because of glibc.
21626      Branch: perl
21627            ! lib/open.t
21628 ____________________________________________________________________________
21629 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
21630         Log: Also the ^Is is optional.
21631      Branch: perl
21632            ! pod/perlunicode.pod t/op/pat.t
21633 ____________________________________________________________________________
21634 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
21635         Log: Be careful to pull chars from the varargs stack when
21636              formatting chars.
21637      Branch: perl
21638            ! regcomp.c
21639 ____________________________________________________________________________
21640 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
21641         Log: sortsv not in place anymore, noticed by John P. Linderman.
21642      Branch: perl
21643            ! pod/perlapi.pod pp_ctl.c
21644 ____________________________________________________________________________
21645 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
21646         Log: Make the diagnostic messages more neutral.
21647      Branch: perl
21648            ! ext/B/t/terse.t
21649 ____________________________________________________________________________
21650 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
21651         Log: Forgotten from #12288.
21652      Branch: perl
21653            ! ext/Data/Dumper/Dumper.pm
21654 ____________________________________________________________________________
21655 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
21656         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
21657              From: Brian Ingerson <ingy@ttul.org>
21658              Date: Sun, 30 Sep 2001 21:45:56 -0700
21659              Message-ID: <20010930214556.D26392@ttul.org>
21660              
21661              (remember also the #12289)
21662      Branch: perl
21663            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
21664 ____________________________________________________________________________
21665 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
21666         Log: More Unicode property tests for the abbreviated
21667              general properties.
21668      Branch: perl
21669            ! t/op/pat.t
21670 ____________________________________________________________________________
21671 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
21672         Log: Further tweaks to the Unicode properties.
21673      Branch: perl
21674            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
21675 ____________________________________________________________________________
21676 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
21677         Log: Retract #12284.
21678      Branch: perl
21679            ! lib/Term/Cap.t
21680 ____________________________________________________________________________
21681 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
21682         Log: (Retracted by #12285)
21683      Branch: perl
21684            ! lib/Term/Cap.t
21685 ____________________________________________________________________________
21686 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
21687         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
21688              From: "chromatic" <chromatic@rmci.net>  
21689              Date: Sun, 30 Sep 2001 16:10:02 -0600
21690              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
21691      Branch: perl
21692            + lib/Term/Cap.t
21693            ! MANIFEST
21694 ____________________________________________________________________________
21695 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
21696         Log: Use stty -g to restore the terminal state, do not even
21697              try to run the tests if stty -g is not available.
21698      Branch: perl
21699            ! lib/Term/Complete.t
21700 ____________________________________________________________________________
21701 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
21702         Log: Cleanup utf8_heavy; allow dropping the In prefix from
21703              Unicode script/block properties.
21704      Branch: perl
21705            ! lib/utf8_heavy.pl
21706 ____________________________________________________________________________
21707 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
21708         Log: Retract the #12259 for now.
21709      Branch: perl
21710            ! embed.h embed.pl sv.h
21711 ____________________________________________________________________________
21712 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
21713         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
21714      Branch: perl
21715            + lib/Text/TabsWrap/CHANGELOG
21716            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
21717 ____________________________________________________________________________
21718 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
21719         Log: #12272 wasn't right, it introduced an extra ().
21720      Branch: perl
21721            ! lib/utf8_heavy.pl
21722 ____________________________________________________________________________
21723 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
21724         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
21725              From: Jonathan Stowe <gellyfish@gellyfish.com>
21726              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
21727              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
21728      Branch: perl
21729            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
21730 ____________________________________________________________________________
21731 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
21732         Log: Subject: Patch to put qsortsv in the public API
21733              From: Brian Ingerson <ingy@ttul.org>
21734              Date: Sat, 29 Sep 2001 17:41:13 -0700
21735              Message-ID: <20010929174113.A30223@ttul.org>
21736      Branch: perl
21737            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
21738 ____________________________________________________________________________
21739 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
21740         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
21741              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21742              Date: Sat, 29 Sep 2001 23:54:48 +0200
21743              Message-ID: <20010929235448.A5017@rafael>
21744      Branch: perl
21745            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
21746 ____________________________________________________________________________
21747 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
21748         Log: FAQ sync.
21749      Branch: perl
21750            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
21751            ! pod/perlfaq9.pod
21752 ____________________________________________________________________________
21753 [ 12273] By: bailey                                on 2001/09/29  23:43:46
21754         Log: Resync with mainline
21755      Branch: vmsperl
21756           +> (branch 1207 files)
21757            - (delete 324 files)
21758           !> (integrate 866 files)
21759 ____________________________________________________________________________
21760 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
21761         Log: Nasty recursion trap if one would match Unicode.
21762      Branch: perl
21763            ! lib/utf8_heavy.pl
21764 ____________________________________________________________________________
21765 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
21766         Log: More Unicode todo.
21767      Branch: perl
21768            ! pod/perltodo.pod
21769 ____________________________________________________________________________
21770 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
21771         Log: Explain a bit the new more flexible \p\P syntax.
21772      Branch: perl
21773            ! pod/perlunicode.pod
21774 ____________________________________________________________________________
21775 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
21776         Log: More leniency to the \p and \P: now can have whitespace
21777              between the property definition and the curlies; now can
21778              invert the property by having a caret between the open
21779              curly and the property.
21780      Branch: perl
21781            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
21782 ____________________________________________________________________________
21783 [ 12268] By: nick                                  on 2001/09/29  17:39:26
21784         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
21785              one test (lib/open.t) fails
21786      Branch: perlio
21787           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
21788           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
21789           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
21790           +> lib/Tie/Scalar.t lib/open.t
21791            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
21792            - ext/B/Stash.t
21793           !> (integrate 62 files)
21794 ____________________________________________________________________________
21795 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
21796         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
21797      Branch: perl
21798            ! t/op/chdir.t
21799 ____________________________________________________________________________
21800 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
21801         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
21802              From: "Craig A. Berry" <craigberry@mac.com> 
21803              Date: Sat, 29 Sep 2001 09:35:33 -0500
21804              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
21805      Branch: perl
21806            ! t/op/chdir.t
21807 ____________________________________________________________________________
21808 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
21809         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
21810              From: "chromatic" <chromatic@rmci.net>
21811              Date: Fri, 28 Sep 2001 21:20:12 -0600
21812              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
21813      Branch: perl
21814            + lib/Tie/Scalar.t
21815            ! MANIFEST lib/Tie/Scalar.pm
21816 ____________________________________________________________________________
21817 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
21818         Log: Allow for more flexibility in the \p{In...} names, now
21819              case doesn't matter, and any space or dash can be
21820              matched by any space, dash, underbar, or empty.
21821              (may be going too far on leniency)
21822      Branch: perl
21823            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
21824            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
21825            ! t/op/pat.t
21826 ____________________________________________________________________________
21827 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
21828         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
21829              From: "chromatic" <chromatic@rmci.net>
21830              Date: Fri, 28 Sep 2001 17:39:50 -0600
21831              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
21832      Branch: perl
21833            + lib/open.t
21834            ! MANIFEST
21835 ____________________________________________________________________________
21836 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
21837         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
21838              From: "Craig A. Berry" <craigberry@mac.com>
21839              Date: Fri, 28 Sep 2001 16:24:51 -0500
21840              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
21841      Branch: perl
21842            ! ext/File/Glob/t/basic.t
21843 ____________________________________________________________________________
21844 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
21845         Log: Subject: [DOC PATCH] Carp.pm pod typo
21846              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21847              Date: Fri, 28 Sep 2001 23:14:51 +0200
21848              Message-ID: <20010928231451.E16889@rafael>
21849      Branch: perl
21850            ! lib/Carp.pm
21851 ____________________________________________________________________________
21852 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
21853         Log: Subject: [PATCH] Allow an @INC hook to set %INC
21854              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21855              Date: Fri, 28 Sep 2001 22:18:13 +0200
21856              Message-ID: <20010928221813.A16889@rafael>
21857      Branch: perl
21858            ! pp_ctl.c
21859 ____________________________________________________________________________
21860 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
21861         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
21862              From: Nicholas Clark <nick@ccl4.org>
21863              Date: Fri, 28 Sep 2001 23:39:33 +0100
21864              Message-ID: <20010928233933.C23673@plum.flirble.org>
21865      Branch: perl
21866            ! embed.h embed.pl sv.h
21867 ____________________________________________________________________________
21868 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
21869         Log: Update Changes.
21870      Branch: perl
21871            ! Changes patchlevel.h
21872 ____________________________________________________________________________
21873 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
21874         Log: Move the B tests to B/t.
21875      Branch: perl
21876            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
21877            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
21878            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
21879            - ext/B/Showlex.t ext/B/Stash.t
21880            ! MANIFEST
21881 ____________________________________________________________________________
21882 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
21883         Log: Forgot from #12254.
21884      Branch: perl
21885            + ext/B/B/Terse.t
21886 ____________________________________________________________________________
21887 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
21888         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
21889              From: "chromatic" <chromatic@rmci.net>
21890              Date: Thu, 27 Sep 2001 23:22:17 -0600
21891              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
21892      Branch: perl
21893            ! MANIFEST
21894 ____________________________________________________________________________
21895 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
21896         Log: Test numbering mismatch.
21897      Branch: perl
21898            ! t/op/chdir.t
21899 ____________________________________________________________________________
21900 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
21901         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
21902              From: "Craig A. Berry" <craigberry@mac.com>
21903              Date: Wed, 26 Sep 2001 17:43:14 -0500
21904              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
21905      Branch: perl
21906            ! iperlsys.h t/op/chdir.t
21907 ____________________________________________________________________________
21908 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
21909         Log: Subject: [PATCH gv.c] make __ANON__ global
21910              From: Robin Barker <rmb1@cise.npl.co.uk>
21911              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
21912              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
21913      Branch: perl
21914            ! gv.c t/op/anonsub.t t/op/runlevel.t
21915 ____________________________________________________________________________
21916 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
21917         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
21918              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21919              Date: Thu, 27 Sep 2001 22:34:32 +0200
21920              Message-ID: <20010927223432.A1485@rafael>
21921      Branch: perl
21922            ! ext/B/B/Terse.pm
21923 ____________________________________________________________________________
21924 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
21925         Log: (retracted by #12338)
21926              
21927              Subject: [PATCH] Cleanup of perldsc.pod      
21928              From: Casey West <casey@geeknest.com>
21929              Date: Thu, 27 Sep 2001 11:13:17 -0400
21930              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
21931      Branch: perl
21932            ! pod/perldsc.pod
21933 ____________________________________________________________________________
21934 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
21935         Log: Not everyone is using ithreads...
21936      Branch: perl
21937            ! ext/Devel/Peek/Peek.t
21938 ____________________________________________________________________________
21939 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
21940         Log: Document the nss_delete core dump workaround for HP-UX
21941              and Solaris, bug IDs 20010805.018 and 20010629.004.
21942      Branch: perl
21943            ! README.hpux README.solaris
21944 ____________________________________________________________________________
21945 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
21946         Log: Dump Unicode hash keys also as Unicode,
21947              not just as a byte string.
21948      Branch: perl
21949            ! dump.c ext/Devel/Peek/Peek.t
21950 ____________________________________________________________________________
21951 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
21952         Log: Integrate changes #12241 and #12242 from macperl:
21953              
21954              Remove unneeded disabling of umask() calls
21955              
21956              Note (get|set)sockopt are available.
21957      Branch: perl
21958           !> lib/File/Temp.pm pod/perlport.pod
21959 ____________________________________________________________________________
21960 [ 12244] By: sky                                   on 2001/09/27  08:53:00
21961         Log: Flush buffers on thread closedown.
21962      Branch: perl
21963            ! ext/threads/threads.xs
21964 ____________________________________________________________________________
21965 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
21966         Log: Dump SvUTF8(sv)s also as \x{...}.
21967              
21968              TODO: dump the SvUTF8() hash keys similarly. 
21969      Branch: perl
21970            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
21971 ____________________________________________________________________________
21972 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
21973         Log: Note (get|set)sockopt are available.
21974      Branch: maint-5.6/macperl
21975            ! pod/perlport.pod
21976 ____________________________________________________________________________
21977 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
21978         Log: Remove unneeded disabling of umask() calls
21979      Branch: maint-5.6/macperl
21980            ! lib/File/Temp.pm
21981 ____________________________________________________________________________
21982 [ 12240] By: sky                                   on 2001/09/26  18:44:56
21983         Log: Documention update
21984      Branch: perl
21985            ! ext/threads/threads.pm
21986 ____________________________________________________________________________
21987 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
21988         Log: Update Changes.
21989      Branch: perl
21990            ! Changes patchlevel.h
21991 ____________________________________________________________________________
21992 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
21993         Log: Check that all environment variables are tainted.
21994      Branch: perl
21995            ! t/op/taint.t
21996 ____________________________________________________________________________
21997 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
21998         Log: Manual integration error in #12235.
21999      Branch: perl
22000            ! lib/File/DosGlob.t
22001 ____________________________________________________________________________
22002 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
22003         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
22004              From: "chromatic" <chromatic@rmci.net>
22005              Date: Tue, 25 Sep 2001 23:57:07 -0600
22006              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
22007      Branch: perl
22008            ! perlio.c
22009 ____________________________________________________________________________
22010 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
22011         Log: Integrate macperl changes from Chris Nandor:
22012              12192 11817 11815 11813 11778 11775
22013              
22014              Update CPAN.pm to work with new Mac::BuildTools instead
22015              of ExtUtils::MM_MacOS "orphan" functions
22016              
22017              Fix test
22018              
22019              Make syntax check report in MPW style, fix tests
22020              to use Mac::err=unix to get normal-style error
22021              messages.
22022              
22023              More module and test ports from Thomas Wegner et al
22024              
22025              Fix open of /dev/null for Mac OS
22026              
22027              Allow for platforms to override formatting of errors
22028              on output from Matthias Neeracher (core files)
22029      Branch: perl
22030            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
22031            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
22032            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
22033           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
22034           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
22035           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
22036 ____________________________________________________________________________
22037 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
22038         Log: grrr.
22039      Branch: perl
22040            ! t/op/gv.t
22041 ____________________________________________________________________________
22042 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
22043         Log: Retract #12232.
22044      Branch: perl
22045            ! t/op/gv.t
22046 ____________________________________________________________________________
22047 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
22048         Log: (Retracted by #12233.)
22049      Branch: perl
22050            ! t/op/gv.t
22051 ____________________________________________________________________________
22052 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
22053         Log: Detypo.
22054      Branch: perl
22055            ! ext/Encode/Makefile.PL
22056 ____________________________________________________________________________
22057 [ 12230] By: sky                                   on 2001/09/26  11:36:23
22058         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
22059              We are using a "delay" here because we do not want to depend on thread synchronization issues.
22060      Branch: perl
22061            + ext/threads/t/stress_cv.t
22062            ! MANIFEST ext/threads/t/stress_string.t
22063 ____________________________________________________________________________
22064 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
22065         Log: NetWare tweak from Ananth Kesari.
22066      Branch: perl
22067            ! NetWare/t/Readme.txt
22068 ____________________________________________________________________________
22069 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
22070         Log: Trick to fool case-blind filesystems.
22071      Branch: perl
22072            ! ext/Encode/Makefile.PL
22073 ____________________________________________________________________________
22074 [ 12227] By: sky                                   on 2001/09/26  11:06:50
22075         Log: Threads can start executing in a different order than they were
22076              created.... so we cannot ok() inside the threadstarter.
22077      Branch: perl
22078            ! ext/threads/t/stress_string.t
22079 ____________________________________________________________________________
22080 [ 12226] By: sky                                   on 2001/09/26  07:41:45
22081         Log: Add in stress_string.t to stress test threads a bit more.
22082      Branch: perl
22083            + ext/threads/t/stress_string.t
22084            ! MANIFEST
22085 ____________________________________________________________________________
22086 [ 12225] By: sky                                   on 2001/09/26  07:04:21
22087         Log: Fix negative refcount introduced by #12223.
22088      Branch: perl
22089            ! ext/threads/threads.xs
22090 ____________________________________________________________________________
22091 [ 12224] By: sky                                   on 2001/09/26  06:57:58
22092         Log: Update documentation to match change #12223
22093      Branch: perl
22094            ! sharedsv.c
22095 ____________________________________________________________________________
22096 [ 12223] By: sky                                   on 2001/09/26  06:54:32
22097         Log: Use a separate interpreter for the sharedsv space. Another
22098              negative sv leak. Sigh.
22099      Branch: perl
22100            ! sharedsv.c
22101 ____________________________________________________________________________
22102 [ 12222] By: sky                                   on 2001/09/26  05:58:35
22103         Log: Do the environ assignment in perl_contruct to match perl_destruct.
22104              Now we don't need to perl_parse/perl_run. However environ is a
22105              global....
22106      Branch: perl
22107            ! perl.c
22108 ____________________________________________________________________________
22109 [ 12221] By: sky                                   on 2001/09/26  05:41:02
22110         Log: Move the creation of PL_strtab to perl_construct so we can work
22111              with HV and HEs without running perl_parse.
22112      Branch: perl
22113            ! perl.c
22114 ____________________________________________________________________________
22115 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
22116         Log: integrate macperl changes into maint-5.6
22117      Branch: maint-5.6/perl
22118           !> (integrate 26 files)
22119 ____________________________________________________________________________
22120 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
22121         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
22122              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
22123      Branch: maint-5.6/macperl
22124            ! macos/ext/Mac/Fonts/Fonts.xs
22125            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
22126 ____________________________________________________________________________
22127 [ 12218] By: ams                                   on 2001/09/25  23:31:33
22128         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
22129              From: Nicholas Clark <nick@ccl4.org>
22130              Date: Wed, 26 Sep 2001 01:20:20 +0100
22131              Message-Id: <20010926012020.B48092@plum.flirble.org>
22132      Branch: perl
22133            ! lib/AutoSplit.t
22134 ____________________________________________________________________________
22135 [ 12217] By: ams                                   on 2001/09/25  22:33:05
22136         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
22137              From: "Craig A. Berry" <craigberry@mac.com>
22138              Date: Tue, 25 Sep 2001 18:08:42 -0500
22139              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
22140      Branch: perl
22141            ! vms/vms.c
22142 ____________________________________________________________________________
22143 [ 12216] By: ams                                   on 2001/09/25  21:41:01
22144         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
22145              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
22146              From: Michael G Schwern <schwern@pobox.com>
22147              Date: Wed, 26 Sep 2001 00:38:21 -0400
22148              Message-Id: <20010926003821.A627@blackrider>
22149      Branch: perl
22150            ! lib/AutoSplit.t
22151 ____________________________________________________________________________
22152 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
22153         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
22154              From: Michael G Schwern <schwern@pobox.com>
22155              Date: Tue, 25 Sep 2001 17:43:49 -0400
22156              Message-ID: <20010925174349.B19534@blackrider>
22157      Branch: perl
22158            ! lib/Test/Simple.pm lib/Test/Utils.pm
22159 ____________________________________________________________________________
22160 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
22161         Log: Integrate changes from bleadperl.
22162      Branch: maint-5.6/macperl
22163           !> pod/perlport.pod
22164 ____________________________________________________________________________
22165 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
22166         Log: skip($mess) should result in one skip.
22167      Branch: perl
22168            ! t/test.pl
22169 ____________________________________________________________________________
22170 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
22171         Log: Integrate change #12200 from maintperl.
22172      Branch: maint-5.6/macperl
22173           !> win32/perlhost.h
22174 ____________________________________________________________________________
22175 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
22176         Log: Fix file types to "apple"
22177      Branch: maint-5.6/macperl
22178            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
22179            ! macos/ext/Mac/SAT/t/Collision.rsrc
22180 ____________________________________________________________________________
22181 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
22182         Log: Fix rsrc file as snd file; fix path in t file.
22183      Branch: maint-5.6/macperl
22184            ! macos/ext/Mac/Notification/t/Notification.rsrc
22185            ! macos/ext/Mac/Notification/t/Notification.t
22186 ____________________________________________________________________________
22187 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
22188         Log: Sync up with File::Find from bleadperl.
22189      Branch: maint-5.6/macperl
22190            ! lib/File/Find.pm t/lib/filefind-taint.t
22191 ____________________________________________________________________________
22192 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
22193         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
22194              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
22195              of hundreds)
22196      Branch: maint-5.6/macperl
22197            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
22198            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
22199            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
22200 ____________________________________________________________________________
22201 [ 12207] By: nick                                  on 2001/09/25  19:04:36
22202         Log: Integrate mainline (untested while modem is up)
22203      Branch: perlio
22204           +> lib/AutoSplit.t t/test.pl
22205            - lib/warnings/register.t
22206           !> (integrate 28 files)
22207 ____________________________________________________________________________
22208 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
22209         Log: perldiag entry for #12205.
22210      Branch: perl
22211            ! pod/perldiag.pod
22212 ____________________________________________________________________________
22213 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
22214         Log: Subject: [PATCH] warning on v-string in use/require
22215              From: John Peacock <jpeacock@rowman.com>
22216              Date: Mon, 24 Sep 2001 17:29:03 -0400
22217              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
22218      Branch: perl
22219            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
22220 ____________________________________________________________________________
22221 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
22222         Log: perltooc et al updates.
22223      Branch: perl
22224            ! plan9/mkfile pod/roffitall
22225 ____________________________________________________________________________
22226 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
22227         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
22228              From: Michael G Schwern <schwern@pobox.com>
22229              Date: Sun, 23 Sep 2001 00:07:12 -0400
22230              Message-ID: <20010923000712.A7005@blackrider>
22231      Branch: perl
22232            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
22233 ____________________________________________________________________________
22234 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
22235         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
22236              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22237              Date: Wed, 26 Sep 2001 01:25:10 +0900
22238              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
22239      Branch: perl
22240            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
22241            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
22242            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
22243 ____________________________________________________________________________
22244 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
22245         Log: Integrate change #12200 from maintperl;
22246              on windows, virtualized environment could propagate deleted variables
22247              into children if they happen to be at the very end of the table
22248      Branch: perl
22249           !> win32/perlhost.h
22250 ____________________________________________________________________________
22251 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
22252         Log: on windows, virtualized environment could propagate deleted variables
22253              into children if they happen to be at the very end of the table
22254              (thanks for succinct test case from Johan Holmberg, and fix from
22255              Doug Lankshear)
22256      Branch: maint-5.6/perl
22257            ! win32/perlhost.h
22258 ____________________________________________________________________________
22259 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
22260         Log: avoid the use of ftime() (it does a useless, potentially
22261              expensive call to GetTimeZoneInformation()); this potentially
22262              also results in three more digits of precision from
22263              Time::HiRes::time()
22264      Branch: perl
22265            ! ext/Time/HiRes/HiRes.xs
22266 ____________________________________________________________________________
22267 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
22268         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
22269              
22270              Note: io/binmode is failing, have to figure out why.
22271      Branch: perl
22272            + t/test.pl
22273            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
22274            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
22275            ! t/run/exit.t
22276 ____________________________________________________________________________
22277 [ 12197] By: ams                                   on 2001/09/25  13:48:55
22278         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
22279              From: Nicholas Clark <nick@ccl4.org>
22280              Date: Tue, 25 Sep 2001 00:37:40 +0100
22281              Message-Id: <20010925003740.S4971@plum.flirble.org>
22282              (Further changes expected.)
22283      Branch: perl
22284            + lib/AutoSplit.t
22285            ! MANIFEST
22286 ____________________________________________________________________________
22287 [ 12196] By: sky                                   on 2001/09/25  13:37:12
22288         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
22289              _ftime to try and be more robust.
22290      Branch: perl
22291            ! ext/Time/HiRes/HiRes.xs
22292 ____________________________________________________________________________
22293 [ 12194] By: ams                                   on 2001/09/25  11:40:00
22294         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
22295              From: "Craig A. Berry" <craigberry@mac.com>
22296              Date: Mon, 24 Sep 2001 17:54:20 -0500
22297              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
22298      Branch: perl
22299            ! vms/descrip_mms.template
22300 ____________________________________________________________________________
22301 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
22302         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
22303              not working, cursor not spinning (Bug #422129); external
22304              editor problems (Bug #456329); escape/cmd-. not activating
22305              "Cancel" in Save dialog box (Bug #446960); Runtimes not
22306              executing on launch (Bug #464441).
22307      Branch: maint-5.6/macperl
22308            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
22309            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
22310            ! macos/macperl/MacPerl.r
22311 ____________________________________________________________________________
22312 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
22313         Log: Update CPAN.pm to work with new Mac::BuildTools instead
22314              of ExtUtils::MM_MacOS "orphan" functions
22315      Branch: maint-5.6/macperl
22316            ! lib/CPAN.pm
22317 ____________________________________________________________________________
22318 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
22319         Log: Fix up another xsubpp problem (Matthias Neeracher)
22320      Branch: maint-5.6/macperl
22321            ! macos/xsubpp
22322 ____________________________________________________________________________
22323 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
22324         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
22325      Branch: maint-5.6/macperl
22326            ! macos/lib/ExtUtils/MM_MacOS.pm
22327 ____________________________________________________________________________
22328 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
22329         Log: Fix up Makefiles for more Mac:: modules (and prepare for
22330              static build ...?)
22331      Branch: maint-5.6/macperl
22332            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
22333            ! macos/macperl/Makefile.mk
22334 ____________________________________________________________________________
22335 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
22336         Log: Fix up tests
22337      Branch: maint-5.6/macperl
22338            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
22339 ____________________________________________________________________________
22340 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
22341         Log: Make malloc smarter, fix bugs.  (Bug #404030)
22342      Branch: maint-5.6/macperl
22343            ! macos/icemalloc.c macos/icemalloc.h
22344 ____________________________________________________________________________
22345 [ 12186] By: nick                                  on 2001/09/24  19:18:17
22346         Log: Integrate mainline
22347      Branch: perlio
22348           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
22349           +> lib/filetest.t
22350           !> (integrate 30 files)
22351 ____________________________________________________________________________
22352 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
22353         Log: Retract #12136, the warnings::register is already
22354              tested by t/lib/warnings/9enabled, as pointed out
22355              by Paul Marquess.
22356      Branch: perl
22357            - lib/warnings/register.t
22358            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
22359 ____________________________________________________________________________
22360 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
22361         Log: fix Time::HiRes implementation of gettimeofday() on windows
22362              (HiRes.t#14 now passes)
22363      Branch: perl
22364            ! ext/Time/HiRes/HiRes.xs
22365 ____________________________________________________________________________
22366 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
22367         Log: File::Spec::catfile() canonifies everything to blackslashes on
22368              windows :-(
22369      Branch: perl
22370            ! lib/ExtUtils/Manifest.t
22371 ____________________________________________________________________________
22372 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
22373         Log: test number mismatch
22374      Branch: perl
22375            ! t/op/magic.t
22376 ____________________________________________________________________________
22377 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
22378         Log: ok().
22379      Branch: perl
22380            ! t/op/pack.t
22381 ____________________________________________________________________________
22382 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
22383         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
22384              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
22385      Branch: perl
22386            ! pp_pack.c t/op/pack.t
22387 ____________________________________________________________________________
22388 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
22389         Log: Update Changes.
22390      Branch: perl
22391            ! Changes patchlevel.h
22392 ____________________________________________________________________________
22393 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
22394         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
22395              From: Michael G Schwern <schwern@pobox.com>
22396              Date: Mon, 24 Sep 2001 11:12:13 -0400
22397              Message-ID: <20010924111213.G27885@blackrider>
22398      Branch: perl
22399            ! lib/ExtUtils/Manifest.pm
22400 ____________________________________________________________________________
22401 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
22402         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
22403              From: Michael G Schwern <schwern@pobox.com> 
22404              Date: Mon, 24 Sep 2001 11:02:07 -0400
22405              Message-ID: <20010924110207.E27885@blackrider>
22406      Branch: perl
22407            ! vms/test.com
22408 ____________________________________________________________________________
22409 [ 12176] By: ams                                   on 2001/09/24  14:01:59
22410         Log: Update Changes.
22411      Branch: perl
22412            ! Changes
22413 ____________________________________________________________________________
22414 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
22415         Log: Various cleanups.
22416      Branch: perl
22417            ! ext/threads/Makefile.PL ext/threads/threads.xs
22418 ____________________________________________________________________________
22419 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
22420         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
22421      Branch: maint-5.6/macperl
22422           !> (integrate 33 files)
22423 ____________________________________________________________________________
22424 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
22425         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
22426              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22427              Date: Mon, 24 Sep 2001 20:04:58 +0900
22428              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
22429      Branch: perl
22430            ! ext/Encode/Encode/gb2312.enc
22431 ____________________________________________________________________________
22432 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
22433         Log: Clarifying comment to #12164.
22434      Branch: perl
22435            ! lib/Cwd.pm
22436 ____________________________________________________________________________
22437 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
22438         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
22439              From: Nicholas Clark <nick@ccl4.org>
22440              Date: Sun, 23 Sep 2001 23:00:56 +0100
22441              Message-ID: <20010923230055.Y4971@plum.flirble.org>
22442              
22443              (with "sample_constants" changed to "fallback")
22444      Branch: perl
22445            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
22446            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
22447            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
22448            ! lib/h2xs.t utils/h2xs.PL
22449 ____________________________________________________________________________
22450 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
22451         Log: Metaconfig unit change for #12167.
22452      Branch: metaconfig
22453            ! U/modified/Cppsym.U
22454 ____________________________________________________________________________
22455 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
22456         Log: Add a few glibc cpp symbols to probe for.
22457      Branch: perl
22458            ! Configure
22459 ____________________________________________________________________________
22460 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
22461         Log: DJGPP tweaks for Laszlo Molnar.
22462      Branch: perl
22463            ! djgpp/djgppsed.sh dosish.h
22464 ____________________________________________________________________________
22465 [ 12165] By: ams                                   on 2001/09/24  10:07:08
22466         Log: Subject: [PATCH t/op/inccode.t] More tests
22467              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
22468              Date: 24 Sep 2001 10:01:44 -0000
22469              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
22470      Branch: perl
22471            ! t/op/inccode.t
22472 ____________________________________________________________________________
22473 [ 12164] By: ams                                   on 2001/09/24  09:43:29
22474         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
22475              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
22476              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
22477              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
22478      Branch: perl
22479            ! lib/Cwd.pm
22480 ____________________________________________________________________________
22481 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
22482         Log: 1_compile updates.
22483      Branch: perl
22484            ! t/lib/1_compile.t
22485 ____________________________________________________________________________
22486 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
22487         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
22488              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22489              Date: Wed, 19 Sep 2001 22:47:14 +0200
22490              Message-ID: <20010919224714.A6382@rafael>
22491      Branch: perl
22492            ! pod/perlvar.pod pp_ctl.c
22493 ____________________________________________________________________________
22494 [ 12161] By: ams                                   on 2001/09/23  17:40:02
22495         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
22496              filetest Pragma
22497              From: "chromatic" <chromatic@rmci.net>
22498              Date: Sun, 23 Sep 2001 12:07:25 -0600
22499              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
22500      Branch: perl
22501            + lib/filetest.t
22502            ! MANIFEST t/lib/1_compile.t
22503 ____________________________________________________________________________
22504 [ 12160] By: ams                                   on 2001/09/23  16:32:11
22505         Log: Additional minor chdir() tweak.
22506      Branch: perl
22507            ! pod/perlfunc.pod
22508 ____________________________________________________________________________
22509 [ 12159] By: ams                                   on 2001/09/23  16:25:01
22510         Log: Subject: PATCH lib/ExtUtils/Command.t
22511              From: Abe Timmerman <abe@ztreet.demon.nl>
22512              Date: Sun, 23 Sep 2001 19:11:44 +0200
22513              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
22514      Branch: perl
22515            ! lib/ExtUtils/Command.t
22516 ____________________________________________________________________________
22517 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
22518         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
22519              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
22520              Date: Sun, 23 Sep 2001 02:02:26 +0200
22521              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
22522      Branch: perl
22523            ! makedef.pl
22524 ____________________________________________________________________________
22525 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
22526         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
22527              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
22528              Date: Sat, 22 Sep 2001 12:54:39 -0500
22529              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
22530      Branch: perl
22531            ! t/op/study.t
22532 ____________________________________________________________________________
22533 [ 12156] By: nick                                  on 2001/09/23  07:48:44
22534         Log: Integrate mainline
22535      Branch: perlio
22536            - check83.pl
22537           !> ext/Encode/Encode/2022-cn.enc
22538 ____________________________________________________________________________
22539 [ 12155] By: nick                                  on 2001/09/23  07:48:01
22540         Log: Integrate mainline
22541      Branch: perlio
22542           +> (branch 64 files)
22543            - ext/Encode/Encode/cns11643-1.enc
22544            - ext/Encode/Encode/cns11643-2.enc
22545            - ext/Encode/Encode/iso2022-cn.enc
22546            - ext/Encode/Encode/iso2022-jp.enc
22547            - ext/Encode/Encode/iso2022-jp1.enc
22548            - ext/Encode/Encode/iso2022-jp2.enc
22549            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
22550            - ext/Encode/Encode/iso8859-1.enc
22551            - ext/Encode/Encode/iso8859-1.ucm
22552            - ext/Encode/Encode/iso8859-10.enc
22553            - ext/Encode/Encode/iso8859-10.ucm
22554            - ext/Encode/Encode/iso8859-13.enc
22555            - ext/Encode/Encode/iso8859-13.ucm
22556            - ext/Encode/Encode/iso8859-14.enc
22557            - ext/Encode/Encode/iso8859-14.ucm
22558            - ext/Encode/Encode/iso8859-15.enc
22559            - ext/Encode/Encode/iso8859-15.ucm
22560            - ext/Encode/Encode/iso8859-16.enc
22561            - ext/Encode/Encode/iso8859-16.ucm
22562            - ext/Encode/Encode/iso8859-2.enc
22563            - ext/Encode/Encode/iso8859-2.ucm
22564            - ext/Encode/Encode/iso8859-3.enc
22565            - ext/Encode/Encode/iso8859-3.ucm
22566            - ext/Encode/Encode/iso8859-4.enc
22567            - ext/Encode/Encode/iso8859-4.ucm
22568            - ext/Encode/Encode/iso8859-5.enc
22569            - ext/Encode/Encode/iso8859-5.ucm
22570            - ext/Encode/Encode/iso8859-6.enc
22571            - ext/Encode/Encode/iso8859-6.ucm
22572            - ext/Encode/Encode/iso8859-7.enc
22573            - ext/Encode/Encode/iso8859-7.ucm
22574            - ext/Encode/Encode/iso8859-8.enc
22575            - ext/Encode/Encode/iso8859-8.ucm
22576            - ext/Encode/Encode/iso8859-9.enc
22577            - ext/Encode/Encode/iso8859-9.ucm
22578            - ext/Encode/Encode/isoir-197.enc
22579            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
22580            - t/lib/sample-tests/header_at_end
22581            - t/lib/sample-tests/header_at_end_fail
22582           !> (integrate 174 files)
22583 ____________________________________________________________________________
22584 [ 12154] By: ams                                   on 2001/09/23  07:11:46
22585         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
22586              by Blair Zajac.
22587      Branch: perl
22588            ! pod/perlfunc.pod
22589 ____________________________________________________________________________
22590 [ 12153] By: ams                                   on 2001/09/23  06:56:32
22591         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
22592              Forgotten deprecation of *glob{FILEHANDLE}?
22593              From: "chromatic" <chromatic@rmci.net>
22594              Date: Sat, 22 Sep 2001 21:27:56 -0600
22595              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
22596      Branch: perl
22597            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
22598 ____________________________________________________________________________
22599 [ 12152] By: ams                                   on 2001/09/23  06:42:58
22600         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
22601              From: Michael G Schwern <schwern@pobox.com>
22602              Date: Sun, 23 Sep 2001 03:34:39 -0400
22603              Message-Id: <20010923033439.E7005@blackrider>
22604      Branch: perl
22605            ! lib/File/Find.pm
22606 ____________________________________________________________________________
22607 [ 12151] By: ams                                   on 2001/09/23  06:37:57
22608         Log: Subject: Re: t/op/magic.t missing tests on Win32
22609              From: Michael G Schwern <schwern@pobox.com>
22610              Date: Sat, 22 Sep 2001 20:29:09 -0400
22611              Message-Id: <20010922202909.I18223@blackrider>
22612      Branch: perl
22613            ! t/op/magic.t
22614 ____________________________________________________________________________
22615 [ 12150] By: ams                                   on 2001/09/23  06:36:26
22616         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
22617              Dumpvalue.pm
22618              From: "chromatic" <chromatic@rmci.net>
22619              Date: Sat, 22 Sep 2001 19:41:31 -0600
22620              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
22621      Branch: perl
22622            + lib/Dumpvalue.t
22623            ! MANIFEST lib/Dumpvalue.pm
22624 ____________________________________________________________________________
22625 [ 12149] By: ams                                   on 2001/09/23  06:25:35
22626         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
22627              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22628              Date: Sun, 23 Sep 2001 15:27:56 +0900
22629              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
22630      Branch: perl
22631            ! ext/Encode/Encode/2022-cn.enc
22632 ____________________________________________________________________________
22633 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
22634         Log: Manual eror in #12147.
22635      Branch: perl
22636            ! win32/win32.c
22637 ____________________________________________________________________________
22638 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
22639         Log: Integrate change #12146 from maintperl;
22640              win32_chdir() et al don't handle a NULL argument gracefully
22641      Branch: perl
22642           !> win32/perlhost.h win32/win32.c
22643 ____________________________________________________________________________
22644 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
22645         Log: win32_chdir() et al don't handle a NULL argument gracefully
22646      Branch: maint-5.6/perl
22647            ! win32/perlhost.h win32/win32.c
22648 ____________________________________________________________________________
22649 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
22650         Log: typo in change#12026
22651      Branch: maint-5.6/perl
22652            ! op.c
22653 ____________________________________________________________________________
22654 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
22655         Log: Subject: [PATCH] Re: scalar context unpack bugs
22656              From: Nicholas Clark <nick@ccl4.org>
22657              Date: Sat, 22 Sep 2001 23:07:56 +0100
22658              Message-ID: <20010922230755.O4971@plum.flirble.org>
22659      Branch: perl
22660            ! pp_pack.c t/op/pack.t
22661 ____________________________________________________________________________
22662 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
22663         Log: Try ExtUtils::Command.t everywhere, not just on Win32
22664              (as suggested by NI-S).  Also allow running it either
22665              in t/ or in the main directory.
22666      Branch: perl
22667            ! lib/ExtUtils/Command.t
22668 ____________________________________________________________________________
22669 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
22670         Log: Update the test on warnings/register.t.
22671      Branch: perl
22672            ! t/lib/1_compile.t
22673 ____________________________________________________________________________
22674 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
22675         Log: The code is now almost tidy enough to keep the IRIX cc happy.
22676      Branch: perl
22677            ! hints/irix_6.sh
22678 ____________________________________________________________________________
22679 [ 12140] By: ams                                   on 2001/09/22  17:26:32
22680         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
22681              use_ithreads
22682              From: "Craig A. Berry" <craigberry@mac.com>
22683              Date: Sat, 22 Sep 2001 13:15:32 -0500
22684              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
22685      Branch: perl
22686            ! configure.com
22687 ____________________________________________________________________________
22688 [ 12139] By: ams                                   on 2001/09/22  16:44:08
22689         Log: Do what perl_clone() does for sharedsv functions.
22690      Branch: perl
22691            ! embed.pl proto.h
22692 ____________________________________________________________________________
22693 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
22694         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
22695              (suggested by Sarathy, extensions shouldn't be dabbling with
22696              op structures, so binary backward compatibility should not be
22697              an issue.)
22698      Branch: perl
22699            ! hints/irix_6.sh op.h
22700 ____________________________________________________________________________
22701 [ 12137] By: ams                                   on 2001/09/22  16:21:05
22702         Log: More cleanups. (What's PERL_DECL_PROT?)
22703      Branch: perl
22704            ! embed.pl proto.h sharedsv.h
22705 ____________________________________________________________________________
22706 [ 12136] By: ams                                   on 2001/09/22  15:14:34
22707         Log: (Retracted by #12185)
22708              
22709              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
22710              Add Tests for warnings::register, Doc Update
22711              From: "chromatic" <chromatic@rmci.net>
22712              Date: Sat, 22 Sep 2001 09:43:20 -0600
22713              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
22714      Branch: perl
22715            + lib/warnings/register.t
22716            ! MANIFEST lib/warnings/register.pm
22717 ____________________________________________________________________________
22718 [ 12135] By: ams                                   on 2001/09/22  15:07:50
22719         Log: `@foo' should be @foo for consistency.
22720      Branch: perl
22721            ! pod/perldiag.pod
22722 ____________________________________________________________________________
22723 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
22724         Log: (Retracted by #12138)
22725              
22726              Add -woff (turn warning off) 3187:
22727              "A pointer is converted to a smaller integer."
22728              This happens when your pointers are 64-bit: then every case
22729              of converting pointers to PADOFFSETs (explicitly 32-bit)
22730              faces truncation (even explicit use of INT2PTR doesn't help).
22731              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
22732              Changing PADOFFSET from U32 to UV would help, but that
22733              would break binary backward compatibility of BASEOP and padop
22734              (assuming you have been using 64-bit pointers).
22735      Branch: perl
22736            ! hints/irix_6.sh
22737 ____________________________________________________________________________
22738 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
22739         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
22740              but the name comes from the inside the file, not from the file
22741              name, and Rumanian is the name of the language.
22742      Branch: perl
22743            + ext/Encode/Encode/macRumanian.enc
22744            - ext/Encode/Encode/macRomania.enc
22745            ! MANIFEST
22746 ____________________________________________________________________________
22747 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
22748         Log: Rename perltootc as perltooc for 8.3-friedliness.
22749      Branch: perl
22750            + pod/perltooc.pod
22751            - pod/perltootc.pod
22752            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
22753            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
22754            ! pod/perltoot.pod
22755 ____________________________________________________________________________
22756 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
22757         Log: Find more conflicts by lowercasing.
22758      Branch: perl
22759            + Porting/check83.pl
22760            - check83.pl
22761            ! MANIFEST
22762 ____________________________________________________________________________
22763 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
22764         Log: The AIX cc 5.0.0.0 is simply too buggy.
22765      Branch: perl
22766            ! hints/aix.sh
22767 ____________________________________________________________________________
22768 [ 12129] By: ams                                   on 2001/09/22  12:35:38
22769         Log: Uninteresting cleanup.
22770      Branch: perl
22771            ! form.h
22772 ____________________________________________________________________________
22773 [ 12128] By: ams                                   on 2001/09/22  12:28:48
22774         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
22775              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
22776              Date: Sat, 22 Sep 2001 14:29:13 +0100
22777              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
22778      Branch: perl
22779            ! cv.h
22780 ____________________________________________________________________________
22781 [ 12127] By: ams                                   on 2001/09/22  12:04:28
22782         Log: What's a backet?
22783      Branch: perl
22784            ! dump.c
22785 ____________________________________________________________________________
22786 [ 12126] By: ams                                   on 2001/09/22  10:02:34
22787         Log: Removed duplicated tests #19 and #20.
22788      Branch: perl
22789            ! t/op/do.t
22790 ____________________________________________________________________________
22791 [ 12125] By: ams                                   on 2001/09/22  03:58:41
22792         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
22793              From: Michael Carman <mjcarman@home.com>
22794              Date: Fri, 21 Sep 2001 17:54:05 -0500
22795              Message-Id: <3BABC50D.6040202@home.com>
22796              (Applied with some changes.)
22797      Branch: perl
22798            ! pod/perlmod.pod
22799 ____________________________________________________________________________
22800 [ 12124] By: ams                                   on 2001/09/22  03:44:19
22801         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
22802              From: Michael G Schwern <schwern@pobox.com>
22803              Date: Fri, 21 Sep 2001 19:20:40 -0400
22804              Message-Id: <20010921192040.E5494@blackrider>
22805      Branch: perl
22806            ! t/op/chdir.t
22807 ____________________________________________________________________________
22808 [ 12123] By: ams                                   on 2001/09/22  03:41:08
22809         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
22810              From: Blair Zajac <blair@orcaware.com>
22811              Date: Fri, 21 Sep 2001 15:13:04 -0700
22812              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
22813      Branch: perl
22814            ! t/op/chdir.t
22815 ____________________________________________________________________________
22816 [ 12122] By: ams                                   on 2001/09/22  03:37:07
22817         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
22818              20010920.007
22819              From: Michael G Schwern <schwern@pobox.com>
22820              Date: Fri, 21 Sep 2001 17:59:03 -0400
22821              Message-Id: <20010921175903.V5494@blackrider>
22822      Branch: perl
22823            ! t/op/do.t
22824 ____________________________________________________________________________
22825 [ 12121] By: ams                                   on 2001/09/22  03:30:38
22826         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
22827              suite on WinCE)
22828              From: Michael G Schwern <schwern@pobox.com>
22829              Date: Fri, 21 Sep 2001 19:41:03 -0400
22830              Message-Id: <20010921194103.G5494@blackrider>
22831      Branch: perl
22832            ! pod/perlport.pod
22833 ____________________________________________________________________________
22834 [ 12120] By: ams                                   on 2001/09/22  03:28:06
22835         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
22836              From: Michael G Schwern <schwern@pobox.com>
22837              Date: Fri, 21 Sep 2001 17:33:35 -0400
22838              Message-Id: <20010921173335.T5494@blackrider>
22839              ($ENV{FOO}=undef hunk not applied.)
22840      Branch: perl
22841            ! t/op/magic.t
22842 ____________________________________________________________________________
22843 [ 12119] By: ams                                   on 2001/09/22  03:02:26
22844         Log: Subject: [PATCH] perldiag.pod
22845              From: Peter Scott <Peter@PSDT.com>
22846              Date: Fri, 21 Sep 2001 18:54:50 -0700
22847              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
22848              (Moved to the right place.)
22849      Branch: perl
22850            ! pod/perldiag.pod
22851 ____________________________________________________________________________
22852 [ 12118] By: ams                                   on 2001/09/21  20:05:29
22853         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
22854              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22855              Date: Fri, 21 Sep 2001 22:36:54 +0200
22856              Message-Id: <20010921223654.A12742@rafael>
22857      Branch: perl
22858            ! t/op/do.t
22859 ____________________________________________________________________________
22860 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
22861         Log: Restore things as they were before
22862              the backward compatibility police notices.
22863      Branch: perl
22864            ! lib/Cwd.pm
22865 ____________________________________________________________________________
22866 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
22867         Log: More Cwd from Schwern: make also OS/2 and DOS
22868              Cwd agree with File::Spec (that is, native path
22869              syntax using \ instead of / -- backward compatibility
22870              polic warning) and stop Win32 from using bsd_realpath().
22871      Branch: perl
22872            ! lib/Cwd.pm
22873 ____________________________________________________________________________
22874 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
22875         Log: Subject: [PATCH @12110] RE: Untested libraries update
22876              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
22877              Date: Fri, 21 Sep 2001 18:21:07 +0100
22878              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
22879      Branch: perl
22880            ! lib/warnings/register.pm
22881 ____________________________________________________________________________
22882 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
22883         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
22884              From: Michael G Schwern <schwern@pobox.com>
22885              Date: Thu, 20 Sep 2001 22:54:02 -0400
22886              Message-ID: <20010920225402.A3611@blackrider>
22887      Branch: perl
22888            ! lib/Cwd.pm
22889 ____________________________________________________________________________
22890 [ 12113] By: ams                                   on 2001/09/21  17:08:24
22891         Log: Subject: [PATCH] avoid v-strings with require/use
22892              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
22893              Date: Fri, 21 Sep 2001 12:34:40 -0400
22894              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
22895      Branch: perl
22896            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
22897            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
22898            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
22899            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
22900            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
22901            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
22902            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
22903            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
22904            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
22905            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
22906            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
22907            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
22908            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
22909            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
22910            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
22911            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
22912            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
22913            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
22914            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
22915 ____________________________________________________________________________
22916 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
22917         Log: Update Changes.
22918      Branch: perl
22919            ! Changes patchlevel.h
22920 ____________________________________________________________________________
22921 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
22922         Log: Make AIX and Tru64 compilers happy.  
22923      Branch: perl
22924            ! ext/threads/threads.h ext/threads/threads.xs
22925 ____________________________________________________________________________
22926 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
22927         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
22928              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
22929              Date: 21 Sep 2001 09:16:37 -0000
22930              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
22931      Branch: perl
22932            ! toke.c
22933 ____________________________________________________________________________
22934 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
22935         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
22936              From: Michael G Schwern <schwern@pobox.com>
22937              Date: Thu, 20 Sep 2001 21:21:34 -0400
22938              Message-ID: <20010920212134.Y28291@blackrider>
22939      Branch: perl
22940            ! pp_sys.c
22941 ____________________________________________________________________________
22942 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
22943         Log: Subject: Re: GDB Debugging Macros from mod_perl
22944              From: rspier@pobox.com (Robert Spier)
22945              Date: Thu, 20 Sep 2001 22:45:03 -0700
22946              Message-ID: <15274.54239.413929.49430@rls.cx>
22947      Branch: perl
22948            ! pod/perltodo.pod
22949 ____________________________________________________________________________
22950 [ 12105] By: sky                                   on 2001/09/21  10:33:34
22951         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
22952              timezone! GetSystemTime should be available on all Win32 
22953              platforms we support. Perhaps Time::HiRes should be extended to
22954              support WinCE and Novell?
22955      Branch: perl
22956            ! ext/Time/HiRes/HiRes.xs
22957 ____________________________________________________________________________
22958 [ 12104] By: sky                                   on 2001/09/21  08:12:39
22959         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
22960      Branch: perl
22961            ! ext/threads/threads.h ext/threads/threads.xs
22962 ____________________________________________________________________________
22963 [ 12103] By: sky                                   on 2001/09/21  07:57:41
22964         Log: Rename the *thread* functions to Perl_* to avoid clashes.
22965              Notably on AIX but could become a problem on other platforms.
22966      Branch: perl
22967            ! ext/threads/threads.h ext/threads/threads.xs
22968 ____________________________________________________________________________
22969 [ 12102] By: sky                                   on 2001/09/21  07:35:30
22970         Log: Add the shared sv space to the global vars.
22971              Fix problems compiling on win32.
22972      Branch: perl
22973            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
22974            ! sharedsv.c sharedsv.h
22975 ____________________________________________________________________________
22976 [ 12101] By: ams                                   on 2001/09/21  00:19:55
22977         Log: Subject: [PATCH] win32/Makefile warning fix
22978              From: Blair Zajac <blair@orcaware.com>
22979              Date: Thu, 20 Sep 2001 18:15:43 -0700
22980              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
22981      Branch: perl
22982            ! win32/Makefile
22983 ____________________________________________________________________________
22984 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
22985         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
22986              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
22987              Date: Thu, 20 Sep 2001 18:36:22 +0200
22988              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
22989      Branch: perl
22990            ! lib/ExtUtils/Command.t
22991 ____________________________________________________________________________
22992 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
22993         Log: Cant spl wirth a dam.
22994      Branch: perl
22995            ! intrpvar.h
22996 ____________________________________________________________________________
22997 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
22998         Log: Don't use C++ comments.
22999      Branch: perl
23000            ! ext/threads/threads.xs
23001 ____________________________________________________________________________
23002 [ 12097] By: ams                                   on 2001/09/20  21:42:07
23003         Log: Change #12044 didn't.
23004      Branch: perl
23005            ! lib/constant.pm
23006 ____________________________________________________________________________
23007 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
23008         Log: Metaconfig unit changes for #12095.
23009      Branch: metaconfig
23010            ! U/modified/Myinit.U U/modified/libs.U
23011 ____________________________________________________________________________
23012 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
23013         Log: Remove iconv references since we are not using it
23014              and not going to; regen perltoc, perlmodlib.
23015              (Some references still linger in perltoc, have to figure
23016              out where they are coming from.)
23017      Branch: perl
23018            ! Configure NetWare/config.wc NetWare/config_H.wc
23019            ! Porting/Glossary Porting/config.sh Porting/config_H
23020            ! config_h.SH configure.com epoc/config.sh perl.h
23021            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
23022            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23023            ! vos/config.ga.h win32/config.bc win32/config.gc
23024            ! win32/config.vc win32/config_H.bc win32/config_H.gc
23025            ! win32/config_H.vc wince/config.ce wince/config.h
23026            ! wince/config_H.ce
23027 ____________________________________________________________________________
23028 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
23029         Log: Subject: [PATCH docs] Re: ARGV and read
23030              From: Dave Mitchell <davem@fdgroup.co.uk>
23031              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
23032              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
23033      Branch: perl
23034            ! pod/perltodo.pod pod/perlvar.pod
23035 ____________________________________________________________________________
23036 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
23037         Log: Fresh copies from the cvs.perl.org perlfaq repository.
23038      Branch: perl
23039            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
23040            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
23041            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
23042            ! pod/perlfaq9.pod
23043 ____________________________________________________________________________
23044 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
23045         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
23046              From: Nicholas Clark <nick@ccl4.org>
23047              Date: Thu, 20 Sep 2001 14:27:08 +0100
23048              Message-ID: <20010920142708.X4971@plum.flirble.org>
23049      Branch: perl
23050            ! pp_pack.c t/op/pack.t
23051 ____________________________________________________________________________
23052 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
23053         Log: The sharedsv_space* are variables, not code.  Duh.
23054      Branch: perl
23055            ! intrpvar.h makedef.pl
23056 ____________________________________________________________________________
23057 [ 12090] By: ams                                   on 2001/09/20  11:26:06
23058         Log: Subject: [patch lib/lib_pm.PL]
23059              From: Stas Bekman <stas@stason.org>
23060              Date: Thu, 20 Sep 2001 18:48:53 +0800
23061              Message-Id: <3BA9C995.6010302@stason.org>
23062              (Applied by hand.)
23063      Branch: perl
23064            ! lib/lib_pm.PL
23065 ____________________________________________________________________________
23066 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
23067         Log: Only 21 tests, skipping or not.
23068      Branch: perl
23069            ! lib/ExtUtils/Command.t
23070 ____________________________________________________________________________
23071 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
23072         Log: New exported symbols.
23073      Branch: perl
23074            ! makedef.pl
23075 ____________________________________________________________________________
23076 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
23077         Log: Update Changes.
23078      Branch: perl
23079            ! Changes patchlevel.h
23080 ____________________________________________________________________________
23081 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
23082         Log: Correct numbering of the tests is useful.
23083      Branch: perl
23084            ! ext/threads/t/basic.t
23085 ____________________________________________________________________________
23086 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
23087         Log: More tests now too.
23088      Branch: perl
23089            ! lib/ExtUtils/Command.t
23090 ____________________________________________________________________________
23091 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
23092         Log: More tests now.
23093      Branch: perl
23094            ! ext/threads/t/basic.t
23095 ____________________________________________________________________________
23096 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
23097         Log: The test assumed 7-bit ASCII.  Now it "just"
23098              assumes 8-bit whatever.
23099      Branch: perl
23100            ! t/op/crypt.t
23101 ____________________________________________________________________________
23102 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
23103         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
23104              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23105              Date: Wed, 19 Sep 2001 11:45:28 +0200
23106              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
23107              
23108              Lvalue casts are not portable.
23109      Branch: perl
23110            ! ext/threads/threads.xs
23111 ____________________________________________________________________________
23112 [ 12081] By: sky                                   on 2001/09/19  10:17:52
23113         Log: Make the basic test contain only realy basic API tests
23114              Seems to be a problem with detach.
23115      Branch: perl
23116            ! ext/threads/t/basic.t
23117 ____________________________________________________________________________
23118 [ 12080] By: ams                                   on 2001/09/19  01:23:55
23119         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
23120              From: Michael G Schwern <schwern@pobox.com>
23121              Date: Tue, 18 Sep 2001 19:53:48 -0400
23122              Message-Id: <20010918195348.M585@blackrider>
23123              
23124              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
23125              From: Michael G Schwern <schwern@pobox.com>
23126              Date: Tue, 18 Sep 2001 22:07:13 -0400
23127              Message-Id: <20010918220713.B19616@blackrider>
23128      Branch: perl
23129            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
23130            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
23131            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
23132            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
23133            ! lib/Test/Tutorial.pod
23134 ____________________________________________________________________________
23135 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
23136         Log: Indent the test a bit.
23137      Branch: perl
23138            ! ext/threads/t/basic.t
23139 ____________________________________________________________________________
23140 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
23141         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
23142              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
23143              Date: Tue, 18 Sep 2001 18:06:44 +0200
23144              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
23145      Branch: perl
23146            ! win32/win32.c
23147 ____________________________________________________________________________
23148 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
23149         Log: Subject: stat access time is wrong on Win95
23150              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
23151              Date: Tue, 18 Sep 2001 21:59:24 +0200
23152              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
23153      Branch: perl
23154            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
23155 ____________________________________________________________________________
23156 [ 12076] By: ams                                   on 2001/09/18  22:11:25
23157         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
23158              From: Michael G Schwern <schwern@pobox.com>
23159              Date: Tue, 18 Sep 2001 18:47:14 -0400
23160              Message-Id: <20010918184714.I585@blackrider>
23161      Branch: perl
23162            ! t/op/crypt.t
23163 ____________________________________________________________________________
23164 [ 12075] By: sky                                   on 2001/09/18  19:29:37
23165         Log: two test failures
23166              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23167              Message-ID: <20010918221702.A17408@rafael>
23168              partly applied, #12074 already fixed half the patch
23169      Branch: perl
23170            ! ext/threads/t/basic.t
23171 ____________________________________________________________________________
23172 [ 12074] By: sky                                   on 2001/09/18  18:49:03
23173         Log: Fixes test case failure introduced by #12071, the warning is
23174              now correctly spelled :-)
23175      Branch: perl
23176            ! ext/IO/lib/IO/t/io_sel.t
23177 ____________________________________________________________________________
23178 [ 12073] By: sky                                   on 2001/09/18  18:46:22
23179         Log: Make the test behave properly!
23180      Branch: perl
23181            ! ext/threads/t/basic.t
23182 ____________________________________________________________________________
23183 [ 12072] By: ams                                   on 2001/09/18  18:44:59
23184         Log: OP_RCATLINE is an SVOP, not a BASEOP.
23185      Branch: perl
23186            ! opcode.h opcode.pl
23187 ____________________________________________________________________________
23188 [ 12071] By: ams                                   on 2001/09/18  18:06:27
23189         Log: Deprecate != Depreciate.
23190      Branch: perl
23191            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
23192            ! lib/Pod/ParseUtils.pm
23193 ____________________________________________________________________________
23194 [ 12070] By: ams                                   on 2001/09/18  15:14:58
23195         Log: Subject: [PATCH] Getopt::Std cleanup
23196              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23197              Date: Tue, 18 Sep 2001 17:32:13 +0200
23198              Message-Id: <20010918173213.C777@rafael>
23199      Branch: perl
23200            ! lib/Getopt/Std.pm lib/Getopt/Std.t
23201 ____________________________________________________________________________
23202 [ 12069] By: sky                                   on 2001/09/18  14:56:33
23203         Log: Forgot the makefile
23204      Branch: perl
23205            + ext/threads/Makefile.PL
23206 ____________________________________________________________________________
23207 [ 12068] By: sky                                   on 2001/09/18  14:13:26
23208         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
23209              The test will fail because of Test.pm not knowing about threads. 
23210              basic needs to be manually tested
23211              compile time warnings on IV2PTR conversions need to be fixed
23212      Branch: perl
23213            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
23214            + ext/threads/threads.h ext/threads/threads.pm
23215            + ext/threads/threads.xs
23216            ! MANIFEST
23217 ____________________________________________________________________________
23218 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
23219         Log: DJGPP tweak from Laszlo Molnar.
23220      Branch: perl
23221            ! djgpp/config.over
23222 ____________________________________________________________________________
23223 [ 12066] By: sky                                   on 2001/09/18  10:24:31
23224         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
23225      Branch: perl
23226            ! sharedsv.c sharedsv.h
23227 ____________________________________________________________________________
23228 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
23229         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
23230              ditto ^cns.
23231      Branch: perl
23232            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
23233            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
23234            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
23235            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
23236            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
23237            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
23238            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
23239            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
23240            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
23241            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
23242            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
23243            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
23244            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
23245            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
23246            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
23247            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
23248            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
23249            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
23250            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
23251            + ext/Encode/Encode/ir-197.enc
23252            - ext/Encode/Encode/cns11643-1.enc
23253            - ext/Encode/Encode/cns11643-2.enc
23254            - ext/Encode/Encode/iso2022-cn.enc
23255            - ext/Encode/Encode/iso2022-jp.enc
23256            - ext/Encode/Encode/iso2022-jp1.enc
23257            - ext/Encode/Encode/iso2022-jp2.enc
23258            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
23259            - ext/Encode/Encode/iso8859-1.enc
23260            - ext/Encode/Encode/iso8859-1.ucm
23261            - ext/Encode/Encode/iso8859-10.enc
23262            - ext/Encode/Encode/iso8859-10.ucm
23263            - ext/Encode/Encode/iso8859-11.enc
23264            - ext/Encode/Encode/iso8859-11.ucm
23265            - ext/Encode/Encode/iso8859-13.enc
23266            - ext/Encode/Encode/iso8859-13.ucm
23267            - ext/Encode/Encode/iso8859-14.enc
23268            - ext/Encode/Encode/iso8859-14.ucm
23269            - ext/Encode/Encode/iso8859-15.enc
23270            - ext/Encode/Encode/iso8859-15.ucm
23271            - ext/Encode/Encode/iso8859-16.enc
23272            - ext/Encode/Encode/iso8859-16.ucm
23273            - ext/Encode/Encode/iso8859-2.enc
23274            - ext/Encode/Encode/iso8859-2.ucm
23275            - ext/Encode/Encode/iso8859-3.enc
23276            - ext/Encode/Encode/iso8859-3.ucm
23277            - ext/Encode/Encode/iso8859-4.enc
23278            - ext/Encode/Encode/iso8859-4.ucm
23279            - ext/Encode/Encode/iso8859-5.enc
23280            - ext/Encode/Encode/iso8859-5.ucm
23281            - ext/Encode/Encode/iso8859-6.enc
23282            - ext/Encode/Encode/iso8859-6.ucm
23283            - ext/Encode/Encode/iso8859-7.enc
23284            - ext/Encode/Encode/iso8859-7.ucm
23285            - ext/Encode/Encode/iso8859-8.enc
23286            - ext/Encode/Encode/iso8859-8.ucm
23287            - ext/Encode/Encode/iso8859-9.enc
23288            - ext/Encode/Encode/iso8859-9.ucm
23289            - ext/Encode/Encode/isoir-197.enc
23290            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
23291 ____________________________________________________________________________
23292 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
23293         Log: Must Uppercase.
23294      Branch: perl
23295            ! ext/Encode/Encode.pm
23296 ____________________________________________________________________________
23297 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
23298         Log: Add various encodings.
23299      Branch: perl
23300            + ext/Encode/Encode/iso8859-11.enc
23301            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
23302            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
23303            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
23304            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
23305            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
23306            + ext/Encode/Encode/viscii.ucm
23307            ! MANIFEST ext/Encode/Encode.pm
23308 ____________________________________________________________________________
23309 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
23310         Log: lib/unicode relic.
23311      Branch: perl
23312            ! ext/Encode/compile
23313 ____________________________________________________________________________
23314 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
23315         Log: Subject: [PATCH] Re: filename problems
23316              From: Michael G Schwern <schwern@pobox.com>
23317              Date: Mon, 17 Sep 2001 17:26:26 -0400
23318              Message-ID: <20010917172626.Q585@blackrider>
23319      Branch: perl
23320            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
23321            - t/lib/sample-tests/header_at_end
23322            - t/lib/sample-tests/header_at_end_fail
23323            ! MANIFEST lib/Test/Harness/t/test-harness.t
23324 ____________________________________________________________________________
23325 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
23326         Log: Explicitly explain the 1e9 seconds, not everybody
23327              is a C geek.
23328      Branch: perl
23329            ! ext/Time/HiRes/HiRes.pm
23330 ____________________________________________________________________________
23331 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
23332         Log: Explain an apparent bug reported by
23333              Richard J. Barbalace <rjbarbal@MIT.EDU>,
23334              with additional explanation from Gisle Aas.
23335      Branch: perl
23336            ! ext/Time/HiRes/HiRes.pm
23337 ____________________________________________________________________________
23338 [ 12058] By: ams                                   on 2001/09/17  19:52:01
23339         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
23340              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23341              Date: Mon, 17 Sep 2001 22:48:05 +0200
23342              Message-Id: <20010917224805.C11744@rafael>
23343      Branch: perl
23344            ! t/lib/warnings/op t/lib/warnings/pp
23345 ____________________________________________________________________________
23346 [ 12057] By: ams                                   on 2001/09/17  16:51:18
23347         Log: Its a nit!
23348      Branch: perl
23349            ! sv.h
23350 ____________________________________________________________________________
23351 [ 12056] By: ams                                   on 2001/09/17  16:47:55
23352         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
23353              From: "Craig A. Berry" <craigberry@mac.com>
23354              Date: Mon, 17 Sep 2001 12:34:20 -0500
23355              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
23356      Branch: perl
23357            ! vms/vms.c
23358 ____________________________________________________________________________
23359 [ 12055] By: ams                                   on 2001/09/17  16:05:15
23360         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
23361              From: Gisle Aas <gisle@ActiveState.com>
23362              Date: 16 Apr 2001 16:20:34 -0700
23363              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
23364              (Applied by hand.)
23365      Branch: perl
23366            ! lib/CPAN.pm lib/CPAN/Nox.pm
23367 ____________________________________________________________________________
23368 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
23369         Log: Update Changes.
23370      Branch: perl
23371            ! Changes patchlevel.h
23372 ____________________________________________________________________________
23373 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
23374         Log: Adding new files to the MANIFEST is always nice.
23375      Branch: perl
23376            ! MANIFEST
23377 ____________________________________________________________________________
23378 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
23379         Log: Reindent the PerlIO files (suggested by NI-S), used
23380              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
23381              (GNU indent).  Note that wholesale re-indenting might
23382              be nice, but that would break nice formatting/alignment
23383              of assignments, equality testing, and complex boolean
23384              expressions with lots of &s and |s.
23385      Branch: perl
23386            ! perlio.c perlio.h perliol.h
23387 ____________________________________________________________________________
23388 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
23389         Log: Add a script for being 8.3-polite.
23390              The found conflicts are being worked on.
23391      Branch: perl
23392            + check83.pl
23393            ! MANIFEST Porting/pumpkin.pod
23394 ____________________________________________________________________________
23395 [ 12050] By: sky                                   on 2001/09/17  12:44:36
23396         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
23397              finding it.
23398      Branch: perl
23399            ! sv.c
23400 ____________________________________________________________________________
23401 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
23402         Log: Bump up versions because of #12041.
23403      Branch: perl
23404            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
23405            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
23406            ! lib/Time/localtime.pm
23407 ____________________________________________________________________________
23408 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
23409         Log: Bump the version number because of #12042.
23410      Branch: perl
23411            ! lib/CPAN/FirstTime.pm
23412 ____________________________________________________________________________
23413 [ 12047] By: ams                                   on 2001/09/17  11:21:40
23414         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
23415              From: Abhijit Menon-Sen <ams@wiw.org>
23416              Date: Mon, 17 Sep 2001 17:44:12 +0530
23417              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
23418      Branch: perl
23419            ! op.c
23420 ____________________________________________________________________________
23421 [ 12046] By: sky                                   on 2001/09/17  07:14:17
23422         Log: Subject: Re: t/op/ver.t using skip() improperly
23423              From: "chromatic" <chromatic@rmci.net>
23424              Date: Mon, 17 Sep 2001 00:22:29 -0600
23425              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
23426      Branch: perl
23427            ! t/op/ver.t
23428 ____________________________________________________________________________
23429 [ 12045] By: nick                                  on 2001/09/17  07:12:14
23430         Log: Integrate mainline
23431      Branch: perlio
23432           +> t/op/chdir.t
23433           !> (integrate 117 files)
23434 ____________________________________________________________________________
23435 [ 12044] By: ams                                   on 2001/09/17  05:49:53
23436         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
23437              From: Ilmari Karonen <iltzu@sci.fi>
23438              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
23439              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
23440              (And $VERSION = '1.05'.)
23441      Branch: perl
23442            ! lib/constant.pm
23443 ____________________________________________________________________________
23444 [ 12043] By: ams                                   on 2001/09/17  05:44:50
23445         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
23446              From: Michael G Schwern <schwern@pobox.com>
23447              Date: Mon, 17 Sep 2001 07:49:04 +0200
23448              Message-Id: <20010917074904.V1588@blackrider>
23449              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
23450      Branch: perl
23451            + t/op/chdir.t
23452            ! MANIFEST pp_sys.c
23453 ____________________________________________________________________________
23454 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
23455         Log: Subject: Re: CPAN.pm needs some hacking 
23456              From: "chromatic" <chromatic@rmci.net>
23457              Date: Sun, 16 Sep 2001 16:46:29 -0600
23458              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
23459      Branch: perl
23460            ! lib/CPAN/FirstTime.pm
23461 ____________________________________________________________________________
23462 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
23463         Log: Change use|require 5.005_64 to use|require 5.6.1.
23464      Branch: perl
23465            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
23466            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
23467            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
23468            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
23469            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
23470            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
23471            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
23472            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
23473            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
23474            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
23475            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
23476            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
23477            ! lib/base.pm lib/fields.pm
23478 ____________________________________________________________________________
23479 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
23480         Log: Bump up version numbers.
23481              
23482              TODO 1: double check that pre-5.6.1 CPAN.pm:s
23483              don't try to download 5.8.0 because of the
23484              version numbers.  Mainly this means using _00
23485              in the core version numbers.
23486              
23487              TODO 2: the "use 5.005_64" in many modules
23488              needs to be changed to, say, "use 5.6.1".
23489      Branch: perl
23490            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
23491            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
23492            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
23493            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
23494            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
23495            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
23496            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
23497            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
23498            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
23499            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
23500            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
23501 ____________________________________________________________________________
23502 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
23503         Log: Use UCHARAT() as suggested by Inaba Hiroto.
23504      Branch: perl
23505            ! regexec.c
23506 ____________________________________________________________________________
23507 [ 12038] By: ams                                   on 2001/09/16  15:16:24
23508         Log: Subject: [PATCH] Re: Core module version numbers review
23509              From: Peter Scott <Peter@PSDT.com>
23510              Date: Sun, 16 Sep 2001 09:09:58 -0700
23511              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
23512      Branch: perl
23513            ! lib/perl5db.pl
23514 ____________________________________________________________________________
23515 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
23516         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
23517              not yet fully implemented.
23518      Branch: perl
23519            ! pod/perlfunc.pod pod/perlunicode.pod
23520 ____________________________________________________________________________
23521 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
23522         Log: Subject: [patch] plug PL_beginav_save leak
23523              From: Doug MacEachern <dougm@covalent.net>
23524              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
23525              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
23526      Branch: perl
23527            ! perl.c
23528 ____________________________________________________________________________
23529 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
23530         Log: (accidentally empty checkin)
23531      Branch: perl
23532            ! sv.c
23533 ____________________________________________________________________________
23534 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
23535         Log: Subject: [patch] ithreads+PL_beginav_save
23536              From: Doug MacEachern <dougm@covalent.net>
23537              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
23538              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
23539      Branch: perl
23540            ! sv.c
23541 ____________________________________________________________________________
23542 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
23543         Log: Subject: [PATCH] h2xs.PL with C::Scan
23544              From: Tim Jenness <t.jenness@jach.hawaii.edu>
23545              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
23546              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
23547      Branch: perl
23548            ! utils/h2xs.PL
23549 ____________________________________________________________________________
23550 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
23551         Log: Elaborate (well, make more vague, really) #12030.
23552      Branch: perl
23553            ! pod/perltodo.pod pod/perlunicode.pod
23554 ____________________________________________________________________________
23555 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
23556         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
23557              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
23558              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
23559              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
23560      Branch: perl
23561            ! regexec.c
23562 ____________________________________________________________________________
23563 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
23564         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
23565              are not yet complete.
23566      Branch: perl
23567            ! pod/perltodo.pod pod/perlunicode.pod
23568 ____________________________________________________________________________
23569 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
23570         Log: Document what's still to be done on the regular expression
23571              Unicode support, based on the UTR#18.
23572      Branch: perl
23573            ! pod/perltodo.pod pod/perlunicode.pod
23574 ____________________________________________________________________________
23575 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
23576         Log: Regen headers.
23577      Branch: perl
23578            ! embedvar.h perlapi.h
23579 ____________________________________________________________________________
23580 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
23581         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
23582              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23583              Date: Sun, 09 Sep 2001 18:41:54 +0100
23584              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
23585      Branch: perl
23586            ! Porting/findvars ext/ByteLoader/bytecode.h
23587            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
23588            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
23589 ____________________________________________________________________________
23590 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
23591         Log: enable most warnings for windows build; fix the various typecasting
23592              nits that showed up (no bugfixes here)
23593      Branch: maint-5.6/perl
23594            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
23595            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
23596            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
23597            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
23598            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
23599            ! x2p/walk.c
23600 ____________________________________________________________________________
23601 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
23602         Log: Integrate change #12024 from maintperl
23603              (a local() precedence bug)
23604      Branch: perl
23605           !> lib/ExtUtils/Install.pm
23606 ____________________________________________________________________________
23607 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
23608         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
23609              change#8642
23610      Branch: maint-5.6/perl
23611            ! lib/ExtUtils/Install.pm
23612 ____________________________________________________________________________
23613 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
23614         Log: Update Changes.
23615      Branch: perl
23616            ! Changes patchlevel.h
23617 ____________________________________________________________________________
23618 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
23619         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
23620              From: "chromatic" <chromatic@rmci.net>
23621              Date: Fri, 14 Sep 2001 09:44:57 -0600 
23622              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
23623      Branch: perl
23624            ! lib/ExtUtils/Manifest.t
23625 ____________________________________________________________________________
23626 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
23627         Log: Hopefully better skipping of the Complete.t tests
23628              in case of not a tty. 
23629      Branch: perl
23630            ! lib/Term/Complete.t t/op/stat.t
23631 ____________________________________________________________________________
23632 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
23633         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
23634              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
23635              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
23636              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
23637      Branch: perl
23638            ! regexec.c t/op/pat.t
23639 ____________________________________________________________________________
23640 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
23641         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
23642              From: Robin Barker <rmb1@cise.npl.co.uk>
23643              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
23644              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
23645      Branch: perl
23646            ! pod/perlport.pod
23647 ____________________________________________________________________________
23648 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
23649         Log: NetWare tweaks from Ananth Kesari.
23650      Branch: perl
23651            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
23652            ! NetWare/nwutil.h
23653 ____________________________________________________________________________
23654 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
23655         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
23656              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23657              Date: Fri, 14 Sep 2001 10:51:13 +0200
23658              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
23659      Branch: perl
23660            ! pod/perlport.pod
23661 ____________________________________________________________________________
23662 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
23663         Log: Subject: Re: [PATCH 2 pl2pm.PL]
23664              From: Joe Smith <Joe.Smith@inwap.com>
23665              Date: Fri, 14 Sep 2001 00:13:32 -0700
23666              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
23667              
23668              Eradicate qu.
23669      Branch: perl
23670            ! keywords.h keywords.pl utils/pl2pm.PL
23671 ____________________________________________________________________________
23672 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
23673         Log: Retract #12013, didn't go over too well in Tru64.
23674      Branch: perl
23675            ! embed.h embed.pl sv.h
23676 ____________________________________________________________________________
23677 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
23678         Log: Subject: [PATCH] Execute files of debugger commands
23679              From: Peter Scott <Peter@PSDT.com>
23680              Date: Thu, 13 Sep 2001 15:26:31 -0700
23681              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
23682      Branch: perl
23683            ! lib/perl5db.pl pod/perldebug.pod
23684 ____________________________________________________________________________
23685 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
23686         Log: (Retracted by #12015)
23687              Subject: [proposed PATCH] Re: perl@11920
23688              From: Nicholas Clark <nick@ccl4.org>
23689              Date: Wed, 12 Sep 2001 23:46:09 +0100
23690              Message-ID: <20010912234609.H4971@plum.flirble.org>     
23691      Branch: perl
23692            ! embed.h embed.pl sv.h
23693 ____________________________________________________________________________
23694 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
23695         Log: ucblib shouldn't be linked against in nonstop-ux,
23696              from Tom Bates.
23697      Branch: perl
23698            ! hints/nonstopux.sh
23699 ____________________________________________________________________________
23700 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
23701         Log: Do stty only if we have stty.
23702              
23703              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
23704      Branch: perl
23705            ! lib/Term/Complete.pm
23706 ____________________________________________________________________________
23707 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
23708         Log: Skip the test if not running on a tty.
23709      Branch: perl
23710            ! lib/Term/Complete.t
23711 ____________________________________________________________________________
23712 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
23713         Log: Regen headers.
23714      Branch: perl
23715            ! embed.h opcode.h pod/perlapi.pod proto.h
23716 ____________________________________________________________________________
23717 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
23718         Log: Subject: [PATCH op.c] Re: perl@12003
23719              From: Robin Barker <rmb1@cise.npl.co.uk>
23720              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
23721              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
23722      Branch: perl
23723            ! op.c
23724 ____________________________________________________________________________
23725 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
23726         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
23727              From: Robin Barker <rmb1@cise.npl.co.uk>
23728              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
23729              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
23730      Branch: perl
23731            ! sv.c
23732 ____________________________________________________________________________
23733 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
23734         Log: Upgrade to Memoize 0.66.
23735      Branch: perl
23736            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
23737            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
23738            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
23739 ____________________________________________________________________________
23740 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
23741         Log: Subject: [ID 20010912.007] substr reference core dump
23742              From: me-01@ton.iguana.be
23743              Date: 12 Sep 2001 14:11:16 -0000
23744              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
23745      Branch: perl
23746            ! mg.c
23747 ____________________________________________________________________________
23748 [ 12004] By: ams                                   on 2001/09/12  01:13:49
23749         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
23750              From: Ilmari Karonen <iltzu@sci.fi>
23751              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
23752              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
23753      Branch: perl
23754            ! pod/perlfaq4.pod
23755 ____________________________________________________________________________
23756 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
23757         Log: Update Changes.
23758      Branch: perl
23759            ! Changes patchlevel.h
23760 ____________________________________________________________________________
23761 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
23762         Log: NetWare update from Ananth Kesari.
23763      Branch: perl
23764            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
23765            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
23766 ____________________________________________________________________________
23767 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
23768         Log: Retract #11984: div() being redefined, and 1397
23769              failing on 64-bit platforms.
23770      Branch: perl
23771            ! lib/Math/BigInt/Calc.pm
23772 ____________________________________________________________________________
23773 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
23774         Log: Metaconfig unit change for #11999.
23775      Branch: metaconfig
23776            ! U/protos/d_lseekproto.U
23777 ____________________________________________________________________________
23778 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
23779         Log: The lseek fix (#11991) was no fix.
23780      Branch: perl
23781            ! Configure
23782 ____________________________________________________________________________
23783 [ 11998] By: sky                                   on 2001/09/11  07:52:06
23784         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
23785              From: Matt Sergeant <MSergeant@star.net.uk>
23786              Date: Tue, 11 Sep 2001 09:22:32 +0100
23787              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
23788      Branch: perl
23789            ! ext/Encode/Encode.pm
23790 ____________________________________________________________________________
23791 [ 11997] By: sky                                   on 2001/09/11  06:35:29
23792         Log: Sometimes dTHX is added because it is needed on non 
23793              gnuc platforms, but not needed there. This uses GCC
23794              to silence GCC specific warnings by marking pTHX as 
23795              unused.
23796      Branch: perl
23797            ! perl.h
23798 ____________________________________________________________________________
23799 [ 11996] By: nick                                  on 2001/09/11  06:25:27
23800         Log: Integrate mainline
23801      Branch: perlio
23802            - ext/POSIX/sigaction.t lib/File/Find/taint.t
23803           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
23804 ____________________________________________________________________________
23805 [ 11995] By: nick                                  on 2001/09/11  06:23:39
23806         Log: Part Integrate mainline
23807      Branch: perlio
23808           +> (branch 69 files)
23809            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
23810            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
23811            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
23812            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
23813            - lib/Switch/t/switch_case.t lib/Test/Harness.t
23814            - lib/Test/More/Changes lib/Test/More/t/More.t
23815            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
23816            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
23817            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
23818            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
23819            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
23820            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
23821            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
23822            - t/lib/Test/More/Catch.pm wince/perl.ico
23823           !> (integrate 197 files)
23824 ____________________________________________________________________________
23825 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
23826         Log: Subject: Re: [PATCH] Encode.pm docs fix
23827              From: Gisle Aas <gisle@ActiveState.com>
23828              Date: 10 Sep 2001 11:27:02 -0700
23829              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
23830      Branch: perl
23831            ! ext/Encode/Encode.pm
23832 ____________________________________________________________________________
23833 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
23834         Log: Fix unpack U to be the reverse of pack U
23835              (but implement unpack U0U as a backdoor to get
23836              the UTF-8 malformed warnings from un-UTF-8 data)
23837      Branch: perl
23838            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
23839 ____________________________________________________________________________
23840 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
23841         Log: Metaconfig unit change for #11991;
23842              delete an unused unit (d_strtoull.U is the one used)
23843      Branch: metaconfig
23844            ! U/protos/d_lseekproto.U
23845      Branch: metaconfig/U/perl
23846            - strtoull.U
23847 ____________________________________________________________________________
23848 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
23849         Log: Subject: [PATCH] Configure not recording lseek proto
23850              From: Blair Zajac <blair@orcaware.com>
23851              Date: Mon, 10 Sep 2001 17:52:37 -0700
23852              Message-ID: <3B9D6055.BA334A31@orcaware.com>
23853              
23854              plus regen Configure.
23855      Branch: perl
23856            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23857            ! config_h.SH uconfig.h
23858 ____________________________________________________________________________
23859 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
23860         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?)))                  
23861              From: Nicholas Clark <nick@ccl4.org>
23862              Date: Tue, 11 Sep 2001 00:00:31 +0100
23863              Message-ID: <20010911000031.G1512@plum.flirble.org>
23864      Branch: perl
23865            + t/op/qq.t
23866            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
23867 ____________________________________________________________________________
23868 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
23869         Log: Subject: [PATCH] Building on win32 w/o perlio
23870              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
23871              Date: Mon, 10 Sep 2001 23:38:46 +0200
23872              Message-ID: <3B9D4F06.14433.2C37644@localhost>
23873      Branch: perl
23874            ! perl.c win32/Makefile win32/makefile.mk
23875 ____________________________________________________________________________
23876 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
23877         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
23878              From: "chromatic" <chromatic@rmci.net>
23879              Date: Mon, 10 Sep 2001 15:14:01 -0600
23880              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
23881      Branch: perl
23882            + lib/CGI/t/push.t
23883            ! MANIFEST
23884 ____________________________________________________________________________
23885 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
23886         Log: Subject: avoiding hoardes of zombies
23887              From: Nicholas Clark <nick@ccl4.org>
23888              Date: Mon, 10 Sep 2001 22:00:40 +0100
23889              Message-ID: <20010910220040.C1512@plum.flirble.org>
23890      Branch: perl
23891            ! pod/perlipc.pod
23892 ____________________________________________________________________________
23893 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
23894         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
23895              From: John Peacock <jpeacock@rowman.com>
23896              Date: Mon, 10 Sep 2001 16:34:30 -0400
23897              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
23898      Branch: perl
23899            ! sv.c t/op/ver.t utf8.h
23900 ____________________________________________________________________________
23901 [ 11985] By: ams                                   on 2001/09/10  23:20:13
23902         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
23903      Branch: perl
23904            ! MANIFEST
23905 ____________________________________________________________________________
23906 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
23907         Log: (Retracted by #12001)
23908              Subject: Calc with USE_MUL/USE_DIV
23909              From: Tels <perl_dummy@bloodgate.com>
23910              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
23911              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
23912      Branch: perl
23913            ! lib/Math/BigInt/Calc.pm
23914 ____________________________________________________________________________
23915 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
23916         Log: Subject: [PATCH op.c] Re: perl@11978
23917              From: Robin Barker <rmb1@cise.npl.co.uk>
23918              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
23919              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
23920              
23921              Format errors.
23922      Branch: perl
23923            ! op.c
23924 ____________________________________________________________________________
23925 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
23926         Log: Switch PADOFFSET back to U32 both because of binary backward
23927              compatibility and because Arthur seems to have been fixing the
23928              problems with naughty integer-pointer casting.
23929      Branch: perl
23930            ! op.h
23931 ____________________________________________________________________________
23932 [ 11981] By: ams                                   on 2001/09/10  16:31:43
23933         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
23934              Fix Pod Typo, Add Test for ExtUtils::Command
23935              From: "chromatic" <chromatic@rmci.net>
23936              Date: Mon, 10 Sep 2001 11:20:56 -0600
23937              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
23938      Branch: perl
23939            + lib/ExtUtils/Command.t
23940            ! MANIFEST lib/ExtUtils/Command.pm
23941 ____________________________________________________________________________
23942 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
23943         Log: Subject: [PATCH] Encode.pm docs fix
23944              From: Matt Sergeant <MSergeant@star.net.uk>
23945              Date: Mon, 10 Sep 2001 15:24:01 +0100
23946              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
23947      Branch: perl
23948            ! ext/Encode/Encode.pm
23949 ____________________________________________________________________________
23950 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
23951         Log: Update Changes.
23952      Branch: perl
23953            ! Changes patchlevel.h
23954 ____________________________________________________________________________
23955 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
23956         Log: Revert #11973, the dTHX seems to be needed in there
23957              for threaded builds.
23958      Branch: perl
23959            ! perlio.c
23960 ____________________________________________________________________________
23961 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
23962         Log: Detypo.
23963      Branch: perl
23964            ! pod/perlguts.pod
23965 ____________________________________________________________________________
23966 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
23967         Log: Further Class::Struct patching from Damian.
23968              
23969              The new new semantics are:
23970              
23971              * If you pass an initializer for a nested object, it has to be:
23972              a) a reference to an object of that class, or      
23973              b) a reference to an object of a subclass of that class, or
23974              c) a reference to a hash of arguments to be passed to the
23975              class's constructor
23976              * If you pass no initializer for a nested object, the attribute
23977              is initialized to C<undef>
23978      Branch: perl
23979            ! lib/Class/Struct.pm
23980 ____________________________________________________________________________
23981 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
23982         Log: Skip the crypt test if no crypt.
23983      Branch: perl
23984            ! t/op/crypt.t
23985 ____________________________________________________________________________
23986 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
23987         Log: Warn against using bare v-strings as IP addresses
23988              (okay if using the wrappers from Socket)
23989      Branch: perl
23990            ! pod/perldata.pod pod/perlport.pod
23991 ____________________________________________________________________________
23992 [ 11973] By: sky                                   on 2001/09/10  11:57:58
23993         Log: Remove unused dTHX. Silenced another warning.
23994      Branch: perl
23995            ! perlio.c
23996 ____________________________________________________________________________
23997 [ 11972] By: sky                                   on 2001/09/10  11:54:25
23998         Log: Silence some more warnings INT2PTR.
23999      Branch: perl
24000            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
24001 ____________________________________________________________________________
24002 [ 11971] By: sky                                   on 2001/09/10  11:21:50
24003         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
24004      Branch: perl
24005            ! cop.h
24006 ____________________________________________________________________________
24007 [ 11970] By: sky                                   on 2001/09/10  11:17:25
24008         Log: Apply INT2PTR with force to silence warnings from
24009              PM_GETRE and friends. No more warnings with 64bit 
24010              IVs and 32bit pointers.    
24011      Branch: perl
24012            ! op.c op.h perl.c
24013 ____________________________________________________________________________
24014 [ 11969] By: sky                                   on 2001/09/10  10:13:02
24015         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
24016      Branch: perl
24017            ! pod/perlguts.pod
24018 ____________________________________________________________________________
24019 [ 11968] By: sky                                   on 2001/09/10  10:02:51
24020         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
24021              Rename to custop_op_name to Perl_custom_op_name to match perlapi
24022              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
24023              perl_clone.
24024      Branch: perl
24025            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
24026 ____________________________________________________________________________
24027 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
24028         Log: Using strlen() not good on embedded nul bytes.
24029      Branch: perl
24030            ! regcomp.c
24031 ____________________________________________________________________________
24032 [ 11966] By: ams                                   on 2001/09/09  21:06:13
24033         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
24034              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24035              Date: Mon, 13 Aug 2001 22:51:59 +0200
24036              Message-ID: <20010813225159.C6681@rafael>
24037              (Applied with several tweaks.)
24038      Branch: perl
24039            ! embed.h embed.pl proto.h toke.c
24040 ____________________________________________________________________________
24041 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
24042         Log: The exact error message is system-dependent.
24043      Branch: perl
24044            ! lib/ExtUtils/Manifest.t
24045 ____________________________________________________________________________
24046 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
24047         Log: Add Windows and Mac Sami support to Encode
24048              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
24049      Branch: perl
24050            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
24051            ! MANIFEST
24052 ____________________________________________________________________________
24053 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
24054         Log: Use the tried method.
24055      Branch: perl
24056            ! pod/perlport.pod
24057 ____________________________________________________________________________
24058 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
24059         Log: Can't count parentheses.
24060      Branch: perl
24061            ! ext/IO/lib/IO/Socket/INET.pm
24062 ____________________________________________________________________________
24063 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
24064         Log: perlport additions: 1 while unlink, add/delete directory
24065              entries and permissions, cygwin stat funkiness (from Michael
24066              Schwern and Nicholas Clark)
24067      Branch: perl
24068            ! pod/perlport.pod
24069 ____________________________________________________________________________
24070 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
24071         Log: blib does have a detectable test.
24072      Branch: perl
24073            ! t/lib/1_compile.t
24074 ____________________________________________________________________________
24075 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
24076         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
24077              From: "chromatic" <chromatic@rmci.net>
24078              Date: Sat, 08 Sep 2001 19:33:42 -0600
24079              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
24080      Branch: perl
24081            + lib/Term/Complete.t
24082            ! MANIFEST
24083 ____________________________________________________________________________
24084 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
24085         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
24086              From: Michael G Schwern <schwern@pobox.com> 
24087              Date: Sat, 8 Sep 2001 02:40:26 -0400
24088              Message-ID: <20010908024026.A26283@blackrider>
24089      Branch: perl
24090            + lib/Test/Tutorial.pod
24091            ! MANIFEST
24092 ____________________________________________________________________________
24093 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
24094         Log: Try to look up protocol (by name) only iff it has non-numbers:
24095              nice if the server is in a chrooted environment (no /etc/protocols,
24096              server code using hardcorded protocol numbers like 6 for tcp),
24097              suggested by John Holdsworth <coldwave@bigfoot.com>.
24098              In other words, if we are given a number, why look it up again
24099              (by number)?
24100      Branch: perl
24101            ! ext/IO/lib/IO/Socket/INET.pm
24102 ____________________________________________________________________________
24103 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
24104         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
24105              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
24106              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
24107              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
24108              
24109              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
24110              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
24111              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
24112              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
24113              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
24114              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
24115              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
24116              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
24117      Branch: perl
24118            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
24119 ____________________________________________________________________________
24120 [ 11955] By: ams                                   on 2001/09/09  02:54:21
24121         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
24122              From: "Craig A. Berry" <craigberry@mac.com>
24123              Date: Sat, 08 Sep 2001 19:02:16 -0500
24124              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
24125      Branch: perl
24126            ! lib/CGI/t/carp.t
24127 ____________________________________________________________________________
24128 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
24129         Log: Documentation tweaks; think the IP address as an opaque string.
24130      Branch: perl
24131            ! ext/Socket/Socket.pm
24132 ____________________________________________________________________________
24133 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
24134         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
24135              From: Michael G Schwern <schwern@pobox.com>
24136              Date: Sat, 8 Sep 2001 19:45:46 -0400
24137              Message-ID: <20010908194546.C9193@blackrider>
24138      Branch: perl
24139            + lib/blib.t
24140            ! MANIFEST lib/blib.pm t/lib/1_compile.t
24141 ____________________________________________________________________________
24142 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
24143         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
24144              From: "chromatic" <chromatic@rmci.net>
24145              Date: Sat, 08 Sep 2001 12:31:44 -0600
24146              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
24147      Branch: perl
24148            + lib/CGI/t/fast.t
24149            ! MANIFEST
24150 ____________________________________________________________________________
24151 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
24152         Log: The Socket tests were wrong: they were assuming too much.
24153      Branch: perl
24154            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
24155 ____________________________________________________________________________
24156 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
24157         Log: Retract the portability changes since they
24158              seem to have opened a can of worms... will
24159              go back to UNICOS/mk and do the bare minimum
24160              required to get the tests working.
24161      Branch: perl
24162            ! ext/Socket/Socket.xs
24163 ____________________________________________________________________________
24164 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
24165         Log: PADOFFSET is used to cast pointers into integers,
24166              if pointers are 64 bits and U32 32 bits,
24167              bad things may happen, or at least warnings issued.
24168      Branch: perl
24169            ! op.h
24170 ____________________________________________________________________________
24171 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
24172         Log: Still more Socket portability tweaking.
24173              Now Socket.t seems to be happy in all of
24174              Linux/x86, Tru64/alpha, Solaris/sparc,
24175              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
24176              
24177              Addendum: it seems that io_multihomed, io_sock, and hostent
24178              were broken in little-endians (linux/x86 and tru64/alpha)
24179              because of this change.  Argh.
24180      Branch: perl
24181            ! ext/Socket/Socket.xs
24182 ____________________________________________________________________________
24183 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
24184         Log: More portability kicking on inet_ntoa().
24185      Branch: perl
24186            ! ext/Socket/Socket.xs
24187 ____________________________________________________________________________
24188 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
24189         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
24190              From: Michael G Schwern <schwern@pobox.com> 
24191              Date: Fri, 7 Sep 2001 23:06:51 -0400
24192              Message-ID: <20010907230651.R606@blackrider>
24193      Branch: perl
24194            + lib/ExtUtils/Manifest.t
24195            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
24196 ____________________________________________________________________________
24197 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
24198         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
24199              From: "chromatic" <chromatic@rmci.net>
24200              Date: Fri, 07 Sep 2001 17:53:15 -0600      
24201              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
24202      Branch: perl
24203            + lib/ExtUtils/testlib.t
24204            ! MANIFEST
24205 ____________________________________________________________________________
24206 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
24207         Log: Thinko.
24208      Branch: perl
24209            ! lib/integer.t
24210 ____________________________________________________________________________
24211 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
24212         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
24213              From: "Craig A. Berry" <craigberry@mac.com>
24214              Date: Fri, 07 Sep 2001 15:30:03 -0500
24215              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
24216      Branch: perl
24217            ! lib/CGI/Carp.pm
24218 ____________________________________________________________________________
24219 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
24220         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
24221              From: Michael G Schwern <schwern@pobox.com>
24222              Date: Fri, 7 Sep 2001 15:38:13 -0400
24223              Message-ID: <20010907153813.K606@blackrider>
24224      Branch: perl
24225            ! lib/ExtUtils/MM_Unix.pm
24226 ____________________________________________________________________________
24227 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
24228         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
24229              From: Robin Barker <rmb1@cise.npl.co.uk>
24230              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
24231              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
24232      Branch: perl
24233            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
24234 ____________________________________________________________________________
24235 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
24236         Log: Clean up 1_compile.t; move tests to more consistent
24237              places (t/ subdirectories); add integer.t (much of
24238              the pragma is tested elsewhere but there is no one
24239              centralized place)
24240      Branch: perl
24241            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
24242            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
24243            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
24244            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
24245            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
24246            - lib/File/Find/find.t lib/File/Find/taint.t
24247            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
24248 ____________________________________________________________________________
24249 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
24250         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
24251              From: "chromatic" <chromatic@rmci.net>
24252              Date: Fri, 07 Sep 2001 10:17:40 -0600
24253              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
24254      Branch: perl
24255            ! lib/File/Find/taint.t
24256 ____________________________________________________________________________
24257 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
24258         Log: Update Changes.
24259      Branch: perl
24260            ! Changes patchlevel.h
24261 ____________________________________________________________________________
24262 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
24263         Log: Rename the old threading tutorial, start a new one,
24264              regen toc.
24265      Branch: perl
24266            + pod/perlothrtut.pod
24267            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
24268            ! pod/perltoc.pod
24269 ____________________________________________________________________________
24270 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
24271         Log: vars very much has a test.
24272      Branch: perl
24273            ! t/lib/1_compile.t
24274 ____________________________________________________________________________
24275 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
24276         Log: Subject: Re: wince/perl.ico marked as binary
24277              From: Nicholas Clark <nick@ccl4.org>
24278              Date: Fri, 7 Sep 2001 13:54:40 +0100
24279              Message-ID: <20010907135439.D39150@plum.flirble.org>
24280              
24281              and wince/Makefile.ce change from Rainer Keuchel.
24282      Branch: perl
24283            + wince/makeico.pl
24284            ! MANIFEST wince/Makefile.ce
24285 ____________________________________________________________________________
24286 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
24287         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
24288              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
24289              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
24290              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
24291      Branch: perl
24292            ! regexec.c
24293 ____________________________________________________________________________
24294 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
24295         Log: (Replaced by #11934)
24296              Subject: Re: [PATCH regexec.c] more general .* and .*?
24297              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
24298              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
24299              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
24300      Branch: perl
24301            ! regexec.c
24302 ____________________________________________________________________________
24303 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
24304         Log: The #11931 patching misbehaved.
24305      Branch: perl
24306            ! lib/Test/Harness/t/test-harness.t
24307 ____________________________________________________________________________
24308 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
24309         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
24310              From: Michael G Schwern <schwern@pobox.com>
24311              Date: Fri, 7 Sep 2001 03:30:41 -0400
24312              Message-ID: <20010907033041.A2796@blackrider>
24313      Branch: perl
24314            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
24315            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
24316            + t/lib/sample-tests/header_at_end_fail
24317            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
24318            - lib/Test/Harness.t
24319            ! MANIFEST lib/Test/Harness.pm t/TEST
24320 ____________________________________________________________________________
24321 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
24322         Log: Subject: [PATCH] Digest::MD5 update
24323              From: Gisle Aas <gisle@ActiveState.com>
24324              Date: 06 Sep 2001 23:32:56 -0700
24325              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
24326      Branch: perl
24327            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
24328            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
24329 ____________________________________________________________________________
24330 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
24331         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
24332              From: "chromatic" <chromatic@rmci.net>
24333              Date: Thu, 06 Sep 2001 23:11:44 -0600
24334              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
24335      Branch: perl
24336            + lib/less.t
24337            ! MANIFEST t/lib/1_compile.t
24338 ____________________________________________________________________________
24339 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
24340         Log: The binary file must somehow differently stored.
24341      Branch: perl
24342            - wince/perl.ico
24343            ! MANIFEST
24344 ____________________________________________________________________________
24345 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
24346         Log: Add more modules to the list of modules that have tests,
24347              Schwern's wallet is getting more nervous.
24348              (Run t/lib/1_compile.t manually to see which modules
24349              are lacking tests, or the tests can't be run for some
24350              reason or another, such as the Net:: modules)
24351      Branch: perl
24352            ! t/lib/1_compile.t
24353 ____________________________________________________________________________
24354 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
24355         Log: Try to make Socket::inet_ntoa() more robust.
24356      Branch: perl
24357            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
24358 ____________________________________________________________________________
24359 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
24360         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
24361              From: chromatic <chromatic@rmci.net>       
24362              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
24363              Message-Id: <01090522580506.19590@firewheel>           
24364      Branch: perl
24365            ! lib/English.t
24366 ____________________________________________________________________________
24367 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
24368         Log: Subject: Re: perlvar manpage and localizing special vars
24369              From: Stas Bekman <stas@stason.org>
24370              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
24371              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
24372      Branch: perl
24373            ! pod/perlvar.pod
24374 ____________________________________________________________________________
24375 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
24376         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
24377              From: Robin Barker <rmb1@cise.npl.co.uk>
24378              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
24379              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
24380      Branch: perl
24381            ! lib/ExtUtils/MakeMaker.pm
24382 ____________________________________________________________________________
24383 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
24384         Log: Symbol missing; AIX unhappy.
24385      Branch: perl
24386            ! makedef.pl
24387 ____________________________________________________________________________
24388 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
24389         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
24390              Reported in 5.61, seems to work okay in blead.
24391      Branch: perl
24392            ! t/run/kill_perl.t
24393 ____________________________________________________________________________
24394 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
24395         Log: Update Changes.
24396      Branch: perl
24397            ! Changes patchlevel.h
24398 ____________________________________________________________________________
24399 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
24400         Log: Document the bad assumptions currently breaking
24401              the Socket.t tests 10, 11, and 13 in UNICOS.
24402      Branch: perl
24403            ! ext/Socket/Socket.xs
24404 ____________________________________________________________________________
24405 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
24406         Log: Subject: [PATCH x2p] make OPTIMIZE=...
24407              From: Robin Barker <rmb1@cise.npl.co.uk>
24408              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
24409              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
24410      Branch: perl
24411            ! x2p/Makefile.SH x2p/cflags.SH
24412 ____________________________________________________________________________
24413 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
24414         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
24415              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
24416              Date: Thu, 6 Sep 2001 11:09:40 +0100
24417              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
24418              
24419              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
24420              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
24421              Date: 6 Sep 2001 10:14:38 -0000
24422              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
24423      Branch: perl
24424            ! pod/perlfaq1.pod pod/perlhack.pod
24425 ____________________________________________________________________________
24426 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
24427         Log: Subject: Extra NUL is Data::Dumper output - patch
24428              From: Tony Cook <tony@develop-help.com>
24429              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
24430              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
24431      Branch: perl
24432            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
24433 ____________________________________________________________________________
24434 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
24435         Log: Avoid redefinition warning
24436              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
24437              from
24438              perl -w -Ilib -MCwd -e ''
24439      Branch: perl
24440            ! lib/Cwd.pm
24441 ____________________________________________________________________________
24442 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
24443         Log: Update the is_tainted() example implementation.
24444      Branch: perl
24445            ! pod/perlsec.pod
24446 ____________________________________________________________________________
24447 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
24448         Log: Missing) in #11912.
24449      Branch: perl
24450            ! lib/Test/Simple/t/fail.t
24451 ____________________________________________________________________________
24452 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
24453         Log: Rewhack Test-Simple into core harness.
24454      Branch: perl
24455            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
24456            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
24457            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
24458            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
24459            ! lib/Test/Simple/t/skipall.t
24460 ____________________________________________________________________________
24461 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
24462         Log: Workaround for the new Exporter 'feature'.
24463      Branch: perl
24464            ! lib/Test/More.pm
24465 ____________________________________________________________________________
24466 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
24467         Log: Re-introduce pure-Perl fall-back for abs_path,
24468              re-introduce #11898.
24469      Branch: perl
24470            ! lib/Cwd.pm lib/File/Find.pm
24471 ____________________________________________________________________________
24472 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
24473         Log: More tests.
24474      Branch: perl
24475            ! lib/Exporter.t
24476 ____________________________________________________________________________
24477 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
24478         Log: Retract #11898 for now because it introduces
24479              a rather nasty depencency: when B is being built,
24480              MakeMaker is used.  MakeMaker uses File::Find.
24481              File::Find uses Cwd::getcwd()...which doesn't
24482              exist yet.
24483      Branch: perl
24484            ! lib/File/Find.pm
24485 ____________________________________________________________________________
24486 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
24487         Log: New test welcome.
24488      Branch: perl
24489            + lib/Test/Simple/t/simple.t
24490 ____________________________________________________________________________
24491 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
24492         Log: Old test begone.
24493      Branch: perl
24494            - lib/Attribute/Handlers/test.pl
24495 ____________________________________________________________________________
24496 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
24497         Log: Test-Simple syncup from Schwern.
24498      Branch: perl
24499            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
24500            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
24501            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
24502            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
24503            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
24504            - lib/Test/More/Changes lib/Test/More/t/More.t
24505            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
24506            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
24507            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
24508            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
24509            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
24510            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
24511            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
24512            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
24513            ! t/lib/Test/Simple/sample_tests/death.plx
24514            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
24515            ! t/lib/Test/Simple/sample_tests/extras.plx
24516            ! t/lib/Test/Simple/sample_tests/five_fail.plx
24517            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
24518            ! t/lib/Test/Simple/sample_tests/one_fail.plx
24519            ! t/lib/Test/Simple/sample_tests/require.plx
24520            ! t/lib/Test/Simple/sample_tests/success.plx
24521            ! t/lib/Test/Simple/sample_tests/too_few.plx
24522            ! t/lib/Test/Simple/sample_tests/two_fail.plx
24523 ____________________________________________________________________________
24524 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
24525         Log: Integrate File::Find changes from bleadperl
24526      Branch: maint-5.6/macperl
24527            ! lib/File/Find.pm t/lib/filefind-taint.t
24528 ____________________________________________________________________________
24529 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
24530         Log: Integrate 11847 from maint-5.6/perl
24531      Branch: maint-5.6/macperl
24532           !> sv.c
24533 ____________________________________________________________________________
24534 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
24535         Log: In UNICOS division yada yada.
24536      Branch: perl
24537            ! t/op/override.t
24538 ____________________________________________________________________________
24539 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
24540         Log: In UNICOS division is really lossy, better use
24541              a tolerance test.
24542      Branch: perl
24543            ! ext/Time/HiRes/HiRes.t
24544 ____________________________________________________________________________
24545 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
24546         Log: In UNICOS sigaction() sets an extra flag
24547              ("the signal has been registered for all the processes in
24548              a multitasking group.")
24549      Branch: perl
24550            ! ext/POSIX/sigaction.t
24551 ____________________________________________________________________________
24552 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
24553         Log: Documentation micropatch from Damian.
24554      Branch: perl
24555            ! lib/Attribute/Handlers.pm
24556 ____________________________________________________________________________
24557 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
24558         Log: (Retracted by #11908)
24559              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
24560              From: Michael G Schwern <schwern@pobox.com>
24561              Date: Wed, 5 Sep 2001 15:58:21 -0400
24562              Message-ID: <20010905155821.I632@blackrider>
24563      Branch: perl
24564            ! lib/File/Find.pm lib/File/Find/taint.t
24565 ____________________________________________________________________________
24566 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
24567         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
24568              From: Michael G Schwern <schwern@pobox.com>
24569              Date: Wed, 5 Sep 2001 19:16:31 -0400
24570              Message-ID: <20010905191631.E11386@blackrider>
24571      Branch: perl
24572            + lib/CGI/t/carp.t
24573            ! MANIFEST
24574 ____________________________________________________________________________
24575 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
24576         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
24577              From: chromatic <chromatic@rmci.net>
24578              Date: Wed, 5 Sep 2001 18:08:07 -0600
24579              Message-Id: <01090518080700.19590@firewheel>
24580      Branch: perl
24581            ! lib/English.pm
24582 ____________________________________________________________________________
24583 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
24584         Log: Fix a typo #11889 and add a test for the same.
24585      Branch: perl
24586            ! ext/Socket/Socket.t ext/Socket/Socket.xs
24587 ____________________________________________________________________________
24588 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
24589         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
24590              From: "Craig A. Berry" <craigberry@mac.com>
24591              Date: Wed, 05 Sep 2001 17:48:54 -0500
24592              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
24593      Branch: perl
24594            ! lib/warnings.t t/run/kill_perl.t
24595 ____________________________________________________________________________
24596 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
24597         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
24598              From: Michael G Schwern <schwern@pobox.com>
24599              Date: Wed, 5 Sep 2001 17:22:25 -0400
24600              Message-ID: <20010905172225.C11386@blackrider>
24601      Branch: perl
24602            ! t/run/kill_perl.t
24603 ____________________________________________________________________________
24604 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
24605         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
24606              From: Nicholas Clark <nick@ccl4.org>
24607              Date: Wed, 5 Sep 2001 20:54:24 +0100
24608              Message-ID: <20010905205424.C25120@plum.flirble.org>
24609      Branch: perl
24610            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
24611 ____________________________________________________________________________
24612 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
24613         Log: Forgotten thing.
24614      Branch: perl
24615            ! uconfig.h
24616 ____________________________________________________________________________
24617 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
24618         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
24619              From: chromatic <chromatic@rmci.net>               
24620              Date: Wed, 5 Sep 2001 13:22:08 -0600
24621              Message-Id: <01090513220807.10587@firewheel> 
24622      Branch: perl
24623            ! lib/English.pm
24624 ____________________________________________________________________________
24625 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
24626         Log: inet_ntoa() tweaks:
24627              - don't allow addresses with > 255 characters
24628              - indent the HP-UX workaround
24629              - don't leak memory
24630      Branch: perl
24631            ! ext/Socket/Socket.xs
24632 ____________________________________________________________________________
24633 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
24634         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
24635              <xwu@theeducationcenter.com>
24636      Branch: perl
24637            ! lib/File/Find.pm
24638 ____________________________________________________________________________
24639 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
24640         Log: Typo nits.
24641      Branch: perl
24642            ! lib/File/Find.pm
24643 ____________________________________________________________________________
24644 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
24645         Log: -Wall nit.
24646      Branch: perl
24647            ! op.c
24648 ____________________________________________________________________________
24649 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
24650         Log: Update to Scalar-List-Utils 1.05
24651      Branch: perl
24652            ! ext/List/Util/ChangeLog ext/List/Util/README
24653            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
24654 ____________________________________________________________________________
24655 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
24656         Log: Update Changes.
24657      Branch: perl
24658            ! Changes patchlevel.h
24659 ____________________________________________________________________________
24660 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
24661         Log: Update to Scalar-List-Utils 1.04
24662      Branch: perl
24663            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
24664            ! ext/List/Util/lib/List/Util.pm
24665            ! ext/List/Util/lib/Scalar/Util.pm
24666 ____________________________________________________________________________
24667 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
24668         Log: Metaconfigify #11724.
24669      Branch: metaconfig
24670            ! U/threads/archname.U
24671 ____________________________________________________________________________
24672 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
24673         Log: The MacOS reference is okay, no reason to hide it.
24674      Branch: perl
24675            ! lib/Cwd.pm
24676 ____________________________________________________________________________
24677 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
24678         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
24679              From: Michael G Schwern <schwern@pobox.com>
24680              Date: Tue, 4 Sep 2001 15:30:10 -0400
24681              Message-ID: <20010904153010.H26466@blackrider> 
24682              
24683              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
24684      Branch: perl
24685            ! ext/Cwd/Makefile.PL lib/Cwd.pm
24686 ____________________________________________________________________________
24687 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
24688         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.))
24689              From: Michael G Schwern <schwern@pobox.com>
24690              Date: Tue, 4 Sep 2001 17:39:13 -0400
24691              Message-ID: <20010904173913.C626@blackrider>
24692      Branch: perl
24693            ! lib/Cwd.pm
24694 ____________________________________________________________________________
24695 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
24696         Log: Subject: Re: Perl_pp_* in public API?
24697              From: "Craig A. Berry" <craigberry@mac.com>
24698              Date: Tue, 4 Sep 2001 21:51:29 -0500
24699              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
24700      Branch: perl
24701            ! ext/List/Util/Util.xs
24702 ____________________________________________________________________________
24703 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
24704         Log: From Damian: Class::Struct was unable to define
24705              recursive classes.  After the patch an object reference
24706              (rather than a hash) is required to initialize
24707              an object attribute.  If no such initializer is given to
24708              the constructor, object attributes are now default
24709              initialized to C<undef>.
24710      Branch: perl
24711            ! lib/Class/Struct.pm lib/Class/Struct.t
24712 ____________________________________________________________________________
24713 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
24714         Log: Subject: Re: sv_catpvfn and sv_setpvfn
24715              From: Richard Soderberg <rs@oregonnet.com>
24716              Date: Tue, 4 Sep 2001 15:16:47 -0700
24717              Message-Id: <200109042216.PAA17858@oregonnet.com>
24718      Branch: perl
24719            ! pod/perlclib.pod pod/perlguts.pod
24720 ____________________________________________________________________________
24721 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
24722         Log: NetWare updates from Ananth Kesari.
24723      Branch: perl
24724            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
24725            ! NetWare/nw5thread.h
24726 ____________________________________________________________________________
24727 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
24728         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?))
24729              From: Nicholas Clark <nick@ccl4.org>
24730              Date: Tue, 4 Sep 2001 22:42:50 +0100
24731              Message-ID: <20010904224250.P25120@plum.flirble.org>
24732      Branch: perl
24733            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
24734            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
24735            ! t/op/oct.t toke.c
24736 ____________________________________________________________________________
24737 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
24738         Log: Fix Cwd::getcwd() not being tainted, as noticed
24739              by Schwern.
24740      Branch: perl
24741            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
24742            - ext/Cwd/Cwd.t
24743            ! MANIFEST ext/Cwd/Cwd.xs util.c
24744 ____________________________________________________________________________
24745 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
24746         Log: Retract #11870 and volatilize the right destruct_level.
24747              Silly thinko pointed out by Sarathy.
24748      Branch: perl
24749            ! intrpvar.h perl.c
24750 ____________________________________________________________________________
24751 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
24752         Log: At least a temporary fix for the mysterious scope core dumps
24753              in Tru64 from Graham.
24754      Branch: perl
24755            ! ext/List/Util/Util.xs
24756 ____________________________________________________________________________
24757 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
24758         Log: (Retracted by #11872)
24759      Branch: perl
24760            ! intrpvar.h
24761 ____________________________________________________________________________
24762 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
24763         Log: Quench a -Wall gripe noticed by Robin Barker.
24764      Branch: perl
24765            ! op.c
24766 ____________________________________________________________________________
24767 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
24768         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
24769              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24770              Date: Wed, 05 Sep 2001 02:01:32 +0900
24771              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
24772      Branch: perl
24773            ! lib/Unicode/UCD.pm
24774 ____________________________________________________________________________
24775 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
24776         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
24777              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
24778              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
24779              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
24780      Branch: perl
24781            ! gv.c
24782 ____________________________________________________________________________
24783 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
24784         Log: Update Changes.
24785      Branch: perl
24786            ! Changes patchlevel.h
24787 ____________________________________________________________________________
24788 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
24789         Log: Add the \[$@%&*] prototype support.
24790      Branch: perl
24791            ! op.c pod/perlsub.pod t/comp/proto.t
24792 ____________________________________________________________________________
24793 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
24794         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
24795              From: Michael G Schwern <schwern@pobox.com>
24796              Date: Mon, 3 Sep 2001 18:59:01 -0400
24797              Message-ID: <20010903185901.Z9233@blackrider>
24798      Branch: perl
24799            ! lib/CGI/t/form.t
24800 ____________________________________________________________________________
24801 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
24802         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
24803              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
24804              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
24805              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
24806      Branch: perl
24807            ! gv.c
24808 ____________________________________________________________________________
24809 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
24810         Log: More srand entry tweakage based on Randal's suggestion.
24811      Branch: perl
24812            ! pod/perlfunc.pod
24813 ____________________________________________________________________________
24814 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
24815         Log: Subject: [PATCH] 'main' *is* a reserved word
24816              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24817              Date: Mon, 3 Sep 2001 22:55:41 +0200
24818              Message-ID: <20010903225541.A24097@rafael>
24819      Branch: perl
24820            ! toke.c
24821 ____________________________________________________________________________
24822 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
24823         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
24824              From: Peter Prymmer <pvhp@best.com>
24825              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
24826              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
24827      Branch: perl
24828            ! README.vms configure.com
24829 ____________________________________________________________________________
24830 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
24831         Log: Subject: Re: A slightly better default seed?   
24832              From: Michael G Schwern <schwern@pobox.com>
24833              Date: Mon, 3 Sep 2001 18:08:15 -0400 
24834              Message-ID: <20010903180815.W9233@blackrider>
24835      Branch: perl
24836            ! t/op/srand.t
24837 ____________________________________________________________________________
24838 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
24839         Log: Add sharedsv.o to microperl object files.
24840      Branch: perl
24841            ! Makefile.micro
24842 ____________________________________________________________________________
24843 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
24844         Log: AUTHORS updates and
24845              
24846              Subject: [PATCH] Just some preening :-)        
24847              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
24848              Date: Tue, 4 Sep 2001 14:16:59 +0100
24849              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
24850      Branch: perl
24851            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
24852 ____________________________________________________________________________
24853 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
24854         Log: Typo fix and slight rewording.
24855      Branch: perl
24856            ! pod/perlfunc.pod
24857 ____________________________________________________________________________
24858 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
24859         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
24860      Branch: perl
24861            ! pod/perlfaq4.pod
24862 ____________________________________________________________________________
24863 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
24864         Log: The helper file changed name.
24865      Branch: perl
24866            ! MANIFEST
24867 ____________________________________________________________________________
24868 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
24869         Log: Update to Scalar-List-Utils 1.03
24870      Branch: perl
24871            + ext/List/Util/t/shuffle.t
24872            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
24873            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
24874            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
24875            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
24876            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
24877            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
24878            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
24879            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
24880 ____________________________________________________________________________
24881 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
24882         Log: Make crypt() do something more sane for Unicode
24883              (take crypt() of the low eight bits of the characters,
24884              instead of taking crypt() of the UTF-8 of the scalar);
24885              add a test for crypt().
24886      Branch: perl
24887            + t/op/crypt.t
24888            ! MANIFEST pod/perlfunc.pod pp.c
24889 ____________________________________________________________________________
24890 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
24891         Log: Reorganize the srand entry.
24892      Branch: perl
24893            ! pod/perlfunc.pod
24894 ____________________________________________________________________________
24895 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
24896         Log: Remove the tests that assume something about
24897              calling srand() without arguments multiple times.
24898      Branch: perl
24899            ! t/op/srand.t
24900 ____________________________________________________________________________
24901 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
24902         Log: Upgrade to Math::BigInt 1.42.
24903      Branch: perl
24904            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
24905            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
24906            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
24907            ! lib/Math/BigInt/t/mbimbf.t
24908 ____________________________________________________________________________
24909 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
24910         Log: integrate change#11847 from maint-5.6
24911              
24912              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
24913      Branch: perl
24914            ! sv.c
24915 ____________________________________________________________________________
24916 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
24917         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
24918      Branch: maint-5.6/perl
24919            ! sv.c
24920 ____________________________________________________________________________
24921 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
24922         Log: As far as I can tell these functions have been Unicodified.
24923      Branch: perl
24924            ! doop.c
24925 ____________________________________________________________________________
24926 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
24927         Log: Update to Storable 1.0.13.
24928      Branch: perl
24929            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
24930            ! ext/Storable/Storable.xs
24931 ____________________________________________________________________________
24932 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
24933         Log: Patch the Filter::Simple test to work with
24934              the core test suite (since the FilterTest.pm
24935              is in t/lib, not in lib).
24936      Branch: perl
24937            ! lib/Filter/Simple/t/filter.t
24938 ____________________________________________________________________________
24939 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
24940         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
24941      Branch: perl
24942            + t/lib/FilterTest.pm
24943            - t/lib/MyFilter.pm
24944 ____________________________________________________________________________
24945 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
24946         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
24947              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
24948              Text::Balanced 1.86.
24949      Branch: perl
24950            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
24951            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
24952            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
24953            + lib/Switch/t/nested.t lib/Switch/t/switch.t
24954            + lib/Text/Balanced/Changes lib/Text/Balanced/README
24955            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
24956            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
24957            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
24958            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
24959            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
24960            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
24961            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
24962            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
24963            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
24964            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
24965            ! MANIFEST lib/Attribute/Handlers.pm
24966            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
24967            ! lib/Attribute/Handlers/demo/Demo.pm
24968            ! lib/Attribute/Handlers/demo/Descriptions.pm
24969            ! lib/Attribute/Handlers/demo/MyClass.pm
24970            ! lib/Attribute/Handlers/demo/demo.pl
24971            ! lib/Attribute/Handlers/demo/demo2.pl
24972            ! lib/Attribute/Handlers/demo/demo3.pl
24973            ! lib/Attribute/Handlers/demo/demo4.pl
24974            ! lib/Attribute/Handlers/demo/demo_call.pl
24975            ! lib/Attribute/Handlers/demo/demo_chain.pl
24976            ! lib/Attribute/Handlers/demo/demo_cycle.pl
24977            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
24978            ! lib/Attribute/Handlers/demo/demo_phases.pl
24979            ! lib/Attribute/Handlers/demo/demo_range.pl
24980            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
24981            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
24982            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
24983            ! lib/Text/Balanced.pm
24984 ____________________________________________________________________________
24985 [ 11841] By: sky                                   on 2001/09/03  11:04:15
24986         Log: Forgot to add a file with Change #11840
24987      Branch: perl
24988            + t/op/srand.t
24989 ____________________________________________________________________________
24990 [ 11840] By: sky                                   on 2001/09/03  11:02:04
24991         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
24992              From: Michael G Schwern <schwern@pobox.com>
24993              Date: Mon, 3 Sep 2001 07:43:00 -0400
24994              Message-ID: <20010903074300.E9233@blackrider>
24995      Branch: perl
24996            ! MANIFEST pod/perlfunc.pod t/op/rand.t
24997 ____________________________________________________________________________
24998 [ 11839] By: sky                                   on 2001/09/03  10:47:11
24999         Log: Document the changes with regards to running of END blocks.
25000              And DESTROY on global objects are called in perl_destruct()!
25001      Branch: perl
25002            ! pod/perl572delta.pod pod/perlembed.pod
25003 ____________________________________________________________________________
25004 [ 11838] By: sky                                   on 2001/09/03  09:34:44
25005         Log: Subject: [PATCH t/op/time.t] Partial cleanup
25006              From: Michael G Schwern <schwern@pobox.com>
25007              Date: Mon, 3 Sep 2001 06:29:42 -0400
25008              Message-ID: <20010903062942.C9233@blackrider>
25009      Branch: perl
25010            ! t/op/time.t
25011 ____________________________________________________________________________
25012 [ 11837] By: sky                                   on 2001/09/03  09:30:02
25013         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
25014              From: Michael G Schwern <schwern@pobox.com>
25015              Date: Mon, 3 Sep 2001 06:24:13 -0400
25016              Message-ID: <20010903062413.B9233@blackrider>
25017      Branch: perl
25018            ! t/op/rand.t
25019 ____________________________________________________________________________
25020 [ 11836] By: sky                                   on 2001/09/03  07:56:47
25021         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
25022              From: Michael G Schwern <schwern@pobox.com>
25023              Date: Sun, 2 Sep 2001 21:38:43 -0400
25024              Message-ID: <20010902213843.L2711@blackrider>
25025      Branch: perl
25026            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
25027            ! MANIFEST
25028 ____________________________________________________________________________
25029 [ 11835] By: nick                                  on 2001/09/03  06:20:06
25030         Log: Integrate mainline
25031      Branch: perlio
25032           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
25033            - t/op/misc.t
25034           !> (integrate 187 files)
25035 ____________________________________________________________________________
25036 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
25037         Log: Update Changes.
25038      Branch: perl
25039            ! Changes patchlevel.h
25040 ____________________________________________________________________________
25041 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
25042         Log: Slight tweaks.
25043      Branch: perl
25044            ! t/run/kill_perl.t
25045 ____________________________________________________________________________
25046 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
25047         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
25048      Branch: perl
25049            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
25050 ____________________________________________________________________________
25051 [ 11831] By: sky                                   on 2001/09/02  12:10:42
25052         Log: Change #11828 wasn't complete, this updates to intest path
25053      Branch: perl
25054            ! t/run/kill_perl.t
25055 ____________________________________________________________________________
25056 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
25057         Log: 's's's.
25058      Branch: perl
25059            ! Changes
25060 ____________________________________________________________________________
25061 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
25062         Log: Update Changes.
25063      Branch: perl
25064            ! Changes patchlevel.h
25065 ____________________________________________________________________________
25066 [ 11828] By: sky                                   on 2001/09/02  11:53:56
25067         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
25068              From: Michael G Schwern <schwern@pobox.com>
25069              Date: Sat, 1 Sep 2001 20:18:58 -0400
25070              Message-ID: <20010901201858.X606@blackrider>
25071              +MANIFEST Fix
25072      Branch: perl
25073            + t/run/kill_perl.t
25074            - t/op/misc.t t/run/segfault.t
25075            ! MANIFEST
25076 ____________________________________________________________________________
25077 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
25078         Log: Subject: [PATCH] lib/Time/Local.pm
25079              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
25080              Date: Sun, 2 Sep 2001 06:50:01 -0500
25081              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
25082      Branch: perl
25083            ! lib/Time/Local.pm
25084 ____________________________________________________________________________
25085 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
25086         Log: Tick off Unicode collation and the normalization from
25087              the todo list.
25088      Branch: perl
25089            ! pod/perltodo.pod
25090 ____________________________________________________________________________
25091 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
25092         Log: Update to Unicode 3.1.1.
25093      Branch: perl
25094            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
25095            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
25096            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
25097            ! lib/unicore/PropList.txt lib/unicore/README.perl
25098            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
25099            ! lib/unicore/rename lib/unicore/version
25100 ____________________________________________________________________________
25101 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
25102         Log: Slight doc tweaks for the module.
25103      Branch: perl
25104            ! lib/Unicode/UCD.pm
25105 ____________________________________________________________________________
25106 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
25107         Log: Rename the variable: it *used* to be (wrongly) that the
25108              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
25109              but that is no more the case: PL_reg_match_utf8 is better.
25110      Branch: perl
25111            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
25112            ! regexec.c sv.c thrdvar.h
25113 ____________________________________________________________________________
25114 [ 11822] By: ams                                   on 2001/09/02  02:54:50
25115         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
25116              From: Ilmari Karonen <iltzu@sci.fi>
25117              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
25118              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
25119              (op/sub_lval.t updated to take new error message into account.)
25120      Branch: perl
25121            ! op.c t/op/sub_lval.t
25122 ____________________________________________________________________________
25123 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
25124         Log: remove stray CRs in files; keep all files with UNIX line-ends
25125              (Porting/makerel adds CRs to the files that need it in the
25126              distribution)
25127      Branch: perl
25128            ! NetWare/t/NWScripts.pl README.dos
25129            ! ext/Encode/Encode/cns11643-1.enc
25130            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
25131            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
25132 ____________________________________________________________________________
25133 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
25134         Log: some remnants of change#11803
25135      Branch: perl
25136            ! ext/ByteLoader/byterun.h perl.h
25137 ____________________________________________________________________________
25138 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
25139         Log: Update to Unicode::Collate 0.08.
25140      Branch: perl
25141            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
25142            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
25143 ____________________________________________________________________________
25144 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
25145         Log: Test tweaks.
25146      Branch: perl
25147            ! t/op/pat.t
25148 ____________________________________________________________________________
25149 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
25150         Log: Fix test
25151      Branch: maint-5.6/macperl
25152            ! t/lib/b.t
25153 ____________________________________________________________________________
25154 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
25155         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
25156              warnings in Config.pm with -W; increase default and
25157              minimum RAM; bump version number.
25158      Branch: maint-5.6/macperl
25159            + macos/lib/Mac/LowMem.pm
25160            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
25161            ! macos/configpm macos/macperl/MacPerl.r
25162 ____________________________________________________________________________
25163 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
25164         Log: Make syntax check report in MPW style, fix tests
25165              to use Mac::err=unix to get normal-style error
25166              messages.
25167      Branch: maint-5.6/macperl
25168            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
25169            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
25170 ____________________________________________________________________________
25171 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
25172         Log: Make MPW-style errors optional (but the default); add
25173              MacPerl::ErrorFormat() function and Mac::err pragma
25174      Branch: maint-5.6/macperl
25175            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
25176            + macos/ext/Mac/err/err.xs
25177            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
25178            ! macos/macish.c macos/macish.h macos/macperl.sym
25179 ____________________________________________________________________________
25180 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
25181         Log: More module and test ports from Thomas Wegner et al
25182      Branch: maint-5.6/macperl
25183            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
25184            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
25185            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
25186            ! t/op/magic.t
25187 ____________________________________________________________________________
25188 [ 11812] By: sky                                   on 2001/09/01  17:19:30
25189         Log: Subject: [PATCH t/op/concat.t] cleanup
25190              From: Michael G Schwern <schwern@pobox.com>
25191              Date: Sat, 1 Sep 2001 14:06:28 -0400
25192              Message-ID: <20010901140628.C606@blackrider>
25193      Branch: perl
25194            ! t/op/concat.t
25195 ____________________________________________________________________________
25196 [ 11811] By: sky                                   on 2001/09/01  12:25:29
25197         Log: Change #11805 didn't update the MANIFEST
25198      Branch: perl
25199            ! MANIFEST
25200 ____________________________________________________________________________
25201 [ 11810] By: sky                                   on 2001/09/01  11:52:44
25202         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
25203              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25204              Date: Sat, 1 Sep 2001 14:50:14 +0200
25205              Message-ID: <20010901145014.A691@rafael>
25206      Branch: perl
25207            ! t/op/inccode.t
25208 ____________________________________________________________________________
25209 [ 11809] By: sky                                   on 2001/09/01  11:49:22
25210         Log: Subject: PATCH: ExtUtils::MakeMaker
25211              From: Tony Bowden <tony@kasei.com>
25212              Date: Sat, 1 Sep 2001 10:33:53 +0100
25213              Message-ID: <20010901103353.A13863@soto.kasei.com>
25214              Manually applied
25215      Branch: perl
25216            ! lib/ExtUtils/MakeMaker.pm
25217 ____________________________________________________________________________
25218 [ 11808] By: sky                                   on 2001/09/01  11:39:13
25219         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
25220              From: mike808@users.sourceforge.net
25221              Date: Sat, 1 Sep 101 11:27:50 GMT
25222              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
25223              With little tweak
25224      Branch: perl
25225            ! lib/Term/Cap.pm
25226 ____________________________________________________________________________
25227 [ 11807] By: ams                                   on 2001/09/01  11:31:16
25228         Log: Subject: oct() and hex()
25229              From: Nicholas Clark <nick@ccl4.org>
25230              Date: Fri, 31 Aug 2001 23:14:13 +0100
25231              Message-Id: <20010831231413.J4950@plum.flirble.org>
25232      Branch: perl
25233            ! pod/perlclib.pod
25234 ____________________________________________________________________________
25235 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
25236         Log: Integrate change 11801 from maintperl
25237      Branch: maint-5.6/macperl
25238            ! perl.c
25239 ____________________________________________________________________________
25240 [ 11805] By: sky                                   on 2001/08/31  21:35:10
25241         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
25242              From: Michael G Schwern <schwern@pobox.com>
25243              Date: Fri, 31 Aug 2001 15:36:28 -0400
25244              Message-ID: <20010831153628.B598@blackrider>
25245              Check for things which used to segfault
25246      Branch: perl
25247            + t/run/segfault.t
25248 ____________________________________________________________________________
25249 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
25250         Log: integrate change#11801 from maint-5.6
25251              
25252              remove age-old UNICOS "workaround" that introduces a static, and
25253              hence an egregious race condition for threaded builds (*sigh*
25254              beats me why this kludge wasn't guarded by a UNICOS-specific
25255              #define *sigh*)
25256      Branch: perl
25257            ! perl.c
25258 ____________________________________________________________________________
25259 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
25260         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
25261              working in 5.7.x
25262      Branch: perl
25263            - objXSUB.h
25264            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
25265            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
25266            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
25267            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
25268            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
25269            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
25270            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
25271            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
25272            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
25273            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
25274            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
25275            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
25276            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
25277            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
25278            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
25279            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
25280            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
25281            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
25282            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
25283            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
25284            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
25285            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
25286 ____________________________________________________________________________
25287 [ 11802] By: ams                                   on 2001/08/31  18:11:32
25288         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
25289              From: "Philip Newton" <Philip.Newton@gmx.net>
25290              Date: Fri, 31 Aug 2001 21:12:56 +0200
25291              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
25292      Branch: perl
25293            ! pod/perldiag.pod
25294 ____________________________________________________________________________
25295 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
25296         Log: remove age-old UNICOS "workaround" that introduces a static, and
25297              hence an egregious race condition for threaded builds (*sigh*
25298              beats me why this kludge wasn't guarded by a UNICOS-specific
25299              #define *sigh*)
25300      Branch: maint-5.6/perl
25301            ! perl.c
25302 ____________________________________________________________________________
25303 [ 11800] By: sky                                   on 2001/08/31  17:30:26
25304         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
25305              Might break on platforms where bool is larger than 8 bites ???
25306      Branch: perl
25307            ! regcomp.c
25308 ____________________________________________________________________________
25309 [ 11799] By: ams                                   on 2001/08/31  12:15:44
25310         Log: Integrate 11778 into mainline.
25311      Branch: perl
25312            ! t/base/term.t
25313 ____________________________________________________________________________
25314 [ 11798] By: sky                                   on 2001/08/31  11:31:44
25315         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
25316              supposed to happen.
25317      Branch: perl
25318            ! regcomp.c
25319 ____________________________________________________________________________
25320 [ 11797] By: sky                                   on 2001/08/31  11:28:17
25321         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
25322              From: "John P. Linderman" <jpl@research.att.com>
25323              Date: Fri, 31 Aug 2001 08:20:35 -0400
25324              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
25325              Fixes test 14 which could fail randomly in rare cases.
25326      Branch: perl
25327            ! ext/Time/HiRes/HiRes.t regcomp.c
25328 ____________________________________________________________________________
25329 [ 11796] By: ams                                   on 2001/08/31  01:13:07
25330         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
25331              From: Nicholas Clark <nick@ccl4.org>
25332              Date: Thu, 30 Aug 2001 23:21:50 +0100
25333              Message-Id: <20010830232150.D4950@plum.flirble.org>
25334      Branch: perl
25335            ! ext/Sys/Syslog/Makefile.PL
25336 ____________________________________________________________________________
25337 [ 11795] By: ams                                   on 2001/08/30  23:53:23
25338         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
25339              patching example
25340              From: Michael G Schwern <schwern@pobox.com>
25341              Date: Thu, 30 Aug 2001 17:02:08 -0400
25342              Message-Id: <20010830170208.M2318@blackrider>
25343      Branch: perl
25344            ! pod/perlhack.pod
25345 ____________________________________________________________________________
25346 [ 11794] By: ams                                   on 2001/08/30  19:35:36
25347         Log: Subject: [PATCH] pp_modulo
25348              From: Nicholas Clark <nick@ccl4.org>
25349              Date: Thu, 30 Aug 2001 18:20:54 +0100
25350              Message-Id: <20010830182053.A4950@plum.flirble.org>
25351      Branch: perl
25352            ! pp.c t/op/64bitint.t
25353 ____________________________________________________________________________
25354 [ 11793] By: sky                                   on 2001/08/30  13:02:48
25355         Log: 11792 wasn't complete
25356      Branch: perl
25357            ! makedef.pl regcomp.c
25358 ____________________________________________________________________________
25359 [ 11792] By: sky                                   on 2001/08/30  12:21:11
25360         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
25361      Branch: perl
25362            ! makedef.pl
25363 ____________________________________________________________________________
25364 [ 11791] By: sky                                   on 2001/08/30  10:08:02
25365         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
25366      Branch: perl
25367            ! config_h.SH
25368 ____________________________________________________________________________
25369 [ 11790] By: sky                                   on 2001/08/30  08:22:31
25370         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
25371              on the pad. Fixes coredumps in cleanups introduced by
25372              Change 11755  
25373      Branch: perl
25374            ! op.c perl.c sv.h
25375 ____________________________________________________________________________
25376 [ 11789] By: sky                                   on 2001/08/29  19:01:47
25377         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
25378              This is a replacement implmentation that works on HPUX.
25379              This bug should probably be fixed in GCC.
25380      Branch: perl
25381            ! ext/Socket/Socket.xs
25382 ____________________________________________________________________________
25383 [ 11788] By: ams                                   on 2001/08/29  17:35:33
25384         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
25385              From: Nicholas Clark <nick@ccl4.org>
25386              Date: Wed, 29 Aug 2001 18:21:56 +0100
25387              Message-Id: <20010829182156.O4950@plum.flirble.org>
25388      Branch: perl
25389            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
25390 ____________________________________________________________________________
25391 [ 11787] By: sky                                   on 2001/08/29  10:42:54
25392         Log: Added test for pack_addr_in and unpack_addr_in
25393              Nitpik in test 10
25394      Branch: perl
25395            ! ext/Socket/Socket.t
25396 ____________________________________________________________________________
25397 [ 11786] By: sky                                   on 2001/08/29  10:28:14
25398         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
25399              Trying to catch errors on HP-UX
25400      Branch: perl
25401            ! ext/Socket/Socket.t
25402 ____________________________________________________________________________
25403 [ 11785] By: sky                                   on 2001/08/29  09:07:03
25404         Log: make sure USE_THREADS is defined so external apps work
25405      Branch: perl
25406            ! config_h.SH
25407 ____________________________________________________________________________
25408 [ 11784] By: sky                                   on 2001/08/29  08:06:12
25409         Log: Subject: Re: The hitlist of untested modules.
25410              From: Jonathan Stowe <gellyfish@gellyfish.com>
25411              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
25412              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
25413              Start of tests for Shell.pm (make Schwern poorer!)
25414      Branch: perl
25415            + lib/Shell.t
25416            ! MANIFEST
25417 ____________________________________________________________________________
25418 [ 11783] By: sky                                   on 2001/08/29  07:37:50
25419         Log: END{} can change the return value even if we die from BEGIN{}
25420      Branch: perl
25421            ! miniperlmain.c
25422 ____________________________________________________________________________
25423 [ 11782] By: ams                                   on 2001/08/29  06:32:17
25424         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
25425              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25426              Date: Wed, 29 Aug 2001 09:18:17 +0200
25427              Message-Id: <20010829091817.A4453@rafael>
25428      Branch: perl
25429            ! t/op/inccode.t
25430 ____________________________________________________________________________
25431 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
25432         Log: Delete xsubpp.patch, as full copy exists now
25433      Branch: maint-5.6/macperl
25434            - macos/xsubpp.patch
25435 ____________________________________________________________________________
25436 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
25437         Log: Add Changes file
25438      Branch: maint-5.6/macperl
25439            + macos/Changes
25440 ____________________________________________________________________________
25441 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
25442         Log: Add Mac version of xsubpp as separate file
25443      Branch: maint-5.6/macperl
25444            + macos/xsubpp
25445            ! macos/Makefile.mk
25446 ____________________________________________________________________________
25447 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
25448         Log: Fix open of /dev/null for Mac OS
25449      Branch: maint-5.6/macperl
25450            ! t/base/term.t
25451 ____________________________________________________________________________
25452 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
25453         Log: Various patches: enable more tests; skip CVS in PerlInstall;
25454              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
25455      Branch: maint-5.6/macperl
25456            ! macos/MacPerlTests.cmd macos/PerlInstall
25457            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
25458 ____________________________________________________________________________
25459 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
25460         Log: Allow for platforms to override formatting of errors
25461              on output from Matthias Neeracher (Mac files)
25462      Branch: maint-5.6/macperl
25463            ! macos/macish.c macos/macish.h
25464 ____________________________________________________________________________
25465 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
25466         Log: Allow for platforms to override formatting of errors
25467              on output from Matthias Neeracher (core files)
25468      Branch: maint-5.6/macperl
25469            ! perl.h pp_ctl.c util.c
25470 ____________________________________________________________________________
25471 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
25472         Log: Add some param checking, from reports by Kevin Reid.
25473      Branch: maint-5.6/macperl
25474            ! macos/ext/Mac/Controls/Controls.pm
25475            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
25476 ____________________________________________________________________________
25477 [ 11773] By: ams                                   on 2001/08/28  23:54:57
25478         Log: Subject: [PATCH] make coretest
25479              From: Paul Johnson <paul@pjcj.net>
25480              Date: Wed, 29 Aug 2001 00:11:38 +0200
25481              Message-Id: <20010829001138.B12169@pjcj.net>
25482              (Applied without the change to perlhack.pod. This should
25483              probably stay undocumented.)
25484      Branch: perl
25485            ! Makefile.SH t/TEST
25486 ____________________________________________________________________________
25487 [ 11772] By: sky                                   on 2001/08/28  13:01:20
25488         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
25489              From: Michael G Schwern <schwern@pobox.com>
25490              Date: Tue, 28 Aug 2001 09:57:39 -0400
25491              Message-ID: <20010828095738.E17775@blackrider>
25492      Branch: perl
25493            ! pod/perlhack.pod t/op/pack.t
25494 ____________________________________________________________________________
25495 [ 11771] By: sky                                   on 2001/08/28  11:20:13
25496         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
25497              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25498              Date: Tue, 28 Aug 2001 14:23:43 +0200
25499              Message-ID: <20010828142343.A19299@rafael>
25500      Branch: perl
25501            ! pod/perlvar.pod pp_ctl.c
25502 ____________________________________________________________________________
25503 [ 11770] By: ams                                   on 2001/08/28  10:13:21
25504         Log: Subject: [PATCH] odd typo in op.h
25505              From: Nicholas Clark <nick@ccl4.org>
25506              Date: Tue, 28 Aug 2001 12:10:26 +0100
25507              Message-Id: <20010828121026.V4950@plum.flirble.org>
25508      Branch: perl
25509            ! op.h
25510 ____________________________________________________________________________
25511 [ 11769] By: sky                                   on 2001/08/28  08:09:16
25512         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
25513              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
25514              Date: Tue, 28 Aug 2001 02:22:20 +0300
25515              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
25516      Branch: perl
25517            ! ext/B/B/Lint.pm
25518 ____________________________________________________________________________
25519 [ 11768] By: ams                                   on 2001/08/28  00:47:35
25520         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
25521              From: Michael G Schwern <schwern@pobox.com>
25522              Date: Mon, 27 Aug 2001 21:24:44 -0400
25523              Message-Id: <20010827212444.F12582@blackrider>
25524      Branch: perl
25525            ! pod/perlhack.pod t/op/pack.t
25526 ____________________________________________________________________________
25527 [ 11767] By: ams                                   on 2001/08/27  23:59:48
25528         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
25529              From: Michael G Schwern <schwern@pobox.com>
25530              Date: Mon, 27 Aug 2001 20:12:29 -0400
25531              Message-Id: <20010827201229.D12582@blackrider>
25532      Branch: perl
25533            ! pod/perlhack.pod t/op/pack.t
25534 ____________________________________________________________________________
25535 [ 11766] By: ams                                   on 2001/08/27  23:39:40
25536         Log: Update Changes.
25537      Branch: perl
25538            ! Changes
25539 ____________________________________________________________________________
25540 [ 11765] By: ams                                   on 2001/08/27  22:53:10
25541         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
25542              From: Michael G Schwern <schwern@pobox.com>
25543              Date: Mon, 27 Aug 2001 19:47:30 -0400
25544              Message-Id: <20010827194730.C12582@blackrider>
25545      Branch: perl
25546            ! t/op/inccode.t
25547 ____________________________________________________________________________
25548 [ 11764] By: ams                                   on 2001/08/27  22:46:21
25549         Log: Subject: [PATCH] new tests for the coderef-in-@INC
25550              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25551              Date: Mon, 27 Aug 2001 22:36:27 +0200
25552              Message-Id: <20010827223627.C690@rafael>
25553              
25554              Subject: Re: [PATCH] new tests for the coderef-in-@INC
25555              From: Nicholas Clark <nick@ccl4.org>
25556              Date: Tue, 28 Aug 2001 00:02:46 +0100
25557              Message-Id: <20010828000245.R4950@plum.flirble.org>
25558      Branch: perl
25559            + t/op/inccode.t
25560            ! MANIFEST
25561 ____________________________________________________________________________
25562 [ 11763] By: ams                                   on 2001/08/27  22:41:09
25563         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
25564              bleadperl on fire, Win95+4NT)
25565              From: Michael G Schwern <schwern@pobox.com>
25566              Date: Mon, 27 Aug 2001 16:54:42 -0400
25567              Message-Id: <20010827165442.F9436@blackrider>
25568      Branch: perl
25569            ! lib/warnings.t
25570 ____________________________________________________________________________
25571 [ 11762] By: sky                                   on 2001/08/27  19:19:17
25572         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
25573              avaible at compile time. This broke the compilation of 
25574              Net/Ping.pm
25575      Branch: perl
25576            ! lib/Net/Ping.pm
25577 ____________________________________________________________________________
25578 [ 11761] By: sky                                   on 2001/08/27  18:34:48
25579         Log: Removed tripple definitions of CUSTOM_OP functions.
25580      Branch: perl
25581            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
25582 ____________________________________________________________________________
25583 [ 11760] By: sky                                   on 2001/08/27  18:21:27
25584         Log: Regen headers
25585      Branch: perl
25586            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
25587            ! perlapi.h proto.h
25588 ____________________________________________________________________________
25589 [ 11759] By: ams                                   on 2001/08/27  16:31:53
25590         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
25591              From: "chromatic" <chromatic@rmci.net>
25592              Date: Mon, 27 Aug 2001 11:17:09 -0600
25593              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
25594      Branch: perl
25595            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
25596 ____________________________________________________________________________
25597 [ 11758] By: sky                                   on 2001/08/27  15:16:42
25598         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
25599              Thanks to H. Merijn Brand for the patch.
25600              Some of the comments and or guards might be removable in perl.h now.
25601      Branch: perl
25602            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
25603            ! Porting/Glossary Porting/config_H README.threads config_h.SH
25604            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
25605            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
25606            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
25607            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
25608            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
25609            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
25610            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
25611            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
25612            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
25613            ! win32/config_H.vc win32/perllib.c win32/win32.h
25614            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
25615            ! wince/config.h wince/config_H.ce wince/win32.h
25616            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
25617 ____________________________________________________________________________
25618 [ 11757] By: sky                                   on 2001/08/27  13:39:16
25619         Log: Subject: GNU ld parses arguments different
25620              From: H.Merijn Brand <h.m.brand@hccnet.nl>
25621              Date: Mon, 27 Aug 2001 16:25:51 +0200
25622              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
25623      Branch: perl
25624            ! hints/hpux.sh
25625 ____________________________________________________________________________
25626 [ 11756] By: sky                                   on 2001/08/27  13:18:45
25627         Log: Subject: Custom Ops
25628              From: Simon Cozens <simon@netthink.co.uk>
25629              Date: Sat, 25 Aug 2001 17:45:09 +0100
25630              Message-ID: <20010825174509.A5752@netthink.co.uk>
25631              I also added a fix to Opcode.pm to quite test cases.
25632      Branch: perl
25633            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
25634            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
25635 ____________________________________________________________________________
25636 [ 11755] By: sky                                   on 2001/08/27  05:37:17
25637         Log: Plugs a memory leak on destruction of regular expressions
25638              introcued by #11274.
25639              PL_regex_padav now has an AV as it's first entry with a list
25640              of freed regex_padav slots that it will reuse on creating
25641              new PMOPs.
25642      Branch: perl
25643            ! op.c perl.c
25644 ____________________________________________________________________________
25645 [ 11754] By: ams                                   on 2001/08/26  14:38:52
25646         Log: Subject: [PATCH] t/io/binmode.t
25647              From: Nicholas Clark <nick@ccl4.org>
25648              Date: Sun, 26 Aug 2001 12:03:05 +0100
25649              Message-Id: <20010826120305.C4950@plum.flirble.org>
25650              
25651              (Also a nitpick in #11752 to t/op/universal.t)
25652      Branch: perl
25653            ! t/io/binmode.t t/op/universal.t
25654 ____________________________________________________________________________
25655 [ 11753] By: ams                                   on 2001/08/26  08:19:34
25656         Log: Subject: [PATCH] op/universal.t failing
25657              From: Nicholas Clark <nick@ccl4.org>
25658              Date: Sun, 26 Aug 2001 09:48:22 +0100
25659              Message-Id: <20010826094822.B4950@plum.flirble.org>
25660      Branch: perl
25661            ! t/op/universal.t
25662 ____________________________________________________________________________
25663 [ 11752] By: ams                                   on 2001/08/25  22:46:13
25664         Log: Subject: Re: 'can' with undefined subs
25665              From: Tony Bowden <tony@kasei.com>
25666              Date: Sat, 25 Aug 2001 14:58:17 +0100
25667              Message-Id: <20010825145817.A11788@soto.kasei.com>
25668              (Applied with minor modifications.)
25669      Branch: perl
25670            ! t/op/universal.t
25671 ____________________________________________________________________________
25672 [ 11751] By: ams                                   on 2001/08/25  18:28:43
25673         Log: Subject: Re: 'can' with undefined subs
25674              From: Tony Bowden <tony@kasei.com>
25675              Date: Sat, 25 Aug 2001 15:13:14 +0100
25676              Message-Id: <20010825151314.B11788@soto.kasei.com>
25677      Branch: perl
25678            ! lib/UNIVERSAL.pm
25679 ____________________________________________________________________________
25680 [ 11750] By: nick                                  on 2001/08/25  15:24:15
25681         Log: Integrate mainline
25682      Branch: perlio
25683           +> t/io/binmode.t
25684           !> (integrate 26 files)
25685 ____________________________________________________________________________
25686 [ 11749] By: nick                                  on 2001/08/25  14:55:41
25687         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
25688              From:  John Peacock <jpeacock@rowman.com>
25689              Date:  Wed, 22 Aug 2001 12:05:28 -0400
25690              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
25691      Branch: perl
25692            ! pod/perlhack.pod
25693 ____________________________________________________________________________
25694 [ 11748] By: nick                                  on 2001/08/25  14:53:04
25695         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
25696              From:  Michael G Schwern <schwern@pobox.com>
25697              Date:  Wed, 22 Aug 2001 19:22:45 -0400
25698              Message-Id:  <20010822192245.U619@blackrider>
25699      Branch: perl
25700            ! MANIFEST
25701 ____________________________________________________________________________
25702 [ 11747] By: nick                                  on 2001/08/25  14:52:33
25703         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
25704              From:  Nicholas Clark <nick@ccl4.org>
25705              Date:  Wed, 22 Aug 2001 23:29:06 +0100
25706              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
25707      Branch: perl
25708            + t/io/binmode.t
25709            ! perlio.c pod/perlfunc.pod
25710 ____________________________________________________________________________
25711 [ 11744] By: nick                                  on 2001/08/25  14:37:33
25712         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
25713              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
25714              Date:  Fri, 24 Aug 2001 22:10:42 +0200
25715              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
25716      Branch: perl
25717            ! x2p/a2py.c x2p/walk.c
25718 ____________________________________________________________________________
25719 [ 11743] By: nick                                  on 2001/08/25  14:32:47
25720         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
25721              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25722              Date:  Fri, 24 Aug 2001 23:34:13 +0200
25723              Message-Id:  <20010824233413.A1285@rafael>
25724      Branch: perl
25725            ! pod/perlfunc.pod pod/perlvar.pod
25726 ____________________________________________________________________________
25727 [ 11742] By: ams                                   on 2001/08/25  13:16:02
25728         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
25729              From: Nicholas Clark <nick@ccl4.org>
25730              Date: Sat, 25 Aug 2001 14:50:07 +0100
25731              Message-Id: <20010825145007.L41464@plum.flirble.org>
25732      Branch: perl
25733            ! pp_ctl.c
25734 ____________________________________________________________________________
25735 [ 11741] By: nick                                  on 2001/08/24  07:08:45
25736         Log: When applying patch via Porting/apply fails, do p4 refresh
25737              to get old files back.
25738      Branch: perl
25739            ! Porting/apply
25740 ____________________________________________________________________________
25741 [ 11740] By: ams                                   on 2001/08/24  04:47:24
25742         Log: #11739 was incomplete.
25743      Branch: perl
25744            ! pod/perldiag.pod
25745 ____________________________________________________________________________
25746 [ 11739] By: ams                                   on 2001/08/24  04:09:40
25747         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
25748              From: "Philip Newton" <Philip.Newton@gmx.net>
25749              Date: Fri, 24 Aug 2001 07:08:34 +0200
25750      Branch: perl
25751            ! pod/perldiag.pod
25752 ____________________________________________________________________________
25753 [ 11738] By: ams                                   on 2001/08/24  02:19:42
25754         Log: Fixed Doug Wilson's email address.
25755      Branch: perl
25756            ! AUTHORS
25757 ____________________________________________________________________________
25758 [ 11737] By: ams                                   on 2001/08/24  00:10:13
25759         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
25760              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25761              Date: Thu, 23 Aug 2001 22:22:58 +0200
25762              Message-Id: <20010823222258.A901@rafael>
25763      Branch: perl
25764            ! pod/perldiag.pod
25765 ____________________________________________________________________________
25766 [ 11736] By: ams                                   on 2001/08/24  00:05:02
25767         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
25768              From: "Craig A. Berry" <craigberry@mac.com>
25769              Date: Thu, 23 Aug 2001 19:07:45 -0500
25770              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
25771      Branch: perl
25772            ! configure.com
25773 ____________________________________________________________________________
25774 [ 11735] By: sky                                   on 2001/08/23  13:42:07
25775         Log: Backed out 11732, it breaks lib/strict.t 
25776      Branch: perl
25777            ! op.c
25778 ____________________________________________________________________________
25779 [ 11734] By: sky                                   on 2001/08/23  11:45:59
25780         Log: Removed toy from 17133 after Matt Sargeants request.
25781      Branch: perl
25782            ! pod/perlfaq4.pod
25783 ____________________________________________________________________________
25784 [ 11733] By: sky                                   on 2001/08/23  11:36:29
25785         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
25786              From: Robin Houston <robin@kitsite.com>
25787              Date: Wed, 22 Aug 2001 23:06:16 +0100
25788              Message-ID: <20010822230616.A254@robin.kitsite.com>
25789      Branch: perl
25790            ! pod/perlfaq4.pod
25791 ____________________________________________________________________________
25792 [ 11732] By: sky                                   on 2001/08/23  10:36:02
25793         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
25794              From: Simon Cozens <simon@netthink.co.uk>
25795              Date: Thu, 23 Aug 2001 12:06:36 +0100
25796              Message-ID: <20010823120636.A9961@netthink.co.uk>
25797      Branch: perl
25798            ! op.c
25799 ____________________________________________________________________________
25800 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
25801         Log: fix broken windows build
25802      Branch: perl
25803            ! perl.h
25804 ____________________________________________________________________________
25805 [ 11730] By: ams                                   on 2001/08/22  21:35:30
25806         Log: Subject: [PATCH] io/tell.t doesn't chdir t
25807              From: Nicholas Clark <nick@ccl4.org>
25808              Date: Wed, 22 Aug 2001 23:25:58 +0100
25809              Message-Id: <20010822232557.Y82818@plum.flirble.org>
25810      Branch: perl
25811            ! t/io/tell.t
25812 ____________________________________________________________________________
25813 [ 11729] By: ams                                   on 2001/08/22  20:32:21
25814         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
25815              questions)
25816              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
25817              Date: Wed, 22 Aug 2001 17:09:04 -0400
25818              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
25819              (Oops, forgot File::Spec::Unix in the previous patch.)
25820      Branch: perl
25821            ! lib/File/Spec/Unix.pm
25822 ____________________________________________________________________________
25823 [ 11728] By: ams                                   on 2001/08/22  20:25:41
25824         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
25825              questions)
25826              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
25827              Date: Wed, 22 Aug 2001 17:09:04 -0400
25828              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
25829      Branch: perl
25830            ! lib/File/Spec.pm
25831 ____________________________________________________________________________
25832 [ 11727] By: ams                                   on 2001/08/22  19:43:30
25833         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
25834              From: John Peacock <jpeacock@rowman.com>
25835              Date: Wed, 22 Aug 2001 12:35:52 -0400
25836              Message-Id: <3B83DF68.5D89DC81@rowman.com>
25837              (Adds proper tests for $], notwithstanding Subject. +nitpick)
25838      Branch: perl
25839            ! t/op/ver.t
25840 ____________________________________________________________________________
25841 [ 11726] By: ams                                   on 2001/08/22  19:36:39
25842         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
25843              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
25844              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
25845              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
25846      Branch: perl
25847            ! lib/diagnostics.pm lib/diagnostics.t
25848 ____________________________________________________________________________
25849 [ 11725] By: ams                                   on 2001/08/22  19:25:01
25850         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
25851              From: Nicholas Clark <nick@ccl4.org>
25852              Date: Wed, 22 Aug 2001 20:59:05 +0100
25853              Message-Id: <20010822205905.U82818@plum.flirble.org>
25854      Branch: perl
25855            ! pp.c t/op/64bitint.t t/op/arith.t
25856 ____________________________________________________________________________
25857 [ 11724] By: ams                                   on 2001/08/22  10:02:33
25858         Log: Subject: Configure blooper
25859              From: H.Merijn Brand <h.m.brand@hccnet.nl>
25860              Date: Wed, 22 Aug 2001 12:38:35 +0200
25861              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
25862      Branch: perl
25863            ! Configure
25864 ____________________________________________________________________________
25865 [ 11723] By: ams                                   on 2001/08/21  16:17:53
25866         Log: Subject: [PATCH] installperl -help
25867              From: Nicholas Clark <nick@ccl4.org>
25868              Date: Tue, 21 Aug 2001 17:34:23 +0100
25869              Message-Id: <20010821173423.F82818@plum.flirble.org>
25870      Branch: perl
25871            ! installperl
25872 ____________________________________________________________________________
25873 [ 11722] By: ams                                   on 2001/08/20  07:46:31
25874         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
25875              From: Ilmari Karonen <iltzu@sci.fi>
25876              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
25877              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
25878      Branch: perl
25879            ! pod/perlvar.pod
25880 ____________________________________________________________________________
25881 [ 11721] By: nick                                  on 2001/08/20  06:24:31
25882         Log: Integrate mainline
25883      Branch: perlio
25884           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
25885           +> lib/Lingua/KO/Hangul/Util/Changes
25886           +> lib/Lingua/KO/Hangul/Util/README
25887           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
25888           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
25889           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
25890           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
25891           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
25892           +> lib/Unicode/Normalize/t/test.t
25893            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
25894           !> (integrate 55 files)
25895 ____________________________________________________________________________
25896 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
25897         Log: Integrate Change #11599 from maint-5.6/perl
25898      Branch: maint-5.6/macperl
25899           !> README.win32
25900 ____________________________________________________________________________
25901 [ 11719] By: ams                                   on 2001/08/18  21:21:42
25902         Log: Add Porting/apply to MANIFEST.
25903      Branch: perl
25904            ! MANIFEST
25905 ____________________________________________________________________________
25906 [ 11718] By: sky                                   on 2001/08/18  14:38:01
25907         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
25908              Better solution would be to make 5005threaded perl use
25909              the same system as ithreads do
25910      Branch: perl
25911            ! perl.h
25912 ____________________________________________________________________________
25913 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
25914         Log: New try for ID 20010407.006: detach the semantics
25915              "was the last match target UTF8" into its own variable.
25916      Branch: perl
25917            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
25918            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
25919 ____________________________________________________________________________
25920 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
25921         Log: UTF8 flag should be meaningful only when POK.
25922      Branch: perl
25923            ! dump.c
25924 ____________________________________________________________________________
25925 [ 11715] By: sky                                   on 2001/08/18  11:45:16
25926         Log: USE_THREADS and USE_ITHREADS are never true at the same time
25927      Branch: perl
25928            ! perl.h
25929 ____________________________________________________________________________
25930 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
25931         Log: Retract #11712 for now.  The real fix would probably
25932              be something like making PL_reg_sv a copy (PV + UTF8)
25933              of the matched/substituted string (note: not just a SvPOK
25934              string, for example the stringified form of a ROK would
25935              be applicable)  Beware of leaks.
25936      Branch: perl
25937            ! pp_hot.c t/op/pat.t
25938 ____________________________________________________________________________
25939 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
25940         Log: UTF8 wasn't printing for PVMGs.
25941      Branch: perl
25942            ! dump.c
25943 ____________________________________________________________________________
25944 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
25945         Log: (Retracted by #11714)
25946              
25947              Okay analysis, debatable fix.  (The fix will inc
25948              the refcount of all temporary match objects,
25949              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
25950              which will then cause griping at untie() time
25951              ("inner references remain").
25952              
25953              Fix for ID 20010407.006: PL_reg_sv got wiped out
25954              by freetemps if the match target was a temporary
25955              (like function_call() =~ /.../), which in turn meant
25956              that the $1 et al stopped working if they had UTF-8
25957              in them.  Therefore bump up the refcount of PL_reg_sv.
25958      Branch: perl
25959            ! pp_hot.c t/op/pat.t
25960 ____________________________________________________________________________
25961 [ 11711] By: ams                                   on 2001/08/17  20:32:08
25962         Log: Subject: [PATCH] doesn't compile, was perl@11710
25963              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25964              Date: Fri, 17 Aug 2001 23:21:10 +0200
25965              Message-Id: <20010817232110.C7041@rafael> 
25966      Branch: perl
25967            ! sharedsv.c
25968 ____________________________________________________________________________
25969 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
25970         Log: Update Changes.
25971      Branch: perl
25972            ! Changes patchlevel.h
25973 ____________________________________________________________________________
25974 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
25975         Log: Upgrade to libnet 1.0704.
25976      Branch: perl
25977            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
25978            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
25979            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
25980            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
25981            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
25982            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
25983            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
25984 ____________________________________________________________________________
25985 [ 11708] By: sky                                   on 2001/08/17  13:34:04
25986         Log: Let perl_clone copy PL_exit_flags
25987      Branch: perl
25988            ! sv.c
25989 ____________________________________________________________________________
25990 [ 11707] By: sky                                   on 2001/08/17  12:28:41
25991         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
25992      Branch: perl
25993            ! sharedsv.c sharedsv.h
25994 ____________________________________________________________________________
25995 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
25996         Log: The metaconfig unit change for #11705.
25997      Branch: metaconfig/U/perl
25998            ! Extensions.U
25999 ____________________________________________________________________________
26000 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
26001         Log: Allow the threads extension to be found if present.
26002      Branch: perl
26003            ! Configure
26004 ____________________________________________________________________________
26005 [ 11704] By: nick                                  on 2001/08/17  11:47:54
26006         Log: Mail -> change script (pre-alpha)
26007      Branch: perl
26008            + Porting/apply
26009 ____________________________________________________________________________
26010 [ 11703] By: sky                                   on 2001/08/17  07:11:24
26011         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
26012              Thanks to Tom Hospel for pointing out my error.
26013      Branch: perl
26014            ! op.h
26015 ____________________________________________________________________________
26016 [ 11702] By: sky                                   on 2001/08/17  04:18:11
26017         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.
26018      Branch: perl
26019            ! embed.pl miniperlmain.c perl.c perl.h proto.h
26020 ____________________________________________________________________________
26021 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
26022         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
26023              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
26024      Branch: perl
26025            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
26026            + lib/Lingua/KO/Hangul/Util/README
26027            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
26028            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
26029            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
26030            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
26031            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
26032            + lib/Unicode/Normalize/t/test.t
26033            ! MANIFEST
26034 ____________________________________________________________________________
26035 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
26036         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
26037              Date: Thu, 16 Aug 2001 22:46:15 -0500
26038              From: "Craig A. Berry" <craigberry@mac.com>
26039              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
26040      Branch: perl
26041            ! configure.com numeric.c
26042 ____________________________________________________________________________
26043 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
26044         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
26045              of the usual suspects (like getpwent) but not for others
26046              (like localtime and rand).  The _r versions are available
26047              for all of them, so let's use them.
26048      Branch: perl
26049            ! perl.h
26050 ____________________________________________________________________________
26051 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
26052         Log: (Accidental apply; thankfully empty.)
26053      Branch: perl
26054            ! hints/os390.sh
26055 ____________________________________________________________________________
26056 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
26057         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
26058              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26059              Date: Thu, 16 Aug 2001 16:27:49 +0100
26060              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
26061      Branch: perl
26062            ! regexec.c t/op/re_tests
26063 ____________________________________________________________________________
26064 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
26065         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
26066              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26067              Date: Thu, 16 Aug 2001 18:50:01 +0100
26068              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
26069      Branch: perl
26070            ! pp_hot.c t/op/pat.t
26071 ____________________________________________________________________________
26072 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
26073         Log: Subject: [PATCH] *time_r again
26074              From: "Arthur Bergman" <arthur@contiller.se>
26075              Date: Thu, 16 Aug 2001 16:01:54 +0200
26076              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
26077      Branch: perl
26078            ! op.h
26079 ____________________________________________________________________________
26080 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
26081         Log: system() and backtick error handling cleanup from Craig A. Berry.
26082      Branch: perl
26083            ! vms/vms.c
26084 ____________________________________________________________________________
26085 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
26086         Log: change#10334 leaks memory, copies string when it doesn't
26087              need to
26088      Branch: perl
26089            ! perl.c
26090 ____________________________________________________________________________
26091 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
26092         Log: One more twist to the sprintf + utf8 testing.
26093      Branch: perl
26094            ! t/op/misc.t
26095 ____________________________________________________________________________
26096 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
26097         Log: Fix for 20010407.008 sprintf removes utf8-ness.
26098      Branch: perl
26099            ! pp.c t/op/misc.t
26100 ____________________________________________________________________________
26101 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
26102         Log: Subject: [PATCH] *time_r fixes
26103              From: "Arthur Bergman" <arthur@contiller.se>
26104              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
26105              Date: Thu, 16 Aug 2001 14:22:27 +0200
26106      Branch: perl
26107            ! op.h
26108 ____________________________________________________________________________
26109 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
26110         Log: Upgrade to CGI.pm 2.77.
26111      Branch: perl
26112            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
26113            ! lib/CGI/t/function.t
26114 ____________________________________________________________________________
26115 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
26116         Log: Document the bytes-to-Unicode upgrading.
26117      Branch: perl
26118            ! pod/perlunicode.pod
26119 ____________________________________________________________________________
26120 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
26121         Log: Add a test for Unicode sprintf.
26122      Branch: perl
26123            ! t/op/misc.t
26124 ____________________________________________________________________________
26125 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
26126         Log: Add Unicode tests for index/rindex.
26127      Branch: perl
26128            ! t/op/index.t
26129 ____________________________________________________________________________
26130 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
26131         Log: Document a bit the art of minimizing the installation,
26132              based on the p5p discussion.
26133      Branch: perl
26134            ! INSTALL
26135 ____________________________________________________________________________
26136 [ 11684] By: nick                                  on 2001/08/15  15:03:31
26137         Log: Integrate mainline
26138      Branch: perlio
26139           +> sharedsv.c sharedsv.h
26140           !> (integrate 53 files)
26141 ____________________________________________________________________________
26142 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
26143         Log: Update Changes.
26144      Branch: perl
26145            ! Changes patchlevel.h
26146 ____________________________________________________________________________
26147 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
26148         Log: The #11673 necessitated a test tweak.
26149      Branch: perl
26150            ! t/io/utf8.t
26151 ____________________________________________________________________________
26152 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
26153         Log: Also UNICOS is in the general case unable to silently
26154              handle fp overflows.
26155      Branch: perl
26156            ! numeric.c
26157 ____________________________________________________________________________
26158 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
26159         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
26160              NV_EPSILON #defined.
26161      Branch: perl
26162            ! perl.h
26163 ____________________________________________________________________________
26164 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
26165         Log: Re-establish the fp overflow detection for VAX VMS; there
26166              is no easy way to have the IEEE fp silent overflow semantics.
26167              (in Alpha VMS we still will use IEEE fp by default-- but it
26168              is still possible to configure Perl to use G_FLOAT)
26169      Branch: perl
26170            ! numeric.c
26171 ____________________________________________________________________________
26172 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
26173         Log: Subject: [PATCH] pp_lock 
26174              From: "Arthur Bergman" <arthur@contiller.se>
26175              Date: Wed, 15 Aug 2001 11:52:16 +0200
26176              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
26177      Branch: perl
26178            ! pp.c
26179 ____________________________________________________________________________
26180 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
26181         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
26182              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26183              Date: Wed, 15 Aug 2001 11:32:11 +0100
26184              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
26185      Branch: perl
26186            ! regcomp.c t/op/re_tests
26187 ____________________________________________________________________________
26188 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
26189         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
26190              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26191              Date: Wed, 15 Aug 2001 10:33:49 +0100
26192              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
26193      Branch: perl
26194            ! regexec.c t/op/re_tests
26195 ____________________________________________________________________________
26196 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
26197         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
26198              From: Barrie Slaymaker <barries@slaysys.com>
26199              Date: Tue, 14 Aug 2001 14:32:25 -0400
26200              Message-ID: <20010814143225.A19822@jester.slaysys.com>
26201      Branch: perl
26202            ! lib/File/Spec.t lib/File/Spec/Unix.pm
26203 ____________________________________________________________________________
26204 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
26205         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
26206              From: Peter Prymmer <pvhp@forte.com>
26207              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
26208              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
26209      Branch: perl
26210            ! README.vms configure.com
26211 ____________________________________________________________________________
26212 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
26213         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
26214              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26215              Date: Tue, 14 Aug 2001 21:23:27 +0200
26216              Message-ID: <20010814212327.A1919@rafael>
26217      Branch: perl
26218            ! doio.c
26219 ____________________________________________________________________________
26220 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
26221         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
26222              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
26223              Date: Tue, 14 Aug 2001 22:30:11 +0200
26224              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
26225              
26226              Combination of nmake, quoting, and Perl expanded $( in here-doc.
26227      Branch: perl
26228            ! ext/SDBM_File/Makefile.PL
26229 ____________________________________________________________________________
26230 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
26231         Log: Todo updates.
26232      Branch: perl
26233            ! pod/perltodo.pod
26234 ____________________________________________________________________________
26235 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
26236         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
26237              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
26238              Date: Mon, 13 Aug 2001 23:15:01 +0200
26239              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
26240      Branch: perl
26241            ! sv.c
26242 ____________________________________________________________________________
26243 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
26244         Log: Subject: [PATCH] [b-]showlex.t
26245              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
26246              Date: Sun, 12 Aug 2001 22:24:51 +0200
26247              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
26248              
26249              The 4nt command shell will expand the % in command line
26250              no matter what quoting is attempted, changed the % to @.
26251      Branch: perl
26252            ! ext/B/Showlex.t
26253 ____________________________________________________________________________
26254 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
26255         Log: Subject: [PATCH] magic.t
26256              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
26257              Date: Sun, 12 Aug 2001 20:49:27 +0200
26258              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
26259      Branch: perl
26260            ! t/op/magic.t
26261 ____________________________________________________________________________
26262 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
26263         Log: Add sharedsv* to the DOSish platforms; plus add
26264              some WinCE files to the list of DOSish files.
26265      Branch: perl
26266            ! NetWare/Makefile Porting/makerel win32/Makefile
26267            ! win32/makefile.mk wince/Makefile.ce
26268 ____________________________________________________________________________
26269 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
26270         Log: More DOSish files.
26271      Branch: perl
26272            ! Porting/makerel
26273 ____________________________________________________________________________
26274 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
26275         Log: Strip CRs from the WinCE files.  Now we need to
26276              figure out in which CRs are really needed: probably
26277              Makefile.ce and the README files, at least, probably
26278              also the registry.bat.
26279      Branch: perl
26280            ! wince/Makefile.ce wince/README.compile wince/README.perlce
26281            ! wince/config.h wince/include/cectype.h wince/include/errno.h
26282            ! wince/include/sys/stat.h wince/include/sys/types.h
26283            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
26284            ! wince/perldll.def wince/registry.bat wince/wince.h
26285            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
26286 ____________________________________________________________________________
26287 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
26288         Log: Add some files to DOSish and writables.
26289      Branch: perl
26290            ! Porting/makerel
26291 ____________________________________________________________________________
26292 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
26293         Log: Compile failure message tidying.
26294      Branch: perl
26295            ! t/lib/1_compile.t
26296 ____________________________________________________________________________
26297 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
26298         Log: The new sharedsv* should be exported only if usethreads.
26299      Branch: perl
26300            ! makedef.pl
26301 ____________________________________________________________________________
26302 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
26303         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
26304              From: Peter Prymmer <pvhp@forte.com>
26305              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
26306              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
26307      Branch: perl
26308            ! README.os390
26309 ____________________________________________________________________________
26310 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
26311         Log: Update Changes.
26312      Branch: perl
26313            ! Changes patchlevel.h
26314 ____________________________________________________________________________
26315 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
26316         Log: Subject: [PATHC] sharedsv.[c|h]
26317              From: "Artur Bergman" <artur@contiller.se>
26318              Date: Mon, 13 Aug 2001 14:38:41 +0200
26319              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
26320              
26321              Subject: [PATCH] embed.pl
26322              From: Arthur Bergman <arthur@contiller.se>
26323              Date: Mon, 13 Aug 2001 14:38:14 +0200
26324              Message-ID: <B79D96D6.3088%arthur@contiller.se>
26325              
26326              Subject: [PATCH] sharedsv cleanups
26327              From: "Arthur Bergman" <arthur@contiller.se>
26328              Date: Mon, 13 Aug 2001 15:14:25 +0200
26329              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
26330              
26331              Plus few tweaks: _init needs to be Adp, the prototypes
26332              should not be revealed unless using ithreads, #endif FOO
26333              must be #endif /* FOO */, adding (parentheses) around
26334              do { } while doesn't work too well.
26335      Branch: perl
26336            + sharedsv.c sharedsv.h
26337            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
26338            ! perl.h perlapi.c pod/perlapi.pod proto.h
26339 ____________________________________________________________________________
26340 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
26341         Log: Subject: Re: END {} blocks run in perl_run
26342              From: Arthur Bergman <arthur@contiller.se>
26343              Date: Mon, 13 Aug 2001 11:11:30 +0200
26344              Message-ID: <B79D6661.3068%arthur@contiller.se>
26345      Branch: perl
26346            ! perl.c
26347 ____________________________________________________________________________
26348 [ 11657] By: nick                                  on 2001/08/13  09:03:02
26349         Log: Integrate mainline
26350      Branch: perlio
26351           +> (branch 326 files)
26352            - (delete 330 files)
26353           !> (integrate 85 files)
26354 ____________________________________________________________________________
26355 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
26356         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
26357              and the Perl will be built to do that by default (adding that
26358              will break scripts having non-UTF-8 binary data, such as Latin-1.)
26359      Branch: perl
26360            ! op.c toke.c utf8.h
26361 ____________________________________________________________________________
26362 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
26363         Log: Unnecessary downgrades.
26364      Branch: perl
26365            ! doop.c
26366 ____________________________________________________________________________
26367 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
26368         Log: Failure not true anymore (probably caused by my broken setup).
26369      Branch: perl
26370            ! t/op/pat.t
26371 ____________________________________________________________________________
26372 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
26373         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
26374              stopped working).
26375      Branch: perl
26376            ! op.h pp_ctl.c regcomp.c
26377 ____________________________________________________________________________
26378 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
26379         Log: There is no IN_UTF8.
26380      Branch: perl
26381            ! utf8.h
26382 ____________________________________________________________________________
26383 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
26384         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
26385      Branch: perl
26386            ! op.c op.h pp_ctl.c regcomp.c
26387 ____________________________________________________________________________
26388 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
26389         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
26390              and a test tweak.
26391      Branch: perl
26392            ! op.c t/pod/find.t
26393 ____________________________________________________________________________
26394 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
26395         Log: Todo updates and fixes.
26396      Branch: perl
26397            ! pod/perltodo.pod
26398 ____________________________________________________________________________
26399 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
26400         Log: Mark tests (and one module) having explicit Latin-1
26401              (and one file having explicit UTF-8) with an explicit
26402              'no utf8' (and one explicit 'use utf8').
26403              
26404              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
26405      Branch: perl
26406            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
26407            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
26408            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
26409 ____________________________________________________________________________
26410 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
26411         Log: Subject: SV: END {} blocks run in perl_run
26412              From: "Arthur Bergman" <arthur@contiller.se>
26413              Date: Sun, 12 Aug 2001 00:34:28 +0200 
26414              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
26415      Branch: perl
26416            ! miniperlmain.c perl.c
26417 ____________________________________________________________________________
26418 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
26419         Log: Typos in #11645.
26420      Branch: perl
26421            ! perl.h
26422 ____________________________________________________________________________
26423 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
26424         Log: On ithreads default to use_reentrant except on naturally
26425              threadsafe platforms.
26426      Branch: perl
26427            ! perl.h
26428 ____________________________________________________________________________
26429 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
26430         Log: (Hopefully) a fix for 20010723.004: make install needs
26431              write permission in build directory.  The problem was
26432              probably caused by overeager sprinkling of the lib/re.pm
26433              dependencies (which was done to guarantee lib/re.pm being
26434              uptodate for parallel makes: now solved by funneling that
26435              through an explicit recursive make in the preplibrary target).
26436      Branch: perl
26437            ! Makefile.SH
26438 ____________________________________________________________________________
26439 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
26440         Log: Dispell the "use utf8" superstition.
26441      Branch: perl
26442            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
26443            ! pod/perlunicode.pod
26444 ____________________________________________________________________________
26445 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
26446         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
26447              From: "Abigail" <abigail@foad.org> 
26448              Date: Sat, 11 Aug 2001 23:49:49 +0200
26449              Message-ID: <20010811214950.23255.qmail@foad.org>
26450      Branch: perl
26451            ! t/op/taint.t
26452 ____________________________________________________________________________
26453 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
26454         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
26455              From: Abhijit Menon-Sen <ams@wiw.org>
26456              Date: Sat, 11 Aug 2001 06:18:19 +0530
26457              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
26458      Branch: perl
26459            ! mg.c
26460 ____________________________________________________________________________
26461 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
26462         Log: Test for change #11639.
26463      Branch: perl
26464            ! t/op/tiehandle.t
26465 ____________________________________________________________________________
26466 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
26467         Log: Subject: Re: Can't localize *FH, then tie it
26468              From: Abhijit Menon-Sen <ams@wiw.org>
26469              Date: Sun, 12 Aug 2001 16:08:06 +0530
26470              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
26471      Branch: perl
26472            ! pp_hot.c pp_sys.c
26473 ____________________________________________________________________________
26474 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
26475         Log: Drop all the unnecessary "use utf8" clauses and some of
26476              the unnecessary "use bytes" ones.
26477              
26478              TODO: scour the documentation for unnecessary "use utf8"
26479              and prominently display it in perldelta when the time comes.
26480              ("use utf8" should be necessary ONLY if one wants the script
26481              to be in UTF-8.)  Also should be checked in some non-ASCII
26482              non-Latin-1 platform, like EBCDIC.
26483      Branch: perl
26484            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
26485            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
26486 ____________________________________________________________________________
26487 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
26488         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
26489              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
26490              in Unicode handling.
26491      Branch: perl
26492            + t/op/lc.t
26493            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
26494 ____________________________________________________________________________
26495 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
26496         Log: Thinko: we want the flags for native cc, not gcc.
26497      Branch: perl
26498            ! hints/dec_osf.sh
26499 ____________________________________________________________________________
26500 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
26501         Log: (retracted by 13077)
26502              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
26503              From: Robin Houston <robin@kitsite.com>
26504              Date: Fri, 10 Aug 2001 14:42:02 +0100
26505              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
26506      Branch: perl
26507            ! pp.c
26508 ____________________________________________________________________________
26509 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
26510         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
26511              From: Abhijit Menon-Sen <ams@wiw.org>
26512              Date: Sat, 11 Aug 2001 16:31:04 +0530
26513              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
26514      Branch: perl
26515            ! op.c
26516 ____________________________________________________________________________
26517 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
26518         Log: Get rid of indread, from Abhijit Menon-Sen.
26519      Branch: perl
26520            ! pp_sys.c
26521 ____________________________________________________________________________
26522 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
26523         Log: CRLFgngngn.
26524      Branch: perl
26525            ! win32/Makefile win32/makefile.mk
26526 ____________________________________________________________________________
26527 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
26528         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
26529      Branch: perl
26530            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
26531            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
26532            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
26533            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
26534            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
26535            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
26536            ! win32/Makefile win32/makefile.mk
26537 ____________________________________________________________________________
26538 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
26539         Log: Avoid #elif (less portable than #else #if).
26540      Branch: perl
26541            ! handy.h
26542 ____________________________________________________________________________
26543 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
26544         Log: Subject: patch for perlvar.pod
26545              From: mah@everybody.org (Mark A. Hershberger)
26546              Date: 08 Aug 2001 17:03:16 -0500
26547              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
26548      Branch: perl
26549            ! pod/perlvar.pod
26550 ____________________________________________________________________________
26551 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
26552         Log: cpp commands must start (the # must be) at the column #0.
26553      Branch: perl
26554            ! op.c
26555 ____________________________________________________________________________
26556 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
26557         Log: If using gcc -B/foo/bar makedepend would give
26558              unnecessary warnings about unused -B/foo/bar.
26559      Branch: perl
26560            ! makedepend.SH
26561 ____________________________________________________________________________
26562 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
26563         Log: Update Changes.
26564      Branch: perl
26565            ! Changes patchlevel.h
26566 ____________________________________________________________________________
26567 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
26568         Log: s/z/tz/
26569      Branch: perl
26570            ! pod/perlfaq2.pod
26571 ____________________________________________________________________________
26572 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
26573         Log: Article nit.
26574      Branch: perl
26575            ! pod/perlfaq2.pod
26576 ____________________________________________________________________________
26577 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
26578         Log: Rename lib/unicode files to lib/unicore to avoid
26579              conflicts between core lib/unicode and Unicode::
26580              files in case-ignoring filesystems.
26581      Branch: perl
26582            + (add 325 files)
26583            - (delete 324 files)
26584            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
26585 ____________________________________________________________________________
26586 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
26587         Log: Upgrade to Math::BigInt 1.41.
26588      Branch: perl
26589            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
26590 ____________________________________________________________________________
26591 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
26592         Log: Subject: [PATCH] remove PL_na from typemap
26593              From: James <james@rf.net>
26594              Date: Mon, 06 Aug 2001 20:23:15 -0700
26595              Message-ID: <3B6F5F23.A31A81B1@rf.net>
26596              
26597              (had to be manually applied)
26598      Branch: perl
26599            ! lib/ExtUtils/typemap
26600 ____________________________________________________________________________
26601 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
26602         Log: The metaconfig unit changes for #11618.
26603      Branch: metaconfig/U/perl
26604            + d_fpclassl.U i_fp.U
26605 ____________________________________________________________________________
26606 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
26607         Log: Forgot this from #11618.
26608              
26609              NOTE: wince/config_H.ce needs updating.
26610      Branch: perl
26611            ! wince/config.ce
26612 ____________________________________________________________________________
26613 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
26614         Log: Introduce more floating point classifying APIs;
26615              try to define (most importantly) Perl_is{inf,nan}(x).
26616              
26617              For this first cut, assume none such APIs exist in non-UNIXoid
26618              platforms-- this is of course too unkind: Win32 rumoredly has
26619              _fpclass() and _isnan(), and VMS/VOS very probably have some
26620              of the APIs available.     The only thing Perl uses at the moment
26621              is Perl_isnan() (has been in use for a while now).
26622              
26623              NOTE: the Win32 and NetWare config_h.?c need regenerating.
26624      Branch: perl
26625            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
26626            ! Porting/config_H config_h.SH configure.com epoc/config.sh
26627            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
26628            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26629            ! vos/config.ga.h win32/config.bc win32/config.gc
26630            ! win32/config.vc win32/config_H.bc win32/config_H.gc
26631            ! win32/config_H.vc wince/config.ce wince/config.h
26632 ____________________________________________________________________________
26633 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
26634         Log: Integrate change #11519 from perlio:
26635              
26636              Avoid testing for (non-)existance of "encoding(xxxx)"
26637              layer is called "encoding" the (xxxx) is an argument.
26638      Branch: perl
26639           !> lib/open.pm
26640 ____________________________________________________________________________
26641 [ 11616] By: nick                                  on 2001/08/09  07:50:24
26642         Log: Integrate mainline
26643      Branch: perlio
26644           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
26645           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
26646           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
26647           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
26648            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
26649            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
26650           !> (integrate 79 files)
26651 ____________________________________________________________________________
26652 [ 11615] By: nick                                  on 2001/08/09  06:23:44
26653         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
26654              layer is called "encoding" the (xxxx) is an argument.
26655      Branch: perlio
26656            ! lib/open.pm
26657 ____________________________________________________________________________
26658 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
26659         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
26660              From: Paul Johnson <paul@pjcj.net>
26661              Date: Wed, 8 Aug 2001 23:54:17 +0200
26662              Message-ID: <20010808235417.O1006@pjcj.net>
26663      Branch: perl
26664            ! ext/B/B/Concise.pm
26665 ____________________________________________________________________________
26666 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
26667         Log: Make VMS use IEEE math by default; reorder Tru64 hints
26668              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
26669              exception semantics) is always set if using (the new) cc.
26670      Branch: perl
26671            ! configure.com hints/dec_osf.sh
26672 ____________________________________________________________________________
26673 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
26674         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
26675              From: Abhijit Menon-Sen <ams@wiw.org>
26676              Date: Tue, 7 Aug 2001 17:16:05 +0530
26677              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
26678      Branch: perl
26679            ! pp_sys.c
26680 ____________________________________________________________________________
26681 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
26682         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
26683              From: "Craig A. Berry" <craigberry@mac.com>
26684              Date: Tue, 07 Aug 2001 22:27:47 -0500
26685              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
26686      Branch: perl
26687            ! t/run/exit.t
26688 ____________________________________________________________________________
26689 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
26690         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
26691              From: "Craig A. Berry" <craigberry@mac.com>
26692              Date: Tue, 07 Aug 2001 20:01:53 -0500
26693              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
26694      Branch: perl
26695            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
26696 ____________________________________________________________________________
26697 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
26698         Log: Update the magazine information.
26699      Branch: perl
26700            ! pod/perlfaq2.pod
26701 ____________________________________________________________________________
26702 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
26703         Log: Ignore SIGFPE everywhere.
26704      Branch: perl
26705            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
26706 ____________________________________________________________________________
26707 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
26708         Log: With permission, change the licensing of the docs by
26709              TomC (and Gnat) to comply with the rest of Perl.
26710      Branch: perl
26711            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
26712            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
26713            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
26714            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
26715            ! pod/perltootc.pod
26716 ____________________________________________________________________________
26717 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
26718         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
26719              From: Andy Dougherty <doughera@lafayette.edu>
26720              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
26721              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
26722      Branch: perl
26723            ! hints/openbsd.sh
26724 ____________________________________________________________________________
26725 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
26726         Log: Subject: [PATCH] Makefile.SH test_prep dependency
26727              From: Andy Dougherty <doughera@lafayette.edu>
26728              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
26729              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
26730      Branch: perl
26731            ! Makefile.SH
26732 ____________________________________________________________________________
26733 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
26734         Log: Don't autogenerate the headers et alia,
26735              make regen_headers explicitly.
26736      Branch: perl
26737            ! Makefile.SH
26738 ____________________________________________________________________________
26739 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
26740         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
26741              From: Gurusamy Sarathy <gsar@ActiveState.com> 
26742              Date: Tue, 07 Aug 2001 08:33:26 -0700
26743              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
26744              
26745              Unnecessary dependency.
26746      Branch: perl
26747            ! embed.pl
26748 ____________________________________________________________________________
26749 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
26750         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
26751              From: Abhijit Menon-Sen <ams@wiw.org>
26752              Date: Tue, 7 Aug 2001 09:10:54 +0530
26753              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
26754      Branch: perl
26755            ! pp_hot.c
26756 ____________________________________________________________________________
26757 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
26758         Log: Subject: [PATCH perl@11597] B && BEGIN handling
26759              From: "James A. Duncan" <jduncan@fotango.com>
26760              Date: Mon, 6 Aug 2001 17:29:11 +0100
26761              Message-ID: <20010806172911.A2071@fotango.com>
26762              
26763              (the intrpvar.h addition moved to the end for bincompat)
26764      Branch: perl
26765            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
26766 ____________________________________________________________________________
26767 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
26768         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
26769      Branch: perl
26770           !> README.win32
26771 ____________________________________________________________________________
26772 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
26773         Log: fix URLs for fcrypt.c
26774      Branch: maint-5.6/perl
26775            ! README.win32
26776 ____________________________________________________________________________
26777 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
26778         Log: Yet another way to say Infinity: HP-UX calls its "++".
26779      Branch: perl
26780            ! lib/Math/BigInt/t/bigintpm.t
26781 ____________________________________________________________________________
26782 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
26783         Log: Update Changes.
26784      Branch: perl
26785            ! Changes patchlevel.h
26786 ____________________________________________________________________________
26787 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
26788         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
26789      Branch: perl
26790            ! pod/perlfaq5.pod
26791 ____________________________________________________________________________
26792 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
26793         Log: The #11593 wasn't right.
26794      Branch: perl
26795            ! lib/Math/BigInt/t/bigintpm.t
26796 ____________________________________________________________________________
26797 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
26798         Log: Subject: [PATCH: perl@11564] introducing perlivp
26799              From: Prymmer/Kahn <pvhp@best.com>
26800              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
26801              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
26802              
26803              Subject: Re: [PATCH: perl@11564] introducing perlivp
26804              From: Prymmer/Kahn <pvhp@best.com>
26805              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
26806              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
26807      Branch: perl
26808            + utils/perlivp.PL
26809            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
26810            ! win32/Makefile win32/makefile.mk
26811 ____________________________________________________________________________
26812 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
26813         Log: libcs are confused what to call Infinity.
26814      Branch: perl
26815            ! lib/Math/BigInt/t/bigintpm.t
26816 ____________________________________________________________________________
26817 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
26818         Log: Avoid SIGFPE in Tru64.
26819      Branch: perl
26820            ! numeric.c
26821 ____________________________________________________________________________
26822 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
26823         Log: Upgrade to Math::BigInt 1.40.
26824              
26825              NOTE: this patch necessitates doing something about
26826              infinity handling since the new bigintpm.t tests use
26827              infinity, which causes SIGFPEs at least in Tru64.
26828      Branch: perl
26829            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
26830            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
26831            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
26832            ! lib/Math/BigInt/t/mbimbf.t
26833 ____________________________________________________________________________
26834 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
26835         Log: remove hardcoded cmd shell in testsuite
26836      Branch: perl
26837            ! t/op/glob.t t/op/magic.t t/op/stat.t
26838 ____________________________________________________________________________
26839 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
26840         Log: 4-arg select() was busted on windows because change#8178 didn't
26841              make it into mainline
26842      Branch: perl
26843            ! perl.h win32/include/sys/socket.h
26844 ____________________________________________________________________________
26845 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
26846         Log: Rename the Getopt::Long tests to be as they are
26847              in the Getopt::Long official distribution.
26848      Branch: perl
26849            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
26850            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
26851            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
26852            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
26853            ! MANIFEST
26854 ____________________________________________________________________________
26855 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
26856         Log: Upgrade to Getopt::Long 2.26.
26857      Branch: perl
26858            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
26859            ! MANIFEST lib/Getopt/Long.pm
26860 ____________________________________________________________________________
26861 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
26862         Log: Retract #10874 (the hack should be unnecessary by now)
26863      Branch: perl
26864            ! lib/Test/Harness.pm
26865 ____________________________________________________________________________
26866 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
26867         Log: avoid temp file littering in tests
26868      Branch: perl
26869            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
26870 ____________________________________________________________________________
26871 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
26872         Log: Subject: warning in sv.c: double format, NV arg
26873              From: "Philip Newton" <Philip.Newton@gmx.net>
26874              Date: Sun, 5 Aug 2001 19:41:07 +0200
26875              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
26876      Branch: perl
26877            ! sv.c
26878 ____________________________________________________________________________
26879 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
26880         Log: fix POSIX.t#13 for windos
26881      Branch: perl
26882            ! ext/POSIX/POSIX.t
26883 ____________________________________________________________________________
26884 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
26885         Log: Add a test for PerlIO::Via.
26886      Branch: perl
26887            + ext/PerlIO/t/via.t
26888            ! MANIFEST ext/PerlIO/Via/Via.pm
26889 ____________________________________________________________________________
26890 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
26891         Log: flock() and link() are not available on Windows 9x
26892      Branch: perl
26893            ! win32/config_sh.PL
26894 ____________________________________________________________________________
26895 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
26896         Log: Some Tru64 C compilers have C++ components that confuse
26897              the ccversion parsing.
26898      Branch: perl
26899            ! hints/dec_osf.sh
26900 ____________________________________________________________________________
26901 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
26902         Log: (Reintroduce #11125)
26903              
26904              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
26905              From: Alan Burlison <Alan.Burlison@sun.com> 
26906              Date: Tue, 03 Jul 2001 15:20:13 +0100   
26907              Message-ID: <3B41D49D.A923D4F9@sun.com> 
26908      Branch: perl
26909            ! lib/ExtUtils/MM_Unix.pm
26910 ____________________________________________________________________________
26911 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
26912         Log: Little pointer juggling for HP-UX cc to avoid
26913              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
26914              followed by
26915              "error 1549: Modifiable lvalue required for assignment operator."
26916      Branch: perl
26917            ! hv.c
26918 ____________________________________________________________________________
26919 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
26920         Log: Continuation of #11575: SANY_SEEN completely deprecated,
26921              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
26922              plus a fix for the bug.
26923      Branch: perl
26924            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
26925 ____________________________________________________________________________
26926 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
26927         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
26928              From: Doug MacEachern <dougm@covalent.net>
26929              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
26930              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
26931      Branch: perl
26932            ! sv.c
26933 ____________________________________________________________________________
26934 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
26935         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
26936              the new CANY is the \C.  The problem reported and the
26937              test case supplied in
26938              
26939              Subject: UTF-8 bugs in string length & single line regex matches
26940              From: "Daniel P. Berrange" <dan@berrange.com>
26941              Date: Fri, 3 Aug 2001 11:39:33 +0100
26942              Message-ID: <20010803113932.A19318@berrange.com>
26943      Branch: perl
26944            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
26945            ! t/op/pat.t
26946 ____________________________________________________________________________
26947 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
26948         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
26949              From: Doug MacEachern <dougm@covalent.net>
26950              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
26951              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
26952      Branch: perl
26953            ! perl.c regexec.c
26954 ____________________________________________________________________________
26955 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
26956         Log: The #11572 didn't up the test count.
26957      Branch: perl
26958            ! t/op/length.t
26959 ____________________________________________________________________________
26960 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
26961         Log: Subject: UTF-8 bugs in string length & single line regex matches
26962              From: "Daniel P. Berrange" <dan@berrange.com>
26963              Date: Fri, 3 Aug 2001 11:39:33 +0100         
26964              Message-ID: <20010803113932.A19318@berrange.com>
26965              
26966              (the mg_length() fix)
26967      Branch: perl
26968            ! mg.c t/op/length.t
26969 ____________________________________________________________________________
26970 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
26971         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
26972              From: Abhijit Menon-Sen <ams@wiw.org>
26973              Date: Sat, 4 Aug 2001 16:56:35 +0530
26974              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
26975      Branch: perl
26976            ! hv.c
26977 ____________________________________________________________________________
26978 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
26979         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
26980              From: Abhijit Menon-Sen <ams@wiw.org>
26981              Date: Sat, 4 Aug 2001 16:16:03 +0530
26982              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
26983      Branch: perl
26984            ! hv.c
26985 ____________________________________________________________________________
26986 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
26987         Log: Subject: Re: [patch] refcount re ops
26988              From: Abhijit Menon-Sen <ams@wiw.org>
26989              Date: Sat, 4 Aug 2001 08:54:55 +0530
26990              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
26991      Branch: perl
26992            ! sv.c
26993 ____________________________________________________________________________
26994 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
26995         Log: Subject: [patch] refcount re ops
26996              From: Doug MacEachern <dougm@covalent.net>
26997              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
26998              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
26999      Branch: perl
27000            ! regcomp.c sv.c
27001 ____________________________________________________________________________
27002 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
27003         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
27004              From: Doug MacEachern <dougm@covalent.net>
27005              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
27006              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
27007      Branch: perl
27008            ! perl.c regexec.c
27009 ____________________________________________________________________________
27010 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
27011         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
27012              From: "Craig A. Berry" <craigberry@mac.com> 
27013              Date: Fri, 03 Aug 2001 16:16:16 -0500
27014              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
27015      Branch: perl
27016            ! t/op/misc.t
27017 ____________________________________________________________________________
27018 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
27019         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
27020              From: John Kristian <jmk2001@engineer.com>
27021              Date: Fri, 03 Aug 2001 00:59:08 -0700
27022              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
27023      Branch: perl
27024            ! win32/win32.c
27025 ____________________________________________________________________________
27026 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
27027         Log: Update Changes.
27028      Branch: perl
27029            ! Changes patchlevel.h
27030 ____________________________________________________________________________
27031 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
27032         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
27033              From: "Craig A. Berry" <craigberry@mac.com>
27034              Date: Thu, 02 Aug 2001 23:15:24 -0500
27035              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
27036      Branch: perl
27037            ! ext/B/Stash.t
27038 ____________________________________________________________________________
27039 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
27040         Log: Subject: [patch] plug PL_cshname leak
27041              From: Doug MacEachern <dougm@covalent.net>
27042              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
27043              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
27044      Branch: perl
27045            ! sv.c
27046 ____________________________________________________________________________
27047 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
27048         Log: Subject: [patch] plug PL_sh_path leak
27049              From: Doug MacEachern <dougm@covalent.net>
27050              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
27051              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
27052      Branch: perl
27053            ! sv.c
27054 ____________________________________________________________________________
27055 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
27056         Log: Subject: [patch] plug PL_regex_padav leaks
27057              From: Doug MacEachern <dougm@covalent.net>
27058              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
27059              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
27060      Branch: perl
27061            ! op.c op.h perl.c
27062 ____________________________________________________________________________
27063 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
27064         Log: Subject: [patch] plug PL_origargv leak
27065              From: Doug MacEachern <dougm@covalent.net>
27066              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
27067              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
27068      Branch: perl
27069            ! perl.c
27070 ____________________________________________________________________________
27071 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
27072         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
27073              From: Abhijit Menon-Sen <ams@wiw.org>
27074              Date: Fri, 3 Aug 2001 06:38:11 +0530
27075              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
27076      Branch: perl
27077            ! hv.c
27078 ____________________________________________________________________________
27079 [ 11557] By: nick                                  on 2001/08/03  08:17:38
27080         Log: Integrate mainline
27081      Branch: perlio
27082           +> (branch 47 files)
27083            - lib/Switch/test.pl
27084           !> (integrate 49 files)
27085 ____________________________________________________________________________
27086 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
27087         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
27088              From: "Craig A. Berry" <craigberry@mac.com>
27089              Date: Thu, 02 Aug 2001 12:56:19 -0500
27090              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
27091      Branch: perl
27092            ! ext/B/Showlex.t
27093 ____________________________________________________________________________
27094 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
27095         Log: Be more careful about non-existent files.
27096      Branch: perl
27097            ! lib/File/Copy.pm
27098 ____________________________________________________________________________
27099 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
27100         Log: Subject: [PATCH resend] deparse empty formats
27101              From: Robin Houston <robin@kitsite.com> 
27102              Date: Thu, 2 Aug 2001 14:32:36 +0100
27103              Message-ID: <20010802143236.A894@robin.kitsite.com>
27104      Branch: perl
27105            ! ext/B/B/Deparse.pm
27106 ____________________________________________________________________________
27107 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
27108         Log: Subject: [patch] ithreads + refto fix improvement
27109              From: Doug MacEachern <dougm@covalent.net>
27110              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
27111              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
27112      Branch: perl
27113            ! pp.c
27114 ____________________________________________________________________________
27115 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
27116         Log: Readability nit from Abhijit.
27117      Branch: perl
27118            ! op.c
27119 ____________________________________________________________________________
27120 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
27121         Log: setproctitle() API version nit from Anton Berezin.
27122      Branch: perl
27123            ! mg.c
27124 ____________________________________________________________________________
27125 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
27126         Log: Add PerlCE to the docs.
27127      Branch: perl
27128            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
27129            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
27130 ____________________________________________________________________________
27131 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
27132         Log: Integrate the PerlCE (WinCE Perl) port;
27133              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
27134      Branch: perl
27135            + README.ce wince/FindExt.pm wince/Makefile.ce
27136            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
27137            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
27138            + wince/bin/search.pl wince/config.ce wince/config.h
27139            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
27140            + wince/dl_win32.xs wince/include/arpa/inet.h
27141            + wince/include/cectype.h wince/include/errno.h
27142            + wince/include/netdb.h wince/include/sys/socket.h
27143            + wince/include/sys/stat.h wince/include/sys/types.h
27144            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
27145            + wince/perl.rc wince/perldll.def wince/perllib.c
27146            + wince/perlmain.c wince/registry.bat wince/runperl.c
27147            + wince/splittree.pl wince/win32.h wince/win32iop.h
27148            + wince/win32thread.c wince/win32thread.h wince/wince.c
27149            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
27150            + wince/xdistclean.ksh wince/xmakediffs.ksh
27151            ! MANIFEST perl.c perl.h perlio.c
27152 ____________________________________________________________________________
27153 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
27154         Log: setproctitle() made simpler.  (This assumes the string is
27155              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
27156              should be used.  Note len, not len + 1.)  BSD-fu from Anton
27157              Berezin.
27158      Branch: perl
27159            ! mg.c
27160 ____________________________________________________________________________
27161 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
27162         Log: Subject: [PATCH] -Wall cleanup: op.c
27163              From: Richard Soderberg <rs@oregonnet.com>
27164              Date: Thu, 2 Aug 2001 00:17:09 -0700
27165              Message-Id: <200108020717.AAA26895@oregonnet.com>
27166              
27167              Subject: [PATCH] -Wall cleanup: sv.c
27168              From: Richard Soderberg <rs@oregonnet.com>
27169              Date: Thu, 2 Aug 2001 00:49:21 -0700
27170              Message-Id: <200108020749.AAA27492@oregonnet.com>
27171      Branch: perl
27172            ! op.c sv.c
27173 ____________________________________________________________________________
27174 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
27175         Log: Update Changes.
27176      Branch: perl
27177            ! Changes patchlevel.h
27178 ____________________________________________________________________________
27179 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
27180         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
27181              From: Doug MacEachern <dougm@covalent.net>
27182              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
27183              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
27184      Branch: perl
27185            ! op.c
27186 ____________________________________________________________________________
27187 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
27188         Log: The #11541 didn't work under threads.
27189      Branch: perl
27190            ! op.c
27191 ____________________________________________________________________________
27192 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
27193         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
27194              From: Hugo <hv@crypt.compulink.co.uk>
27195              Date: Fri, 22 Jun 2001 01:19:08 +0100 
27196              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
27197              
27198              (Skip tests if accept() failed)
27199      Branch: perl
27200            ! ext/IO/lib/IO/t/io_unix.t
27201 ____________________________________________________________________________
27202 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
27203         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
27204              From: "Stian Seeberg" <sseeberg@nimsoft.no>
27205              Date: Mon, 30 Jul 2001 12:28:07 +0200
27206              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
27207      Branch: perl
27208            ! perl.h
27209 ____________________________________________________________________________
27210 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
27211         Log: Subject: Pluggable optimizer
27212              From: Simon Cozens <simon@netthink.co.uk>
27213              Date: Wed, 1 Aug 2001 13:57:02 -0700
27214              Message-ID: <20010801135702.I10442@netthink.co.uk>
27215      Branch: perl
27216            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
27217 ____________________________________________________________________________
27218 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
27219         Log: Subject: [ID 20010801.039] perlre.pod message typo
27220              From: Autrijus Tang <autrijus@geb.elixus.org>
27221              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
27222              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
27223      Branch: perl
27224            ! pod/perlre.pod
27225 ____________________________________________________________________________
27226 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
27227         Log: Test for change #11536.
27228      Branch: perl
27229            ! t/op/tiehandle.t
27230 ____________________________________________________________________________
27231 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
27232         Log: More test fixups for #11537.
27233      Branch: perl
27234            ! t/lib/warnings/4lint t/lib/warnings/9enabled
27235 ____________________________________________________________________________
27236 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
27237         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
27238              From: Doug MacEachern <dougm@covalent.net>
27239              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
27240              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
27241      Branch: perl
27242            ! op.c t/TestInit.pm
27243 ____________________________________________________________________________
27244 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
27245         Log: Subject: [patch] ithreads + refto bug
27246              From: Doug MacEachern <dougm@covalent.net>
27247              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
27248              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
27249              
27250              (Test in change #11539)
27251      Branch: perl
27252            ! pp.c
27253 ____________________________________________________________________________
27254 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
27255         Log: Subject: [PATCH: perl@11523] fixups for t/harness
27256              From: Prymmer/Kahn <pvhp@best.com>
27257              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
27258              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
27259      Branch: perl
27260            ! t/harness
27261 ____________________________________________________________________________
27262 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
27263         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
27264              From: Prymmer/Kahn <pvhp@best.com>
27265              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
27266              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
27267      Branch: perl
27268            ! win32/Makefile win32/makefile.mk
27269 ____________________________________________________________________________
27270 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
27271         Log: Need to know the number of tests.
27272      Branch: perl
27273            ! t/run/exit.t
27274 ____________________________________________________________________________
27275 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
27276         Log: Subject: Re: new exit tests on VMS
27277              From: "Craig A. Berry" <craigberry@mac.com>
27278              Date: Tue, 31 Jul 2001 12:19:29 -0500
27279              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
27280      Branch: perl
27281            ! t/run/exit.t
27282 ____________________________________________________________________________
27283 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
27284         Log: Retract #11530 (the dTHX is needed under threads)
27285      Branch: perl
27286            ! perlio.c
27287 ____________________________________________________________________________
27288 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
27289         Log: (Retracted by #11531)
27290      Branch: perl
27291            ! perlio.c
27292 ____________________________________________________________________________
27293 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
27294         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
27295              From: Richard Soderberg <rs@crystalflame.net>
27296              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
27297              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
27298      Branch: perl
27299            ! unixish.h
27300 ____________________________________________________________________________
27301 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
27302         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
27303              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27304              Date: Tue, 31 Jul 2001 05:39:09 -0400
27305              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
27306              
27307              (with a note about the case of UV being equal to long long)
27308      Branch: perl
27309            ! utils/h2xs.PL
27310 ____________________________________________________________________________
27311 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
27312         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
27313              From: "Craig A. Berry" <craigberry@mac.com>
27314              Date: Tue, 31 Jul 2001 14:57:43 -0500
27315              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
27316      Branch: perl
27317            ! t/io/fs.t
27318 ____________________________________________________________________________
27319 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
27320         Log: Fix for
27321              
27322              Subject: [ID 20010116.001] File::Copy truncates orig file 
27323              From: arbor@al37al08.telecel.pt
27324              Date: Tue, 16 Jan 2001 11:43:02 GMT
27325              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
27326              
27327              (copy($foo, $foo) would truncate $foo)
27328      Branch: perl
27329            ! lib/File/Copy.pm lib/File/Copy.t
27330 ____________________________________________________________________________
27331 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
27332         Log: Metaconfig unit change for #11524.
27333      Branch: metaconfig/U/perl
27334            ! Extras.U
27335 ____________________________________________________________________________
27336 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
27337         Log: Multiple modules didn't work; plus typo fixes.
27338      Branch: perl
27339            ! Configure
27340 ____________________________________________________________________________
27341 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
27342         Log: Update Changes.
27343      Branch: perl
27344            ! Changes patchlevel.h
27345 ____________________________________________________________________________
27346 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
27347         Log: Regen perlapi.
27348      Branch: perl
27349            ! pod/perlapi.pod
27350 ____________________________________________________________________________
27351 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
27352         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
27353              From: Dave Mitchell <davem@fdgroup.co.uk>
27354              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
27355              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
27356      Branch: perl
27357            ! sv.c
27358 ____________________________________________________________________________
27359 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
27360         Log: Regen toc.
27361      Branch: perl
27362            ! pod/perltoc.pod
27363 ____________________________________________________________________________
27364 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
27365         Log: Regen Porting stuff.
27366      Branch: perl
27367            ! Porting/Glossary Porting/config.sh Porting/config_H
27368 ____________________________________________________________________________
27369 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
27370         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
27371              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27372              Date: Tue, 31 Jul 2001 05:34:38 -0400
27373              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
27374      Branch: perl
27375            ! utils/h2xs.PL
27376 ____________________________________________________________________________
27377 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
27378         Log: Metaconfig unit change for #11516. 
27379      Branch: metaconfig/U/perl
27380            ! gccvers.U
27381 ____________________________________________________________________________
27382 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
27383         Log: Add -Wall in cflags, not in Configure.
27384              (This way -Wall affects only the core and the core XS,
27385              not user modules' XS.  Concern from Paul Marquess,
27386              implementation idea from Andy Dougherty.)
27387      Branch: perl
27388            ! Configure cflags.SH
27389 ____________________________________________________________________________
27390 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
27391         Log: Metaconfig unit changes for #11514.
27392      Branch: metaconfig
27393            + U/modified/sysman.U
27394            ! U/installdirs/man1dir.U
27395 ____________________________________________________________________________
27396 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
27397         Log: Subject: Configure's detection of system manual
27398              From: Sean Dague <sean@dague.net> 
27399              Date: Sun, 13 May 2001 15:53:15 -0400
27400              Message-ID: <20010513155315.A15833@underhill.dague.net>
27401      Branch: perl
27402            ! Configure
27403 ____________________________________________________________________________
27404 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
27405         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
27406              From: Autrijus Tang <autrijus@autrijus.org> 
27407              Date: Thu, 21 Jun 2001 23:56:48 +0800
27408              Message-Id: <20010621235648.A57340@not.autrijus.org>
27409      Branch: perl
27410            ! pod/perlobj.pod
27411 ____________________________________________________________________________
27412 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
27413         Log: Subject: Typo in DB_File.pm
27414              From: "Philip Newton" <Philip.Newton@gmx.net>
27415              Date: Tue, 31 Jul 2001 06:19:35 +0200
27416              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
27417      Branch: perl
27418            ! ext/DB_File/DB_File.pm
27419 ____________________________________________________________________________
27420 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
27421         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
27422              From: "Stephen P. Potter" <spp@spotter.yi.org>
27423              Date: Wed, 30 May 2001 13:59:34 -0400
27424              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
27425      Branch: perl
27426            ! pod/perlre.pod
27427 ____________________________________________________________________________
27428 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
27429         Log: eval "format foo=" would loop indefinitely; reported in
27430              
27431              Subject: A load of old rubbish
27432              From: Mike Guy <mjtg@cam.ac.uk>
27433              Date: Mon, 14 May 2001 16:12:22 +0100
27434              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
27435              
27436              (The core dumps reported in there already fixed.)
27437      Branch: perl
27438            ! toke.c
27439 ____________________________________________________________________________
27440 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
27441         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
27442      Branch: perl
27443            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
27444            + lib/Switch/t/switch_case.t
27445            - lib/Switch/test.pl
27446            ! MANIFEST lib/Switch.pm
27447 ____________________________________________________________________________
27448 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
27449         Log: Subject: [PATCH @11505] DB_File-1.78
27450              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
27451              Date: Mon, 30 Jul 2001 22:54:37 +0100
27452              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
27453      Branch: perl
27454            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
27455            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
27456 ____________________________________________________________________________
27457 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
27458         Log: Explain in more detail why -pipe and -fno-common are good.
27459      Branch: perl
27460            ! hints/darwin.sh
27461 ____________________________________________________________________________
27462 [ 11506] By: nick                                  on 2001/07/30  14:32:23
27463         Log: Integrate mainline
27464      Branch: perlio
27465           !> INSTALL Makefile.SH doio.c hints/darwin.sh
27466 ____________________________________________________________________________
27467 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
27468         Log: Perl hasn't been putting man pages into $prefix/lib for
27469              a long time now; pointed out by Andy Dougherty. 
27470      Branch: perl
27471            ! hints/darwin.sh
27472 ____________________________________________________________________________
27473 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
27474         Log: Document the extras Configure option.
27475      Branch: perl
27476            ! INSTALL
27477 ____________________________________________________________________________
27478 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
27479         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
27480              everywhere.
27481      Branch: perl
27482           !> doio.c
27483 ____________________________________________________________________________
27484 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
27485         Log: Doubly guard against invoking CPAN if no extras defined,
27486              pointed out by H. Merijn Brand.
27487      Branch: perl
27488            ! Makefile.SH
27489 ____________________________________________________________________________
27490 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
27491         Log: Fix O_RDONLY check to check for O_RDONLY.
27492      Branch: maint-5.6/macperl
27493            ! doio.c
27494 ____________________________________________________________________________
27495 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
27496         Log: Integrate miscellaneous changes from maint-5.6/perl.
27497      Branch: maint-5.6/macperl
27498           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
27499 ____________________________________________________________________________
27500 [ 11499] By: nick                                  on 2001/07/30  06:52:42
27501         Log: Integrate mainline
27502      Branch: perlio
27503           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
27504           +> win32/sync_ext.pl
27505            - win32/sncfnmcs.pl
27506           !> (integrate 71 files)
27507 ____________________________________________________________________________
27508 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
27509         Log: Update Changes.
27510      Branch: perl
27511            ! Changes patchlevel.h
27512 ____________________________________________________________________________
27513 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
27514         Log: Now Configure -Dextras=Foo::Bar and "make install" will
27515              fetch and install Foo::Bar.
27516      Branch: perl
27517            ! Makefile.SH
27518 ____________________________________________________________________________
27519 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
27520         Log: Metaconfig unit change for #11495.
27521      Branch: metaconfig/U/perl
27522            ! Extras.U
27523 ____________________________________________________________________________
27524 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
27525         Log: extras.make, extras.test, and extras.install make targets.
27526      Branch: perl
27527            ! Configure Makefile.SH
27528 ____________________________________________________________________________
27529 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
27530         Log: Metaconfig unit change for #11493.
27531      Branch: metaconfig/U/perl
27532            ! Extras.U
27533 ____________________________________________________________________________
27534 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
27535         Log: Better to have the list of extras in $extras than 'define'.
27536      Branch: perl
27537            ! Configure
27538 ____________________________________________________________________________
27539 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
27540         Log: The metaconfig unit change for #11490.
27541      Branch: metaconfig/U/perl
27542            + Extras.U
27543 ____________________________________________________________________________
27544 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
27545         Log: Missed from #11490 (the required dependency).
27546      Branch: perl
27547            ! Makefile.SH
27548 ____________________________________________________________________________
27549 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
27550         Log: Add the support of asking for extra modules or bundles of modules
27551              to be fetched from the CPAN and installed as a part of the Perl
27552              build process.  None of this installation is yet really done;
27553              only the list is asked, and saved away in extras.lst for
27554              the build and installation process to worry about later.
27555      Branch: perl
27556            ! Configure
27557 ____________________________________________________________________________
27558 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
27559         Log: Beginnings of better Inf and NaN support.
27560              At least toke.c and sv.c still need quite a bit of work.
27561      Branch: perl
27562            ! numeric.c perl.h
27563 ____________________________________________________________________________
27564 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
27565         Log: Top-level Makefile didn't honour OPTIMIZE.
27566      Branch: perl
27567            ! Makefile.SH
27568 ____________________________________________________________________________
27569 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
27570         Log: Update Changes.
27571      Branch: perl
27572            ! Changes patchlevel.h
27573 ____________________________________________________________________________
27574 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
27575         Log: Use Search::Dict 1.02 interface for charinfo().
27576      Branch: perl
27577            ! lib/UnicodeCD.pm
27578 ____________________________________________________________________________
27579 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
27580         Log: Now also allow transforming the read lines before comparing them.
27581              (This will help UnicodeCD.) 
27582      Branch: perl
27583            ! lib/Search/Dict.pm
27584 ____________________________________________________________________________
27585 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
27586         Log: Remove tiehandle code.
27587      Branch: perl
27588            ! lib/UnicodeCD.pm
27589 ____________________________________________________________________________
27590 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
27591         Log: Allow specifying a comparison function for Search::Dict::look().
27592      Branch: perl
27593            ! lib/Search/Dict.pm
27594 ____________________________________________________________________________
27595 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
27596         Log: Small UnicodeCD tweaks.
27597      Branch: perl
27598            ! lib/UnicodeCD.pm lib/UnicodeCD.t
27599 ____________________________________________________________________________
27600 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
27601         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
27602              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
27603              Date: Tue, 24 Jul 2001 01:51:32 +0900
27604              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
27605      Branch: perl
27606            ! lib/UnicodeCD.pm lib/UnicodeCD.t
27607 ____________________________________________________________________________
27608 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
27609         Log: Subject: [PATCH] installperl
27610              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
27611              Date: Fri, 27 Jul 2001 19:05:04 -0700
27612              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
27613      Branch: perl
27614            ! installperl
27615 ____________________________________________________________________________
27616 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
27617         Log: Subject: [PATCH] Set proper compatibility versions in core
27618              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
27619              Date: Fri, 27 Jul 2001 20:01:49 -0700
27620              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
27621      Branch: perl
27622            ! Makefile.SH
27623 ____________________________________________________________________________
27624 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
27625         Log: Metaconfig unit change for #11477.
27626      Branch: metaconfig/U/perl
27627            ! dlsrc.U
27628 ____________________________________________________________________________
27629 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
27630         Log: Subject: [PATCH] Darwin: -fpic not so good
27631              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
27632              Date: Fri, 27 Jul 2001 18:57:38 -0700
27633              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
27634      Branch: perl
27635            ! Configure
27636 ____________________________________________________________________________
27637 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
27638         Log: Subject: [PATCH] Clean up Darwin hints
27639              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
27640              Date: Fri, 27 Jul 2001 19:13:15 -0700
27641              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
27642      Branch: perl
27643            ! hints/darwin.sh
27644 ____________________________________________________________________________
27645 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
27646         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
27647              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
27648              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
27649              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
27650      Branch: perl
27651            ! pod/perlfunc.pod pp.c t/op/split.t
27652 ____________________________________________________________________________
27653 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
27654         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
27655              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
27656              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
27657              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
27658      Branch: perl
27659            ! pod/perlvar.pod
27660 ____________________________________________________________________________
27661 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
27662         Log: Subject: [PATCH] fixes to constant.pm documentation
27663              From: Ilmari Karonen <iltzu@sci.fi>
27664              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
27665              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
27666      Branch: perl
27667            ! lib/constant.pm
27668 ____________________________________________________________________________
27669 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
27670         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
27671              From: "Philip Newton" <Philip.Newton@gmx.net>
27672              Date: Fri, 27 Jul 2001 07:51:10 +0200
27673              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
27674      Branch: perl
27675            ! pod/perlport.pod
27676 ____________________________________________________________________________
27677 [ 11471] By: nick                                  on 2001/07/26  06:23:32
27678         Log: Subject:  [PATCH] Doc fix for perlguts / threading
27679              From:  Arthur Bergman <arthur@contiller.se>
27680              Date:  Wed, 25 Jul 2001 11:28:23 +0200
27681              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
27682      Branch: perl
27683            ! pod/perlguts.pod
27684 ____________________________________________________________________________
27685 [ 11470] By: nick                                  on 2001/07/26  06:21:06
27686         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
27687              From:  Philip Newton <Philip.Newton@gmx.net>
27688              Date:  Wed, 25 Jul 2001 08:19:47 +0200
27689              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
27690      Branch: perl
27691            ! INSTALL
27692 ____________________________________________________________________________
27693 [ 11469] By: nick                                  on 2001/07/26  06:20:25
27694         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
27695              From:  Philip Newton <Philip.Newton@gmx.net>
27696              Date:  Wed, 25 Jul 2001 08:12:48 +0200
27697              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
27698      Branch: perl
27699            ! INSTALL
27700 ____________________________________________________________________________
27701 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
27702         Log: More +x.
27703      Branch: perl
27704            ! Porting/makerel
27705 ____________________________________________________________________________
27706 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
27707         Log: Update Changes.
27708      Branch: perl
27709            ! Changes patchlevel.h
27710 ____________________________________________________________________________
27711 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
27712         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
27713              From: "Philip Newton" <Philip.Newton@gmx.net>
27714              Date: Tue, 24 Jul 2001 06:45:55 +0200
27715              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
27716      Branch: perl
27717            ! os2/perlrexx.c
27718 ____________________________________________________________________________
27719 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
27720         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
27721              From: Peter Prymmer <pvhp@forte.com>
27722              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
27723              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
27724      Branch: perl
27725            ! pod/perlport.pod t/io/fs.t vms/test.com
27726 ____________________________________________________________________________
27727 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
27728         Log: Workaround on Cwd bootstrap problem.
27729      Branch: perl
27730            ! lib/ExtUtils/MakeMaker.pm
27731 ____________________________________________________________________________
27732 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
27733         Log: When in Rome, quote like the Romans do.
27734      Branch: perl
27735            ! cflags.SH
27736 ____________________________________________________________________________
27737 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
27738         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
27739              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27740              Date: Mon, 23 Jul 2001 19:29:49 -0400
27741              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
27742      Branch: perl
27743            + os2/perlrexx.c
27744            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
27745            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
27746            ! t/op/write.t
27747 ____________________________________________________________________________
27748 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
27749         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
27750              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27751              Date: Mon, 23 Jul 2001 18:43:42 -0400
27752              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
27753      Branch: perl
27754            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
27755 ____________________________________________________________________________
27756 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
27757         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
27758              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27759              Date: Mon, 23 Jul 2001 18:33:16 -0400
27760              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
27761      Branch: perl
27762            ! lib/ExtUtils/MakeMaker.pm
27763 ____________________________________________________________________________
27764 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
27765         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
27766              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27767              Date: Mon, 23 Jul 2001 18:20:35 -0400
27768              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
27769      Branch: perl
27770            ! Makefile.SH cflags.SH
27771 ____________________________________________________________________________
27772 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
27773         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
27774              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
27775              Date: Mon, 23 Jul 2001 11:32:17 -0500
27776              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
27777      Branch: perl
27778            ! lib/ExtUtils/MakeMaker.pm
27779 ____________________________________________________________________________
27780 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
27781         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
27782              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27783              Date: Mon, 23 Jul 2001 18:13:20 -0400
27784              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
27785      Branch: perl
27786            ! lib/perl5db.pl
27787 ____________________________________________________________________________
27788 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
27789         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
27790              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27791              Date: Mon, 23 Jul 2001 18:07:40 -0400
27792              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
27793      Branch: perl
27794            ! op.c
27795 ____________________________________________________________________________
27796 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
27797         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
27798              From: "Craig A. Berry" <craigberry@mac.com>
27799              Date: Mon, 23 Jul 2001 15:35:06 -0500
27800              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
27801      Branch: perl
27802            ! util.c
27803 ____________________________________________________________________________
27804 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
27805         Log: Subject: [PATCH perlfaq9.pod typo]
27806              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
27807              Date: Mon, 23 Jul 2001 07:49:05 -0700
27808              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
27809      Branch: perl
27810            ! pod/perlfaq9.pod
27811 ____________________________________________________________________________
27812 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
27813         Log: Subject: win32\sncfnmcs.pl corrections
27814              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
27815              Date: Mon, 23 Jul 2001 12:56:54 +0200
27816              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
27817              
27818              Rename the script a little bit more sensibly.
27819      Branch: perl
27820            + win32/sync_ext.pl
27821            - win32/sncfnmcs.pl
27822            ! MANIFEST README.win32
27823 ____________________________________________________________________________
27824 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
27825         Log: Test tweak.
27826      Branch: perl
27827            ! ext/B/Deparse.t
27828 ____________________________________________________________________________
27829 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
27830         Log: Metaconfig unit tweak for #11450.
27831      Branch: metaconfig/U/perl
27832            ! Mksymlinks.U
27833 ____________________________________________________________________________
27834 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
27835         Log: Too volatile failsafe check.
27836      Branch: perl
27837            ! Configure
27838 ____________________________________________________________________________
27839 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
27840         Log: Further doc tweaks.
27841      Branch: perl
27842            ! lib/UnicodeCD.pm
27843 ____________________________________________________________________________
27844 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
27845         Log: Doc tweaks.
27846      Branch: perl
27847            ! lib/UnicodeCD.pm
27848 ____________________________________________________________________________
27849 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
27850         Log: Doc tweakery from Abhijit.
27851      Branch: perl
27852            ! Porting/repository.pod
27853 ____________________________________________________________________________
27854 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
27855         Log: An accidental empty line.
27856      Branch: perl
27857            ! MANIFEST
27858 ____________________________________________________________________________
27859 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
27860         Log: Missing MANIFESTations.
27861      Branch: perl
27862            ! MANIFEST
27863 ____________________________________________________________________________
27864 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
27865         Log: Update Changes.
27866      Branch: perl
27867            ! Changes patchlevel.h
27868 ____________________________________________________________________________
27869 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
27870         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
27871              From: Mike Guy <mjtg@cam.ac.uk>
27872              Date: Fri, 20 Jul 2001 16:12:49 +0100
27873              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
27874      Branch: perl
27875            ! Porting/pumpkin.pod
27876 ____________________________________________________________________________
27877 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
27878         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
27879              From: Peter Prymmer <pvhp@forte.com>
27880              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
27881              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
27882      Branch: perl
27883            ! pod/perlhack.pod
27884 ____________________________________________________________________________
27885 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
27886         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
27887              From: Michael G Schwern <schwern@pobox.com>
27888              Date: Fri, 20 Jul 2001 20:22:35 -0400
27889              Message-ID: <20010720202235.O4498@blackrider>
27890      Branch: perl
27891            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
27892            ! lib/Test/t/todo.t
27893 ____________________________________________________________________________
27894 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
27895         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
27896              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
27897              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
27898              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
27899      Branch: perl
27900            ! ext/POSIX/POSIX.pod
27901 ____________________________________________________________________________
27902 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
27903         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
27904              From: Mark-Jason Dominus <mjd@plover.com>
27905              Date: Fri, 20 Jul 2001 23:16:54 -0400
27906              Message-ID: <20010721031654.21877.qmail@plover.com>
27907      Branch: perl
27908            ! ext/POSIX/POSIX.pod
27909 ____________________________________________________________________________
27910 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
27911         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
27912              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27913              Date: Sun, 22 Jul 2001 14:56:09 +0200
27914              Message-ID: <20010722145609.A766@rafael>
27915      Branch: perl
27916            ! ext/B/O.pm
27917 ____________________________________________________________________________
27918 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
27919         Log: Subject: regexec.c #define cleanup
27920              From: Mark-Jason Dominus <mjd@plover.com>
27921              Date: Sat, 21 Jul 2001 18:33:25 -0400
27922              Message-ID: <20010721223325.3069.qmail@plover.com>
27923      Branch: perl
27924            ! regexec.c
27925 ____________________________________________________________________________
27926 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
27927         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
27928              From: Prymmer/Kahn <pvhp@best.com>
27929              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
27930              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
27931      Branch: perl
27932            ! t/io/fs.t
27933 ____________________________________________________________________________
27934 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
27935         Log: Typo in #11432.
27936      Branch: perl
27937            ! ext/POSIX/POSIX.t
27938 ____________________________________________________________________________
27939 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
27940         Log: Integrate (manually) change #11424 from macperl.
27941      Branch: perl
27942            ! ext/Filter/t/call.t
27943 ____________________________________________________________________________
27944 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
27945         Log: Integrate change #11408 from macperl.
27946      Branch: perl
27947           !> README.macos pod/perlport.pod
27948 ____________________________________________________________________________
27949 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
27950         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
27951      Branch: perl
27952           +> macos/MacPerlTests.cmd macos/xsubpp.patch
27953            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
27954            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
27955            ! ext/POSIX/POSIX.t
27956 ____________________________________________________________________________
27957 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
27958         Log: pod/*.t tests not picked up by t/TEST either
27959      Branch: maint-5.6/perl
27960            ! t/TEST
27961 ____________________________________________________________________________
27962 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
27963         Log: better tweak for change#11429 (windows has both / and \ separated
27964              paths in @INC at that point)
27965      Branch: maint-5.6/perl
27966            ! t/pod/testp2pt.pl
27967 ____________________________________________________________________________
27968 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
27969         Log: MacOS pod test tweak needs \Escape
27970      Branch: maint-5.6/perl
27971            ! t/pod/testp2pt.pl
27972 ____________________________________________________________________________
27973 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
27974         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
27975              resulting duplicate output, but t/harness isn't)
27976      Branch: maint-5.6/perl
27977            ! t/run/runenv.t
27978 ____________________________________________________________________________
27979 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
27980         Log: t/harness wasn't picking up all the tests
27981      Branch: maint-5.6/perl
27982            ! t/harness
27983 ____________________________________________________________________________
27984 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
27985         Log: update MANIFEST for new file
27986      Branch: maint-5.6/perl
27987            ! MANIFEST
27988 ____________________________________________________________________________
27989 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
27990         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
27991              the exception of the macperl/macos/... tree
27992      Branch: maint-5.6/perl
27993           +> t/lib/filefind-taint.t
27994           !> (integrate 72 files)
27995 ____________________________________________________________________________
27996 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
27997         Log: Fix test.
27998      Branch: maint-5.6/macperl
27999            ! macos/bundled_ext/Filter/t/call.t
28000 ____________________________________________________________________________
28001 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
28002         Log: Make perl fork()-safe (in a slightly limited way) even on
28003              platforms that don't have pthread_atfork() (extension of
28004              the fix in change#11151).
28005              
28006              Note that this will not help extensions that call fork()
28007              directly in C, or that link to libraries that call fork()
28008              directly.  Such cases must be fixed to either call
28009              PerlProc_fork(), or call atfork_lock() in parent before the
28010              calling the function that forks and call atfork_unlock()
28011              in both parent and child immediately after the fork().
28012              (There are no worries if C code calls exec() in the child
28013              immediately after a fork().  Only cases where the child
28014              calls perl's API functions (including New()) after the
28015              fork() are problematic.)
28016              
28017              This change also eliminates the use of vfork() from perl,
28018              since all such uses were violating the severe restrictions
28019              on modifying the state of the process between the vfork()
28020              and the exec().
28021              
28022              This is a modified version of patches suggested by Abhijit
28023              Menon-Sen and Richard Soderberg.
28024      Branch: perl
28025            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
28026            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
28027 ____________________________________________________________________________
28028 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
28029         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
28030              Switch, and Text::Balanced.
28031      Branch: maint-5.6/macperl
28032            + macos/bundled_ext/Filter/Util/Call/Call.pm
28033            + macos/bundled_ext/Filter/Util/Call/Call.xs
28034            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
28035            + macos/bundled_ext/Filter/t/MyFilter.pm
28036            + macos/bundled_ext/Filter/t/call.t
28037            + macos/bundled_ext/Filter/t/filter-util.pl
28038            + macos/bundled_lib/blib/lib/Class/ISA.pm
28039            + macos/bundled_lib/blib/lib/Digest.pm
28040            + macos/bundled_lib/blib/lib/Filter/Simple.pm
28041            + macos/bundled_lib/blib/lib/Switch.pm
28042            + macos/bundled_lib/blib/lib/Text/Balanced.pm
28043            + macos/bundled_lib/blib/lib/Text/Balanced.pod
28044            + macos/bundled_lib/t/Class/ISA/test.pl
28045            + macos/bundled_lib/t/Digest/Digest.t
28046            + macos/bundled_lib/t/Filter/Simple/test.pl
28047            + macos/bundled_lib/t/Switch/test.pl
28048            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
28049            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
28050            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
28051            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
28052            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
28053            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
28054            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
28055            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
28056 ____________________________________________________________________________
28057 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
28058         Log: Add Filter::Util::Call to config/make files; edit utils
28059              to recognize the module (it was descended too far down).
28060              Bump version to 5.6.1a4.
28061      Branch: maint-5.6/macperl
28062            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
28063            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
28064            ! macos/macperl/Makefile.mk macos/xsubpp.patch
28065 ____________________________________________________________________________
28066 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
28067         Log: Make DB_File the default for MLDBM on MacOS.
28068      Branch: maint-5.6/macperl
28069            ! macos/bundled_lib/blib/lib/MLDBM.pm
28070 ____________________________________________________________________________
28071 [ 11419] By: nick                                  on 2001/07/20  14:51:03
28072         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
28073              From:  Simon Cozens <simon@netthink.co.uk>
28074              Date:  Fri, 20 Jul 2001 11:42:35 -0400
28075              Message-Id:  <20010720114235.A5235@netthink.co.uk>
28076      Branch: perl
28077            ! lib/UnicodeCD.pm
28078 ____________________________________________________________________________
28079 [ 11418] By: nick                                  on 2001/07/20  14:48:12
28080         Log: Subject:  [PATCH regcomp.h] adds a comment
28081              From:  Abhijit Menon-Sen <ams@wiw.org>
28082              Date:  Fri, 20 Jul 2001 21:05:37 +0530
28083              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
28084      Branch: perl
28085            ! regcomp.h
28086 ____________________________________________________________________________
28087 [ 11417] By: nick                                  on 2001/07/20  14:16:38
28088         Log: Subject:  [PATCH 5.7.2] INSTALL updates
28089              From:  Andy Dougherty <doughera@lafayette.edu>
28090              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
28091              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
28092      Branch: perl
28093            ! INSTALL
28094 ____________________________________________________________________________
28095 [ 11416] By: nick                                  on 2001/07/20  06:44:44
28096         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
28097              From:  Russ Allbery <rra@stanford.edu>
28098              Date:  19 Jul 2001 15:52:37 -0700
28099              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
28100      Branch: perl
28101            ! lib/Pod/Man.pm
28102 ____________________________________________________________________________
28103 [ 11415] By: nick                                  on 2001/07/20  06:35:11
28104         Log: Subject:  [PATCH] defer op_seq allocation
28105              From:  Abhijit Menon-Sen <ams@wiw.org>
28106              Date:  Thu, 19 Jul 2001 22:12:24 +0530
28107              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
28108      Branch: perl
28109            ! op.c
28110 ____________________________________________________________________________
28111 [ 11414] By: nick                                  on 2001/07/20  06:23:36
28112         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
28113              From:  Abhijit Menon-Sen <ams@wiw.org>
28114              Date:  Fri, 20 Jul 2001 01:18:50 +0530
28115              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
28116              (Private e-mail)
28117      Branch: perl
28118            ! ext/Time/HiRes/HiRes.xs
28119 ____________________________________________________________________________
28120 [ 11413] By: nick                                  on 2001/07/20  06:18:53
28121         Log: Integrate mainline
28122      Branch: perlio
28123           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
28124            - t/base/commonsense.t
28125           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
28126           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
28127           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
28128           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
28129           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
28130           !> win32/win32.c
28131 ____________________________________________________________________________
28132 [ 11412] By: nick                                  on 2001/07/19  06:44:27
28133         Log: Integrate win32/perlhost.h from maintenance branch.
28134              (Rest of $ENV{PATH} / system() fix.)
28135      Branch: perl
28136           !> win32/perlhost.h
28137 ____________________________________________________________________________
28138 [ 11411] By: nick                                  on 2001/07/19  06:41:34
28139         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
28140              From:  Philip Newton <Philip.Newton@gmx.net>
28141              Date:  Wed, 18 Jul 2001 21:43:57 +0200
28142              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
28143      Branch: perl
28144            ! pod/perlhack.pod
28145 ____________________________________________________________________________
28146 [ 11410] By: nick                                  on 2001/07/19  06:39:35
28147         Log: Subject:  Security hole in taint checking in open()
28148              From:  deekoo@tentacle.net
28149              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
28150              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
28151      Branch: perl
28152            ! doio.c
28153 ____________________________________________________________________________
28154 [ 11409] By: nick                                  on 2001/07/19  06:28:08
28155         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
28156              From:  Abhijit Menon-Sen <ams@wiw.org>
28157              Date:  Thu, 19 Jul 2001 04:30:43 +0530
28158              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
28159      Branch: perl
28160            ! ext/Time/HiRes/HiRes.xs
28161 ____________________________________________________________________________
28162 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
28163         Log: Update docs with latest implementation information and new URLs.
28164      Branch: maint-5.6/macperl
28165            ! README.macos pod/perlport.pod
28166 ____________________________________________________________________________
28167 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
28168         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
28169              Fix BuildRules to accept optimization variables.
28170      Branch: maint-5.6/macperl
28171            + macos/bundled_ext/Digest/MD5/Makefile.mk
28172            ! macos/BuildRules.mk macos/Makefile.mk
28173            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
28174            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
28175 ____________________________________________________________________________
28176 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
28177         Log: Integrate changes 11399,11401
28178      Branch: maint-5.6/macperl
28179           !> win32/perlhost.h win32/win32.c
28180 ____________________________________________________________________________
28181 [ 11405] By: nick                                  on 2001/07/18  06:50:33
28182         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
28183              from perl5.6*
28184      Branch: perl
28185           !> win32/perlhost.h win32/win32.c
28186 ____________________________________________________________________________
28187 [ 11404] By: nick                                  on 2001/07/18  06:43:59
28188         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
28189              From:  hv@crypt0.demon.co.uk
28190              Date:  Wed, 18 Jul 2001 05:58:46 +0100
28191              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
28192      Branch: perl
28193            ! ext/POSIX/POSIX.t
28194 ____________________________________________________________________________
28195 [ 11403] By: nick                                  on 2001/07/18  06:38:57
28196         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
28197              From:  hv@crypt0.demon.co.uk
28198              Date:  Wed, 18 Jul 2001 05:21:54 +0100
28199              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
28200      Branch: perl
28201            ! numeric.c t/op/arith.t
28202 ____________________________________________________________________________
28203 [ 11402] By: nick                                  on 2001/07/18  06:19:17
28204         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
28205              From:  mjd@plover.com
28206              Date:  17 Jul 2001 17:59:20 -0000
28207              Message-Id:  <20010717175920.8177.qmail@plover.com>
28208      Branch: perl
28209            ! pod/perlre.pod
28210 ____________________________________________________________________________
28211 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
28212         Log: thinko in change#11400 (duh)
28213      Branch: maint-5.6/perl
28214            ! win32/perlhost.h
28215 ____________________________________________________________________________
28216 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
28217         Log: change#11399 revealed another unrelated bug; this is just a temporary
28218              bandaid
28219      Branch: maint-5.6/perl
28220            ! win32/perlhost.h
28221 ____________________________________________________________________________
28222 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
28223         Log: fix bugs in handling of the virtualized environment under windows;
28224              there were bugs in propagating any changes to %ENV down to the real
28225              environment when such changes happened in the toplevel process
28226              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
28227              problem identification, and for a part of the fix)
28228      Branch: maint-5.6/perl
28229            ! win32/perlhost.h win32/win32.c
28230 ____________________________________________________________________________
28231 [ 11398] By: nick                                  on 2001/07/17  08:26:35
28232         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
28233              From: Peter Prymmer <pvhp@forte.com>
28234              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
28235              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
28236              
28237              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
28238              should not depend on existance of Config.pm
28239      Branch: perl
28240           +> t/lib/commonsense.t
28241            - t/base/commonsense.t
28242            ! MANIFEST t/README
28243 ____________________________________________________________________________
28244 [ 11397] By: nick                                  on 2001/07/17  08:09:58
28245         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
28246              From:  Michael G Schwern <schwern@pobox.com>
28247              Date:  Mon, 16 Jul 2001 18:20:31 -0400
28248              Message-Id:  <20010716182031.A1128@blackrider>
28249      Branch: perl
28250            ! pod/perlhack.pod
28251 ____________________________________________________________________________
28252 [ 11396] By: nick                                  on 2001/07/17  08:04:11
28253         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
28254              From:  Gwyn Judd <b.judd@xtra.co.nz>
28255              Date:  Tue, 17 Jul 2001 20:55:58 +1200
28256              Message-Id:  <20010717205558.A3107@thislove>
28257      Branch: perl
28258            ! pod/perlfunc.pod
28259 ____________________________________________________________________________
28260 [ 11395] By: nick                                  on 2001/07/17  08:02:22
28261         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
28262              From:  Peter Prymmer <pvhp@forte.com>
28263              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
28264              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
28265      Branch: perl
28266            ! t/op/sprintf.t
28267 ____________________________________________________________________________
28268 [ 11394] By: nick                                  on 2001/07/17  07:57:06
28269         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
28270              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
28271              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
28272              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
28273      Branch: perl
28274            ! gv.c
28275 ____________________________________________________________________________
28276 [ 11392] By: nick                                  on 2001/07/17  07:50:12
28277         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
28278              From:  Coral <coral@moonlight.crystalflame.net>
28279              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
28280              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
28281      Branch: perl
28282            ! pp_sys.c thread.h
28283 ____________________________________________________________________________
28284 [ 11391] By: nick                                  on 2001/07/17  07:34:28
28285         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
28286              From:  Jonathan Stowe <gellyfish@gellyfish.com>
28287              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
28288              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
28289      Branch: perl
28290            ! utils/h2xs.PL
28291 ____________________________________________________________________________
28292 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
28293         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
28294              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
28295              and Mac::Apps::Launch, which don't work, and Time::HiRes and
28296              Time::Piece, which don't yet work.
28297      Branch: maint-5.6/macperl
28298            + (add 154 files)
28299 ____________________________________________________________________________
28300 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
28301         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
28302              Also add hack to get around missing setenv for PERL5DB.
28303      Branch: maint-5.6/macperl
28304            ! macos/macish.c macos/macish.h
28305 ____________________________________________________________________________
28306 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
28307         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
28308      Branch: maint-5.6/macperl
28309            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
28310            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
28311 ____________________________________________________________________________
28312 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
28313         Log: Fix up some configuration and make options, add extra
28314              extensions.
28315      Branch: maint-5.6/macperl
28316            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
28317            ! macos/macperl/Makefile.mk
28318 ____________________________________________________________________________
28319 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
28320         Log: From Change 11374 in maintperl.
28321      Branch: maint-5.6/macperl
28322           !> utils/h2ph.PL
28323 ____________________________________________________________________________
28324 [ 11385] By: nick                                  on 2001/07/16  14:12:58
28325         Log: Back out change to h2xs till it passes its test.
28326      Branch: perl
28327            ! utils/h2xs.PL
28328 ____________________________________________________________________________
28329 [ 11384] By: nick                                  on 2001/07/16  14:00:10
28330         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
28331              From:  Jonathan Stowe <gellyfish@gellyfish.com>
28332              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
28333              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
28334      Branch: perl
28335            ! utils/h2xs.PL
28336 ____________________________________________________________________________
28337 [ 11383] By: nick                                  on 2001/07/16  13:53:12
28338         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
28339              From:  Robin Houston <robin@kitsite.com>
28340              Date:  Sun, 15 Jul 2001 18:22:31 +0100
28341              Message-Id:  <20010715182230.A11174@robin>
28342      Branch: perl
28343            ! hints/darwin.sh
28344 ____________________________________________________________________________
28345 [ 11382] By: nick                                  on 2001/07/16  13:52:49
28346         Log: Subject:  [PATCH perl@11372] re_dup
28347              From:  Radu Greab <radu@netsoft.ro>
28348              Date:  Sun, 15 Jul 2001 04:50:06 +0300
28349              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
28350      Branch: perl
28351            ! sv.c
28352 ____________________________________________________________________________
28353 [ 11379] By: nick                                  on 2001/07/16  13:35:39
28354         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
28355              From:  Robin Houston <robin@kitsite.com>
28356              Date:  Sat, 14 Jul 2001 14:28:50 +0100
28357              Message-Id:  <20010714142850.A10205@robin>
28358      Branch: perl
28359            ! ext/B/B/Deparse.pm
28360 ____________________________________________________________________________
28361 [ 11378] By: nick                                  on 2001/07/16  13:30:36
28362         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
28363              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
28364              Date:  Sat, 14 Jul 2001 22:17:42 +0900
28365              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
28366      Branch: perl
28367            + ext/Encode/Encode/euc-jp-0212.enc
28368            ! ext/Encode/Encode/Tcl.pm
28369 ____________________________________________________________________________
28370 [ 11377] By: nick                                  on 2001/07/16  13:17:28
28371         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
28372              From:  Andy Dougherty <doughera@lafayette.edu>
28373              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
28374              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
28375      Branch: perl
28376            ! hints/darwin.sh hints/rhapsody.sh
28377 ____________________________________________________________________________
28378 [ 11376] By: nick                                  on 2001/07/16  09:05:00
28379         Log: Integrate mainline
28380      Branch: perlio
28381           +> ext/Encode/Encode/7bit-greek.enc
28382           +> ext/Encode/Encode/7bit-latin1.enc
28383           +> ext/Encode/Encode/cns11643-1.enc
28384           +> ext/Encode/Encode/cns11643-2.enc
28385           +> ext/Encode/Encode/iso2022-cn.enc
28386           +> ext/Encode/Encode/iso2022-jp1.enc
28387           +> ext/Encode/Encode/iso2022-jp2.enc
28388           !> Changes Configure MANIFEST Makefile.SH
28389           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
28390           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
28391           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
28392           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
28393           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
28394 ____________________________________________________________________________
28395 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
28396         Log: integrate change#11374 from maint-5.6
28397              
28398              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
28399      Branch: perl
28400           !> utils/h2ph.PL
28401 ____________________________________________________________________________
28402 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
28403         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
28404      Branch: maint-5.6/perl
28405            ! utils/h2ph.PL
28406 ____________________________________________________________________________
28407 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
28408         Log: Update Changes.
28409      Branch: perl
28410            ! Changes patchlevel.h
28411 ____________________________________________________________________________
28412 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
28413         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
28414              From: Jonathan Stowe <gellyfish@gellyfish.com>
28415              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
28416              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
28417      Branch: perl
28418            ! utils/h2xs.PL
28419 ____________________________________________________________________________
28420 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
28421         Log: Subject: patch to add DEL to [:cntrl:]
28422              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
28423              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
28424              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
28425      Branch: perl
28426            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
28427 ____________________________________________________________________________
28428 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
28429         Log: Metaconfig unit change for #11369; plus a dependency nit.
28430      Branch: metaconfig
28431            ! U/compline/nblock_io.U
28432      Branch: metaconfig/U/perl
28433            ! Extensions.U
28434 ____________________________________________________________________________
28435 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
28436         Log: #include <stdlib.h> so that exit() is prototyped,
28437              noticed by Hugo.
28438      Branch: perl
28439            ! Configure
28440 ____________________________________________________________________________
28441 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
28442         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
28443              From: Peter Prymmer <pvhp@forte.com>
28444              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
28445              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
28446      Branch: perl
28447            ! t/op/sprintf.t
28448 ____________________________________________________________________________
28449 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
28450         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
28451              From: Peter Prymmer <pvhp@forte.com>
28452              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
28453              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
28454      Branch: perl
28455            ! ext/Encode/Encode/Tcl.t
28456 ____________________________________________________________________________
28457 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
28458         Log: Add information about gcc 3.0 basic block profiling.
28459      Branch: perl
28460            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
28461 ____________________________________________________________________________
28462 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
28463         Log: Subject: Error in lib/PerlIO/Via.pm ?
28464              From: Mark-Jason Dominus <mjd@plover.com>
28465              Date: Fri, 13 Jul 2001 15:55:41 -0400
28466              Message-ID: <20010713195541.26751.qmail@plover.com>
28467      Branch: perl
28468            ! ext/PerlIO/Via/Via.pm
28469 ____________________________________________________________________________
28470 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
28471         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
28472              section from the Compiler section.
28473      Branch: perl
28474            ! myconfig.SH
28475 ____________________________________________________________________________
28476 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
28477         Log: Handle glibc style of constant definitions using enum
28478              with intervening #defines; from Brendan O'Dea.
28479      Branch: perl
28480            ! utils/h2ph.PL
28481 ____________________________________________________________________________
28482 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
28483         Log: Add LC_MESSAGES to the locale_h export tag (it already is
28484              in the Makefile.PL and thusly eligible for an XS constant)
28485              (see also maintperl #10543)
28486      Branch: perl
28487            ! ext/POSIX/POSIX.pm
28488 ____________________________________________________________________________
28489 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
28490         Log: Subject: Re: [patch] re_dup
28491              From: Abhijit Menon-Sen <ams@wiw.org>
28492              Date: Fri, 13 Jul 2001 21:41:09 +0530
28493              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
28494      Branch: perl
28495            ! sv.c
28496 ____________________________________________________________________________
28497 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
28498         Log: Subject: [patch] re_dup
28499              From: Doug MacEachern <dougm@covalent.net>
28500              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
28501              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
28502      Branch: perl
28503            ! sv.c
28504 ____________________________________________________________________________
28505 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
28506         Log: Update Changes.
28507      Branch: perl
28508            ! Changes patchlevel.h
28509 ____________________________________________________________________________
28510 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
28511         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
28512              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
28513              Date: Sat, 14 Jul 2001 00:06:30 +0900
28514              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
28515      Branch: perl
28516            + ext/Encode/Encode/7bit-greek.enc
28517            + ext/Encode/Encode/7bit-latin1.enc
28518            + ext/Encode/Encode/cns11643-1.enc
28519            + ext/Encode/Encode/cns11643-2.enc
28520            + ext/Encode/Encode/iso2022-cn.enc
28521            + ext/Encode/Encode/iso2022-jp1.enc
28522            + ext/Encode/Encode/iso2022-jp2.enc
28523            ! MANIFEST ext/Encode/Encode/Tcl.pm
28524            ! ext/Encode/Encode/iso2022-kr.enc
28525 ____________________________________________________________________________
28526 [ 11357] By: nick                                  on 2001/07/13  14:24:06
28527         Log: Blind integrate mainline (as of 5.7.2?)
28528      Branch: perlio
28529           !> AUTHORS Changes Porting/config.sh Porting/config_H
28530           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
28531           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
28532           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
28533           !> win32/makefile.mk
28534 ____________________________________________________________________________
28535 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
28536         Log: Snip away the devel patchlevel.
28537      Branch: perl
28538            ! patchlevel.h
28539 ____________________________________________________________________________
28540 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
28541         Log: Bump the version to 5.7.2.
28542      Branch: perl
28543            ! Porting/config.sh Porting/config_H patchlevel.h
28544            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
28545            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28546            ! win32/makefile.mk
28547 ____________________________________________________________________________
28548 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
28549         Log: Update Changes.
28550      Branch: perl
28551            ! Changes
28552 ____________________________________________________________________________
28553 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
28554         Log: Reword.
28555      Branch: perl
28556            ! AUTHORS
28557 ____________________________________________________________________________
28558 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
28559         Log: AUTHORS update.
28560      Branch: perl
28561            ! AUTHORS
28562 ____________________________________________________________________________
28563 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
28564         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
28565              unless ithreads.
28566      Branch: perl
28567            ! makedef.pl
28568 ____________________________________________________________________________
28569 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
28570         Log: Integrate perlio.
28571      Branch: perl
28572           !> win32/distclean.bat
28573 ____________________________________________________________________________
28574 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
28575         Log: Test the encoding transform only iff we have PerlIO,
28576              noticed by H. Merijn Brand.
28577      Branch: perl
28578            ! ext/PerlIO/t/encoding.t
28579 ____________________________________________________________________________
28580 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
28581         Log: README.netware tweaks from Ananth Kesari.
28582      Branch: perl
28583            ! README.netware
28584 ____________________________________________________________________________
28585 [ 11346] By: nick                                  on 2001/07/13  09:18:51
28586         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
28587              to avoid /unicode vs /Unicode issues.
28588      Branch: perlio
28589            ! win32/distclean.bat
28590 ____________________________________________________________________________
28591 [ 11345] By: nick                                  on 2001/07/13  06:24:18
28592         Log: Integrate mainline
28593      Branch: perlio
28594           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
28595            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
28596           !> (integrate 63 files)
28597 ____________________________________________________________________________
28598 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
28599         Log: Add d_bincompat5005 information to perl -V.
28600      Branch: perl
28601            ! myconfig.SH
28602 ____________________________________________________________________________
28603 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
28604         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
28605              From: Abhijit Menon-Sen <ams@wiw.org>
28606              Date: Fri, 13 Jul 2001 07:12:36 +0530
28607              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
28608      Branch: perl
28609            ! sv.c
28610 ____________________________________________________________________________
28611 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
28612         Log: Remove unicode::distinct, as per Inaba Hiroto.
28613      Branch: perl
28614            - lib/unicode/distinct.pm
28615            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
28616            ! t/lib/1_compile.t
28617 ____________________________________________________________________________
28618 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
28619         Log: Paging for Dr Octothorpe.
28620      Branch: perl
28621            ! pod/perlfaq4.pod
28622 ____________________________________________________________________________
28623 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
28624         Log: cut-n-paste error noticed by mjd.
28625      Branch: perl
28626            ! pod/perlfaq4.pod
28627 ____________________________________________________________________________
28628 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
28629         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
28630              From: Peter Prymmer <pvhp@forte.com>
28631              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
28632              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
28633      Branch: perl
28634            ! pod/perlfaq4.pod
28635 ____________________________________________________________________________
28636 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
28637         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
28638              From: Randall Gellens <randy@qualcomm.com>
28639              Date: Thu, 12 Jul 2001 16:56:23 -0700
28640              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
28641      Branch: perl
28642            ! Porting/repository.pod
28643 ____________________________________________________________________________
28644 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
28645         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
28646      Branch: perl
28647            ! thread.h
28648 ____________________________________________________________________________
28649 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
28650         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
28651              From: coral <coral@moonlight.crystalflame.net>
28652              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
28653              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
28654      Branch: perl
28655            ! thread.h
28656 ____________________________________________________________________________
28657 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
28658         Log: Metaconfig unit change for #11134.
28659      Branch: metaconfig
28660            + U/threads/d_pthread_atfork.U
28661 ____________________________________________________________________________
28662 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
28663         Log: Add HAS_PTHREAD_ATFORK.
28664      Branch: perl
28665            ! Configure NetWare/config.wc NetWare/config_H.wc
28666            ! Porting/Glossary Porting/config.sh Porting/config_H
28667            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
28668            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
28669            ! vos/config.ga.def vos/config.ga.h win32/config.bc
28670            ! win32/config.gc win32/config.vc win32/config_H.bc
28671            ! win32/config_H.gc win32/config_H.vc
28672 ____________________________________________________________________________
28673 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
28674         Log: Subject: [PATCH] File::Copy fails on tied handles
28675              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
28676              Date: Thu, 12 Jul 2001 15:18:51 -0700
28677              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
28678      Branch: perl
28679            ! lib/File/Copy.pm
28680 ____________________________________________________________________________
28681 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
28682         Log: Subject: [PATCH] Langinfo.t
28683              From: Nicholas Clark <nick@ccl4.org>
28684              Date: Thu, 12 Jul 2001 23:55:38 +0100
28685              Message-ID: <20010712235538.M5827@plum.flirble.org>
28686      Branch: perl
28687            ! ext/I18N/Langinfo/Langinfo.t
28688 ____________________________________________________________________________
28689 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
28690         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
28691              From: Peter Prymmer <pvhp@forte.com>
28692              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
28693              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
28694      Branch: perl
28695            ! pod/perl572delta.pod
28696 ____________________________________________________________________________
28697 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
28698         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
28699              From: Abhijit Menon-Sen <ams@wiw.org>
28700              Date: Fri, 13 Jul 2001 05:21:16 +0530
28701              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
28702      Branch: perl
28703            ! sv.c
28704 ____________________________________________________________________________
28705 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
28706         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
28707              From: Abhijit Menon-Sen <ams@wiw.org>
28708              Date: Fri, 13 Jul 2001 03:04:25 +0530
28709              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
28710      Branch: perl
28711            ! av.c
28712 ____________________________________________________________________________
28713 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
28714         Log: s/^M$//g
28715      Branch: perl
28716            ! win32/Makefile win32/makefile.mk
28717 ____________________________________________________________________________
28718 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
28719         Log: Update Changes.
28720      Branch: perl
28721            ! Changes patchlevel.h
28722 ____________________________________________________________________________
28723 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
28724         Log: Typo spotted by Philip Newton.
28725      Branch: perl
28726            ! pod/perl572delta.pod
28727 ____________________________________________________________________________
28728 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
28729         Log: Subject: [PATCH] fixes perl_clone of perl_clone
28730              From: Artur Bergman <artur@contiller.se>
28731              Date: Thu, 12 Jul 2001 20:57:09 +0200
28732              Message-ID: <B773BFA4.236B%artur@contiller.se>
28733      Branch: perl
28734            ! sv.c
28735 ____________________________________________________________________________
28736 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
28737         Log: Add README.uts from Hal Morris.
28738      Branch: perl
28739            + README.uts
28740            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
28741            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
28742 ____________________________________________________________________________
28743 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
28744         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
28745              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28746              Date: Thu, 12 Jul 2001 20:32:37 +0200
28747              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
28748      Branch: perl
28749            ! hints/aix.sh
28750 ____________________________________________________________________________
28751 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
28752         Log: Subject: Patch: document reg_data.what member
28753              From: Mark-Jason Dominus <mjd@plover.com>
28754              Message-ID: <20010712182532.14821.qmail@plover.com>
28755              Date: Thu, 12 Jul 2001 14:25:32 -0400
28756      Branch: perl
28757            ! regcomp.c regcomp.h
28758 ____________________________________________________________________________
28759 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
28760         Log: Subject: [PATCH] Perl_re_dup()
28761              From: Abhijit Menon-Sen <ams@wiw.org>
28762              Date: Thu, 12 Jul 2001 23:54:32 +0530
28763              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
28764      Branch: perl
28765            ! embed.h embed.pl perlapi.c proto.h sv.c
28766 ____________________________________________________________________________
28767 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
28768         Log: Regen Configure, modlib, toc.
28769      Branch: perl
28770            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28771            ! pod/perlmodlib.pod pod/perltoc.pod
28772 ____________________________________________________________________________
28773 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
28774         Log: The problem seems to be in PerlIO::Layer::->find() not
28775              accepting the ":encoding(blurflur)" arguments.
28776      Branch: perl
28777            ! lib/PerlIO.pm lib/open.pm
28778 ____________________________________________________________________________
28779 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
28780         Log: AIX doc update.
28781      Branch: perl
28782            ! README.aix pod/perl572delta.pod
28783 ____________________________________________________________________________
28784 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
28785         Log: Subject: AIX README update
28786              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28787              Date: Thu, 12 Jul 2001 19:28:30 +0200
28788              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
28789      Branch: perl
28790            ! README.aix
28791 ____________________________________________________________________________
28792 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
28793         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
28794              From: Norton Allen <allen@huarp.harvard.edu>
28795              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
28796              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
28797      Branch: perl
28798            ! ext/IO/lib/IO/t/io_unix.t
28799 ____________________________________________________________________________
28800 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
28801         Log: Subject: [PATCH README.qnx hints/qnx.sh]
28802              From: Norton Allen <allen@huarp.harvard.edu>
28803              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
28804              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
28805      Branch: perl
28806            ! README.qnx hints/qnx.sh
28807 ____________________________________________________________________________
28808 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
28809         Log: Subject: [patch] faster PM_GETRE
28810              From: Doug MacEachern <dougm@covalent.net>
28811              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
28812              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
28813      Branch: perl
28814            ! op.h
28815 ____________________________________________________________________________
28816 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
28817         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
28818              From: Doug MacEachern <dougm@covalent.net>
28819              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
28820              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
28821      Branch: perl
28822            ! op.c
28823 ____________________________________________________________________________
28824 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
28825         Log: Tell where the nice Estonian database is.
28826      Branch: perl
28827            ! lib/open.pm
28828 ____________________________________________________________________________
28829 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
28830         Log: Retract #11309 since #11310 is a better fix.
28831      Branch: perl
28832            ! t/lib/1_compile.t
28833 ____________________________________________________________________________
28834 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
28835         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
28836              change#11300 needs to return the status of failed win32_spawnvp())
28837              
28838              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
28839              splitting correctly; remove unused variables; 'require' at run time
28840              rather than 'use' at compile time for I18N::Langinfo, since it
28841              isn't everyware
28842      Branch: perl
28843            ! lib/open.pm win32/win32.c
28844 ____________________________________________________________________________
28845 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
28846         Log: Temporary workaround.
28847      Branch: perl
28848            ! t/lib/1_compile.t
28849 ____________________________________________________________________________
28850 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
28851         Log: UCD typo in #11306 and add also more known-to-be-tested
28852              modules to the skip list.
28853      Branch: perl
28854            ! t/lib/1_compile.t
28855 ____________________________________________________________________________
28856 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
28857         Log: Rename Unicode::UCD to UnicodeCD to avoid
28858              messups with case-insensitive filesystems.
28859      Branch: perl
28860            + lib/UnicodeCD.pm lib/UnicodeCD.t
28861            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
28862            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
28863 ____________________________________________________________________________
28864 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
28865         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
28866              From: daniel@biz.bitpusher.com
28867              Date: Wed, 11 Jul 2001 23:25:47 -0700
28868              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
28869      Branch: perl
28870            ! lib/Tie/Array.pm t/op/splice.t
28871 ____________________________________________________________________________
28872 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
28873         Log: Subject: [PATCH] More accurate line numbers in messages
28874              From: Paul Johnson <paul@pjcj.net>
28875              Date: Thu, 12 Jul 2001 04:14:11 +0200
28876              Message-ID: <20010712041411.A3467@pjcj.net>
28877              
28878              (With prototyping and multiplicity tweaks.)
28879      Branch: perl
28880            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
28881 ____________________________________________________________________________
28882 [ 11304] By: nick                                  on 2001/07/12  12:53:40
28883         Log: Integrate mainline
28884      Branch: perlio
28885           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
28886           !> regexec.c thread.h
28887 ____________________________________________________________________________
28888 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
28889         Log: Cut-and-pasto in #11298.
28890      Branch: perl
28891            ! ext/ByteLoader/bytecode.h
28892 ____________________________________________________________________________
28893 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
28894         Log: Update the AIX known problems section.
28895      Branch: perl
28896            ! pod/perl572delta.pod
28897 ____________________________________________________________________________
28898 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
28899         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
28900              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28901              Date: Thu, 12 Jul 2001 12:16:16 +0200
28902              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
28903      Branch: perl
28904            ! hints/aix.sh
28905 ____________________________________________________________________________
28906 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
28907         Log: Integrate perlio.
28908      Branch: perl
28909           !> makedef.pl win32/win32.c
28910 ____________________________________________________________________________
28911 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
28912         Log: Subject: [PATCH] fix for PMOP threadness failures
28913              From: Artur Bergman <artur@contiller.se>
28914              Date: Thu, 12 Jul 2001 09:48:06 +0200
28915              Message-ID: <B77322D6.22DD%artur@contiller.se>
28916      Branch: perl
28917            ! regexec.c
28918 ____________________________________________________________________________
28919 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
28920         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
28921              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
28922              Date: Thu, 12 Jul 2001 09:09:48 +0200
28923              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
28924              
28925              More parentheses to keep bcc happy.
28926      Branch: perl
28927            ! ext/ByteLoader/bytecode.h
28928 ____________________________________________________________________________
28929 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
28930         Log: Subject: Re: [patch] pthread_atfork bandaid
28931              From: Doug MacEachern <dougm@covalent.net>
28932              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
28933              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
28934      Branch: perl
28935            ! thread.h
28936 ____________________________________________________________________________
28937 [ 11296] By: nick                                  on 2001/07/12  11:55:48
28938         Log: Exclude reentrant_buffer from .def file
28939      Branch: perlio
28940            ! makedef.pl
28941 ____________________________________________________________________________
28942 [ 11295] By: nick                                  on 2001/07/12  11:11:44
28943         Log: Honour void-ness of my_exit()
28944      Branch: perlio
28945            ! win32/win32.c
28946 ____________________________________________________________________________
28947 [ 11294] By: nick                                  on 2001/07/12  07:51:04
28948         Log: Integrate mainline
28949      Branch: perlio
28950           +> uts/sprintf_wrap.c
28951           !> (integrate 35 files)
28952 ____________________________________________________________________________
28953 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
28954         Log: Retract #11289.
28955      Branch: perl
28956            ! embed.h embed.pl perl.c proto.h thread.h
28957 ____________________________________________________________________________
28958 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
28959         Log: Now the :locale pseudolayer *almost* works...
28960      Branch: perl
28961            ! lib/open.pm
28962 ____________________________________________________________________________
28963 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
28964         Log: Locale encoding tweaks.
28965      Branch: perl
28966            ! lib/open.pm
28967 ____________________________________________________________________________
28968 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
28969         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
28970              From: Mark-Jason Dominus <mjd@plover.com>
28971              Date: Thu, 12 Jul 2001 00:59:31 -0400
28972              Message-ID: <20010712045931.8543.qmail@plover.com>
28973              
28974              Remove the chmod/umask leading zero warning.
28975      Branch: perl
28976            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
28977            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
28978 ____________________________________________________________________________
28979 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
28980         Log: (Retracted by #11289.)
28981      Branch: perl
28982            ! embed.h embed.pl perl.c proto.h thread.h
28983 ____________________________________________________________________________
28984 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
28985         Log: Needed by #11283.
28986      Branch: perl
28987            ! intrpvar.h
28988 ____________________________________________________________________________
28989 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
28990         Log: Metaconfig unit change for #11286.
28991      Branch: metaconfig/U/perl
28992            ! patchlevel.U
28993 ____________________________________________________________________________
28994 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
28995         Log: Subject: Re: [PATCH Configure] perl -V broken
28996              From: Andy Dougherty <doughera@lafayette.edu>
28997              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
28998              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
28999      Branch: perl
29000            ! Configure myconfig.SH
29001 ____________________________________________________________________________
29002 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
29003         Log: Retract #11166 (and #11237).
29004      Branch: perl
29005            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
29006            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
29007            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
29008 ____________________________________________________________________________
29009 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
29010         Log: UTS tweaks for Hal Morris.
29011      Branch: perl
29012            + uts/sprintf_wrap.c
29013            ! MANIFEST hints/uts.sh perl.h
29014 ____________________________________________________________________________
29015 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
29016         Log: Subject: [PATCH] Use reentrant API glibc
29017              From: Artur Bergman <artur@contiller.se>
29018              Date: Thu, 12 Jul 2001 00:58:21 +0200
29019              Message-ID: <B772A6AD.2288%artur@contiller.se>
29020      Branch: perl
29021            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
29022            ! sv.c
29023 ____________________________________________________________________________
29024 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
29025         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
29026              From: barries <barries@slaysys.com>
29027              Date: Wed, 11 Jul 2001 15:11:46 -0400
29028              Message-ID: <20010711151146.G24560@jester.slaysys.com>
29029      Branch: perl
29030            ! pp_sys.c t/lib/warnings/doio win32/win32.c
29031 ____________________________________________________________________________
29032 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
29033         Log: Subject: [patch] pthread_atfork bandaid
29034              From: Doug MacEachern <dougm@covalent.net>
29035              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
29036              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
29037      Branch: perl
29038            ! miniperlmain.c perl.c
29039 ____________________________________________________________________________
29040 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
29041         Log: Subject: [patch] perl_clone leaks
29042              From: Doug MacEachern <dougm@covalent.net>
29043              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
29044              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
29045      Branch: perl
29046            ! sv.c
29047 ____________________________________________________________________________
29048 [ 11279] By: nick                                  on 2001/07/11  15:49:38
29049         Log: Integrate mainline
29050      Branch: perlio
29051           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
29052           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
29053           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
29054           +> lib/Term/ANSIColor/README
29055           !> (integrate 54 files)
29056 ____________________________________________________________________________
29057 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
29058         Log: Update Changes.
29059      Branch: perl
29060            ! Changes patchlevel.h
29061 ____________________________________________________________________________
29062 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
29063         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
29064              From: Peter Prymmer <pvhp@forte.com>
29065              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
29066              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
29067              
29068              Backport of embed.pl to 5.003.
29069      Branch: perl
29070            ! embed.pl
29071 ____________________________________________________________________________
29072 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
29073         Log: Subject: Re: POSIX test #14 on UTS 
29074              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
29075              Date: Wed, 11 Jul 2001 03:02:14 +0100
29076              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
29077      Branch: perl
29078            ! ext/POSIX/POSIX.t
29079 ____________________________________________________________________________
29080 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
29081         Log: Make the I32 an IV to preserve structure alignment and size.
29082      Branch: perl
29083            ! op.h
29084 ____________________________________________________________________________
29085 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
29086         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
29087              From: "Artur Bergman" <artur@contiller.se>
29088              Date: Wed, 11 Jul 2001 14:23:37 +0200
29089              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
29090              
29091              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
29092      Branch: perl
29093            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
29094            ! pod/perlapi.pod sv.c
29095 ____________________________________________________________________________
29096 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
29097         Log: Tweak until Pod::Parser gets updated.
29098      Branch: perl
29099            ! t/pod/special_seqs.xr
29100 ____________________________________________________________________________
29101 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
29102         Log: File::Spec usage tweak.
29103      Branch: perl
29104            ! lib/ExtUtils.t
29105 ____________________________________________________________________________
29106 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
29107         Log: Integrate #11263 from macperl; macos and macosx updates.
29108      Branch: perl
29109           !> pod/perlport.pod
29110 ____________________________________________________________________________
29111 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
29112         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
29113              From: Peter Prymmer <pvhp@forte.com>
29114              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
29115              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
29116      Branch: perl
29117            + ext/Time/HiRes/hints/dynixptx.pl
29118            ! MANIFEST hints/dynixptx.sh
29119 ____________________________________________________________________________
29120 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
29121         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
29122              From: Nicholas Clark <nick@ccl4.org>
29123              Date: Tue, 10 Jul 2001 23:17:43 +0100
29124              Message-ID: <20010710231742.B59620@plum.flirble.org>
29125      Branch: perl
29126            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
29127 ____________________________________________________________________________
29128 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
29129         Log: Subject: [DOC PATCH] Pluggable runops
29130              From: Paul Johnson <paul@pjcj.net>
29131              Date: Tue, 10 Jul 2001 21:53:28 +0200
29132              Message-ID: <20010710215328.B26577@pjcj.net>
29133      Branch: perl
29134            ! pod/perlguts.pod
29135 ____________________________________________________________________________
29136 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
29137         Log: Subject: [PATCH] Authors
29138              From: Artur Bergman <artur@contiller.se>
29139              Date: Tue, 10 Jul 2001 20:39:12 +0200
29140              Message-ID: <B771186F.21CD%artur@contiller.se>
29141      Branch: perl
29142            ! AUTHORS
29143 ____________________________________________________________________________
29144 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
29145         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
29146              From: Doug MacEachern <dougm@covalent.net>
29147              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
29148              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
29149      Branch: perl
29150            ! pp_ctl.c
29151 ____________________________________________________________________________
29152 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
29153         Log: Subject: doc patch; times() in scalar context
29154              From: mjd@plover.com
29155              Date: 10 Jul 2001 18:01:17 -0000
29156              Message-ID: <20010710180117.12477.qmail@plover.com>
29157      Branch: perl
29158            ! pod/perlfunc.pod
29159 ____________________________________________________________________________
29160 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
29161         Log: Subject: [PATCH] Small fix to pp_gmtime
29162              From: Artur Bergman <artur@contiller.se>
29163              Date: Tue, 10 Jul 2001 19:54:52 +0200
29164              Message-ID: <B7710E0B.21C5%artur@contiller.se>
29165      Branch: perl
29166            ! pp_sys.c
29167 ____________________________________________________________________________
29168 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
29169         Log: Integrate changes from mainline perl, add notes about
29170              Mac OS X and Mac OS.
29171      Branch: maint-5.6/macperl
29172            ! pod/perlport.pod
29173 ____________________________________________________________________________
29174 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
29175         Log: A proof of the dangers of package; ?
29176      Branch: perl
29177            ! t/lib/warnings/op
29178 ____________________________________________________________________________
29179 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
29180         Log: Regen toc and modlib.
29181      Branch: perl
29182            ! pod/perlmodlib.pod pod/perltoc.pod
29183 ____________________________________________________________________________
29184 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
29185         Log: Add compexcl(), casefold(), and casespec() interfaces;
29186              and make all interfaces to return hash references instead
29187              of hashes. 
29188      Branch: perl
29189            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
29190 ____________________________________________________________________________
29191 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
29192         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
29193              From: "Philip Newton" <Philip.Newton@gmx.net>
29194              Date: Tue, 10 Jul 2001 09:55:59 +0200
29195              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
29196              
29197              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
29198              From: "Philip Newton" <Philip.Newton@gmx.net>
29199              Date: Tue, 10 Jul 2001 09:56:37 +0200
29200              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
29201      Branch: perl
29202            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
29203            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
29204 ____________________________________________________________________________
29205 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
29206         Log: Subject: [patch] undef &xsub for 1,2
29207              From: Doug MacEachern <dougm@covalent.net>
29208              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
29209              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
29210              
29211              (This version of the patch with a comment from Gisle.)
29212      Branch: perl
29213            ! op.c
29214 ____________________________________________________________________________
29215 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
29216         Log: Mention package; deprecation and the Win32 problems.
29217      Branch: perl
29218            ! pod/perl572delta.pod
29219 ____________________________________________________________________________
29220 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
29221         Log: Subject: [PATCH] deprecate package with no arguments
29222              From: Robin Houston <robin@kitsite.com>
29223              Date: Tue, 10 Jul 2001 13:33:40 +0100
29224              Message-ID: <20010710133340.A13452@robin.kitsite.com>
29225      Branch: perl
29226            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
29227 ____________________________________________________________________________
29228 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
29229         Log: Upgrade to podlators 1.10.
29230      Branch: perl
29231            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
29232            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
29233            ! pod/pod2man.PL pod/pod2text.PL
29234 ____________________________________________________________________________
29235 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
29236         Log: Upgrade to Term::ANSIColor 1.04.
29237      Branch: perl
29238            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
29239            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
29240 ____________________________________________________________________________
29241 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
29242         Log: Integrate perlio (the right fix for the ":layer(args)")
29243      Branch: perl
29244           !> perlio.c
29245 ____________________________________________________________________________
29246 [ 11252] By: nick                                  on 2001/07/10  06:58:14
29247         Log: Fix open(...,"...:layer(xxx)",...)
29248              - use memEQ not strEQ as there is '(' not '\0'
29249      Branch: perlio
29250            ! perlio.c
29251 ____________________________________________________________________________
29252 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
29253         Log: Telling the number of tests helps.
29254      Branch: perl
29255            ! ext/PerlIO/t/encoding.t
29256 ____________________________________________________________________________
29257 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
29258         Log: Require I18N::Langinfo, not use.
29259      Branch: perl
29260            ! lib/open.pm
29261 ____________________________________________________________________________
29262 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
29263         Log: Add a test for for PerlIO ":encoding(...)" layer.
29264      Branch: perl
29265            + ext/PerlIO/t/encoding.t
29266            ! MANIFEST ext/Encode/Encode.pm
29267 ____________________________________________________________________________
29268 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
29269         Log: PerlIO ":encoding(foobar)" temporary fix.
29270              Not really correct, I think, since the change means
29271              that prefixes match.
29272      Branch: perl
29273            ! perlio.c
29274 ____________________________________________________________________________
29275 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
29276         Log: Update to Math::BigInt 1.36.  The biggest news is
29277              the separation of the backend; now the pure Perl
29278              implementation is in Math::BigInt::Calc, but one
29279              can plugin, say, Math::BigInt::BitVect, and get
29280              considerable speedup.
29281      Branch: perl
29282            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
29283            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
29284            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
29285            ! lib/Math/BigInt/t/mbimbf.t
29286 ____________________________________________________________________________
29287 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
29288         Log: Subject: Re: compatibility question
29289              From: Peter Prymmer <pvhp@forte.com>
29290              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
29291              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
29292      Branch: perl
29293            ! lib/ExtUtils/MM_VMS.pm
29294 ____________________________________________________________________________
29295 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
29296         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
29297              From: Norton Allen <allen@huarp.harvard.edu>
29298              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
29299              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
29300      Branch: perl
29301            ! ext/File/Glob/t/basic.t
29302 ____________________________________________________________________________
29303 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
29304         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
29305              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
29306              Date: Tue, 10 Jul 2001 00:29:55 +0900
29307              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
29308      Branch: perl
29309            + ext/Encode/Encode/HZ.enc
29310            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
29311            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
29312            ! ext/Encode/Encode/iso2022-jp.enc
29313            ! ext/Encode/Encode/iso2022-kr.enc
29314 ____________________________________________________________________________
29315 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
29316         Log: Add in all them there macos/ files.
29317      Branch: maint-5.6/macperl
29318            + (add 577 files)
29319 ____________________________________________________________________________
29320 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
29321         Log: Add the new modules to the list of having those own tests.
29322      Branch: perl
29323            ! t/lib/1_compile.t
29324 ____________________________________________________________________________
29325 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
29326         Log: Add INOUT to control both ways at the same time.
29327      Branch: perl
29328            ! lib/open.pm
29329 ____________________________________________________________________________
29330 [ 11240] By: nick                                  on 2001/07/09  16:33:50
29331         Log: Integrate mainline
29332      Branch: perlio
29333           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
29334           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
29335           !> (integrate 41 files)
29336 ____________________________________________________________________________
29337 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
29338         Log: More encoding mapping magic.
29339      Branch: perl
29340            ! lib/open.pm
29341 ____________________________________________________________________________
29342 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
29343         Log: Update Changes.
29344      Branch: perl
29345            ! Changes patchlevel.h
29346 ____________________________________________________________________________
29347 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
29348         Log: (Retracted by #11285).
29349              
29350              Subject: [PATCH] OPpCONST_OCTAL fixes
29351              From: Abhijit Menon-Sen <ams@wiw.org>
29352              Date: Mon, 9 Jul 2001 07:38:45 +0530
29353              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
29354      Branch: perl
29355            ! op.c
29356 ____________________________________________________________________________
29357 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
29358         Log: Add a pseudolayer ":locale" to the open pragma which
29359              will get the encoding from the locale.  Yet undocumented
29360              because I can't get the PerlIO :encoding(foobar) to work.
29361      Branch: perl
29362            ! ext/Encode/Encode.pm lib/open.pm
29363 ____________________________________________________________________________
29364 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
29365         Log: Add more encoding mappings.
29366      Branch: perl
29367            ! ext/Encode/Encode.pm
29368 ____________________________________________________________________________
29369 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
29370         Log: Document that using :encoding layer requires using Encode.
29371      Branch: perl
29372            ! ext/Encode/Encode.pm lib/PerlIO.pm
29373 ____________________________________________________________________________
29374 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
29375         Log: Netware tweak from Ananth Kesari.
29376      Branch: perl
29377            ! NetWare/netware.h
29378 ____________________________________________________________________________
29379 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
29380         Log: t/harness doesn't know about run/*.t
29381      Branch: perl
29382            ! t/harness
29383 ____________________________________________________________________________
29384 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
29385         Log: run/exit.t busted on windows
29386      Branch: perl
29387            ! t/run/exit.t
29388 ____________________________________________________________________________
29389 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
29390         Log: fix a couple of UCD.t tests that fail due to bad case
29391      Branch: perl
29392            ! lib/Unicode/UCD.t
29393 ____________________________________________________________________________
29394 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
29395         Log: test skip logic was broken
29396      Branch: perl
29397            ! ext/I18N/Langinfo/Langinfo.t
29398 ____________________________________________________________________________
29399 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
29400         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
29401              failure of ExtUtils.t#27 when built in debug mode)
29402      Branch: perl
29403            ! lib/ExtUtils/MM_Win32.pm
29404 ____________________________________________________________________________
29405 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
29406         Log: I18N::Langinfo is not available on windows
29407      Branch: perl
29408            ! win32/FindExt.pm
29409 ____________________________________________________________________________
29410 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
29411         Log: save a dTHX
29412      Branch: perl
29413            ! ext/POSIX/POSIX.xs
29414 ____________________________________________________________________________
29415 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
29416         Log: Update Changes.
29417      Branch: perl
29418            ! Changes patchlevel.h
29419 ____________________________________________________________________________
29420 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
29421         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
29422              as pointed out by Sarathy.
29423      Branch: perl
29424            ! ext/I18N/Langinfo/Langinfo.xs
29425 ____________________________________________________________________________
29426 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
29427         Log: Retract #11212.
29428      Branch: perl
29429            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
29430 ____________________________________________________________________________
29431 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
29432         Log: Bump up the VERSION of Cwd.xs.
29433      Branch: perl
29434            ! ext/Cwd/Makefile.PL
29435 ____________________________________________________________________________
29436 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
29437         Log: Retract #11220, the problem wasn't the missing leading zero.
29438              Here's the problem:
29439              $ ./perl -we 'chmod(oct("755"), ".")'
29440              Non-octal literal mode (493) specified at -e line 1.
29441              (Did you mean 0493 instead?)
29442      Branch: perl
29443            ! lib/ExtUtils/MM_Unix.pm
29444 ____________________________________________________________________________
29445 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
29446         Log: (Retracted by #11221)
29447              Change the PERM_RW and PERM_RWX to 0644 and 0755
29448              (add the leading zero).
29449      Branch: perl
29450            ! lib/ExtUtils/MM_Unix.pm
29451 ____________________________________________________________________________
29452 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
29453         Log: Integrate changes #11193, 11205, 11209 from macperl.
29454              
29455              Fix up AutoLoader to fudge for Mac paths in import().
29456              
29457              Allow symbols in try_symbol() to begin with "_".
29458              
29459              Small portability fix for Mac OS.
29460      Branch: perl
29461           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
29462 ____________________________________________________________________________
29463 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
29464         Log: Metaconfig unit change for #11217.
29465      Branch: metaconfig/U/perl
29466            ! Extensions.U
29467 ____________________________________________________________________________
29468 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
29469         Log: Detypo, problem noticed by Gerrit P. Haase.
29470      Branch: perl
29471            ! Configure config_h.SH
29472 ____________________________________________________________________________
29473 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
29474         Log: Cwd cleanups.
29475      Branch: perl
29476            ! ext/Cwd/Cwd.xs
29477 ____________________________________________________________________________
29478 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
29479         Log: Slight tweaks on #11213.
29480      Branch: perl
29481            ! toke.c
29482 ____________________________________________________________________________
29483 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
29484         Log: A missing dTHX noticed by Gerrit P. Haase.
29485      Branch: perl
29486            ! ext/POSIX/POSIX.xs
29487 ____________________________________________________________________________
29488 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
29489         Log: Subject: [PATCH toke.c] Simplify yytoke()
29490              From: Simon Cozens <simon@netthink.co.uk>
29491              Date: Sun, 8 Jul 2001 13:24:34 +0100
29492              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
29493              
29494              Split out pending_ident().
29495      Branch: perl
29496            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
29497 ____________________________________________________________________________
29498 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
29499         Log: (Retracted by #11223.)
29500              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
29501              Date: Wed, 05 Nov 1997 17:22:34 -0600
29502              From: Graham Barr <gbarr@ti.com>
29503              Message-Id: <3460FFBA.6DA51F46@ti.com>
29504      Branch: perl
29505            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
29506 ____________________________________________________________________________
29507 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
29508         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
29509      Branch: perl
29510            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
29511            ! pod/perllocale.pod
29512 ____________________________________________________________________________
29513 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
29514         Log: Really do the test under the C locale.
29515      Branch: perl
29516            ! ext/I18N/Langinfo/Langinfo.t
29517 ____________________________________________________________________________
29518 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
29519         Log: Small portability fix for Mac OS.
29520      Branch: maint-5.6/macperl
29521            ! lib/Cwd.pm
29522 ____________________________________________________________________________
29523 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
29524         Log: Metaconfig unit change for #11207.
29525      Branch: metaconfig/U/perl
29526            ! Extensions.U
29527 ____________________________________________________________________________
29528 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
29529         Log: Add I18N::Langinfo, which is basically a wrapper around
29530              nl_langinfo(), which is an additional way to query locale
29531              specific information.
29532      Branch: perl
29533            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
29534            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
29535            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
29536 ____________________________________________________________________________
29537 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
29538         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
29539              used in File::Find tests; replace with if.t.
29540      Branch: maint-5.6/macperl
29541            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
29542            ! t/pragma/warn/op
29543 ____________________________________________________________________________
29544 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
29545         Log: Allow symbols in try_symbol() to begin with "_".
29546      Branch: maint-5.6/macperl
29547            ! makedef.pl
29548 ____________________________________________________________________________
29549 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
29550         Log: Sync up the File::Find changes from the rewrite by
29551              Thomas Wegner, et al.
29552      Branch: maint-5.6/macperl
29553            + t/lib/filefind-taint.t
29554            ! lib/File/Find.pm t/lib/filefind.t
29555 ____________________________________________________________________________
29556 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
29557         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
29558              From: Thomas Wegner <wegner_thomas@yahoo.com>
29559              Date: Thu, 5 Jul 2001 20:31:25 +0200
29560              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
29561      Branch: maint-5.6/macperl
29562            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
29563 ____________________________________________________________________________
29564 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
29565         Log: Some more test portability fixes.
29566      Branch: maint-5.6/macperl
29567            ! t/lib/filecopy.t t/pragma/warn/pp_sys
29568 ____________________________________________________________________________
29569 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
29570         Log: The #11200 removed wrong (non-existent) target.  Duh.
29571      Branch: perl
29572            ! Makefile.SH
29573 ____________________________________________________________________________
29574 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
29575         Log: Zap the lib/re.pm before creating it.
29576      Branch: perl
29577            ! Makefile.SH
29578 ____________________________________________________________________________
29579 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
29580         Log: Another test.  Please ignore.
29581      Branch: maint-5.6/macperl
29582            ! README.macos
29583 ____________________________________________________________________________
29584 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
29585         Log: Portability fixes for a lot of tests, especially IO-related
29586              tests, and warnings, and the harness script.
29587      Branch: maint-5.6/macperl
29588            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
29589            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
29590            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
29591            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
29592            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
29593            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
29594            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
29595            ! t/pragma/warnings.t
29596 ____________________________________________________________________________
29597 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
29598         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
29599              From: Nicholas Clark <nick@ccl4.org>
29600              Date: Sat, 7 Jul 2001 21:00:17 +0100
29601              Message-ID: <20010707210017.H59620@plum.flirble.org>
29602      Branch: perl
29603            ! lib/h2xs.t
29604 ____________________________________________________________________________
29605 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
29606         Log: The UNICOS/mk SysV IPC problem has been fixed.
29607      Branch: perl
29608            ! pod/perl572delta.pod
29609 ____________________________________________________________________________
29610 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
29611         Log: Slight update tweaks on perlunicode.pod.
29612      Branch: perl
29613            ! pod/perlunicode.pod
29614 ____________________________________________________________________________
29615 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
29616         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
29617              From: Mark-Jason Dominus <mjd@plover.com>
29618              Date: Sat, 07 Jul 2001 13:04:04 -0400
29619              Message-ID: <20010707170404.32694.qmail@plover.com>
29620      Branch: perl
29621            ! ext/DB_File/DB_File.pm
29622 ____________________________________________________________________________
29623 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
29624         Log: Fix up AutoLoader to fudge for Mac paths in import().
29625      Branch: maint-5.6/macperl
29626            ! lib/AutoLoader.pm
29627 ____________________________________________________________________________
29628 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
29629         Log: Try to force the lib/re.pm to be there before entering
29630              the extensions builds, should help for parallel makes.
29631      Branch: perl
29632            ! Makefile.SH
29633 ____________________________________________________________________________
29634 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
29635         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
29636              From: Norton Allen <allen@huarp.harvard.edu>
29637              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
29638              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
29639      Branch: perl
29640            ! ext/POSIX/POSIX.xs
29641 ____________________________________________________________________________
29642 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
29643         Log: Subject: [PATCH] Re: op/arith.t
29644              From: Nicholas Clark <nick@ccl4.org>
29645              Date: Sat, 7 Jul 2001 13:04:54 +0100
29646              Message-ID: <20010707130454.D59620@plum.flirble.org>
29647      Branch: perl
29648            ! numeric.c toke.c
29649 ____________________________________________________________________________
29650 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
29651         Log: Subject: [PATCH] h2xs
29652              From: Nicholas Clark <nick@ccl4.org>
29653              Date: Fri, 6 Jul 2001 23:25:14 +0100
29654              Message-ID: <20010706232514.X59620@plum.flirble.org>
29655      Branch: perl
29656            ! utils/h2xs.PL
29657 ____________________________________________________________________________
29658 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
29659         Log: Subject: Re: bleedperl perl_alloc..free leakage
29660              From: Radu Greab <radu@netsoft.ro>
29661              Date: Fri, 6 Jul 2001 19:48:54 +0300
29662              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
29663              
29664              Leak-be-gone.
29665      Branch: perl
29666            ! op.c
29667 ____________________________________________________________________________
29668 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
29669         Log: Test again.  Please ignore.
29670      Branch: maint-5.6/macperl
29671            ! README.macos
29672 ____________________________________________________________________________
29673 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
29674         Log: Test.  Please ignore.
29675      Branch: maint-5.6/macperl
29676            ! README.macos
29677 ____________________________________________________________________________
29678 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
29679         Log: Include changes already sent in separately as patches,
29680              before branch was created.
29681      Branch: maint-5.6/macperl
29682            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
29683            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
29684            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
29685            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
29686            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
29687            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
29688            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
29689            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
29690            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
29691            ! t/pragma/strict.t
29692 ____________________________________________________________________________
29693 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
29694         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
29695              From: Norton Allen <allen@huarp.harvard.edu>
29696              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
29697              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
29698      Branch: perl
29699            ! utf8.h
29700 ____________________________________________________________________________
29701 [ 11183] By: nick                                  on 2001/07/06  16:27:40
29702         Log: Integrate mainline
29703      Branch: perlio
29704           +> (branch 42 files)
29705            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
29706            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
29707            - win32/bin/mdelete.bat
29708           !> (integrate 215 files)
29709 ____________________________________________________________________________
29710 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
29711         Log: The #11166 needed also these updated.
29712      Branch: perl
29713            ! lib/warnings.pm warnings.h
29714 ____________________________________________________________________________
29715 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
29716         Log: Update Changes.
29717      Branch: perl
29718            ! Changes patchlevel.h
29719 ____________________________________________________________________________
29720 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
29721         Log: Regen toc.
29722      Branch: perl
29723            ! pod/perltoc.pod
29724 ____________________________________________________________________________
29725 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
29726         Log: Nit from Abhijit.
29727      Branch: perl
29728            ! lib/CPAN.pm
29729 ____________________________________________________________________________
29730 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
29731         Log: Retract #11172.
29732      Branch: perl
29733            ! t/op/method.t
29734 ____________________________________________________________________________
29735 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
29736         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
29737              From: Norton Allen <allen@huarp.harvard.edu>
29738              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
29739              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
29740      Branch: perl
29741            ! lib/Cwd.pm
29742 ____________________________________________________________________________
29743 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
29744         Log: (Accidentally empty check-in.)
29745      Branch: perl
29746            ! utf8.h
29747 ____________________________________________________________________________
29748 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
29749         Log: Retract #11165 since Sarathy pointed out it'll not
29750              work properly under threads, the problem should be
29751              solved using "the savestack, either via SSNEW() or
29752              using a newSVpv()+SAVEFREESV() combo."
29753      Branch: perl
29754            ! ext/POSIX/POSIX.xs
29755 ____________________________________________________________________________
29756 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
29757         Log: Retract #11125 since NI-S pointed out it'll not work in
29758              cases where the extension has their own handcrafted INC
29759              et alia.
29760      Branch: perl
29761            ! lib/ExtUtils/MM_Unix.pm
29762 ____________________________________________________________________________
29763 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
29764         Log: Subject: RE: [PATCH] -I and MakeMaker again
29765              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
29766              Date: Fri, 6 Jul 2001 09:18:29 +0200
29767              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
29768      Branch: perl
29769            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
29770            ! lib/ExtUtils/MM_Win32.pm
29771 ____________________________________________________________________________
29772 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
29773         Log: (Retracted by #11178)
29774              Subject: [PATCH t/op/method.t] SUPER:: strangeness
29775              From: Piers Cawley <pdcawley@iterative-software.com>
29776              Date: 06 Jul 2001 10:49:01 +0100
29777              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
29778      Branch: perl
29779            ! t/op/method.t
29780 ____________________________________________________________________________
29781 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
29782         Log: VOS README update from Paul Green.
29783      Branch: perl
29784            ! README.vos
29785 ____________________________________________________________________________
29786 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
29787         Log: Subject: [PATCH README.qnx hints/qnx.sh]
29788              From: Norton Allen <allen@huarp.harvard.edu>
29789              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
29790              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
29791      Branch: perl
29792            ! README.qnx hints/qnx.sh
29793 ____________________________________________________________________________
29794 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
29795         Log: Subject: [PATCH] Doc patch for Tie::Hash
29796              From: Artur Bergman <artur@contiller.se>
29797              Date: Thu, 05 Jul 2001 22:51:18 +0200
29798              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
29799      Branch: perl
29800            ! lib/Tie/Hash.pm
29801 ____________________________________________________________________________
29802 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
29803         Log: Subject: [PATCH] perlfaq4.pod
29804              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
29805              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
29806              Date: Thu, 5 Jul 2001 18:44:10 +0100 
29807      Branch: perl
29808            ! pod/perlfaq4.pod
29809 ____________________________________________________________________________
29810 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
29811         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
29812              From: Robin Houston <robin@kitsite.com>
29813              Date: Thu, 5 Jul 2001 18:33:21 +0100
29814              Message-ID: <20010705183321.A27345@robin.kitsite.com>
29815      Branch: perl
29816            ! ext/B/B/Deparse.pm
29817 ____________________________________________________________________________
29818 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
29819         Log: (Retracted by #11285.)
29820              
29821              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
29822              From: Abhijit Menon-Sen <ams@wiw.org>
29823              Date: Fri, 6 Jul 2001 01:26:32 +0530
29824              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
29825      Branch: perl
29826            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
29827            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
29828            ! warnings.pl
29829 ____________________________________________________________________________
29830 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
29831         Log: (Retracted by #11175)
29832              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
29833              From: Norton Allen <allen@huarp.harvard.edu>
29834              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
29835              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
29836      Branch: perl
29837            ! ext/POSIX/POSIX.xs
29838 ____________________________________________________________________________
29839 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
29840         Log: Unterminated C< (noticed by Richard Hatch), and few other
29841              small Unicode doc tweaks.
29842      Branch: perl
29843            ! pod/perlretut.pod
29844 ____________________________________________________________________________
29845 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
29846         Log: More flexible argument understanding; add charblocks() and
29847              charscripts(); make charblock() and charscript() two-way;
29848              add charinrange(); separate the $Unicode::UCD::VERSION and
29849              the version of the Unicode by adding UnicodeVersion().
29850      Branch: perl
29851            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
29852 ____________________________________________________________________________
29853 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
29854         Log: Update Unicode::UCD on \p{In...}.
29855      Branch: perl
29856            ! lib/Unicode/UCD.pm
29857 ____________________________________________________________________________
29858 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
29859         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
29860              From: Norton Allen <allen@huarp.harvard.edu>
29861              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
29862              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
29863      Branch: perl
29864            ! lib/ExtUtils/MM_Unix.pm
29865 ____________________________________________________________________________
29866 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
29867         Log: POSIX-BC tweaks from Thomas Dorner.
29868      Branch: perl
29869            ! hints/posix-bc.sh perlio.h
29870 ____________________________________________________________________________
29871 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
29872         Log: Module updates for the delta.
29873      Branch: perl
29874            ! pod/perl572delta.pod
29875 ____________________________________________________________________________
29876 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
29877         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
29878              From: Norton Allen <allen@huarp.harvard.edu>
29879              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
29880              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
29881      Branch: perl
29882            ! ext/IO/lib/IO/t/io_sock.t
29883 ____________________________________________________________________________
29884 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
29885         Log: Subject: [PATCH perldiag.pod] Quick fixes
29886              From: Simon Cozens <simon@netthink.co.uk>
29887              Date: Wed, 4 Jul 2001 20:22:12 +0100
29888              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
29889      Branch: perl
29890            ! pod/perldiag.pod
29891 ____________________________________________________________________________
29892 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
29893         Log: (retracted by #13533)
29894              
29895              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
29896              From: Radu Greab <radu@netsoft.ro>
29897              Date: Wed, 4 Jul 2001 22:13:31 +0300
29898              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
29899      Branch: perl
29900            ! op.c sv.c t/op/pos.t
29901 ____________________________________________________________________________
29902 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
29903         Log: Subject: [PATCH] -I and MakeMaker again
29904              From: Michael G Schwern <schwern@pobox.com>
29905              Date: Wed, 4 Jul 2001 15:03:07 -0400
29906              Message-ID: <20010704150307.I20340@blackrider>
29907              
29908              (and retract #11145)
29909      Branch: perl
29910            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
29911            ! lib/ExtUtils/MakeMaker.pm
29912 ____________________________________________________________________________
29913 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
29914         Log: Subject: Re: PERFORCE change 11142 for review
29915              From: "Philip Newton" <Philip.Newton@gmx.net>
29916              Date: Wed, 4 Jul 2001 20:46:26 +0200
29917              Message-Id: <200107041841.VAA25380@taas.iki.fi>
29918      Branch: perl
29919            ! lib/ExtUtils/MakeMaker.pm
29920 ____________________________________________________________________________
29921 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
29922         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
29923              From: Jonathan Stowe <gellyfish@gellyfish.com>
29924              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
29925              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
29926      Branch: perl
29927            ! utils/pl2pm.PL
29928 ____________________________________________________________________________
29929 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
29930         Log: fix the binary compatibility issue when building with/without
29931              usemymalloc by exporting Perl_malloc() et al as simple wrappers
29932              around the system functions (this allows most extensions built
29933              using one mode to coexist with perls built in the other mode)
29934              
29935              XXX the Perl_mfree() wrapper might need to do return(free()) on
29936              platforms where Free_t isn't "void"
29937      Branch: perl
29938            ! embed.h embed.pl makedef.pl proto.h util.c
29939 ____________________________________________________________________________
29940 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
29941         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
29942              since it doesn't ensure threads other than the one calling fork()
29943              aren't holding any locks; the fix is to use pthread_atfork() to
29944              hold global locks
29945              
29946              building perl with -Dusemymalloc exacerbates the problem since
29947              Perl_malloc() holds a mutex, and perl's exec() calls New()
29948              
29949              XXX the code in win32thread.h may be needed on platforms that have
29950              no pthread_atfork()
29951      Branch: perl
29952            ! perl.c thread.h win32/win32thread.h
29953 ____________________________________________________________________________
29954 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
29955         Log: Integrate #11009 from maintperl.
29956      Branch: maint-5.6/macperl
29957           !> lib/ExtUtils/Manifest.pm
29958 ____________________________________________________________________________
29959 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
29960         Log: Flexing my Perforce muscles.
29961      Branch: maint-5.6/macperl
29962            ! README.macos
29963 ____________________________________________________________________________
29964 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
29965         Log: Update Changes.
29966      Branch: perl
29967            ! Changes patchlevel.h
29968 ____________________________________________________________________________
29969 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
29970         Log: Metaconfig unit change for #11146.
29971      Branch: metaconfig/U/perl
29972            ! d_fcntl_can_lock.U
29973 ____________________________________________________________________________
29974 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
29975         Log: Somehow the #ifdefs of the added code (in #11093) made
29976              HP-UX to fail the fcntl locking test, without the ifdefs
29977              the test seems to be working again.  Reason unknown:
29978              HP-UX cc doesn't complain either way.
29979      Branch: perl
29980            ! Configure
29981 ____________________________________________________________________________
29982 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
29983         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
29984      Branch: perl
29985            ! lib/ExtUtils/MM_Unix.pm
29986 ____________________________________________________________________________
29987 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
29988         Log: gcc -Wall nit.
29989      Branch: perl
29990            ! pp_hot.c
29991 ____________________________________________________________________________
29992 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
29993         Log: When removing tests updating the test count is a good idea, too.
29994      Branch: perl
29995            ! lib/Net/t/require.t
29996 ____________________________________________________________________________
29997 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
29998         Log: Document #11134 and add the new symbols to the list of
29999              of MakeMaker known ones.
30000      Branch: perl
30001            ! lib/ExtUtils/MakeMaker.pm
30002 ____________________________________________________________________________
30003 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
30004         Log: Microperl update.
30005      Branch: perl
30006            ! uconfig.h
30007 ____________________________________________________________________________
30008 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
30009         Log: Update the libnet tests as per #11138.
30010      Branch: perl
30011            - lib/Net/t/ph.t
30012            ! MANIFEST lib/Net/t/require.t
30013 ____________________________________________________________________________
30014 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
30015         Log: Regen toc and modlib.
30016      Branch: perl
30017            ! pod/perlmodlib.pod pod/perltoc.pod
30018 ____________________________________________________________________________
30019 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
30020         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
30021              Graham's request.
30022      Branch: perl
30023            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
30024            ! MANIFEST
30025 ____________________________________________________________________________
30026 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
30027         Log: Add the OS/390 harness results to the delta.
30028      Branch: perl
30029            ! pod/perl572delta.pod
30030 ____________________________________________________________________________
30031 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
30032         Log: Avoid the two study tests in OS/390 until the bug has been solved.
30033      Branch: perl
30034            ! t/op/study.t
30035 ____________________________________________________________________________
30036 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
30037         Log: DOS/DJGPP tweaks from Laszlo Molnar.
30038      Branch: perl
30039            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
30040 ____________________________________________________________________________
30041 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
30042         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
30043              From: Michael G Schwern <schwern@pobox.com>
30044              Date: Wed, 4 Jul 2001 00:01:16 -0400
30045              Message-ID: <20010704000116.C591@blackrider>
30046      Branch: perl
30047            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
30048 ____________________________________________________________________________
30049 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
30050         Log: The #11132 missed singleton characters (not part
30051              of a unilo..unihi range) in Unicode scripts.
30052      Branch: perl
30053            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
30054            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
30055            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
30056            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
30057            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
30058            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
30059            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
30060            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
30061            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
30062            ! lib/unicode/mktables.PL t/op/pat.t
30063 ____________________________________________________________________________
30064 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
30065         Log: Support preferentially the Unicode 'scripts' definition
30066              in the \p{In...} notation since according to Unicode the
30067              scripts concept is more natural for matching than using
30068              the somewhat artificial block names.  The block names are
30069              still available, though, and if there's a name conflict,
30070              the scripts one wins and the blocks one has to do with
30071              'Block' appended to its name.  For more information see
30072              
30073              http://www.unicode.org/unicode/reports/tr24/
30074      Branch: perl
30075            + lib/unicode/In/100.pl lib/unicode/In/101.pl
30076            + lib/unicode/In/102.pl lib/unicode/In/103.pl
30077            + lib/unicode/In/104.pl lib/unicode/In/105.pl
30078            + lib/unicode/In/106.pl lib/unicode/In/107.pl
30079            + lib/unicode/In/108.pl lib/unicode/In/109.pl
30080            + lib/unicode/In/110.pl lib/unicode/In/111.pl
30081            + lib/unicode/In/112.pl lib/unicode/In/113.pl
30082            + lib/unicode/In/114.pl lib/unicode/In/115.pl
30083            + lib/unicode/In/116.pl lib/unicode/In/117.pl
30084            + lib/unicode/In/118.pl lib/unicode/In/119.pl
30085            + lib/unicode/In/120.pl lib/unicode/In/121.pl
30086            + lib/unicode/In/122.pl lib/unicode/In/123.pl
30087            + lib/unicode/In/124.pl lib/unicode/In/125.pl
30088            + lib/unicode/In/126.pl lib/unicode/In/127.pl
30089            + lib/unicode/In/128.pl lib/unicode/In/129.pl
30090            + lib/unicode/In/130.pl lib/unicode/In/131.pl
30091            + lib/unicode/In/132.pl lib/unicode/In/133.pl
30092            + lib/unicode/In/134.pl lib/unicode/In/135.pl
30093            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
30094            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
30095            ! (edit 106 files)
30096 ____________________________________________________________________________
30097 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
30098         Log: Better document the difference between a block and a script.
30099      Branch: perl
30100            ! lib/Unicode/UCD.pm
30101 ____________________________________________________________________________
30102 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
30103         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
30104              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
30105              Date: Tue, 3 Jul 2001 15:04:23 -0500
30106              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
30107      Branch: perl
30108            ! lib/CPAN.pm
30109 ____________________________________________________________________________
30110 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
30111         Log: Add tests for charscript().
30112      Branch: perl
30113            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
30114 ____________________________________________________________________________
30115 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
30116         Log: Add charscript() to get the UTR#24 script names of characters.
30117      Branch: perl
30118            ! lib/Unicode/UCD.pm
30119 ____________________________________________________________________________
30120 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
30121         Log: Todo updates.
30122      Branch: perl
30123            ! pod/perltodo.pod
30124 ____________________________________________________________________________
30125 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
30126         Log: Unicode::UCD updates.
30127      Branch: perl
30128            ! lib/Unicode/UCD.pm
30129 ____________________________________________________________________________
30130 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
30131         Log: (Retracted by #11174)
30132              Subject: MakeMaker should pass through DEFINE and INC to subdirs
30133              From: Alan Burlison <Alan.Burlison@sun.com>
30134              Date: Tue, 03 Jul 2001 15:20:13 +0100
30135              Message-ID: <3B41D49D.A923D4F9@sun.com>
30136      Branch: perl
30137            ! lib/ExtUtils/MM_Unix.pm
30138 ____________________________________________________________________________
30139 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
30140         Log: Subject: Patch needed for UTS
30141              From: hom00@utsglobal.com (Hal Morris)
30142              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
30143              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
30144              
30145              Replace #11113 with a better version.
30146      Branch: perl
30147            ! perl.h
30148 ____________________________________________________________________________
30149 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
30150         Log: Subject: Re: POINTERRIGOR
30151              From: Andy Dougherty <doughera@lafayette.edu>
30152              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
30153              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
30154      Branch: perl
30155            ! util.c
30156 ____________________________________________________________________________
30157 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
30158         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
30159              From: "Philip Newton" <pnewton@gmx.de>
30160              Date: Tue, 3 Jul 2001 17:03:34 +0200
30161              Message-ID: <3B41FAE6.29564.660E117@localhost>
30162      Branch: perl
30163            ! pp_hot.c
30164 ____________________________________________________________________________
30165 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
30166         Log: Typos.
30167      Branch: perl
30168            ! INSTALL
30169 ____________________________________________________________________________
30170 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
30171         Log: Subject: [PATCH 5.6.1] debugger fixes
30172              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30173              Date: Tue, 3 Jul 2001 03:38:18 -0400
30174              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
30175              
30176              The $^S is working again.
30177      Branch: perl
30178            ! lib/perl5db.pl
30179 ____________________________________________________________________________
30180 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
30181         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
30182              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30183              Date: Tue, 3 Jul 2001 03:34:06 -0400
30184              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
30185      Branch: perl
30186            ! os2/OS2/Process/Process.pm
30187 ____________________________________________________________________________
30188 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
30189         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
30190              From: "Philip Newton" <Philip.Newton@gmx.net>
30191              Date: Tue, 3 Jul 2001 09:11:27 +0200
30192              Message-Id: <200107030706.KAA04596@taas.iki.fi>
30193      Branch: perl
30194            ! lib/FindBin.pm
30195 ____________________________________________________________________________
30196 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
30197         Log: Delta delta.
30198      Branch: perl
30199            ! pod/perl572delta.pod
30200 ____________________________________________________________________________
30201 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
30202         Log: Metaconfig unit change for 11115.
30203      Branch: metaconfig
30204            ! U/modified/libc.U
30205 ____________________________________________________________________________
30206 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
30207         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
30208              (from Richard Hatch) (this was the cause of pipes() and
30209              times() mysteriously not being found)
30210      Branch: perl
30211            ! Configure
30212 ____________________________________________________________________________
30213 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
30214         Log: Retract #10142, the real culprit found by Richard Hatch,
30215              coming soon to Configure near you.
30216      Branch: perl
30217            ! hints/aix.sh
30218 ____________________________________________________________________________
30219 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
30220         Log: (Replaced by #11124) UTS workaround from Hal Morris.
30221      Branch: perl
30222            ! perl.h
30223 ____________________________________________________________________________
30224 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
30225         Log: Subject: [PATCH] grok not grocking correctly
30226              From: Nicholas Clark <nick@ccl4.org>
30227              Date: Tue, 3 Jul 2001 00:19:08 +0100
30228              Message-ID: <20010703001908.H59620@plum.flirble.org>
30229      Branch: perl
30230            ! numeric.c
30231 ____________________________________________________________________________
30232 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
30233         Log: Subject: [PATCH Deparse.t] test just-posted patches
30234              From: Robin Houston <robin@kitsite.com>
30235              Date: Mon, 2 Jul 2001 23:46:15 +0100
30236              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
30237      Branch: perl
30238            ! ext/B/Deparse.t
30239 ____________________________________________________________________________
30240 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
30241         Log: Subject: [PATCH toke.c] autosplit into @F
30242              From: Robin Houston <robin@kitsite.com>
30243              Date: Mon, 2 Jul 2001 23:18:20 +0100
30244              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
30245      Branch: perl
30246            ! perl.c toke.c
30247 ____________________________________________________________________________
30248 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
30249         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
30250              From: Robin Houston <robin@kitsite.com>
30251              Date: Mon, 2 Jul 2001 23:00:48 +0100
30252              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
30253      Branch: perl
30254            ! ext/B/B/Deparse.pm
30255 ____________________________________________________________________________
30256 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
30257         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
30258              From: "Philip Newton" <Philip.Newton@gmx.net>
30259              Date: Mon, 2 Jul 2001 22:06:22 +0200
30260              (no Message-Id)
30261      Branch: perl
30262            ! ext/NDBM_File/hints/linux.pl
30263 ____________________________________________________________________________
30264 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
30265         Log: Subject: Re: Fixed pack problem - sort of
30266              From: Nicholas Clark <nick@ccl4.org>
30267              Date: Mon, 2 Jul 2001 20:59:20 +0100
30268              Message-ID: <20010702205919.F59620@plum.flirble.org>
30269      Branch: perl
30270            ! pp_pack.c t/op/pack.t
30271 ____________________________________________________________________________
30272 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
30273         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
30274              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30275              Date: Mon, 2 Jul 2001 15:45:41 -0400
30276              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
30277      Branch: perl
30278            ! os2/os2.c
30279 ____________________________________________________________________________
30280 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
30281         Log: (Mistaken retraction)
30282      Branch: perl
30283            ! utils/pl2pm.PL
30284 ____________________________________________________________________________
30285 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
30286         Log: Detypo in #11103.
30287      Branch: perl
30288            ! utils/pl2pm.PL
30289 ____________________________________________________________________________
30290 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
30291         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
30292              From: Jonathan Stowe <gellyfish@gellyfish.com>
30293              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
30294              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
30295      Branch: perl
30296            ! utils/pl2pm.PL
30297 ____________________________________________________________________________
30298 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
30299         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
30300              From: "Craig A. Berry" <craigberry@mac.com>
30301              Date: Mon, 02 Jul 2001 14:11:23 -0500
30302              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
30303      Branch: perl
30304            ! lib/Unicode/UCD.pm
30305 ____________________________________________________________________________
30306 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
30307         Log: Subject: [PATCH] Re: op/numconvert.t failures
30308              From: Nicholas Clark <nick@ccl4.org>
30309              Date: Mon, 2 Jul 2001 20:10:48 +0100
30310              Message-ID: <20010702201048.E59620@plum.flirble.org>
30311      Branch: perl
30312            ! t/op/numconvert.t
30313 ____________________________________________________________________________
30314 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
30315         Log: Update Changes.
30316      Branch: perl
30317            ! Changes patchlevel.h
30318 ____________________________________________________________________________
30319 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
30320         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
30321              The real fix must be more involved.  The line of code all the leaky
30322              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
30323              line of Perl_newPMOP().
30324      Branch: perl
30325            ! op.h
30326 ____________________________________________________________________________
30327 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
30328         Log: Based on
30329              
30330              Subject: Re: sizeof(struct sembuf)
30331              From: Nicholas Clark <nick@ccl4.org>
30332              Date: Sun, 1 Jul 2001 22:26:48 +0100
30333              Message-ID: <20010701222648.W59620@plum.flirble.org>
30334              
30335              but do semop() always the slow way.
30336      Branch: perl
30337            ! doio.c
30338 ____________________________________________________________________________
30339 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
30340         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
30341              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
30342              Date: Tue, 03 Jul 2001 00:56:30 +0900
30343              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
30344      Branch: perl
30345            ! ext/Encode/Encode/Tcl.t
30346 ____________________________________________________________________________
30347 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
30348         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
30349              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
30350              Date: Tue, 03 Jul 2001 00:55:46 +0900
30351              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
30352      Branch: perl
30353            ! ext/Encode/Encode/Tcl.pm
30354 ____________________________________________________________________________
30355 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
30356         Log: Regen api and toc.
30357      Branch: perl
30358            ! pod/perlapi.pod pod/perltoc.pod
30359 ____________________________________________________________________________
30360 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
30361         Log: Metaconfig unit change for #11093.
30362      Branch: metaconfig/U/perl
30363            ! d_fcntl_can_lock.U
30364 ____________________________________________________________________________
30365 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
30366         Log: The fcntl locking test may hang if NFS locking messed up;
30367              break out with alarm(10).
30368      Branch: perl
30369            ! Configure
30370 ____________________________________________________________________________
30371 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
30372         Log: Move the mdelete.bat from win32/bin to win32.
30373      Branch: perl
30374            ! MANIFEST
30375 ____________________________________________________________________________
30376 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
30377         Log: Typo in #11083.
30378      Branch: perl
30379            ! ext/Time/Piece/Piece.t
30380 ____________________________________________________________________________
30381 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
30382         Log: Netware tweaks from Guruprasad.
30383      Branch: perl
30384            - NetWare/perlsdio.h
30385            ! MANIFEST NetWare/Makefile NetWare/interface.c
30386            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
30387            ! perlsdio.h
30388 ____________________________________________________________________________
30389 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
30390         Log: Subject: Re: [PATH] shared -> unique;
30391              From: Abhijit Menon-Sen <ams@wiw.org>
30392              Date: Wed, 27 Jun 2001 03:51:27 +0530
30393              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
30394      Branch: perl
30395            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
30396 ____________________________________________________________________________
30397 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
30398         Log: Subject: Re: AIX / gcc-3.0
30399              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30400              Date: Mon, 02 Jul 2001 15:20:21 +0200
30401              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
30402      Branch: perl
30403            ! hints/aix.sh
30404 ____________________________________________________________________________
30405 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
30406         Log: Subject: Re: Bug report: split splits on wrong pattern
30407              From: Abhijit Menon-Sen <ams@wiw.org>
30408              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
30409              Date: Mon, 2 Jul 2001 16:31:33 +0530
30410      Branch: perl
30411            ! pp_ctl.c
30412 ____________________________________________________________________________
30413 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
30414         Log: Subject: [PATCH 5.6.1] test harness
30415              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30416              Date: Mon, 2 Jul 2001 06:29:21 -0400
30417              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
30418      Branch: perl
30419            ! lib/Test/Harness.pm
30420 ____________________________________________________________________________
30421 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
30422         Log: Subject: [PATCH 5.6.1] debugger goof
30423              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30424              Date: Mon, 2 Jul 2001 06:27:22 -0400
30425              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
30426      Branch: perl
30427            ! lib/perl5db.pl
30428 ____________________________________________________________________________
30429 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
30430         Log: Subject: [PATCH 5.6.1] OS/2 cwd
30431              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30432              Date: Mon, 2 Jul 2001 06:21:17 -0400
30433              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
30434      Branch: perl
30435            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
30436 ____________________________________________________________________________
30437 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
30438         Log: Make #11082 more OS/2-specific.
30439      Branch: perl
30440            ! ext/Time/Piece/Piece.t
30441 ____________________________________________________________________________
30442 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
30443         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
30444              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30445              Date: Mon, 2 Jul 2001 06:06:34 -0400
30446              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
30447      Branch: perl
30448            ! ext/Time/Piece/Piece.t
30449 ____________________________________________________________________________
30450 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
30451         Log: Subject: [PATCH B::Deparse] version number & changes
30452              From: Robin Houston <robin@kitsite.com>  
30453              Date: Sun, 1 Jul 2001 17:17:29 +0100
30454              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
30455      Branch: perl
30456            ! ext/B/B/Deparse.pm
30457 ____________________________________________________________________________
30458 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
30459         Log: Subject: a small fix.
30460              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
30461              Date: Mon, 2 Jul 2001 12:17:53 +0200
30462              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
30463      Branch: perl
30464            ! ext/Thread/Thread.xs
30465 ____________________________________________________________________________
30466 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
30467         Log: Subject: RE: perl@10907
30468              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
30469              Date: Mon, 2 Jul 2001 12:06:16 +0200
30470              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
30471              
30472              Borland C vs PerlIO.
30473      Branch: perl
30474            ! win32/config.bc win32/config_H.bc
30475 ____________________________________________________________________________
30476 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
30477         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
30478              From: "H.M. Brand" <merijn@l1.procura.nl>
30479              Date: Mon, 02 Jul 2001 11:18:57 +0200
30480              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
30481      Branch: perl
30482            ! t/op/write.t
30483 ____________________________________________________________________________
30484 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
30485         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
30486              From: Michael G Schwern <schwern@pobox.com>
30487              Date: Mon, 2 Jul 2001 00:26:24 -0400
30488              Message-ID: <20010702002624.A18302@blackrider>
30489      Branch: perl
30490            - ext/util/mkbootstrap
30491 ____________________________________________________________________________
30492 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
30493         Log: Subject: [PATCH op.h] v minor comment tweak
30494              From: Robin Houston <robin@puffinry.freeserve.co.uk>
30495              Date: Mon, 2 Jul 2001 00:42:01 +0100
30496              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
30497      Branch: perl
30498            ! op.h
30499 ____________________________________________________________________________
30500 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
30501         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
30502      Branch: perl
30503            ! pod/perlfunc.pod
30504 ____________________________________________________________________________
30505 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
30506         Log: Subject: Re: sizeof(struct sembuf)
30507              From: Nicholas Clark <nick@ccl4.org>
30508              Date: Sun, 1 Jul 2001 19:23:16 +0100
30509              Message-ID: <20010701192316.V59620@plum.flirble.org>
30510              
30511              s/signaling/signalling/
30512      Branch: perl
30513            ! pod/perlfunc.pod
30514 ____________________________________________________________________________
30515 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
30516         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
30517              From: "Philip Newton" <Philip.Newton@gmx.net>
30518              Date: Sun, 1 Jul 2001 09:37:56 +0200
30519              Message-Id: <200107010733.KAA03920@taas.iki.fi>
30520      Branch: perl
30521            ! pod/perlvar.pod
30522 ____________________________________________________________________________
30523 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
30524         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
30525              From: "Philip Newton" <Philip.Newton@gmx.net>
30526              Date: Sun, 1 Jul 2001 09:37:56 +0200
30527              Message-Id: <200107010733.KAA03925@taas.iki.fi>
30528      Branch: perl
30529            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
30530 ____________________________________________________________________________
30531 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
30532         Log: Metaconfig unit change for #11070.
30533      Branch: metaconfig
30534            ! U/compline/randfunc.U
30535 ____________________________________________________________________________
30536 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
30537         Log: Subject: [PATCH perlsnap] its --> it's --> its
30538              From: "Philip Newton" <Philip.Newton@gmx.net>
30539              Date: Sun, 1 Jul 2001 09:37:56 +0200
30540              Message-Id: <200107010733.KAA03914@taas.iki.fi>
30541      Branch: perl
30542            ! Porting/config_H
30543 ____________________________________________________________________________
30544 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
30545         Log: Sync with Sarathy; integrate with perlio.
30546      Branch: perl
30547           !> gv.c
30548 ____________________________________________________________________________
30549 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
30550         Log: regenerate win32/config_H.?c files
30551      Branch: perl
30552            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30553 ____________________________________________________________________________
30554 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
30555         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
30556              naming discipline
30557              
30558              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
30559              because of this)
30560              
30561              fix a warning about "fd" being used without being set in Cwd.xs
30562      Branch: perl
30563            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
30564            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
30565            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
30566            ! win32/config.vc
30567 ____________________________________________________________________________
30568 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
30569         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
30570              within macro arguments") and warnings ("unary minus applied to
30571              unsigned type", among others)
30572      Branch: perl
30573            ! gv.c hv.c op.c pp.c sv.c toke.c
30574 ____________________________________________________________________________
30575 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
30576         Log: win32 fixes: more spurious CRs
30577      Branch: perl
30578            ! win32/mdelete.bat
30579 ____________________________________________________________________________
30580 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
30581         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
30582              from win32/bin (or it gets deleted by distclean); don't delete
30583              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
30584              NT (should be made Win9x specific, and added to makefile.mk)
30585      Branch: perl
30586           +> win32/mdelete.bat
30587            - win32/bin/mdelete.bat
30588            ! win32/Makefile win32/makefile.mk
30589 ____________________________________________________________________________
30590 [ 11063] By: nick                                  on 2001/07/01  18:54:09
30591         Log: Quick for for #ifdef mess
30592      Branch: perlio
30593            ! gv.c
30594 ____________________________________________________________________________
30595 [ 11062] By: nick                                  on 2001/07/01  18:47:42
30596         Log: Raw integrate - does not build #if mess in gv.c
30597      Branch: perlio
30598           !> (integrate 29 files)
30599 ____________________________________________________________________________
30600 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
30601         Log: Make 'compile' target a little less broken.
30602              Still very broken, though: -Wall warnings from
30603              the generated code, boot_Foo prototypes missing,
30604              can't autoload Fcntl::SEEK_CUR et alia, ...
30605      Branch: perl
30606            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
30607            ! utils/perlcc.PL x2p/Makefile.SH
30608 ____________________________________________________________________________
30609 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
30610         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
30611      Branch: perl
30612            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
30613            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
30614 ____________________________________________________________________________
30615 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
30616         Log: Update Changes.
30617      Branch: perl
30618            ! Changes patchlevel.h
30619 ____________________________________________________________________________
30620 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
30621         Log: Still one typo, regen toc.
30622      Branch: perl
30623            ! lib/Unicode/UCD.pm pod/perltoc.pod
30624 ____________________________________________________________________________
30625 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
30626         Log: Detypos and regen toc.
30627      Branch: perl
30628            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
30629 ____________________________________________________________________________
30630 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
30631         Log: VERSION tweak.
30632      Branch: perl
30633            ! ext/List/Util/lib/List/Util.pm
30634 ____________________________________________________________________________
30635 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
30636         Log: Attempt at plugging the leak under ithreads detected by Doug.
30637      Branch: perl
30638            ! op.h
30639 ____________________________________________________________________________
30640 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
30641         Log: gcc -Wall lint after #11051.
30642      Branch: perl
30643            ! pp_sys.c
30644 ____________________________________________________________________________
30645 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
30646         Log: Integrate perlio.
30647      Branch: perl
30648           !> lib/File/Find/taint.t
30649 ____________________________________________________________________________
30650 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
30651         Log: Don't use the v-strings for module VERSIONs.
30652      Branch: perl
30653            ! lib/Unicode/UCD.pm
30654 ____________________________________________________________________________
30655 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
30656         Log: Code cleanup based on turning off the -woffs in IRIX.
30657              Not all of the gripes cleaned up (hairy code in hv.c and
30658              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
30659              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
30660              to the IRIX hints)
30661      Branch: perl
30662            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
30663            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
30664            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
30665            ! regcomp.c sv.c
30666 ____________________________________________________________________________
30667 [ 11050] By: nick                                  on 2001/06/30  20:46:46
30668         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
30669      Branch: perlio
30670            ! lib/File/Find/taint.t
30671 ____________________________________________________________________________
30672 [ 11049] By: nick                                  on 2001/06/30  18:13:33
30673         Log: Integrate mainline
30674      Branch: perlio
30675           +> NetWare/nwstdio.h NetWare/perlsdio.h
30676           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
30677           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
30678           +> lib/Unicode/UCD.t t/run/exit.t
30679           !> (integrate 60 files)
30680 ____________________________________________________________________________
30681 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
30682         Log: Delta delta.
30683      Branch: perl
30684            ! pod/perl572delta.pod
30685 ____________________________________________________________________________
30686 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
30687         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
30688              by CPAN.pm, use rather _00.
30689      Branch: perl
30690            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
30691            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
30692            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
30693            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
30694            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
30695            ! lib/ExtUtils/Embed.pm lib/Test.pm
30696 ____________________________________________________________________________
30697 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
30698         Log: Add a simple Unicode character database interface, Unicode::UCD.
30699      Branch: perl
30700            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
30701            ! MANIFEST
30702 ____________________________________________________________________________
30703 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
30704         Log: Subject: [PATCH] op/numconver.t
30705              From: Nicholas Clark <nick@ccl4.org>
30706              Date: Sat, 30 Jun 2001 15:40:10 +0100
30707              Message-ID: <20010630154010.I59620@plum.flirble.org>
30708      Branch: perl
30709            ! t/op/numconvert.t
30710 ____________________________________________________________________________
30711 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
30712         Log: The $^N is now taken (by #11038).
30713      Branch: perl
30714            ! t/base/lex.t
30715 ____________________________________________________________________________
30716 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
30717         Log: The #11040 had slipped to a wrong function...
30718      Branch: perl
30719            ! sv.c
30720 ____________________________________________________________________________
30721 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
30722         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
30723              the Configure library symbol probe mysteriously finds all
30724              symbols but those of pipe() and times().
30725      Branch: perl
30726            ! hints/aix.sh
30727 ____________________________________________________________________________
30728 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
30729         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
30730              From: Nicholas Clark <nick@ccl4.org>
30731              Date: Fri, 29 Jun 2001 23:49:07 +0100
30732              Message-ID: <20010629234907.D59620@plum.flirble.org>
30733      Branch: perl
30734            ! lib/ExtUtils.t
30735 ____________________________________________________________________________
30736 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
30737         Log: Subject: [PATCH] weakref fix 2, not yet there
30738              From: Artur Bergman <artur@contiller.se>
30739              Date: Sat, 30 Jun 2001 01:18:16 +0200
30740              Message-ID: <B762D957.1CC9%artur@contiller.se>
30741      Branch: perl
30742            ! sv.c
30743 ____________________________________________________________________________
30744 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
30745         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
30746              From: Michael G Schwern <schwern@pobox.com>
30747              Date: Fri, 29 Jun 2001 19:39:11 -0400
30748              Message-ID: <20010629193910.D25304@blackrider>
30749      Branch: perl
30750            + t/run/exit.t
30751            ! MANIFEST
30752 ____________________________________________________________________________
30753 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
30754         Log: Add support for $^N, the most-recently closed group.
30755      Branch: perl
30756            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
30757            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
30758            ! thrdvar.h
30759 ____________________________________________________________________________
30760 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
30761         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
30762              From: lvirden@cas.org
30763              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
30764              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
30765              
30766              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
30767              From: lvirden@cas.org
30768              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
30769              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
30770      Branch: perl
30771            ! README.solaris
30772 ____________________________________________________________________________
30773 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
30774         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
30775              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
30776              Date: Sat, 30 Jun 2001 07:33:37 +0900
30777              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
30778              
30779              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
30780              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
30781              Date: Sat, 30 Jun 2001 21:38:14 +0900
30782              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
30783      Branch: perl
30784            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
30785            + ext/Encode/Encode/7bit-kr.enc
30786            ! MANIFEST ext/Encode/Encode/Tcl.pm
30787 ____________________________________________________________________________
30788 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
30789         Log: NetWare tweaks from Guruprasad.
30790      Branch: perl
30791            + NetWare/nwstdio.h NetWare/perlsdio.h
30792            ! MANIFEST NetWare/Makefile NetWare/config.wc
30793            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
30794            ! NetWare/t/Readme.txt
30795 ____________________________________________________________________________
30796 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
30797         Log: More module $VERSION bump-ups.
30798      Branch: perl
30799            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
30800            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
30801            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
30802 ____________________________________________________________________________
30803 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
30804         Log: Doc update due to #11032.
30805      Branch: perl
30806            ! pod/perl572delta.pod
30807 ____________________________________________________________________________
30808 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
30809         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
30810              From: Peter Prymmer <pvhp@forte.com>
30811              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
30812              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
30813      Branch: perl
30814            ! ext/Time/HiRes/HiRes.xs
30815 ____________________________________________________________________________
30816 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
30817         Log: -lpthreads missing in AIX.
30818      Branch: perl
30819            ! hints/aix.sh
30820 ____________________________________________________________________________
30821 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
30822         Log: Subject: [PATCH] CLONE && weakrefs
30823              From: Artur Bergman <artur@contiller.se>
30824              Date: Fri, 29 Jun 2001 17:02:00 +0200
30825              Message-ID: <B7626508.1CA0%artur@contiller.se>
30826      Branch: perl
30827            ! sv.c
30828 ____________________________________________________________________________
30829 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
30830         Log: Subject: Re: Bug report: split splits on wrong pattern
30831              From: Radu Greab <radu@netsoft.ro>
30832              Date: Wed, 27 Jun 2001 21:50:52 +0300
30833              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
30834      Branch: perl
30835            ! pp_ctl.c t/op/split.t
30836 ____________________________________________________________________________
30837 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
30838         Log: Metaconfig unit change for #11027.
30839      Branch: metaconfig/U/perl
30840            ! d_modfl.U
30841 ____________________________________________________________________________
30842 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
30843         Log: I thought this Configure glitch for AIX was just recently fixed?
30844      Branch: perl
30845            ! Configure
30846 ____________________________________________________________________________
30847 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
30848         Log: Update Changes.
30849      Branch: perl
30850            ! Changes patchlevel.h
30851 ____________________________________________________________________________
30852 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
30853         Log: Subject: Re: perl@10967, File::Find, and Cwd
30854              From: Mike Guy <mjtg@cam.ac.uk>
30855              Date: Fri, 29 Jun 2001 14:56:49 +0100
30856              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
30857      Branch: perl
30858            ! lib/File/Find/taint.t
30859 ____________________________________________________________________________
30860 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
30861         Log: Update the sv_pvprintify() spec.
30862      Branch: perl
30863            ! pod/perltodo.pod
30864 ____________________________________________________________________________
30865 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
30866         Log: Known test failures update.
30867      Branch: perl
30868            ! pod/perl572delta.pod
30869 ____________________________________________________________________________
30870 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
30871         Log: Based on
30872              
30873              Subject: [PATCH @11016] More );) fixes
30874              From: Richard Soderberg <rs@crystalflame.net>
30875              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
30876              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
30877      Branch: perl
30878            ! ext/Thread/Thread.xs ext/Thread/typemap
30879 ____________________________________________________________________________
30880 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
30881         Log: Subject: [PATCH @11016] Fixes compile errors in four files
30882              From: Richard Soderberg <rs@crystalflame.net>
30883              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
30884              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
30885      Branch: perl
30886            ! mg.c pp.c pp_hot.c util.c
30887 ____________________________________________________________________________
30888 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
30889         Log: AIX hints tweaking continues, from Merijn Brand.
30890      Branch: perl
30891            ! hints/aix.sh
30892 ____________________________________________________________________________
30893 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
30894         Log: HP-UX needs gccversion sooner, from Merijn Brand.
30895      Branch: perl
30896            ! hints/hpux.sh
30897 ____________________________________________________________________________
30898 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
30899         Log: Subject: [PATCH 5.6.1] OS/2 docs
30900              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30901              Date: Fri, 29 Jun 2001 02:34:12 -0400
30902              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
30903      Branch: perl
30904            ! README.os2 os2/Changes
30905 ____________________________________________________________________________
30906 [ 11017] By: nick                                  on 2001/06/29  10:20:30
30907         Log: Integrate mainline
30908      Branch: perlio
30909           +> (branch 37 files)
30910            - ext/ODBM_File/sdbm.t
30911           !> (integrate 211 files)
30912 ____________________________________________________________________________
30913 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
30914         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
30915              the modules found using a script written by Larry Schatzer Jr.
30916      Branch: perl
30917            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
30918            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
30919            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
30920            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
30921            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
30922            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
30923            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
30924            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
30925            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
30926            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
30927            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
30928            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
30929            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
30930            ! lib/constant.pm lib/fields.pm lib/strict.pm
30931 ____________________________________________________________________________
30932 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
30933         Log: The latest JPL from the anoncvs.
30934      Branch: perl
30935            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
30936 ____________________________________________________________________________
30937 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
30938         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
30939      Branch: perl
30940            ! t/op/pat.t
30941 ____________________________________________________________________________
30942 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
30943         Log: Worrying about insecure directories now is a bit too late.
30944      Branch: perl
30945            ! lib/File/Find/taint.t
30946 ____________________________________________________________________________
30947 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
30948         Log: Cannot DIE() in a void function,
30949              from Richard Hatch <rhatch@austin.ibm.com>.
30950      Branch: perl
30951            ! ext/IPC/SysV/SysV.xs
30952 ____________________________________________________________________________
30953 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
30954         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
30955              From: Peter Prymmer <pvhp@forte.com>
30956              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
30957              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
30958              
30959              (unfinished: time/hires tests 3, 5, 14 failing, but better
30960              than wholesale failure)
30961      Branch: perl
30962            ! ext/Time/HiRes/HiRes.xs
30963 ____________________________________________________________________________
30964 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
30965         Log: Subject: [PATCH 5.6.1] OS/2 improvements
30966              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30967              Date: Thu, 28 Jun 2001 16:03:14 -0400
30968              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
30969      Branch: perl
30970            + os2/os2_base.t
30971            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
30972            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
30973            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
30974            ! os2/os2ish.h
30975 ____________________________________________________________________________
30976 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
30977         Log: Subject: Incrementing Extutils::Manifest's $VERSION
30978              From: Michael G Schwern <schwern@pobox.com>
30979              Date: Thu, 28 Jun 2001 13:13:49 -0400
30980              Message-ID: <20010628131349.A14738@blackrider>
30981      Branch: maint-5.6/perl
30982            ! lib/ExtUtils/Manifest.pm
30983 ____________________________________________________________________________
30984 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
30985         Log: AIX tweak from Merijn Brand.
30986      Branch: perl
30987            ! hints/aix.sh
30988 ____________________________________________________________________________
30989 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
30990         Log: Create the macperl branch.
30991      Branch: maint-5.6/macperl
30992           +> (branch 1728 files)
30993 ____________________________________________________________________________
30994 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
30995         Log: Update Changes.
30996      Branch: perl
30997            ! Changes patchlevel.h
30998 ____________________________________________________________________________
30999 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
31000         Log: More Perforce lore.
31001      Branch: perl
31002            ! Porting/repository.pod
31003 ____________________________________________________________________________
31004 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
31005         Log: Metaconfig unit changes for #11003.
31006      Branch: metaconfig/U/perl
31007            + d_nl_langinfo.U i_langinfo.U
31008 ____________________________________________________________________________
31009 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
31010         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
31011              Expected not to exist in non-UNIX excepting in VMS, where
31012              according to a quick web survey they just might.
31013      Branch: perl
31014            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
31015            ! Porting/config_H config_h.SH configure.com epoc/config.sh
31016            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
31017            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
31018            ! win32/config.bc win32/config.gc win32/config.vc
31019 ____________________________________________________________________________
31020 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
31021         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
31022              in AIX is one is doing a 64-bit build.
31023      Branch: perl
31024            ! hints/aix.sh
31025 ____________________________________________________________________________
31026 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
31027         Log: Metaconfig unit changes for #11000.
31028      Branch: metaconfig/U/perl
31029            ! use64bits.U uselfs.U
31030 ____________________________________________________________________________
31031 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
31032         Log: Move use64bitint and use64bitall before uselargefiles.
31033      Branch: perl
31034            ! Configure
31035 ____________________________________________________________________________
31036 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
31037         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
31038              From: Robert Spier <rspier@pobox.com>
31039              Message-ID: <15162.41164.618712.841415@rls.cx>
31040              Date: Wed, 27 Jun 2001 23:13:16 -0400
31041      Branch: perl
31042            ! doio.c
31043 ____________________________________________________________________________
31044 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
31045         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
31046              From: Peter Prymmer <pvhp@forte.com>
31047              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
31048              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
31049      Branch: perl
31050            ! numeric.c
31051 ____________________________________________________________________________
31052 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
31053         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
31054              From: Peter Prymmer <pvhp@forte.com>
31055              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
31056              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
31057      Branch: perl
31058            ! configure.com ext/Digest/MD5/Makefile.PL
31059 ____________________________________________________________________________
31060 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
31061         Log: Update Changes.
31062      Branch: perl
31063            ! Changes patchlevel.h
31064 ____________________________________________________________________________
31065 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
31066         Log: Tiny EPOC updates.
31067      Branch: perl
31068            ! epoc/config.sh
31069 ____________________________________________________________________________
31070 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
31071         Log: The Test::More and Test::Simple tests required help
31072              thanks to our schizophrenic test scheme.
31073      Branch: perl
31074            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
31075            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
31076            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
31077            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
31078            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
31079 ____________________________________________________________________________
31080 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
31081         Log: Upgrade to Test::Simple 0.09.
31082      Branch: perl
31083            + lib/Test/Simple/Changes
31084            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
31085            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
31086            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
31087            ! lib/Test/Simple/t/plan_is_noplan.t
31088 ____________________________________________________________________________
31089 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
31090         Log: Upgrade to Test::More 0.07.
31091      Branch: perl
31092            + lib/Test/More/Changes
31093            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
31094            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
31095            ! lib/Test/More/t/skipall.t
31096 ____________________________________________________________________________
31097 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
31098         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
31099              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31100              Date: Wed, 27 Jun 2001 18:40:04 +0200
31101              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
31102      Branch: perl
31103            ! hints/hpux.sh
31104 ____________________________________________________________________________
31105 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
31106         Log: Subject: [PATCH README.qnx hints/qnx.sh]
31107              From: Norton Allen <allen@huarp.harvard.edu>
31108              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
31109              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
31110      Branch: perl
31111            ! README.qnx hints/qnx.sh
31112 ____________________________________________________________________________
31113 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
31114         Log: Subject: [PATCH] two little documentation nits
31115              From: Abhijit Menon-Sen <ams@wiw.org>
31116              Date: Wed, 27 Jun 2001 20:07:50 +0530
31117              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
31118      Branch: perl
31119            ! sv.c sv.h
31120 ____________________________________________________________________________
31121 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
31122         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
31123              From: Norton Allen <allen@huarp.harvard.edu>
31124              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
31125              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
31126      Branch: perl
31127            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
31128 ____________________________________________________________________________
31129 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
31130         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
31131              From: Michael G Schwern <schwern@pobox.com>
31132              Date: Wed, 27 Jun 2001 02:34:58 -0400
31133              Message-ID: <20010627023458.K23874@blackrider>
31134      Branch: perl
31135            ! vms/test.com
31136 ____________________________________________________________________________
31137 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
31138         Log: Add perl_clone_host() for Netware.
31139      Branch: perl
31140            ! NetWare/nw5.c
31141 ____________________________________________________________________________
31142 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
31143         Log: GCC 3.0 hints for HP-UX.
31144      Branch: perl
31145            ! hints/hpux.sh
31146 ____________________________________________________________________________
31147 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
31148         Log: In some Linux distributions the libndbm is broken
31149              (no null key support), therefore link with libgdbm
31150              (if available), since it has a working ndbm emulation,
31151              from Jonathan Stowe.
31152      Branch: perl
31153            + ext/NDBM_File/hints/linux.pl
31154            ! MANIFEST
31155 ____________________________________________________________________________
31156 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
31157         Log: Subject: [PATCH perl@10930] find.t hack for VMS
31158              From: "Craig A. Berry" <craigberry@mac.com>
31159              Date: Tue, 26 Jun 2001 23:40:25 -0500
31160              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
31161      Branch: perl
31162            ! lib/File/Find/find.t
31163 ____________________________________________________________________________
31164 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
31165         Log: AUTHORS updates.
31166      Branch: perl
31167            ! AUTHORS
31168 ____________________________________________________________________________
31169 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
31170         Log: Metaconfig unit change like #10980.
31171      Branch: metaconfig
31172            ! U/compline/d_stdstdio.U
31173 ____________________________________________________________________________
31174 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
31175         Log: "lose the it's", from Abhijit Menon-Sen.
31176              ("It's" not searched, pods not searched.)
31177      Branch: perl
31178            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
31179            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
31180            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
31181            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
31182            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
31183            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
31184 ____________________________________________________________________________
31185 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
31186         Log: "lose the looses", from Abhijit Menon-Sen.
31187      Branch: perl
31188            ! ext/B/B/Assembler.pm gv.c
31189 ____________________________________________________________________________
31190 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
31191         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
31192      Branch: perl
31193            ! hints/os390.sh
31194 ____________________________________________________________________________
31195 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
31196         Log: DEC C 5.3 on the VAX simply doesn't seem to like
31197              compiling the MD5 extension, disable it there for now,
31198              from Peter Prymmer.
31199      Branch: perl
31200            ! configure.com
31201 ____________________________________________________________________________
31202 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
31203         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
31204              From: Jonathan Stowe <gellyfish@gellyfish.com>
31205              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
31206              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
31207      Branch: perl
31208            ! pod/perlfaq3.pod
31209 ____________________________________________________________________________
31210 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
31211         Log: Subject: [PATCH 5.6.1] perlxs misprints
31212              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31213              Date: Tue, 26 Jun 2001 17:20:00 -0400
31214              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
31215      Branch: perl
31216            ! pod/perlxs.pod
31217 ____________________________________________________________________________
31218 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
31219         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
31220              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31221              Date: Tue, 26 Jun 2001 17:27:07 -0400
31222              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
31223      Branch: perl
31224            ! lib/ExtUtils/MM_Unix.pm
31225 ____________________________________________________________________________
31226 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
31227         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
31228              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31229              Date: Tue, 26 Jun 2001 17:23:24 -0400
31230              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
31231      Branch: perl
31232            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
31233 ____________________________________________________________________________
31234 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
31235         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
31236              by Olaf Flebbe.
31237      Branch: perl
31238            ! perl.h
31239 ____________________________________________________________________________
31240 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
31241         Log: Detypo.
31242      Branch: perl
31243            ! lib/Memoize/t/tie_sdbm.t
31244 ____________________________________________________________________________
31245 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
31246         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
31247      Branch: perl
31248            ! win32/perllib.c
31249 ____________________________________________________________________________
31250 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
31251         Log: Subject: [patch] perl_clone+CvFILE
31252              From: Doug MacEachern <dougm@covalent.net>
31253              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
31254              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
31255      Branch: perl
31256            ! sv.c
31257 ____________________________________________________________________________
31258 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
31259         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
31260              From: Mark-Jason Dominus <mjd@plover.com>
31261              Date: Tue, 26 Jun 2001 12:33:01 -0400
31262              Message-ID: <20010626163301.31298.qmail@plover.com>
31263      Branch: perl
31264            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
31265 ____________________________________________________________________________
31266 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
31267         Log: Update Changes.
31268      Branch: perl
31269            ! Changes patchlevel.h
31270 ____________________________________________________________________________
31271 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
31272         Log: Also catfile() needs now to explicitly exported.
31273      Branch: perl
31274            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
31275 ____________________________________________________________________________
31276 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
31277         Log: Regen toc.
31278      Branch: perl
31279            ! pod/perltoc.pod
31280 ____________________________________________________________________________
31281 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
31282         Log: Nonexistent pod command.
31283      Branch: perl
31284            ! pod/perl572delta.pod
31285 ____________________________________________________________________________
31286 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
31287         Log: Be more portable in the quest for tmpdir.
31288      Branch: perl
31289            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
31290 ____________________________________________________________________________
31291 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
31292         Log: Be more portable in finding out the home directory,
31293              and use File::Spec to do the concat.
31294              (Come to think of it, couldn't File::Spec provide
31295              for a ->homedir method?)
31296      Branch: perl
31297            ! lib/Net/Config.pm
31298 ____________________________________________________________________________
31299 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
31300         Log: Doc patch for #10959.
31301      Branch: perl
31302            ! pod/perlfunc.pod
31303 ____________________________________________________________________________
31304 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
31305         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
31306              From: "Philip Newton" <pnewton@gmx.de>
31307              Date: Tue, 26 Jun 2001 16:26:47 +0200
31308              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
31309      Branch: perl
31310            ! pod/perldata.pod
31311 ____________________________________________________________________________
31312 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
31313         Log: Subject: [PATH] shared -> unique;
31314              From: "Artur Bergman" <artur@contiller.se>
31315              Date: Tue, 26 Jun 2001 16:18:40 +0200
31316              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
31317              
31318              Because "shared" isn't: it's read-only.
31319      Branch: perl
31320            ! toke.c xsutils.c
31321 ____________________________________________________________________________
31322 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
31323         Log: Escape multiline croak messages.
31324      Branch: perl
31325            ! t/op/ver.t
31326 ____________________________________________________________________________
31327 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
31328         Log: No more pragma/*.t for minitest.
31329      Branch: perl
31330            ! Makefile.SH
31331 ____________________________________________________________________________
31332 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
31333         Log: AUTHORS updates.
31334      Branch: perl
31335            ! AUTHORS
31336 ____________________________________________________________________________
31337 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
31338         Log: delta updates.
31339      Branch: perl
31340            ! pod/perl572delta.pod
31341 ____________________________________________________________________________
31342 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
31343         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
31344              From: Artur Bergman <artur@contiller.se> 
31345              Date: Tue, 26 Jun 2001 15:32:53 +0200
31346              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
31347      Branch: perl
31348            ! makedef.pl sv.c sv.h win32/perllib.c
31349 ____________________________________________________________________________
31350 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
31351         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
31352              From: Jonathan Stowe <gellyfish@gellyfish.com>
31353              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
31354              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
31355              
31356              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
31357      Branch: perl
31358            + ext/Time/HiRes/hints/sco.pl
31359            ! MANIFEST
31360 ____________________________________________________________________________
31361 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
31362         Log: Subject: [PATCH 5.6.1] static build
31363              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31364              Date: Tue, 26 Jun 2001 04:22:25 -0400
31365              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
31366      Branch: perl
31367            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
31368            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
31369 ____________________________________________________________________________
31370 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
31371         Log: DJGPP patches from Laszlo Molnar.
31372      Branch: perl
31373            ! djgpp/djgpp.c perl.c util.c
31374 ____________________________________________________________________________
31375 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
31376         Log: Netware patches from Ananth Kesari.
31377      Branch: perl
31378            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
31379            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
31380            ! NetWare/nwtinfo.h
31381 ____________________________________________________________________________
31382 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
31383         Log: Detypo.
31384      Branch: perl
31385            ! ext/Errno/Errno_pm.PL
31386 ____________________________________________________________________________
31387 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
31388         Log: There seems to be two ways of spelling the $^O in *STEP.
31389      Branch: perl
31390            ! ext/Errno/Errno_pm.PL
31391 ____________________________________________________________________________
31392 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
31393         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
31394              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
31395      Branch: perl
31396            ! ext/Errno/Errno_pm.PL
31397 ____________________________________________________________________________
31398 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
31399         Log: Known bugs update.
31400      Branch: perl
31401            ! pod/perl572delta.pod
31402 ____________________________________________________________________________
31403 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
31404         Log: The default installation of Cygwin has 500 as root's uid.
31405      Branch: perl
31406            ! lib/User/pwent.t
31407 ____________________________________________________________________________
31408 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
31409         Log: Be even more relaxed (re-allow having only one entry).
31410      Branch: perl
31411            ! t/op/grent.t t/op/pwent.t
31412 ____________________________________________________________________________
31413 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
31414         Log: Test failure updates.
31415      Branch: perl
31416            ! pod/perl572delta.pod
31417 ____________________________________________________________________________
31418 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
31419         Log: MPE/iX test tweaks from Mark Bixby.
31420      Branch: perl
31421            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
31422            ! t/io/fs.t t/op/stat.t
31423 ____________________________________________________________________________
31424 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
31425         Log: Microperl findings.
31426      Branch: perl
31427            ! perl.h pp_sys.c
31428 ____________________________________________________________________________
31429 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
31430         Log: Touch uconfig.h.
31431      Branch: perl
31432            ! uconfig.h
31433 ____________________________________________________________________________
31434 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
31435         Log: Subject: [PATCH] Proposed fix for Pod::Man
31436              From: Rob Napier <rnapier@employees.org>
31437              Date: Mon, 25 Jun 2001 15:49:24 -0400
31438              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
31439              
31440              Cater for Solaris nroff brokenness (shortchanges daisywheel
31441              printers, but hey, we also no more support PDPs.)
31442      Branch: perl
31443            ! lib/Pod/Man.pm
31444 ____________________________________________________________________________
31445 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
31446         Log: Typo in #10937.
31447      Branch: perl
31448            ! ext/POSIX/sigaction.t
31449 ____________________________________________________________________________
31450 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
31451         Log: SIGCONT not trappable in VMS.
31452      Branch: perl
31453            ! ext/POSIX/sigaction.t
31454 ____________________________________________________________________________
31455 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
31456         Log: Subject: [DRAFT] Encode-Tcl.t
31457              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
31458              Date: Tue, 26 Jun 2001 03:38:08 +0900
31459              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
31460      Branch: perl
31461            + ext/Encode/Encode/Tcl.t
31462            ! MANIFEST ext/Encode/Encode/Tcl.pm
31463 ____________________________________________________________________________
31464 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
31465         Log: Because of #10932 retract also the perlfunc hunk of #10910.
31466      Branch: perl
31467            ! pod/perlfunc.pod
31468 ____________________________________________________________________________
31469 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
31470         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
31471              by Ilya Zakharevich in
31472              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
31473      Branch: perl
31474            ! XSUB.h
31475 ____________________________________________________________________________
31476 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
31477         Log: Typo in #10889.
31478      Branch: perl
31479            ! hints/uts.sh
31480 ____________________________________________________________________________
31481 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
31482         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
31483              From: Abhijit Menon-Sen <ams@wiw.org>
31484              Date: Mon, 25 Jun 2001 23:45:45 +0530
31485              Message-ID: <20010625234545.A5022@lustre.linux.in>
31486      Branch: perl
31487            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
31488 ____________________________________________________________________________
31489 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
31490         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
31491              From: Michael G Schwern <schwern@pobox.com>
31492              Date: Mon, 25 Jun 2001 14:35:51 -0400
31493              Message-ID: <20010625143551.H13819@blackrider>
31494      Branch: perl
31495            ! lib/Test.pm
31496 ____________________________________________________________________________
31497 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
31498         Log: Update Changes.
31499      Branch: perl
31500            ! Changes patchlevel.h
31501 ____________________________________________________________________________
31502 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
31503         Log: Regen toc and modlib.
31504      Branch: perl
31505            ! pod/perlmodlib.pod pod/perltoc.pod
31506 ____________________________________________________________________________
31507 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
31508         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
31509              for the benefit of C++ compilers, as suggested by Guruprasad.
31510      Branch: perl
31511            ! embed.pl proto.h
31512 ____________________________________________________________________________
31513 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
31514         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
31515              From: Jonathan Stowe <gellyfish@gellyfish.com>
31516              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
31517              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
31518      Branch: perl
31519            ! pod/perlfaq5.pod
31520 ____________________________________________________________________________
31521 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
31522         Log: Missed from #10925.
31523      Branch: perl
31524            ! gv.c
31525 ____________________________________________________________________________
31526 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
31527         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
31528              From: Robin Houston <robin@kitsite.com>
31529              Date: Sat, 19 May 2001 16:19:34 +0100
31530              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
31531      Branch: perl
31532            ! cv.h gv.h op.c
31533 ____________________________________________________________________________
31534 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
31535         Log: Netware README tweak.
31536      Branch: perl
31537            ! README.netware
31538 ____________________________________________________________________________
31539 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
31540         Log: Subject: [PATCH] Re: overload.t fails
31541              From: Abhijit Menon-Sen <ams@wiw.org>
31542              Date: Mon, 25 Jun 2001 14:52:20 +0530
31543              Message-ID: <20010625145220.A24114@lustre.linux.in>
31544      Branch: perl
31545            ! lib/overload.t
31546 ____________________________________________________________________________
31547 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
31548         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
31549              From: Mike Guy <mjtg@cam.ac.uk>
31550              Date: Mon, 25 Jun 2001 11:43:23 +0100
31551              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
31552      Branch: perl
31553            ! lib/Carp.pm
31554 ____________________________________________________________________________
31555 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
31556         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
31557              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31558              Date: Sun, 24 Jun 2001 05:17:05 -0400
31559              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
31560      Branch: perl
31561            ! os2/os2ish.h
31562 ____________________________________________________________________________
31563 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
31564         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
31565              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31566              Date: Mon, 25 Jun 2001 05:52:27 -0400
31567              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
31568      Branch: perl
31569            ! hints/os2.sh
31570 ____________________________________________________________________________
31571 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
31572         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
31573              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31574              Date: Mon, 25 Jun 2001 05:23:35 -0400
31575              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
31576      Branch: perl
31577            ! os2/os2.c
31578 ____________________________________________________________________________
31579 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
31580         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
31581              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31582              Date: Mon, 25 Jun 2001 05:04:32 -0400
31583              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
31584      Branch: perl
31585            ! os2/OS2/REXX/DLL/DLL.pm
31586 ____________________________________________________________________________
31587 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
31588         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
31589              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31590              Date: Mon, 25 Jun 2001 05:02:36 -0400
31591              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
31592      Branch: perl
31593            ! mg.c os2/dl_os2.c os2/os2.c
31594 ____________________________________________________________________________
31595 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
31596         Log: Subject: Re: [PATCH 5.6.1] misprints
31597              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31598              Date: Mon, 25 Jun 2001 04:50:50 -0400
31599              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
31600      Branch: perl
31601            ! os2/os2.c pp_sys.c
31602 ____________________________________________________________________________
31603 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
31604         Log: Add Test::More and Test::Simple to the delta.
31605      Branch: perl
31606            ! pod/perl572delta.pod
31607 ____________________________________________________________________________
31608 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
31609         Log: Add Test::More, from Michael G Schwern.
31610      Branch: perl
31611            + lib/Test/More.pm lib/Test/More/t/More.t
31612            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
31613            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
31614            + t/lib/Test/More/Catch.pm
31615            ! MANIFEST
31616 ____________________________________________________________________________
31617 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
31618         Log: Add Test::Simple from Michael G Schwern.
31619      Branch: perl
31620            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
31621            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
31622            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
31623            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
31624            + t/lib/Test/Simple/Catch.pm
31625            + t/lib/Test/Simple/sample_tests/death.plx
31626            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
31627            + t/lib/Test/Simple/sample_tests/extras.plx
31628            + t/lib/Test/Simple/sample_tests/five_fail.plx
31629            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
31630            + t/lib/Test/Simple/sample_tests/one_fail.plx
31631            + t/lib/Test/Simple/sample_tests/require.plx
31632            + t/lib/Test/Simple/sample_tests/success.plx
31633            + t/lib/Test/Simple/sample_tests/too_few.plx
31634            + t/lib/Test/Simple/sample_tests/two_fail.plx
31635            ! MANIFEST
31636 ____________________________________________________________________________
31637 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
31638         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
31639              From: "Craig A. Berry" <craigberry@mac.com>
31640              Date: Sun, 24 Jun 2001 23:41:36 -0500
31641              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
31642      Branch: perl
31643            ! pp_sys.c
31644 ____________________________________________________________________________
31645 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
31646         Log: Upgrade to Attribute::Handlers 0.70.
31647      Branch: perl
31648            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
31649            ! MANIFEST lib/Attribute/Handlers.pm
31650 ____________________________________________________________________________
31651 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
31652         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
31653              From: Abhijit Menon-Sen <ams@wiw.org>
31654              Date: Sat, 23 Jun 2001 05:17:44 +0530
31655              Message-ID: <20010623051744.A18583@lustre.linux.in>
31656              
31657              (Can't think of a good place to put tests.)
31658      Branch: perl
31659            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
31660 ____________________________________________________________________________
31661 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
31662         Log: Subject: [PATCH] t/op/pat.t typo fix
31663              From: Richard Soderberg <rs@crystalflame.net>
31664              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
31665              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
31666      Branch: perl
31667            ! t/op/pat.t
31668 ____________________________________________________________________________
31669 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
31670         Log: Move the pack warnings to their own file, as pointed
31671              out by Spider.
31672      Branch: perl
31673            + t/lib/warnings/pp_pack
31674            ! MANIFEST t/lib/warnings/pp
31675 ____________________________________________________________________________
31676 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
31677         Log: Update Changes.
31678      Branch: perl
31679            ! Changes patchlevel.h
31680 ____________________________________________________________________________
31681 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
31682         Log: Partially fix a problem noticed by IRIX compiler:
31683              the initialization of parse_start was bypassed by
31684              several gotos.  Now initialized to zero, which may
31685              not be the best choice.
31686      Branch: perl
31687            ! regcomp.c
31688 ____________________________________________________________________________
31689 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
31690         Log: Relax the group and password tests back to moaning only
31691              if no matches at all are found.  (Even with a small sample
31692              I could find many sites where there are, umm, anomalies in
31693              the said databases.)       
31694      Branch: perl
31695            ! t/op/grent.t t/op/pwent.t
31696 ____________________________________________________________________________
31697 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
31698         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
31699      Branch: perl
31700            ! pp_ctl.c
31701 ____________________________________________________________________________
31702 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
31703         Log: De-cut-and-pasto in #10902.
31704      Branch: perl
31705            ! pp_ctl.c
31706 ____________________________________________________________________________
31707 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
31708         Log: The #10771 didn't take?
31709      Branch: perl
31710            ! pp_ctl.c
31711 ____________________________________________________________________________
31712 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
31713         Log: Undo the filetests part of #10900, under multiplicity
31714              weird errors take place.
31715      Branch: perl
31716            ! pp_sys.c
31717 ____________________________________________________________________________
31718 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
31719         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
31720      Branch: perl
31721            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
31722 ____________________________________________________________________________
31723 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
31724         Log: (Replaced by #10922)
31725              
31726              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
31727              From: Tony Bowden <tony@kasei.com>
31728              Date: Sun, 24 Jun 2001 17:32:40 +0100
31729              Message-ID: <20010624173240.A16293@blackstar.co.uk>
31730              
31731              Document (well, mention) shortmess() and longmess()
31732              to rob people of their fun of reinventing the wheel.
31733      Branch: perl
31734            ! lib/Carp.pm
31735 ____________________________________________________________________________
31736 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
31737         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
31738              From: Brian Jepson <bjepson@oreilly.com>
31739              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
31740              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
31741      Branch: perl
31742            ! pp_sys.c
31743 ____________________________________________________________________________
31744 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
31745         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
31746              From: Robin Barker <rmb1@cise.npl.co.uk> 
31747              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
31748              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
31749      Branch: perl
31750            ! lib/CPAN.pm
31751 ____________________________________________________________________________
31752 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
31753         Log: Memoize patch from mjd.
31754      Branch: perl
31755            ! lib/Memoize/t/tie_storable.t
31756 ____________________________________________________________________________
31757 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
31758         Log: Spec the sv_pvprintify() a bit more.
31759      Branch: perl
31760            ! pod/perltodo.pod
31761 ____________________________________________________________________________
31762 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
31763         Log: Upgrade to Memoize 0.65.
31764      Branch: perl
31765            + lib/Memoize/t/array_confusion.t
31766            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
31767            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
31768            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
31769            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
31770            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
31771            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
31772            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
31773            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
31774            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
31775            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
31776            ! lib/Memoize/t/tie_storable.t
31777 ____________________________________________________________________________
31778 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
31779         Log: Metaconfig unit change for #10892.
31780      Branch: metaconfig
31781            ! U/modified/Options.U
31782 ____________________________________________________________________________
31783 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
31784         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
31785              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31786              Date: Sun, 24 Jun 2001 05:24:40 -0400
31787              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
31788      Branch: perl
31789            ! Configure hints/os2.sh
31790 ____________________________________________________________________________
31791 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
31792         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
31793              From: Mike Guy <mjtg@cam.ac.uk>
31794              Date: Sun, 24 Jun 2001 15:28:39 +0100
31795              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
31796              
31797              Fix an ancient (5.002) bug.
31798      Branch: perl
31799            ! lib/Carp/Heavy.pm
31800 ____________________________________________________________________________
31801 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
31802         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
31803              variables.
31804      Branch: perl
31805            ! pp_sys.c
31806 ____________________________________________________________________________
31807 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
31808         Log: Make UTS as per #10888.
31809      Branch: perl
31810            ! hints/uts.sh
31811 ____________________________________________________________________________
31812 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
31813         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
31814      Branch: perl
31815            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
31816            ! mpeix/mpeixish.h perl.h unixish.h
31817 ____________________________________________________________________________
31818 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
31819         Log: AUTHORS update.
31820      Branch: perl
31821            ! AUTHORS
31822 ____________________________________________________________________________
31823 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
31824         Log: Subject: Encode::Tcl for multibyte doesnot work
31825              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
31826              Date: Sun, 24 Jun 2001 22:48:21 +0900
31827              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
31828      Branch: perl
31829            ! ext/Encode/Encode/Tcl.pm
31830 ____________________________________________________________________________
31831 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
31832         Log: Subject: [PATCH] Remove tautology in error messages
31833              From: Mike Guy <mjtg@cam.ac.uk>
31834              Date: Sun, 24 Jun 2001 13:31:00 +0100
31835              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
31836      Branch: perl
31837            ! pp_sys.c
31838 ____________________________________________________________________________
31839 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
31840         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
31841      Branch: perl
31842            ! hints/darwin.sh
31843 ____________________________________________________________________________
31844 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
31845         Log: Subject: Re: [PATCH 5.6.1] test suite
31846              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31847              Date: Sun, 24 Jun 2001 05:47:05 -0400
31848              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
31849              
31850              Test suite fixes.
31851      Branch: perl
31852            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
31853 ____________________________________________________________________________
31854 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
31855         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
31856              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31857              Date: Sun, 24 Jun 2001 05:37:19 -0400
31858              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
31859      Branch: perl
31860            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
31861 ____________________________________________________________________________
31862 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
31863         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
31864              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31865              Date: Sun, 24 Jun 2001 05:34:50 -0400
31866              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
31867              
31868              Pacify compiler warnings.
31869      Branch: perl
31870            ! pp_sys.c
31871 ____________________________________________________________________________
31872 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
31873         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
31874              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31875              Date: Sun, 24 Jun 2001 05:21:18 -0400
31876              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
31877              
31878              Enable compression of executables during link time.
31879      Branch: perl
31880            ! hints/os2.sh
31881 ____________________________________________________________________________
31882 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
31883         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
31884              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31885              Date: Sun, 24 Jun 2001 05:15:11 -0400
31886              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
31887              
31888              Add ordinals to the export list for Perl DLL.
31889              (Breaks intra-version DLL compatibility.)
31890      Branch: perl
31891            ! makedef.pl
31892 ____________________________________________________________________________
31893 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
31894         Log: Allow (displaying and) re-editing the Subject in perlbug.
31895              Also abstract the Subject quality control into a function.
31896      Branch: perl
31897            ! utils/perlbug.PL
31898 ____________________________________________________________________________
31899 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
31900         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
31901      Branch: perl
31902            ! utils/perlbug.PL
31903 ____________________________________________________________________________
31904 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
31905         Log: Regen toc and modlib.
31906      Branch: perl
31907            ! pod/perlmodlib.pod pod/perltoc.pod
31908 ____________________________________________________________________________
31909 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
31910         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
31911              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
31912              attribute semantics as much as possible, or 'ntsec' which uses
31913              native NTFS semantics.)  (See also #10877.)
31914      Branch: perl
31915            ! perl.c
31916 ____________________________________________________________________________
31917 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
31918         Log: (Retracted by #11586)
31919              
31920              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
31921      Branch: perl
31922            ! lib/Test/Harness.pm
31923 ____________________________________________________________________________
31924 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
31925         Log: Just zap the -uPerlio.
31926      Branch: perl
31927            ! ext/B/Stash.t
31928 ____________________________________________________________________________
31929 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
31930         Log: Do not test PerlIO if PerlIO not used.
31931      Branch: perl
31932            ! ext/PerlIO/PerlIO.t
31933 ____________________________________________________________________________
31934 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
31935         Log: Regen perlapi.
31936      Branch: perl
31937            ! pod/perlapi.pod
31938 ____________________________________________________________________________
31939 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
31940         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
31941              From: Nicholas Clark <nick@ccl4.org>
31942              Date: Sat, 23 Jun 2001 22:55:47 +0100
31943              Message-ID: <20010623225547.Z98663@plum.flirble.org>
31944      Branch: perl
31945            ! numeric.c
31946 ____________________________________________________________________________
31947 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
31948         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
31949              From: Prymmer/Kahn <pvhp@best.com>
31950              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
31951              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
31952      Branch: perl
31953            ! lib/h2xs.t
31954 ____________________________________________________________________________
31955 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
31956         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
31957              cygwin does not taint cwd, just like win32.
31958      Branch: perl
31959            ! lib/File/Find/taint.t t/op/taint.t
31960 ____________________________________________________________________________
31961 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
31962         Log: Retract #10865, the patch should be unnecessary.
31963              (But seemingly helpful in Cygwin?  Strange.)
31964      Branch: perl
31965            ! lib/Memoize/t/tie_ndbm.t
31966 ____________________________________________________________________________
31967 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
31968         Log: Misplaced test file; plus Cygwin filesystem semantics.
31969      Branch: perl
31970            + ext/SDBM_File/sdbm.t
31971            - ext/ODBM_File/sdbm.t
31972            ! MANIFEST
31973 ____________________________________________________________________________
31974 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
31975         Log: (Retracted by #10867.)
31976      Branch: perl
31977            ! lib/Memoize/t/tie_ndbm.t
31978 ____________________________________________________________________________
31979 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
31980         Log: Metaconfig unit change for #10863.
31981      Branch: metaconfig/U/perl
31982            ! Extensions.U
31983 ____________________________________________________________________________
31984 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
31985         Log: In Cygwin do not build NDBM_File and ODBM_File unless
31986              -lndbm and -ldbm are available.
31987      Branch: perl
31988            ! Configure config_h.SH
31989 ____________________________________________________________________________
31990 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
31991         Log: More Cygwin filesystem semantics.
31992      Branch: perl
31993            ! t/io/fs.t t/op/stat.t
31994 ____________________________________________________________________________
31995 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
31996         Log: More DOSish permission semantics for Cygwin.
31997      Branch: perl
31998            ! lib/AnyDBM_File.t
31999 ____________________________________________________________________________
32000 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
32001         Log: Cygwin too has different permission semantics.
32002      Branch: perl
32003            ! ext/GDBM_File/gdbm.t
32004 ____________________________________________________________________________
32005 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
32006         Log: The group (and assumedly passwd) databases can have
32007              only one entry (this is the case in cygwin).
32008      Branch: perl
32009            ! t/op/grent.t t/op/pwent.t
32010 ____________________________________________________________________________
32011 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
32012         Log: Also in Cygwin use Socket to figure out domainname
32013              (if any) (avoids trying to call external 'domainname',
32014              which doesn't at the moment exist in Cygwin)
32015      Branch: perl
32016            ! lib/Net/Domain.pm
32017 ____________________________________________________________________________
32018 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
32019         Log: Remove also the lib$Foo.def, not just $Foo.def.
32020      Branch: perl
32021            ! lib/ExtUtils/MM_Unix.pm
32022 ____________________________________________________________________________
32023 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
32024         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
32025      Branch: perl
32026            ! unixish.h
32027 ____________________________________________________________________________
32028 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
32029         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
32030              to match the whole isprint(), only the space character.
32031      Branch: perl
32032            ! handy.h pod/perlre.pod t/op/pat.t
32033 ____________________________________________________________________________
32034 [ 10854] By: nick                                  on 2001/06/23  08:09:33
32035         Log: Integrate mainline
32036      Branch: perlio
32037           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
32038           !> lib/ExtUtils.t lib/File/Find/taint.t
32039           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
32040           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
32041           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
32042 ____________________________________________________________________________
32043 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
32044         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
32045              with its floats    in os390 and s390 (UTS).
32046      Branch: perl
32047            ! lib/Math/BigInt/t/bigintpm.t
32048 ____________________________________________________________________________
32049 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
32050         Log: Add also UTS (s390) to the non-IEEE float platforms.
32051      Branch: perl
32052            ! t/op/sprintf.t
32053 ____________________________________________________________________________
32054 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
32055         Log: Subject: RFC: what are applicable standards for exponent sizes?
32056              From: Peter Prymmer <pvhp@forte.com>
32057              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
32058              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
32059      Branch: perl
32060            ! t/op/sprintf.t
32061 ____________________________________________________________________________
32062 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
32063         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
32064              From: Peter Prymmer <pvhp@forte.com>
32065              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
32066              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
32067      Branch: perl
32068            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
32069 ____________________________________________________________________________
32070 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
32071         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
32072              From: Peter Prymmer <pvhp@forte.com>
32073              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
32074              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
32075      Branch: perl
32076            ! lib/ExtUtils.t
32077 ____________________________________________________________________________
32078 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
32079         Log: Retract #10845.
32080      Branch: perl
32081            ! lib/File/Find/taint.t
32082 ____________________________________________________________________________
32083 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
32084         Log: Yet another error message.
32085      Branch: perl
32086            ! t/op/mkdir.t
32087 ____________________________________________________________________________
32088 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
32089         Log: The croak message for nonexistent socket functions may vary.
32090      Branch: perl
32091            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
32092 ____________________________________________________________________________
32093 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
32094         Log: (Retracted by #10848.)
32095      Branch: perl
32096            ! lib/File/Find/taint.t
32097 ____________________________________________________________________________
32098 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
32099         Log: Integrate perlio.
32100      Branch: perl
32101           !> lib/File/Find/taint.t t/op/write.t
32102 ____________________________________________________________________________
32103 [ 10843] By: nick                                  on 2001/06/22  21:24:51
32104         Log: Back out debug in taint.t
32105      Branch: perlio
32106            ! lib/File/Find/taint.t
32107 ____________________________________________________________________________
32108 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
32109         Log: setitimer() does not exist in Unicos, despite of what
32110              Configure thinks, from Mark P. Lutz.
32111      Branch: perl
32112            ! hints/unicos.sh
32113 ____________________________________________________________________________
32114 [ 10841] By: nick                                  on 2001/06/22  21:19:36
32115         Log: Skip cwd test on Win32 ???
32116      Branch: perlio
32117            ! lib/File/Find/taint.t
32118 ____________________________________________________________________________
32119 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
32120         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
32121              and Tru64 gcc -Wall happy.
32122      Branch: perl
32123            ! mg.c
32124 ____________________________________________________________________________
32125 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
32126         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
32127      Branch: perl
32128            ! ext/IPC/SysV/Semaphore.pm
32129 ____________________________________________________________________________
32130 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
32131         Log: Metaconfig unit change for #10837.
32132      Branch: metaconfig/U/perl
32133            ! Cross.U
32134 ____________________________________________________________________________
32135 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
32136         Log: Cleanup of the cross-compilation unit.
32137      Branch: perl
32138            ! Configure
32139 ____________________________________________________________________________
32140 [ 10836] By: nick                                  on 2001/06/22  20:45:12
32141         Log: Skip |- based op/write.t on Win32 as well as VMS
32142      Branch: perlio
32143            ! t/op/write.t
32144 ____________________________________________________________________________
32145 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
32146         Log: Integrate perlio.
32147      Branch: perl
32148           !> util.c
32149 ____________________________________________________________________________
32150 [ 10834] By: nick                                  on 2001/06/22  20:41:54
32151         Log: Integrate mainline
32152      Branch: perlio
32153           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
32154           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
32155           !> vos/config.ga.h
32156 ____________________________________________________________________________
32157 [ 10833] By: nick                                  on 2001/06/22  20:22:58
32158         Log: Patcho fix.
32159      Branch: perlio
32160            ! util.c
32161 ____________________________________________________________________________
32162 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
32163         Log: Metaconfig unit changes for #10831.
32164      Branch: metaconfig
32165            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
32166 ____________________________________________________________________________
32167 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
32168         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
32169              From: Andy Dougherty <doughera@lafayette.edu>
32170              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
32171              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
32172      Branch: perl
32173            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32174            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
32175 ____________________________________________________________________________
32176 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
32177         Log: MPE/iX prototype nits from Mark Bixby.
32178      Branch: perl
32179            ! pp_sys.c
32180 ____________________________________________________________________________
32181 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
32182         Log: Detypo.
32183      Branch: perl
32184            ! util.c
32185 ____________________________________________________________________________
32186 [ 10828] By: nick                                  on 2001/06/22  15:33:37
32187         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
32188      Branch: perlio
32189           +> lib/h2xs.t
32190           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
32191           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
32192           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
32193           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
32194           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
32195           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
32196           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
32197           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
32198           !> vms/vmsish.h
32199 ____________________________________________________________________________
32200 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
32201         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
32202              Date: Fri, 22 Jun 2001 10:08:35 -0500
32203              From: "Craig A. Berry" <craigberry@mac.com>
32204              Message-Id: <a05101001b75908704194@[192.168.56.145]>
32205      Branch: perl
32206            ! vms/vms.c vms/vmsish.h
32207 ____________________________________________________________________________
32208 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
32209         Log: NetWare scripts tweak from Ananth Kesari.
32210      Branch: perl
32211            ! NetWare/t/NWScripts.pl
32212 ____________________________________________________________________________
32213 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
32214         Log: Update Changes.
32215      Branch: perl
32216            ! Changes patchlevel.h
32217 ____________________________________________________________________________
32218 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
32219         Log: Add .i and .s targets.
32220      Branch: perl
32221            ! Makefile.SH
32222 ____________________________________________________________________________
32223 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
32224         Log: Upgrade to Locale::Maketext 1.03.
32225      Branch: perl
32226            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
32227            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
32228 ____________________________________________________________________________
32229 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
32230         Log: Upgrade to I18N::LangTags 0.26.
32231      Branch: perl
32232            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
32233            ! lib/I18N/LangTags/test.pl
32234 ____________________________________________________________________________
32235 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
32236         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
32237              Philip Newton.
32238      Branch: perl
32239            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
32240            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
32241 ____________________________________________________________________________
32242 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
32243         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
32244              From: Prymmer/Kahn <pvhp@best.com>
32245              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
32246              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
32247      Branch: perl
32248            + lib/h2xs.t
32249            ! MANIFEST utils/h2xs.PL
32250 ____________________________________________________________________________
32251 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
32252         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
32253              From: Prymmer/Kahn <pvhp@best.com>
32254              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
32255              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
32256      Branch: perl
32257            ! lib/ExtUtils.t
32258 ____________________________________________________________________________
32259 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
32260         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
32261              From: Prymmer/Kahn <pvhp@best.com>
32262              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
32263              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
32264      Branch: perl
32265            ! t/pod/plainer.t
32266 ____________________________________________________________________________
32267 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
32268         Log: AUTHORS update.
32269      Branch: perl
32270            ! AUTHORS
32271 ____________________________________________________________________________
32272 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
32273         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
32274              From: "Craig A. Berry" <craigberry@mac.com>
32275              Date: Thu, 21 Jun 2001 18:20:38 -0500
32276              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
32277      Branch: perl
32278            ! ext/POSIX/POSIX.xs
32279 ____________________________________________________________________________
32280 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
32281         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
32282              From: "Craig A. Berry" <craigberry@mac.com>
32283              Date: Thu, 21 Jun 2001 09:58:52 -0500
32284              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
32285      Branch: perl
32286            ! ext/B/Deparse.t t/op/write.t
32287 ____________________________________________________________________________
32288 [ 10814] By: nick                                  on 2001/06/22  08:13:09
32289         Log: Integrate mainline.
32290      Branch: perlio
32291           !> (integrate 46 files)
32292 ____________________________________________________________________________
32293 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
32294         Log: Change the prefixes only if $prefix is unset,
32295              as originally patched by Marcel Grunauer.
32296      Branch: perl
32297            ! hints/darwin.sh hints/rhapsody.sh
32298 ____________________________________________________________________________
32299 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
32300         Log: Subject: Re: Patch for hints/darwin.sh
32301              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
32302              Date: Thu, 21 Jun 2001 11:23:46 -0700
32303              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
32304      Branch: perl
32305            ! hints/darwin.sh hints/rhapsody.sh
32306 ____________________________________________________________________________
32307 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
32308         Log: Add .PHONY targets for non-file targets,
32309              from Wilfredo Sánchez.  Should help saying
32310              "make install" on case-insensitive filesystems.
32311      Branch: perl
32312            ! Makefile.SH
32313 ____________________________________________________________________________
32314 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
32315         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
32316              From: Doug MacEachern <dougm@covalent.net>
32317              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
32318              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
32319              
32320              plus reword the getcwd() comment, plus use getcwd() buffer
32321              size minus one.
32322      Branch: perl
32323            ! util.c
32324 ____________________________________________________________________________
32325 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
32326         Log: More gprofing from Doug MacEachern.
32327      Branch: perl
32328            ! Makefile.SH
32329 ____________________________________________________________________________
32330 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
32331         Log: Metaconfig unit change for #10807.
32332      Branch: metaconfig/U/perl
32333            ! d_sfio.U
32334 ____________________________________________________________________________
32335 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
32336         Log: Tell that you are removing the unneeded -lsfio.
32337      Branch: perl
32338            ! Configure
32339 ____________________________________________________________________________
32340 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
32341         Log: More MPE/iX tweaks from Mark Bixby.
32342      Branch: perl
32343            ! perl.c t/op/magic.t
32344 ____________________________________________________________________________
32345 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
32346         Log: The fchdir() proto is supposed to live in <unistd.h>.
32347      Branch: perl
32348            ! ext/Cwd/Cwd.xs
32349 ____________________________________________________________________________
32350 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
32351         Log: This town is too small for the Cwd extension and me,
32352              it would seem...
32353      Branch: perl
32354            ! ext/Cwd/Cwd.xs
32355 ____________________________________________________________________________
32356 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
32357         Log: Metaconfig unit change for #10802.
32358      Branch: metaconfig/U/perl
32359            ! d_modfl.U
32360 ____________________________________________________________________________
32361 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
32362         Log: More d'ohs.
32363      Branch: perl
32364            ! Configure
32365 ____________________________________________________________________________
32366 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
32367         Log: Off-by-one.  I'm so classic.
32368      Branch: perl
32369            ! util.c
32370 ____________________________________________________________________________
32371 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
32372         Log: Update Changes.
32373      Branch: perl
32374            ! Changes patchlevel.h
32375 ____________________________________________________________________________
32376 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
32377         Log: Subject: Documentation patch for Net::FTP
32378              From: Marcel Grunauer <marcel@codewerk.com>
32379              Date: Wed, 20 Jun 2001 23:03:26 +0200
32380              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
32381      Branch: perl
32382            ! lib/Net/FTP.pm
32383 ____________________________________________________________________________
32384 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
32385         Log: Retract the #10417 mg.c and embed.pl parts because of
32386              strange SEGVs in 64bit x86 FreeBSD observed by
32387              Nicholas Clark.
32388      Branch: perl
32389            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
32390 ____________________________________________________________________________
32391 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
32392         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
32393      Branch: perl
32394            ! Configure NetWare/config.wc NetWare/config_H.wc
32395            ! Porting/Glossary Porting/config.sh Porting/config_H
32396            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
32397            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32398            ! vos/config.ga.h win32/config.bc win32/config.gc
32399            ! win32/config.vc win32/config_H.bc win32/config_H.gc
32400            ! win32/config_H.vc
32401 ____________________________________________________________________________
32402 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
32403         Log: Cwd tweak from Doug MacEachern.
32404      Branch: perl
32405            ! ext/Cwd/Cwd.xs
32406 ____________________________________________________________________________
32407 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
32408         Log: Protect the fchdir() and lstat() with ifdefs.
32409              fchdir() needs a Configure probe.
32410      Branch: perl
32411            ! ext/Cwd/Cwd.xs
32412 ____________________________________________________________________________
32413 [ 10794] By: nick                                  on 2001/06/21  17:11:35
32414         Log: Integrate mainline
32415      Branch: perlio
32416           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
32417           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
32418           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
32419           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
32420           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
32421           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
32422           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
32423           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
32424            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
32425            - lib/File/Glob/case.t lib/File/Glob/global.t
32426            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
32427            - lib/File/Temp/posix.t lib/File/Temp/security.t
32428            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
32429            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
32430            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
32431            - lib/Text/Wrap/wrap.t
32432           !> (integrate 41 files)
32433 ____________________________________________________________________________
32434 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
32435         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
32436              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
32437              Date: Thu, 21 Jun 2001 13:04:54 -0500
32438              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
32439      Branch: perl
32440            ! ext/Cwd/Cwd.xs
32441 ____________________________________________________________________________
32442 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
32443         Log: Subject: [PATCH pod] overlong =item
32444              From: Robin Barker <rmb1@cise.npl.co.uk>
32445              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
32446              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
32447      Branch: perl
32448            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
32449            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
32450 ____________________________________________________________________________
32451 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
32452         Log: Subject: [PATCH perlio.c] format 
32453              From: Robin Barker <rmb1@cise.npl.co.uk>
32454              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
32455              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
32456      Branch: perl
32457            ! perlio.c
32458 ____________________________________________________________________________
32459 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
32460         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
32461              From: Radu Greab <radu@netsoft.ro>
32462              Date: Thu, 21 Jun 2001 19:06:02 +0300
32463              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
32464      Branch: perl
32465            ! pod/perlapi.pod sv.c
32466 ____________________________________________________________________________
32467 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
32468         Log: The metaconfig unit changes for #10788.
32469      Branch: metaconfig/U/perl
32470            ! Cross.U fflushall.U
32471 ____________________________________________________________________________
32472 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
32473         Log: Cross-configuration changes: make $from to rm the files
32474              before copying them over (this means that he rm can be
32475              removed from the fflushall test), create $targetmkdir      
32476              (not documented in install since it is supposed to internal
32477              use only), make $run to copy over the executable only if
32478              a stamp file .xok doesn't already exist (to avoid unnecessary
32479              copying of the executable)
32480      Branch: perl
32481            ! Configure Makefile.SH
32482 ____________________________________________________________________________
32483 [ 10787] By: nick                                  on 2001/06/21  14:16:18
32484         Log: Integrate mainline
32485      Branch: perlio
32486           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
32487           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
32488           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
32489            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
32490           !> (integrate 34 files)
32491 ____________________________________________________________________________
32492 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
32493         Log: Re-add the files as text.
32494      Branch: perl
32495            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
32496 ____________________________________________________________________________
32497 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
32498         Log: Delete the binary files.
32499      Branch: perl
32500            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
32501 ____________________________________________________________________________
32502 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
32503         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
32504              From: Andy Dougherty <doughera@lafayette.edu>
32505              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
32506              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
32507      Branch: perl
32508            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
32509            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
32510            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
32511            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
32512 ____________________________________________________________________________
32513 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
32514         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
32515              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
32516              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
32517              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
32518              
32519              Setting umask to something friendlier.
32520      Branch: perl
32521            ! installman installperl
32522 ____________________________________________________________________________
32523 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
32524         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
32525              Resort MANIFEST with sort -f, looks much better.
32526      Branch: perl
32527            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
32528            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
32529            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
32530            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
32531            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
32532            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
32533            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
32534            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
32535            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
32536            - lib/File/Glob/case.t lib/File/Glob/global.t
32537            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
32538            - lib/File/Temp/posix.t lib/File/Temp/security.t
32539            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
32540            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
32541            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
32542            - lib/Text/Wrap/wrap.t
32543            ! MANIFEST
32544 ____________________________________________________________________________
32545 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
32546         Log: Upgrade to I18N::LangTags 0.25.
32547      Branch: perl
32548            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
32549            ! lib/I18N/LangTags/List.pm
32550 ____________________________________________________________________________
32551 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
32552         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
32553              From: Richard Soderberg <rs@crystalflame.net>
32554              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
32555              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
32556      Branch: perl
32557            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
32558            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
32559 ____________________________________________________________________________
32560 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
32561         Log: Test obsoleted by change #10777.
32562      Branch: perl
32563            ! t/op/sub_lval.t
32564 ____________________________________________________________________________
32565 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
32566         Log: Case of confused test numbering.
32567      Branch: perl
32568            ! t/op/pat.t
32569 ____________________________________________________________________________
32570 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
32571         Log: Subject: Re: Opinion on undef lvalue
32572              From: Abhijit Menon-Sen <ams@wiw.org>
32573              Date: Sun, 17 Jun 2001 13:04:46 +0530
32574              Message-ID: <20010617130446.B27925@lustre.linux.in>
32575              
32576              Allow lvalue subs to return undef in array context.
32577      Branch: perl
32578            ! pp_hot.c
32579 ____________________________________________________________________________
32580 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
32581         Log: Just a guess that using the same hack for cygwin as
32582              for win32 might help.
32583      Branch: perl
32584            ! lib/File/Find/find.t
32585 ____________________________________________________________________________
32586 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
32587         Log: NetWare tweaks from Guruprasad.
32588      Branch: perl
32589            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
32590            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
32591            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
32592            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
32593 ____________________________________________________________________________
32594 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
32595         Log: Subject: Re: perl@10722: Bogus warnings on REs 
32596              From: Hugo <hv@crypt.compulink.co.uk>
32597              Date: Thu, 21 Jun 2001 09:51:17 +0100
32598              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
32599              
32600              Unroll to avoid a UTS compiler bug.
32601      Branch: perl
32602            ! regcomp.c
32603 ____________________________________________________________________________
32604 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
32605         Log: Subject: Re: [PATCH] Make /o work under i?threads
32606              From: Artur Bergman <artur@contiller.se>
32607              Date: Thu, 21 Jun 2001 14:38:03 +0200
32608              Message-ID: <B757B74A.184D%artur@contiller.se>
32609      Branch: perl
32610            ! t/op/pat.t
32611 ____________________________________________________________________________
32612 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
32613         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
32614              From: Artur Bergman <artur@contiller.se> 
32615              Date: Thu, 21 Jun 2001 14:27:33 +0200
32616              Message-ID: <B757B4D4.1849%artur@contiller.se>
32617              
32618              Plus extra parentheses.
32619      Branch: perl
32620            ! op.h
32621 ____________________________________________________________________________
32622 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
32623         Log: Subject: [PATCH] Make /o work under i?threads
32624              From: Richard Soderberg <rs@crystalflame.net>
32625              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
32626              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
32627      Branch: perl
32628            ! pp_ctl.c
32629 ____________________________________________________________________________
32630 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
32631         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
32632              From: Artur Bergman <artur@contiller.se>
32633              Date: Thu, 21 Jun 2001 14:04:54 +0200
32634              Message-ID: <B757AF86.1842%artur@contiller.se>
32635      Branch: perl
32636            ! op.h
32637 ____________________________________________________________________________
32638 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
32639         Log: Subject: Re: perl@10765: sv.c not OK on win32
32640              From: Artur Bergman <artur@contiller.se>
32641              Date: Thu, 21 Jun 2001 10:31:06 +0200
32642              Message-ID: <B7577D69.182C%artur@contiller.se>
32643      Branch: perl
32644            ! sv.c
32645 ____________________________________________________________________________
32646 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
32647         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
32648              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32649              Date: Thu, 21 Jun 2001 06:23:56 -0400
32650              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
32651              
32652              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
32653              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32654              Date: Thu, 21 Jun 2001 06:32:21 -0400
32655              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
32656      Branch: perl
32657            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
32658 ____________________________________________________________________________
32659 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
32660         Log: Subject: [PATCH] make syslog test more verbose
32661              From: Robert Spier <rspier@pobox.com>
32662              Date: Thu, 21 Jun 2001 00:54:32 -0400
32663              Message-ID: <15153.32264.295807.333073@rls.cx>
32664      Branch: perl
32665            ! ext/Sys/Syslog/syslog.t
32666 ____________________________________________________________________________
32667 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
32668         Log: Subject: op/study.t refinements
32669              From: Hugo <hv@crypt.compulink.co.uk>
32670              Date: Thu, 21 Jun 2001 00:29:07 +0100
32671              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
32672      Branch: perl
32673            ! t/op/study.t
32674 ____________________________________________________________________________
32675 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
32676         Log: Update Changes.
32677      Branch: perl
32678            ! Changes patchlevel.h
32679 ____________________________________________________________________________
32680 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
32681         Log: Subject: Re: [PATCH] djgpp updates
32682              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
32683              Date: Wed, 20 Jun 2001 10:05:15 +0200
32684              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
32685      Branch: perl
32686            ! djgpp/config.over
32687 ____________________________________________________________________________
32688 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
32689         Log: Fix for ID 20010619.002 "When building hash, hash keys that
32690              are function calls are not being called", from Abhijit.
32691      Branch: perl
32692            ! t/base/lex.t toke.c
32693 ____________________________________________________________________________
32694 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
32695         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
32696      Branch: perl
32697            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
32698            + lib/Locale/Maketext/test.pl
32699            - lib/Locale/Maketext.t
32700            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
32701            ! lib/Locale/Maketext/TPJ13.pod
32702 ____________________________________________________________________________
32703 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
32704         Log: Metaconfig unit change for #10760.
32705      Branch: metaconfig
32706            ! U/modified/Cppsym.U
32707 ____________________________________________________________________________
32708 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
32709         Log: Do not remove the ccsym* Cppsym* files since
32710              they are useful for metaconfig units coming after us.
32711              (This is the Configure nit mentioned in #10752.)
32712      Branch: perl
32713            ! Configure
32714 ____________________________________________________________________________
32715 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
32716         Log: Update to I18N::LangTags 0.24, from Sean Burke.
32717      Branch: perl
32718            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
32719            + lib/I18N/LangTags/README
32720            - lib/I18N/LangTags/List.pod
32721            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
32722 ____________________________________________________________________________
32723 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
32724         Log: Regen headers.
32725      Branch: perl
32726            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
32727            ! pod/perlapi.pod proto.h
32728 ____________________________________________________________________________
32729 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
32730         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
32731              From: Artur Bergman <artur@contiller.se>
32732              Date: Wed, 20 Jun 2001 11:31:32 +0200
32733              Message-ID: <B7563A14.17D8%artur@contiller.se>
32734      Branch: perl
32735            ! embed.pl hv.c intrpvar.h sv.c sv.h
32736 ____________________________________________________________________________
32737 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
32738         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
32739              From: Tim Sweetman <tim@aldigital.co.uk> 
32740              Date: Wed, 13 Jun 2001 14:25:17 +0100 
32741              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
32742      Branch: perl
32743            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
32744 ____________________________________________________________________________
32745 [ 10755] By: nick                                  on 2001/06/20  16:12:37
32746         Log: Integrate mainline
32747      Branch: perlio
32748           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
32749           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
32750           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
32751           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
32752           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
32753           !> t/op/study.t util.c
32754 ____________________________________________________________________________
32755 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
32756         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
32757              but not Makefile)
32758      Branch: maint-5.6/perl
32759            ! win32/Makefile
32760 ____________________________________________________________________________
32761 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
32762         Log: Security tweak on readlink().
32763      Branch: perl
32764            ! pp_sys.c
32765 ____________________________________________________________________________
32766 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
32767         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
32768      Branch: perl
32769            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
32770            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
32771            ! mpeix/relink t/op/pwent.t
32772 ____________________________________________________________________________
32773 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
32774         Log: Reinstate #10725 (with probe for alarm()).
32775      Branch: perl
32776            ! t/op/study.t
32777 ____________________________________________________________________________
32778 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
32779         Log: Replace our implementation of realpath() with OpenBSD's
32780              (src/lib/libc/stdlib/realpath.c 1.4).
32781      Branch: perl
32782            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
32783            ! pod/perldiag.pod proto.h util.c
32784 ____________________________________________________________________________
32785 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
32786         Log: Integrate perlio.
32787      Branch: perl
32788           !> perlio.c
32789 ____________________________________________________________________________
32790 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
32791         Log: No point in going into memory-saving contortions
32792              with getcwd() since there's a danger of buffer overflow.
32793              Also make the POSIX extension to use sv_getcwd().
32794              Finally, a missed proto.h fragment.
32795      Branch: perl
32796            ! ext/POSIX/POSIX.xs proto.h util.c
32797 ____________________________________________________________________________
32798 [ 10747] By: nick                                  on 2001/06/20  12:38:26
32799         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
32800      Branch: perlio
32801            ! perlio.c
32802 ____________________________________________________________________________
32803 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
32804         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
32805              From: Graham Barr <gbarr@pobox.com>
32806              Date: Wed, 20 Jun 2001 11:05:49 +0100
32807              Message-ID: <20010620110549.I19188@pobox.com>
32808              
32809              reported in        
32810              
32811              Subject: Bug in IO::Socket::INET module (repeat)
32812              From: "Harmon S. Nine" <hnine@netarx.com>
32813              Date: Tue, 19 Jun 2001 09:41:35 -0400
32814              Message-ID: <3B2F568F.8080605@netarx.com>
32815              
32816              The bug was that the IO::Socket::INET constructor
32817              did not allow a 'LocalPort' of 0.
32818      Branch: perl
32819            ! ext/IO/lib/IO/Socket/INET.pm
32820 ____________________________________________________________________________
32821 [ 10745] By: nick                                  on 2001/06/20  08:56:39
32822         Log: Integrate mainline.
32823      Branch: perlio
32824           !> (integrate 37 files)
32825 ____________________________________________________________________________
32826 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
32827         Log: After some reading I don't think we can blindly
32828              use systems' realpath().  Too many security problems,
32829              too many buggy implementations.
32830              
32831              TODO: the realpath() emulation code in util.c doesn't
32832              seem fully operational?  (readlink(), for example?)
32833      Branch: perl
32834            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
32835            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
32836            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
32837            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
32838            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
32839            ! win32/config_H.gc win32/config_H.vc
32840 ____________________________________________________________________________
32841 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
32842         Log: Metaconfig unit change for #10738.
32843      Branch: metaconfig
32844            ! U/compline/d_gconvert.U
32845 ____________________________________________________________________________
32846 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
32847         Log: Integrate change #10739 from maintperl:
32848              
32849              C<eval "/x$\r\n/x"> fails to compile correctly 
32850      Branch: perl
32851           !> t/op/pat.t toke.c
32852 ____________________________________________________________________________
32853 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
32854         Log: Retract #10725 (Hugo asked NOT to apply the patch)
32855      Branch: perl
32856            ! t/op/study.t
32857 ____________________________________________________________________________
32858 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
32859         Log: The test.third results were funnily named because of the
32860              new test scheme.
32861      Branch: perl
32862            ! t/TEST
32863 ____________________________________________________________________________
32864 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
32865         Log: C<eval "/x$\r\n/x"> fails to compile correctly
32866      Branch: maint-5.6/perl
32867            ! t/op/pat.t toke.c
32868 ____________________________________________________________________________
32869 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
32870         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
32871              From: Spider Boardman <spider@Orb.Nashua.NH.US>
32872              Date: Tue, 19 Jun 2001 19:15:40 -0400
32873              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
32874              
32875              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
32876              because "1e+129" being expected but "1.e+129" being returned.
32877              The culprit (at least in Tru64) is the use of gcvt().
32878      Branch: perl
32879            ! Configure
32880 ____________________________________________________________________________
32881 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
32882         Log: Subject: [PATCH perl@10722] test hunting on VMS
32883              From: "Craig A. Berry" <craigberry@mac.com>
32884              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
32885              Date: Tue, 19 Jun 2001 18:59:01 -0500
32886      Branch: perl
32887            ! vms/test.com
32888 ____________________________________________________________________________
32889 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
32890         Log: Subject: [PATCH] s/typos//
32891              From: Abhijit Menon-Sen <ams@wiw.org>
32892              Date: Wed, 20 Jun 2001 02:15:02 +0530
32893              Message-ID: <20010620021502.A14541@lustre.linux.in>
32894              
32895              Without the op.h s/bearword/bareword/ hunk, see
32896              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
32897      Branch: perl
32898            ! util.c
32899 ____________________________________________________________________________
32900 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
32901         Log: Metaconfig unit change for #10732 and #10733.
32902      Branch: metaconfig/U/perl
32903            ! fflushall.U
32904 ____________________________________________________________________________
32905 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
32906         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
32907              From: "Craig A. Berry" <craigberry@mac.com>
32908              Date: Tue, 19 Jun 2001 17:19:48 -0500
32909              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
32910      Branch: perl
32911            ! configure.com vms/descrip_mms.template
32912 ____________________________________________________________________________
32913 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
32914         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
32915              From: Spider Boardman <spider@Orb.Nashua.NH.US>
32916              Date: Tue, 19 Jun 2001 16:48:07 -0400
32917              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
32918              
32919              Further fixes to fflush(NULL) detection.
32920      Branch: perl
32921            ! Configure
32922 ____________________________________________________________________________
32923 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
32924         Log: AIX test -s hangs with non-existent files?
32925              (A genuine logic bug in Configure, but AIX also broken?)
32926      Branch: perl
32927            ! Configure
32928 ____________________________________________________________________________
32929 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
32930         Log: AUTHORS updates.
32931      Branch: perl
32932            ! AUTHORS
32933 ____________________________________________________________________________
32934 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
32935         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
32936              From: Spider Boardman <spider@Orb.Nashua.NH.US>
32937              Date: Tue, 19 Jun 2001 15:33:25 -0400
32938              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
32939      Branch: perl
32940            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
32941            ! t/lib/warnings/pp
32942 ____________________________________________________________________________
32943 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
32944         Log: Integrate perlio.
32945      Branch: perl
32946           !> lib/File/Find/find.t win32/distclean.bat
32947 ____________________________________________________________________________
32948 [ 10728] By: nick                                  on 2001/06/19  18:24:53
32949         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
32950      Branch: perlio
32951            ! lib/File/Find/find.t win32/distclean.bat
32952 ____________________________________________________________________________
32953 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
32954         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
32955              also add information how to find out whether one has PerlIO.
32956      Branch: perl
32957            ! pod/perlfunc.pod
32958 ____________________________________________________________________________
32959 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
32960         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
32961              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
32962              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
32963              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
32964      Branch: perl
32965            ! pod/perlfunc.pod
32966 ____________________________________________________________________________
32967 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
32968         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
32969              From: Hugo <hv@crypt.compulink.co.uk>
32970              Date: Tue, 19 Jun 2001 12:37:30 +0100
32971              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
32972      Branch: perl
32973            ! t/op/study.t
32974 ____________________________________________________________________________
32975 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
32976         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
32977              From: Hugo <hv@crypt.compulink.co.uk>
32978              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
32979              Date: Tue, 19 Jun 2001 13:15:17 +0100
32980      Branch: perl
32981            ! util.c
32982 ____________________________________________________________________________
32983 [ 10723] By: nick                                  on 2001/06/19  14:46:15
32984         Log: Integrate mainline
32985      Branch: perlio
32986           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
32987           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
32988           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
32989           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
32990           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
32991           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
32992            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
32993            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
32994            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
32995            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
32996            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
32997            - ext/Thread/unsync4.t
32998           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
32999           !> djgpp/config.over djgpp/fixpmain
33000           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
33001           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
33002           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
33003 ____________________________________________________________________________
33004 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
33005         Log: Update Changes.
33006      Branch: perl
33007            ! Changes patchlevel.h
33008 ____________________________________________________________________________
33009 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
33010         Log: The existence shall be MANIFESted.
33011      Branch: perl
33012            ! MANIFEST
33013 ____________________________________________________________________________
33014 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
33015         Log: The old libnet.cfg is first searched from the current directory,
33016              only then from the module path.
33017      Branch: perl
33018            ! utils/libnetcfg.PL
33019 ____________________________________________________________________________
33020 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
33021         Log: NetWare tweaks from Guruprasad.
33022      Branch: perl
33023            ! NetWare/Makefile NetWare/config.wc
33024 ____________________________________________________________________________
33025 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
33026         Log: Subject: [PATCH] djgpp updates
33027              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
33028              Date: Tue, 19 Jun 2001 10:59:06 +0200
33029              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
33030      Branch: perl
33031            ! djgpp/config.over djgpp/fixpmain
33032 ____________________________________________________________________________
33033 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
33034         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
33035              From: Prymmer/Kahn <pvhp@best.com>
33036              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
33037              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
33038      Branch: perl
33039            ! win32/Makefile
33040 ____________________________________________________________________________
33041 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
33042         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
33043              to happen right after the inclusion of <inttypes.h>,
33044              from Edward Moy.
33045      Branch: perl
33046            ! handy.h perl.h
33047 ____________________________________________________________________________
33048 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
33049         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
33050              From: Doug MacEachern <dougm@covalent.net>
33051              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
33052              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
33053      Branch: perl
33054            ! ext/DynaLoader/DynaLoader_pm.PL
33055 ____________________________________________________________________________
33056 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
33057         Log: Revert #10656 for performance reasons but leave in the
33058              use of Hv*() macros -- in comments, so that grepping the
33059              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
33060              suggested by Sarathy, also by Abhijit.)
33061      Branch: perl
33062            ! hv.c
33063 ____________________________________________________________________________
33064 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
33065         Log: Subject: [patch] .s MakeMaker suffix
33066              From: Doug MacEachern <dougm@covalent.net>
33067              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
33068              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
33069      Branch: perl
33070            ! lib/ExtUtils/MM_Unix.pm
33071 ____________________________________________________________________________
33072 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
33073         Log: One test lost in the big shuffle restored.
33074      Branch: perl
33075            + ext/IPC/SysV/ipcsysv.t
33076            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
33077 ____________________________________________________________________________
33078 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
33079         Log: Rename the old non-standard threads tests so that
33080              they won't be invoked.
33081      Branch: perl
33082            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
33083            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
33084            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
33085            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
33086            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
33087            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
33088            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
33089            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
33090            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
33091            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
33092            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
33093            - ext/Thread/unsync4.t
33094            ! MANIFEST
33095 ____________________________________________________________________________
33096 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
33097         Log: Integrate perlio.
33098      Branch: perl
33099           !> win32/config_sh.PL
33100 ____________________________________________________________________________
33101 [ 10709] By: nick                                  on 2001/06/19  08:18:18
33102         Log: Integrate mainline
33103      Branch: perlio
33104           +> (branch 40 files)
33105            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
33106            - lib/strict/subs lib/strict/vars lib/warnings/1global
33107            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
33108            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
33109            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
33110            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
33111            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
33112            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
33113            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
33114            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
33115            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
33116            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
33117            - lib/warnings/utf8 lib/warnings/util
33118           !> (integrate 57 files)
33119 ____________________________________________________________________________
33120 [ 10708] By: nick                                  on 2001/06/19  07:57:10
33121         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
33122      Branch: perlio
33123            ! win32/config_sh.PL
33124 ____________________________________________________________________________
33125 [ 10707] By: nick                                  on 2001/06/19  07:05:07
33126         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
33127      Branch: perl
33128            ! perly.c perly.y perly_c.diff vms/perly_c.vms
33129 ____________________________________________________________________________
33130 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
33131         Log: More perl572delta tweaks.
33132      Branch: perl
33133            ! pod/perl572delta.pod
33134 ____________________________________________________________________________
33135 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
33136         Log: Update perl572delta.
33137      Branch: perl
33138            ! pod/perl572delta.pod
33139 ____________________________________________________________________________
33140 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
33141         Log: VOS updates from Paul Green.
33142      Branch: perl
33143            ! vos/Changes vos/build.cm vos/perl.bind
33144 ____________________________________________________________________________
33145 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
33146         Log: Update the vos/config.*.* files.
33147      Branch: perl
33148            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33149            ! vos/config.ga.h
33150 ____________________________________________________________________________
33151 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
33152         Log: Add a makefile for more painless adding of symbols to the
33153              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
33154              takes care of the adding)
33155      Branch: perl
33156            + vos/Makefile
33157 ____________________________________________________________________________
33158 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
33159         Log: Make libnetcfg by default display the libnet configuration,
33160              -c to change, add -i for old config, document all options,
33161              regen toc.
33162      Branch: perl
33163            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
33164 ____________________________________________________________________________
33165 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
33166         Log: gcc -Wall sweep.
33167      Branch: perl
33168            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
33169 ____________________________________________________________________________
33170 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
33171         Log: So there.
33172      Branch: perl
33173            ! universal.c
33174 ____________________________________________________________________________
33175 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
33176         Log: Document the need for sv_printify().
33177              
33178              Document that 'use utf8' has been considered.
33179              
33180              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
33181      Branch: perl
33182            ! pod/perltodo.pod universal.c
33183 ____________________________________________________________________________
33184 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
33185         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
33186              From: Nicholas Clark <nick@ccl4.org>
33187              Date: Mon, 18 Jun 2001 23:29:23 +0100
33188              Message-ID: <20010618232923.I98663@plum.flirble.org>
33189      Branch: perl
33190            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
33191            ! ext/Sys/Syslog/Makefile.PL
33192 ____________________________________________________________________________
33193 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
33194         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
33195              From: Scott.L.Miller@Compaq.com
33196              Date: Mon, 18 Jun 2001 10:12:27 -0500
33197              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
33198      Branch: perl
33199            ! lib/perl5db.pl pod/perldebug.pod
33200 ____________________________________________________________________________
33201 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
33202         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
33203              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
33204              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
33205              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
33206      Branch: perl
33207            ! lib/Carp/Heavy.pm
33208 ____________________________________________________________________________
33209 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
33210         Log: Subject: [PATCH] Documentation changes for CLONE
33211              From: Artur Bergman <artur@contiller.se>
33212              Date: Mon, 18 Jun 2001 22:06:37 +0200
33213              Message-ID: <B7542BEC.1719%artur@contiller.se>
33214      Branch: perl
33215            ! pod/perlmod.pod pod/perlsub.pod
33216 ____________________________________________________________________________
33217 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
33218         Log: Subject: Re: configure.com
33219              From: "Craig A. Berry" <craigberry@mac.com>
33220              Date: Mon, 18 Jun 2001 16:04:38 -0500
33221              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
33222      Branch: perl
33223            ! configure.com
33224 ____________________________________________________________________________
33225 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
33226         Log: Subject: PL_nullstash + perl_clone()
33227              From: Doug MacEachern <dougm@covalent.net>
33228              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
33229              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
33230      Branch: perl
33231            ! sv.c
33232 ____________________________________________________________________________
33233 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
33234         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
33235              From: davem@fdgroup.co.uk
33236              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
33237              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
33238      Branch: perl
33239            ! embed.pl pod/perlapi.pod
33240 ____________________________________________________________________________
33241 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
33242         Log: More cross-compilation defaults gleaned from -Dcc
33243              if it is CPU-OS-gcc.
33244      Branch: metaconfig
33245            ! U/modified/libc.U
33246      Branch: metaconfig/U/perl
33247            ! Cross.U
33248      Branch: perl
33249            ! Configure INSTALL
33250 ____________________________________________________________________________
33251 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
33252         Log: Update Changes.
33253      Branch: perl
33254            ! Changes patchlevel.h
33255 ____________________________________________________________________________
33256 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
33257         Log: Subject: [PATCH 5.7.1] sv.c documentation
33258              From: davem@fdgroup.co.uk
33259              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
33260              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
33261      Branch: perl
33262            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
33263            ! sv.c sv.h
33264 ____________________________________________________________________________
33265 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
33266         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
33267              From: "Jon Gunnip" <jongunnip@hotmail.com>
33268              Date: Sun, 17 Jun 2001 18:24:29 -0400
33269              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
33270      Branch: perl
33271            ! pod/perlvar.pod
33272 ____________________________________________________________________________
33273 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
33274         Log: Move the locale/strict/warnings helper files back
33275              under the t/lib; this way the amount of non-installabled
33276              stuff under lib/ stays smaller.
33277      Branch: perl
33278            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
33279            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
33280            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
33281            + t/lib/warnings/5nolint t/lib/warnings/6default
33282            + t/lib/warnings/7fatal t/lib/warnings/8signal
33283            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
33284            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
33285            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
33286            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
33287            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
33288            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
33289            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
33290            + t/lib/warnings/taint t/lib/warnings/toke
33291            + t/lib/warnings/universal t/lib/warnings/utf8
33292            + t/lib/warnings/util
33293            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
33294            - lib/strict/subs lib/strict/vars lib/warnings/1global
33295            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
33296            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
33297            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
33298            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
33299            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
33300            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
33301            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
33302            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
33303            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
33304            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
33305            - lib/warnings/utf8 lib/warnings/util
33306            ! MANIFEST installperl lib/locale.t lib/strict.t
33307 ____________________________________________________________________________
33308 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
33309         Log: Split off the pack/unpack code, from Nicholas Clark.
33310      Branch: perl
33311            + pp_pack.c
33312            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
33313            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
33314            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
33315 ____________________________________________________________________________
33316 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
33317         Log: Guard the SysV IPC tests against being invoked in
33318              SysV-IPC-less places.
33319      Branch: perl
33320            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
33321 ____________________________________________________________________________
33322 [ 10683] By: nick                                  on 2001/06/18  12:24:42
33323         Log: Integrate mainline (new test scheme now ok on Linux).
33324      Branch: perlio
33325           +> lib/warnings.t
33326           !> dump.c sv.c
33327 ____________________________________________________________________________
33328 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
33329         Log: Add the locale.c and numeric.c to the microperl sources.
33330      Branch: perl
33331            ! Makefile.micro win32/Makefile
33332 ____________________________________________________________________________
33333 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
33334         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
33335              From: Abhijit Menon-Sen <ams@wiw.org>
33336              Date: Mon, 18 Jun 2001 14:23:44 +0530
33337              Message-ID: <20010618142344.A13136@lustre.linux.in>
33338      Branch: perl
33339            ! dump.c
33340 ____________________________________________________________________________
33341 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
33342         Log: Subject: Re: [PATCH] more anonymous stash cleanups
33343              From: Abhijit Menon-Sen <ams@wiw.org>
33344              Date: Mon, 18 Jun 2001 15:50:32 +0530
33345              Message-ID: <20010618155032.A13223@lustre.linux.in>
33346              
33347              Plus the comment left in as suggested by NI-S.
33348      Branch: perl
33349            ! sv.c
33350 ____________________________________________________________________________
33351 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
33352         Log: One missed file.
33353      Branch: perl
33354            + lib/warnings.t
33355 ____________________________________________________________________________
33356 [ 10678] By: nick                                  on 2001/06/18  08:05:29
33357         Log: Integrate mainline (part2 - the deletes)
33358      Branch: perlio
33359            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
33360            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
33361            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
33362            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
33363            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
33364            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
33365            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
33366            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
33367            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
33368            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
33369            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
33370 ____________________________________________________________________________
33371 [ 10677] By: nick                                  on 2001/06/18  08:04:44
33372         Log: Integrate mainline (part1)
33373      Branch: perlio
33374           +> (branch 376 files)
33375            - (delete 219 files)
33376           !> (integrate 151 files)
33377 ____________________________________________________________________________
33378 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
33379         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
33380              No doubt I made some mistakes like missed some files or
33381              misnamed some files.  The naming rules were more or less:
33382              (1) if the module is from CPAN, follows its ways, be it
33383              t/*.t or test.pl.
33384              (2) otherwise if there are multiple tests for a module
33385              put them in a t/
33386              (3) otherwise if there's only one test put it in Module.t
33387              (4) helper files go to module/ (locale, strict, warnings)
33388              (5) use longer filenames now that we can (but e.g. the
33389              compat-0.6.t and the Text::Balanced test files still
33390              were renamed to be more civil against the 8.3 people)
33391              installperl was updated appropriately not to install the
33392              *.t files or the help files from under lib.
33393              
33394              TODO: some helper files still remain under t/ that could
33395              follow their 'masters'.  UPDATE: On second thoughts, why
33396              should they.  They can continue to live under t/lib, and
33397              in fact the locale/strict/warnings helpers that were moved
33398              could be moved back.  This way the amount of non-installable
33399              stuff under lib/ stays smaller.
33400      Branch: perl
33401            + (add 253 files)
33402            - (delete 254 files)
33403            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
33404 ____________________________________________________________________________
33405 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
33406         Log: The warning no more comes from util.c, it comes from numeric.c.
33407      Branch: perl
33408            ! README.tru64
33409 ____________________________________________________________________________
33410 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
33411         Log: Subject: Re: anyone good at casting spells?
33412              From: Spider Boardman <spider@Orb.Nashua.NH.US>
33413              Date: Sun, 17 Jun 2001 21:21:04 -0400
33414              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
33415      Branch: perl
33416            ! ext/POSIX/POSIX.xs hv.h
33417 ____________________________________________________________________________
33418 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
33419         Log: Protect the (original) thread tests against testing if no 5.005
33420              threads have been configured.
33421      Branch: perl
33422            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
33423            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
33424            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
33425            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
33426            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
33427            ! ext/Thread/unsync4.t
33428 ____________________________________________________________________________
33429 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
33430         Log: Try the new test scanning scheme on Text::Abbrev.
33431      Branch: perl
33432            + lib/Text/Abbrev.t
33433            - lib/Text/Abbrev/t/abbrev.t
33434            ! MANIFEST
33435 ____________________________________________________________________________
33436 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
33437         Log: Change the scan policy of the *.t and test.pl files,
33438              now the *.t do not need to live in a t/ directory.
33439      Branch: perl
33440            ! t/TEST t/harness
33441 ____________________________________________________________________________
33442 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
33443         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
33444              From: Ilmari Karonen <iltzu@sci.fi>
33445              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
33446              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
33447      Branch: perl
33448            ! pod/perlfaq7.pod
33449 ____________________________________________________________________________
33450 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
33451         Log: Quench the warnings from Tru64; the HP-UX is still
33452              broken because it really, REALLY, doesn't like the
33453              HvARRAY() being lvalue:
33454              
33455              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
33456              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
33457      Branch: perl
33458            ! hv.c
33459 ____________________________________________________________________________
33460 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
33461         Log: Integrate change #10667 from maintperl:
33462              
33463              change#10449 broke the special-case that makes lexicals inside the
33464              eval"" within DB::DB() visible
33465      Branch: perl
33466           !> op.c
33467 ____________________________________________________________________________
33468 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
33469         Log: change#10449 broke the special-case that makes lexicals inside the
33470              eval"" within DB::DB() visible
33471      Branch: maint-5.6/perl
33472            ! op.c
33473 ____________________________________________________________________________
33474 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
33475         Log: Still spurious output; indent the code a bit.
33476              
33477              TODO1: separate the utility functions like MkDir
33478              into a helper script?
33479              
33480              TODO2: I see a lot of repetition in the filepath()
33481              and dirpath() calls.
33482      Branch: perl
33483            ! t/lib/filefind.t t/lib/findtaint.t
33484 ____________________________________________________________________________
33485 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
33486         Log: Regen modlib, toc.
33487      Branch: perl
33488            ! pod/perlmodlib.pod pod/perltoc.pod
33489 ____________________________________________________________________________
33490 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
33491         Log: Add libnetcfg to perlutil.
33492      Branch: perl
33493            ! pod/perlutil.pod
33494 ____________________________________________________________________________
33495 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
33496         Log: Initial integration of libnet-1.0703.
33497              The Configure script renamed as libnetcfg, will be
33498              installed along other utilities.
33499      Branch: perl
33500            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
33501            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
33502            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
33503            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
33504            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
33505            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
33506            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
33507            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
33508            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
33509            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
33510            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
33511            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
33512            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
33513            + utils/libnetcfg.PL
33514            ! MANIFEST utils.lst utils/Makefile
33515 ____________________________________________________________________________
33516 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
33517         Log: Less potentially test-harness-confusing output.
33518      Branch: perl
33519            ! lib/Memoize/t/expire_module_t.t
33520 ____________________________________________________________________________
33521 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
33522         Log: The final print annoys make test.
33523      Branch: perl
33524            ! t/lib/filefind.t t/lib/findtaint.t
33525 ____________________________________________________________________________
33526 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
33527         Log: Add an option for handling dangling symbolic links.
33528      Branch: perl
33529            ! lib/File/Find.pm t/lib/filefind.t
33530 ____________________________________________________________________________
33531 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
33532         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
33533              From: Thomas Wegner <wegner_thomas@yahoo.com>
33534              Date: Sun, 17 Jun 2001 14:43:11 +0200
33535              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
33536      Branch: perl
33537            + t/lib/findtaint.t
33538            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
33539 ____________________________________________________________________________
33540 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
33541         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
33542              From: Jonathan Stowe <gellyfish@gellyfish.com>
33543              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
33544              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
33545      Branch: perl
33546            ! lib/ExtUtils/MM_Unix.pm
33547 ____________________________________________________________________________
33548 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
33549         Log: Subject: [PATCH] more anonymous stash cleanups
33550              From: Abhijit Menon-Sen <ams@wiw.org>
33551              Date: Sun, 17 Jun 2001 11:44:06 +0530
33552              Message-ID: <20010617114406.A25203@lustre.linux.in>
33553      Branch: perl
33554            ! op.c
33555 ____________________________________________________________________________
33556 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
33557         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
33558              From: Abhijit Menon-Sen <ams@wiw.org>
33559              Date: Sun, 17 Jun 2001 08:02:59 +0530
33560              Message-ID: <20010617080259.A28776@lustre.linux.in>
33561              
33562              Subject: [PATCH #2/7] xhv_eiter
33563              From: Abhijit Menon-Sen <ams@wiw.org>
33564              Date: Sun, 17 Jun 2001 08:13:18 +0530
33565              Message-ID: <20010617081318.B28776@lustre.linux.in>
33566              
33567              Subject: [PATCH #3/7] xhv_fill
33568              From: Abhijit Menon-Sen <ams@wiw.org>
33569              Date: Sun, 17 Jun 2001 08:25:16 +0530
33570              Message-ID: <20010617082516.C28776@lustre.linux.in>
33571              
33572              Subject: [PATCH #4/7] xhv_keys
33573              From: Abhijit Menon-Sen <ams@wiw.org>
33574              Date: Sun, 17 Jun 2001 08:36:17 +0530
33575              Message-ID: <20010617083617.D28776@lustre.linux.in>
33576              
33577              Subject: [PATCH #5/7] xhv_max
33578              From: Abhijit Menon-Sen <ams@wiw.org>
33579              Date: Sun, 17 Jun 2001 08:39:48 +0530
33580              Message-ID: <20010617083948.E28776@lustre.linux.in>
33581              
33582              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
33583              From: Abhijit Menon-Sen <ams@wiw.org>
33584              Date: Sun, 17 Jun 2001 08:51:11 +0530
33585              Message-ID: <20010617085111.F28776@lustre.linux.in>
33586      Branch: perl
33587            ! hv.c
33588 ____________________________________________________________________________
33589 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
33590         Log: Update Changes.
33591      Branch: perl
33592            ! Changes patchlevel.h
33593 ____________________________________________________________________________
33594 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
33595         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
33596              From: Abhijit Menon-Sen <ams@wiw.org>
33597              Date: Sat, 16 Jun 2001 07:41:19 +0530
33598              Message-ID: <20010616074119.A24720@lustre.linux.in>
33599      Branch: perl
33600            ! hv.c perl.c vms/vmsish.h win32/win32.h
33601 ____________________________________________________________________________
33602 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
33603         Log: Document tests failing when threaded, since we now have more.
33604      Branch: perl
33605            ! pod/perl572delta.pod
33606 ____________________________________________________________________________
33607 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
33608         Log: -Wall cleanup.
33609      Branch: perl
33610            ! ext/Thread/Thread.xs
33611 ____________________________________________________________________________
33612 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
33613         Log: pthread_attr_setstacksize() isn't absolutely necessary
33614              to call, only iff THREAD_CREATE_NEEDS_STACK.
33615      Branch: perl
33616            ! ext/Thread/Thread.xs
33617 ____________________________________________________________________________
33618 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
33619         Log: -Wall strays.
33620      Branch: perl
33621            ! perl.c util.c
33622 ____________________________________________________________________________
33623 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
33624         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
33625              (and INT64_MIN) brokenness.
33626      Branch: perl
33627            ! hints/darwin.sh perl.h
33628 ____________________________________________________________________________
33629 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
33630         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
33631              From: Nicholas Clark <nick@ccl4.org>
33632              Date: Sun, 17 Jun 2001 00:16:05 +0100
33633              Message-ID: <20010617001605.V98663@plum.flirble.org>
33634      Branch: perl
33635            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
33636            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
33637            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
33638 ____________________________________________________________________________
33639 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
33640         Log: Add perlnetware to docs; regen toc; supply skeleton
33641              docs for some Memoize submodules.
33642      Branch: perl
33643            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
33644            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
33645            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
33646            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
33647            ! win32/Makefile win32/makefile.mk
33648 ____________________________________________________________________________
33649 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
33650         Log: pod cleanup.
33651      Branch: perl
33652            ! README.netware
33653 ____________________________________________________________________________
33654 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
33655         Log: Integrate Memoize 0.64.  Few tweaks were required in
33656              the test scripts.  Note that the speed and expire*
33657              tests take several dozen seconds to run.
33658      Branch: perl
33659            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
33660            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
33661            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
33662            + lib/Memoize/README lib/Memoize/SDBM_File.pm
33663            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
33664            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
33665            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
33666            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
33667            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
33668            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
33669            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
33670            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
33671            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
33672            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
33673            ! MANIFEST t/lib/1_compile.t
33674 ____________________________________________________________________________
33675 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
33676         Log: Document the cross-compilation options.
33677      Branch: perl
33678            ! Cross/README INSTALL
33679 ____________________________________________________________________________
33680 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
33681         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
33682      Branch: perl
33683            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
33684            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
33685            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
33686            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
33687            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
33688            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
33689            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
33690            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
33691            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
33692            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
33693            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
33694            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
33695            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
33696            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
33697            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
33698            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
33699            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
33700            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
33701            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
33702            + lib/ExtUtils/MM_NW5.pm
33703            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
33704            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
33705            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
33706            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
33707            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
33708            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
33709            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
33710            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
33711            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
33712            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
33713            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
33714            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
33715            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
33716            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
33717            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
33718            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
33719            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
33720            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
33721            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
33722            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
33723            ! util.h x2p/a2py.c
33724 ____________________________________________________________________________
33725 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
33726         Log: Resort MANIFEST.
33727      Branch: perl
33728            ! MANIFEST
33729 ____________________________________________________________________________
33730 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
33731         Log: Integrate perlio.
33732      Branch: perl
33733           +> win32/win32io.c
33734           !> MANIFEST perlio.c perliol.h win32/makefile.mk
33735 ____________________________________________________________________________
33736 [ 10640] By: nick                                  on 2001/06/16  18:38:31
33737         Log: Disable :win32 layer as default till I get it working
33738      Branch: perlio
33739            ! MANIFEST perlio.c
33740 ____________________________________________________________________________
33741 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
33742         Log: Try the new scheme by moving the Text::Abbrev test
33743              to a new place under lib.
33744      Branch: perl
33745            + lib/Text/Abbrev/t/abbrev.t
33746            - t/lib/abbrev.t
33747            ! MANIFEST
33748 ____________________________________________________________________________
33749 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
33750         Log: Make the code even more dynamical so that testname
33751              suffix length can change.
33752      Branch: perl
33753            ! lib/Test/Harness.pm t/TEST
33754 ____________________________________________________________________________
33755 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
33756         Log: Allow for deeper t/ and also a single test.pl.
33757      Branch: perl
33758            ! t/TEST t/harness
33759 ____________________________________________________________________________
33760 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
33761         Log: #define fix from Nicholas Clark.
33762      Branch: perl
33763            ! ext/POSIX/POSIX.xs
33764 ____________________________________________________________________________
33765 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
33766         Log: Initialization is nice.
33767      Branch: perl
33768            ! lib/Test/Harness.pm
33769 ____________________________________________________________________________
33770 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
33771         Log: Make t/TEST and t/harness to test also the t/ tests
33772              under the main lib/ and ext/ directories.  Fix Test::Harness
33773              to dynamically change the width of its "foo/bar....ok" output.
33774      Branch: perl
33775            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
33776 ____________________________________________________________________________
33777 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
33778         Log: Subject: [PATCH] Re: perl@10611 
33779              From: Nicholas Clark <nick@ccl4.org>
33780              Date: Sat, 16 Jun 2001 16:52:47 +0100
33781              Message-ID: <20010616165247.O98663@plum.flirble.org>
33782              
33783              The .xs parts, too.
33784      Branch: perl
33785            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
33786            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
33787 ____________________________________________________________________________
33788 [ 10632] By: nick                                  on 2001/06/16  16:44:35
33789         Log: Work-in-progress win32 layer semi-functional, checking 
33790              for UNIX breakage.
33791      Branch: perlio
33792            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
33793 ____________________________________________________________________________
33794 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
33795         Log: Subject: [PATCH] Re: perl@10611 
33796              From: Nicholas Clark <nick@ccl4.org>
33797              Date: Sat, 16 Jun 2001 16:52:47 +0100
33798              Message-ID: <20010616165247.O98663@plum.flirble.org>
33799      Branch: perl
33800            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
33801            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
33802            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
33803            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
33804            ! lib/ExtUtils/Constant.pm
33805 ____________________________________________________________________________
33806 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
33807         Log: Metaconfig unit change for #10629.
33808      Branch: metaconfig
33809            ! U/modified/Finish.U
33810 ____________________________________________________________________________
33811 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
33812         Log: The extraction changed directories.
33813      Branch: perl
33814            ! Configure
33815 ____________________________________________________________________________
33816 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
33817         Log: Math::BigInt 1.35 from Tels.
33818      Branch: perl
33819            + t/lib/mbimbf.t
33820            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
33821            ! t/lib/bigfltpm.t t/lib/bigintpm.t
33822 ____________________________________________________________________________
33823 [ 10627] By: nick                                  on 2001/06/16  14:54:52
33824         Log: Work in progress UNIX-side edit of win32 PerLIO layer
33825      Branch: perlio
33826            + win32/win32io.c
33827            ! perlio.c win32/makefile.mk
33828 ____________________________________________________________________________
33829 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
33830         Log: Subject: [PATCH 5.6.1] os2/diff-configure
33831              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33832              Date: Fri, 15 Jun 2001 01:19:36 -0400
33833              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
33834              
33835              Empty all of it because I think #10624 made even the
33836              last patch hunk unnecessary.
33837      Branch: perl
33838            ! os2/diff.configure
33839 ____________________________________________________________________________
33840 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
33841         Log: Metaconfig unit change for 10624.
33842      Branch: metaconfig
33843            ! U/modified/libc.U
33844      Branch: perl
33845            ! config_h.SH
33846 ____________________________________________________________________________
33847 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
33848         Log: Move the initialization of libnames to the beginning so
33849              that can one 'seed' it (as OS/2 does.)
33850      Branch: perl
33851            ! Configure
33852 ____________________________________________________________________________
33853 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
33854         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
33855              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33856              Date: Fri, 15 Jun 2001 19:10:57 -0400
33857              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
33858      Branch: perl
33859            ! os2/OS2/REXX/DLL/DLL.pm
33860 ____________________________________________________________________________
33861 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
33862         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
33863              From: "Craig A. Berry" <craigberry@mac.com>
33864              Date: Fri, 15 Jun 2001 17:00:03 -0500
33865              Message-Id: <a05101007b750342599be@[172.16.52.1]>
33866      Branch: perl
33867            ! vms/descrip_mms.template
33868 ____________________________________________________________________________
33869 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
33870         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
33871              From: "Craig A. Berry" <craigberry@mac.com>
33872              Date: Fri, 15 Jun 2001 18:39:42 -0500
33873              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
33874      Branch: perl
33875            ! lib/File/Spec/VMS.pm t/lib/extutils.t
33876 ____________________________________________________________________________
33877 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
33878         Log: Integrate perlio.
33879      Branch: perl
33880           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
33881           !> t/io/utf8.t t/lib/io_scalar.t
33882 ____________________________________________________________________________
33883 [ 10619] By: nick                                  on 2001/06/15  21:05:19
33884         Log: Generated files
33885      Branch: perlio
33886            ! embed.h proto.h
33887 ____________________________________________________________________________
33888 [ 10618] By: nick                                  on 2001/06/15  20:27:42
33889         Log: Fix open.pm to work via XS-implemented method calls rather
33890              than *open::layers variables which caused all the HV/AV hassle.
33891      Branch: perlio
33892            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
33893            ! t/lib/io_scalar.t
33894 ____________________________________________________________________________
33895 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
33896         Log: Integrate perlio.
33897      Branch: perl
33898           !> lib/ExtUtils/Constant.pm
33899 ____________________________________________________________________________
33900 [ 10616] By: nick                                  on 2001/06/15  18:46:47
33901         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
33902      Branch: perlio
33903            ! lib/ExtUtils/Constant.pm
33904 ____________________________________________________________________________
33905 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
33906         Log: Integrate perlio.
33907      Branch: perl
33908           !> ext/Socket/Socket.xs
33909 ____________________________________________________________________________
33910 [ 10614] By: nick                                  on 2001/06/15  18:33:37
33911         Log: MULTIPLICITY fix for Socket.xs
33912      Branch: perlio
33913            ! ext/Socket/Socket.xs
33914 ____________________________________________________________________________
33915 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
33916         Log: Subject: Re: perl@10611
33917              From: Doug MacEachern <dougm@covalent.net>
33918              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
33919              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
33920      Branch: perl
33921            ! ext/Socket/Socket.xs
33922 ____________________________________________________________________________
33923 [ 10612] By: nick                                  on 2001/06/15  16:14:38
33924         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
33925      Branch: perlio
33926           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
33927           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
33928           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
33929           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
33930           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
33931           !> utils/h2ph.PL
33932 ____________________________________________________________________________
33933 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
33934         Log: Update Changes.
33935      Branch: perl
33936            ! Changes patchlevel.h
33937 ____________________________________________________________________________
33938 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
33939         Log: Upping the test count.
33940      Branch: perl
33941            ! t/lib/filefind.t
33942 ____________________________________________________________________________
33943 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
33944         Log: Integrate perlio.
33945      Branch: perl
33946           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
33947 ____________________________________________________________________________
33948 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
33949         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
33950              From: andreas.koenig@anima.de (Andreas J. Koenig)
33951              Date: 15 Jun 2001 13:30:39 +0200
33952              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
33953              
33954              Record the grim history.
33955      Branch: perl
33956            ! lib/File/Find.pm
33957 ____________________________________________________________________________
33958 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
33959         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
33960              From: Brian McCauley <nobull@mail.com>
33961              Date: 15 Jun 2001 07:51:26 +0100
33962              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
33963      Branch: perl
33964            ! lib/File/Find.pm t/lib/filefind.t
33965 ____________________________________________________________________________
33966 [ 10606] By: nick                                  on 2001/06/15  14:00:08
33967         Log: regen_config_h for Win32.
33968      Branch: perlio
33969            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33970 ____________________________________________________________________________
33971 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
33972         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
33973              From: Peter Prymmer <pvhp@forte.com>
33974              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
33975              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
33976      Branch: perl
33977            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
33978 ____________________________________________________________________________
33979 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
33980         Log: Some filesystems require writability for rename/unlink.
33981      Branch: perl
33982            ! opcode.pl
33983 ____________________________________________________________________________
33984 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
33985         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
33986              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
33987              Date: Fri, 15 Jun 2001 12:08:53 +0200
33988              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
33989      Branch: perl
33990            ! perlio.c
33991 ____________________________________________________________________________
33992 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
33993         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
33994              From: Mike Guy <mjtg@cam.ac.uk>
33995              Date: Fri, 15 Jun 2001 14:11:49 +0100
33996              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
33997      Branch: perl
33998            ! opcode.pl
33999 ____________________________________________________________________________
34000 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
34001         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
34002              From: Nicholas Clark <nick@ccl4.org>
34003              Date: Thu, 14 Jun 2001 23:52:56 +0100
34004              Message-ID: <20010614235256.G98663@plum.flirble.org>
34005      Branch: perl
34006            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
34007            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
34008 ____________________________________________________________________________
34009 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
34010         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
34011              From: Russ Allbery <rra@stanford.edu>
34012              Date: 14 Jun 2001 13:24:43 -0700
34013              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
34014      Branch: perl
34015            ! ext/GDBM_File/GDBM_File.pm
34016 ____________________________________________________________________________
34017 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
34018         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
34019              From: Nicholas Clark <nick@ccl4.org>
34020              Date: Thu, 14 Jun 2001 20:37:47 +0100
34021              Message-ID: <20010614203747.F98663@plum.flirble.org>
34022      Branch: perl
34023            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
34024            ! t/lib/gdbm.t
34025 ____________________________________________________________________________
34026 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
34027         Log: Integrate perlio.
34028      Branch: perl
34029           !> makedef.pl sv.c
34030 ____________________________________________________________________________
34031 [ 10597] By: nick                                  on 2001/06/15  11:08:13
34032         Log: Check that HVs with HvNAME() != NULL are really stashes before
34033              treating them as such. Also be more defensive on the GvCV.
34034              Win32 fork and dprof now working again. 
34035      Branch: perlio
34036            ! sv.c
34037 ____________________________________________________________________________
34038 [ 10596] By: nick                                  on 2001/06/15  10:11:20
34039         Log: Integrate mainline.
34040      Branch: perlio
34041           +> Cross/README
34042           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
34043           !> Porting/config_H config_h.SH configure.com epoc/config.sh
34044           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
34045           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34046           !> vos/config.ga.h win32/config.bc win32/config.gc
34047           !> win32/config.vc win32/config_H.bc win32/config_H.gc
34048           !> win32/config_H.vc
34049 ____________________________________________________________________________
34050 [ 10595] By: nick                                  on 2001/06/15  09:37:17
34051         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
34052              - Win32 (VC++) now builds but fails:
34053              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
34054              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
34055              write.t    - open(...,"|-") not implemented on Win32 
34056      Branch: perlio
34057            ! makedef.pl
34058 ____________________________________________________________________________
34059 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
34060         Log: Integrate perlio.
34061      Branch: perl
34062           !> perlio.c win32/makefile.mk
34063 ____________________________________________________________________________
34064 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
34065         Log: Metaconfig unit changes for #10592.
34066      Branch: metaconfig
34067            + U/modified/i_varhdr.U U/modified/startsh.U
34068            - U/a_dvisory/crosscompile.U U/target/Target.U
34069            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
34070            ! U/compline/bitpbyte.U U/compline/byteorder.U
34071            ! U/compline/ccflags.U U/compline/charsize.U
34072            ! U/compline/d_casti32.U U/compline/d_castneg.U
34073            ! U/compline/d_closedir.U U/compline/d_fd_set.U
34074            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
34075            ! U/compline/d_keepsig.U U/compline/d_open3.U
34076            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
34077            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
34078            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
34079            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
34080            ! U/compline/doublesize.U U/compline/floatsize.U
34081            ! U/compline/nblock_io.U U/compline/orderlib.U
34082            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
34083            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
34084            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
34085            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
34086            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
34087            ! U/modified/spitshell.U U/threads/archname.U
34088            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
34089            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
34090            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
34091            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
34092            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
34093      Branch: metaconfig/U/perl
34094            + Cross.U
34095            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
34096            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
34097            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
34098            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
34099            ! stdio_streams.U uselfs.U
34100 ____________________________________________________________________________
34101 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
34102         Log: The first steps towards cross-compilation.
34103              
34104              Abstract execution of compiled test executables with $run,
34105              and abstract transfer of files with $to and $from.
34106              
34107              Under cross-compilation the $run, $to, and $from will point
34108              to appropriate wrapper scripts, by default ssh and scp,
34109              but also rsh, rcp, and cp are supported.  If not
34110              cross-compiling, they will be set to '', ':', and ':',
34111              respectively.
34112              
34113              With these patches I was able to get Configure for
34114              iPAQ ARM Linux on an Intel Linux about 95% right
34115              (only a few tests failed to execute or they produced
34116              incorrect results), and I was able to compile
34117              a functional miniperl.
34118              
34119              The symbol crosscompile renamed to be usecrosscompile,
34120              the corresponding C symbol from CROSSCOMPILE to
34121              USE_CROSS_COMPILE.
34122      Branch: perl
34123            ! Configure Cross/README Makefile.SH Porting/Glossary
34124            ! Porting/config.sh Porting/config_H config_h.SH configure.com
34125            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
34126            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
34127            ! vos/config.ga.def vos/config.ga.h win32/config.bc
34128            ! win32/config.gc win32/config.vc win32/config_H.bc
34129            ! win32/config_H.gc win32/config_H.vc
34130 ____________________________________________________________________________
34131 [ 10591] By: nick                                  on 2001/06/14  20:00:12
34132         Log: Steps along the road toward Win32 building again.
34133      Branch: perlio
34134            ! perlio.c win32/makefile.mk
34135 ____________________________________________________________________________
34136 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
34137         Log: Integrate perlio.
34138      Branch: perl
34139           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
34140 ____________________________________________________________________________
34141 [ 10589] By: nick                                  on 2001/06/14  13:54:07
34142         Log: Routine regen_config_h for Win32
34143      Branch: perlio
34144            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34145 ____________________________________________________________________________
34146 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
34147         Log: Integrate perlio.
34148      Branch: perl
34149           +> perlyline.pl
34150           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
34151 ____________________________________________________________________________
34152 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
34153         Log: A placeholder.
34154      Branch: perl
34155            + Cross/README
34156 ____________________________________________________________________________
34157 [ 10586] By: nick                                  on 2001/06/14  08:25:07
34158         Log: Add new step to run_byacc which:
34159              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
34160              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
34161      Branch: perlio
34162            + perlyline.pl
34163            ! MANIFEST Makefile.SH perly.c
34164 ____________________________________________________________________________
34165 [ 10585] By: nick                                  on 2001/06/14  08:22:29
34166         Log: Integrate mainline
34167      Branch: perlio
34168           +> locale.c numeric.c
34169           !> Changes cygwin/Makefile.SHs embed.h embed.pl
34170           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
34171           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
34172           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
34173           !> x2p/Makefile.SH
34174 ____________________________________________________________________________
34175 [ 10584] By: nick                                  on 2001/06/14  08:05:53
34176         Log: Hack to remove insecure directories from PATH so test will run.
34177      Branch: perlio
34178            ! t/lib/filefind.t
34179 ____________________________________________________________________________
34180 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
34181         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
34182      Branch: perl
34183            - t/lib/mbimbf.t
34184            ! MANIFEST
34185 ____________________________________________________________________________
34186 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
34187         Log: Detypo.
34188      Branch: perl
34189            ! x2p/Makefile.SH
34190 ____________________________________________________________________________
34191 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
34192         Log: de-$CONFIG continues.
34193      Branch: perl
34194            ! cygwin/Makefile.SHs x2p/Makefile.SH
34195 ____________________________________________________________________________
34196 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
34197         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
34198              From: Nicholas Clark <nick@ccl4.org>
34199              Date: Wed, 13 Jun 2001 21:20:13 +0100
34200              Message-ID: <20010613212013.D98663@plum.flirble.org>
34201      Branch: perl
34202            ! opcode.pl
34203 ____________________________________________________________________________
34204 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
34205         Log: Subject: splitting util.c
34206              From: Hugo <hv@crypt.compulink.co.uk>
34207              Date: Thu, 14 Jun 2001 00:41:08 +0100
34208              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
34209      Branch: perl
34210            + locale.c numeric.c
34211            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
34212            ! pod/perlapi.pod proto.h util.c
34213 ____________________________________________________________________________
34214 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
34215         Log: Upgrade to Math::BigInt 1.34 from Tels.
34216      Branch: perl
34217            + t/lib/mbimbf.t
34218            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
34219            ! t/lib/bigfltpm.t t/lib/bigintpm.t
34220 ____________________________________________________________________________
34221 [ 10577] By: nick                                  on 2001/06/13  19:02:48
34222         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
34223      Branch: perlio
34224           !> (integrate 125 files)
34225 ____________________________________________________________________________
34226 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
34227         Log: Update Changes.
34228      Branch: perl
34229            ! Changes patchlevel.h
34230 ____________________________________________________________________________
34231 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
34232         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
34233              From: "Craig A. Berry" <craigberry@mac.com>
34234              Date: Wed, 13 Jun 2001 13:24:28 -0500
34235              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
34236      Branch: perl
34237            ! ext/re/Makefile.PL
34238 ____________________________________________________________________________
34239 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
34240         Log: Mc.u.c. for #10573.
34241      Branch: metaconfig
34242            ! U/threads/usethreads.U
34243 ____________________________________________________________________________
34244 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
34245         Log: It would be also be good if I could type.
34246      Branch: perl
34247            ! Configure
34248 ____________________________________________________________________________
34249 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
34250         Log: Metaconfig unit change for #10571.
34251      Branch: metaconfig
34252            ! U/threads/usethreads.U
34253 ____________________________________________________________________________
34254 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
34255         Log: A non-empty default is a good thing.
34256      Branch: perl
34257            ! Configure
34258 ____________________________________________________________________________
34259 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
34260         Log: Metaconfig unit change for #10569.
34261      Branch: metaconfig
34262            ! U/threads/usethreads.U
34263 ____________________________________________________________________________
34264 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
34265         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
34266              extremely experimental, not even prompted for.
34267      Branch: perl
34268            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34269            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
34270            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
34271            ! win32/config.bc win32/config.gc win32/config.vc
34272 ____________________________________________________________________________
34273 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
34274         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
34275      Branch: perl
34276            ! pod/perlfaq6.pod
34277 ____________________________________________________________________________
34278 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
34279         Log: Integrate perlio; conflicts, accept Nick's versions.
34280      Branch: perl
34281           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
34282           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
34283 ____________________________________________________________________________
34284 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
34285         Log: Subject: Re: ext/ + -Wall
34286              From: Doug MacEachern <dougm@covalent.net>
34287              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
34288              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
34289      Branch: perl
34290            ! XSUB.h lib/ExtUtils/xsubpp perl.h
34291 ____________________________________________________________________________
34292 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
34293         Log: Similar logic as DB_File.xs, using the modern macros and
34294              defines them to older ones for older Perls where PERL_VERSION
34295              is not defined, from Doug MacEachern.
34296      Branch: perl
34297            ! ext/Storable/Storable.xs
34298 ____________________________________________________________________________
34299 [ 10564] By: nick                                  on 2001/06/13  15:22:01
34300         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
34301              and using that instead (name lookups are sequential search for now).
34302      Branch: perlio
34303            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
34304            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
34305 ____________________________________________________________________________
34306 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
34307         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
34308              From: "Richard Soderberg" <rs@crystalflame.net>
34309              Date: Sat, 26 May 2001 06:44:20 -0700
34310              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
34311      Branch: perl
34312            ! sv.c t/op/glob.t
34313 ____________________________________________________________________________
34314 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
34315         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
34316              From: "Craig A. Berry" <craigberry@mac.com>
34317              Date: Tue, 12 Jun 2001 23:55:26 -0500
34318              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
34319      Branch: perl
34320            ! ext/re/Makefile.PL ext/re/re.xs
34321 ____________________________________________________________________________
34322 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
34323         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
34324              suggested by NI-S.
34325      Branch: perl
34326            ! XSUB.h malloc.c perl.h
34327 ____________________________________________________________________________
34328 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
34329         Log: Regen toc.
34330      Branch: perl
34331            ! pod/perltoc.pod
34332 ____________________________________________________________________________
34333 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
34334         Log: Subject: [patch] perl.gprof control
34335              From: Doug MacEachern <dougm@covalent.net>
34336              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
34337              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
34338      Branch: perl
34339            ! miniperlmain.c perl.h
34340 ____________________________________________________________________________
34341 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
34342         Log: Subject: Re: ext/ + -Wall
34343              From: Doug MacEachern <dougm@covalent.net>
34344              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
34345              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
34346              
34347              Document ax and break up dXSARGS.
34348      Branch: perl
34349            ! XSUB.h pod/perlapi.pod
34350 ____________________________________________________________________________
34351 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
34352         Log: More AIX tweakage from Merijn.
34353      Branch: perl
34354            ! hints/aix.sh
34355 ____________________________________________________________________________
34356 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
34357         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
34358              From: "Craig A. Berry" <craigberry@mac.com>
34359              Date: Tue, 12 Jun 2001 22:57:45 -0500
34360              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
34361      Branch: perl
34362            ! vms/descrip_mms.template
34363 ____________________________________________________________________________
34364 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
34365         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
34366              From: "Craig A. Berry" <craigberry@mac.com>
34367              Date: Tue, 12 Jun 2001 22:21:39 -0500
34368              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
34369      Branch: perl
34370            ! configure.com util.c
34371 ____________________________________________________________________________
34372 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
34373         Log: New AIX dynaloading code from Jens-Uwe Mager.
34374              Does break binary compatibility.
34375      Branch: perl
34376            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
34377 ____________________________________________________________________________
34378 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
34379         Log: VMS DEC C compiler found nits by Peter Prymmer.
34380      Branch: perl
34381            ! util.c
34382 ____________________________________________________________________________
34383 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
34384         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
34385              From: Peter Prymmer <pvhp@forte.com>
34386              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
34387              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
34388      Branch: perl
34389            ! t/lib/filecomp.t
34390 ____________________________________________________________________________
34391 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
34392         Log: I wonder how many $CONFIGs still lurk in the shadows.
34393      Branch: perl
34394            ! pod/Makefile.SH x2p/cflags.SH
34395 ____________________________________________________________________________
34396 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
34397         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
34398      Branch: perl
34399            ! pod/checkpods.PL
34400 ____________________________________________________________________________
34401 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
34402         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
34403      Branch: perl
34404            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
34405 ____________________________________________________________________________
34406 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
34407         Log: Subject: [patch] rid local_patches warnings
34408              From: Doug MacEachern <dougm@covalent.net>
34409              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
34410              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
34411      Branch: perl
34412            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
34413 ____________________________________________________________________________
34414 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
34415         Log: Subject: Re: ext/ + -Wall
34416              From: Doug MacEachern <dougm@covalent.net>
34417              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
34418              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
34419      Branch: perl
34420            ! ext/attrs/attrs.xs
34421 ____________________________________________________________________________
34422 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
34423         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
34424              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
34425              Date: Tue, 12 Jun 2001 14:36:20 -0400
34426              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
34427      Branch: perl
34428            ! pod/perlretut.pod
34429 ____________________________________________________________________________
34430 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
34431         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
34432              From: Mike Guy <mjtg@cam.ac.uk>
34433              Date: Tue, 12 Jun 2001 19:10:31 +0100
34434              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
34435              
34436              Subject: Re: [ID 20010612.001] out of memory during regex compilation
34437              From: Mike Guy <mjtg@cam.ac.uk>
34438              Date: Tue, 12 Jun 2001 19:21:01 +0100
34439              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
34440      Branch: perl
34441            ! pod/perlop.pod
34442 ____________________________________________________________________________
34443 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
34444         Log: AIX tweaks from Merijn H. Brand.
34445      Branch: perl
34446            ! hints/aix.sh
34447 ____________________________________________________________________________
34448 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
34449         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
34450              From: "Brendan O'Dea" <bod@compusol.com.au>
34451              Date: Wed, 13 Jun 2001 05:16:47 +1000
34452              Message-ID: <20010613051647.A8945@compusol.com.au>
34453      Branch: maint-5.6/perl
34454            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
34455 ____________________________________________________________________________
34456 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
34457         Log: Subject: Small bcopy cleanup
34458              From: Andy Dougherty <doughera@lafayette.edu>
34459              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
34460              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
34461      Branch: perl
34462            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
34463 ____________________________________________________________________________
34464 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
34465         Log: Subject: [PATCH] Re: ext/ + -Wall
34466              From: Nicholas Clark <nick@ccl4.org>
34467              Date: Wed, 13 Jun 2001 00:04:30 +0100
34468              Message-ID: <20010613000430.M5901@plum.flirble.org>
34469      Branch: perl
34470            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
34471 ____________________________________________________________________________
34472 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
34473         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
34474              From: Nicholas Clark <nick@ccl4.org>
34475              Date: Tue, 12 Jun 2001 23:53:07 +0100
34476              Message-ID: <20010612235307.L5901@plum.flirble.org>
34477      Branch: perl
34478            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
34479 ____________________________________________________________________________
34480 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
34481         Log: MPE/iX tweaks from Mark Bixby.
34482      Branch: perl
34483            ! hints/mpeix.sh mpeix/mpeixish.h util.c
34484 ____________________________________________________________________________
34485 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
34486         Log: Update Changes.
34487      Branch: perl
34488            ! Changes patchlevel.h
34489 ____________________________________________________________________________
34490 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
34491         Log: One less -Wall whine (found under DEBUGGING).
34492      Branch: perl
34493            ! x2p/Makefile.SH x2p/a2p.c
34494 ____________________________________________________________________________
34495 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
34496         Log: s/case-independent/case-insensitive/g
34497      Branch: perl
34498            ! pod/perldebug.pod
34499 ____________________________________________________________________________
34500 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
34501         Log: As suggested in    
34502              
34503              Subject: Re: ext/ + -Wall
34504              From: Gurusamy Sarathy <gsar@ActiveState.com>
34505              Date: Mon, 11 Jun 2001 23:34:31 -0700
34506              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
34507      Branch: perl
34508            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
34509            ! perl.h
34510 ____________________________________________________________________________
34511 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
34512         Log: Subject: ext/ + -Wall
34513              From: Doug MacEachern <dougm@covalent.net>
34514              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
34515              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
34516      Branch: perl
34517            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
34518            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
34519            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
34520            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
34521            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
34522            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
34523            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
34524            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
34525            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
34526            ! lib/ExtUtils/xsubpp
34527 ____________________________________________________________________________
34528 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
34529         Log: Subject: [PATCH] anonymous stashes
34530              From: Abhijit Menon-Sen <ams@wiw.org>
34531              Date: Tue, 12 Jun 2001 12:47:04 +0530
34532              Message-ID: <20010612124704.A29029@lustre.linux.in>
34533      Branch: perl
34534            ! dump.c gv.c sv.c xsutils.c
34535 ____________________________________________________________________________
34536 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
34537         Log: One more test for $^S.
34538      Branch: perl
34539            ! t/op/magic.t
34540 ____________________________________________________________________________
34541 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
34542         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
34543              From: Abhijit Menon-Sen <ams@wiw.org>
34544              Date: Tue, 12 Jun 2001 17:35:55 +0530
34545              Message-ID: <20010612173555.A32426@lustre.linux.in>
34546      Branch: perl
34547            ! mg.c t/op/magic.t
34548 ____________________________________________________________________________
34549 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
34550         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
34551              From: Mike Guy <mjtg@cam.ac.uk>
34552              Date: Tue, 12 Jun 2001 13:14:15 +0100
34553              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
34554      Branch: perl
34555            ! pod/perlop.pod
34556 ____________________________________________________________________________
34557 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
34558         Log: AUTHORS updates.
34559      Branch: perl
34560            ! AUTHORS
34561 ____________________________________________________________________________
34562 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
34563         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
34564              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
34565              Content-Transfer-Encoding: 7bit
34566              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
34567      Branch: perl
34568            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
34569 ____________________________________________________________________________
34570 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
34571         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
34572              From: "Philip Newton" <Philip.Newton@gmx.net>
34573              Date: Mon, 11 Jun 2001 07:08:03 +0200
34574              Message-Id: <200106120802.LAA08992@taas.iki.fi>
34575      Branch: perl
34576            ! t/base/term.t
34577 ____________________________________________________________________________
34578 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
34579         Log: Cleanup the a2p.c for -Wall.
34580      Branch: perl
34581            ! x2p/Makefile.SH x2p/a2p.c
34582 ____________________________________________________________________________
34583 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
34584         Log: File::Find update for MacOS from Chris Nandor.
34585      Branch: perl
34586            ! lib/File/Find.pm t/lib/filefind.t
34587 ____________________________________________________________________________
34588 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
34589         Log: gcc -Wall nits picked out by a non-UNIX system
34590              (courtesy of Mark Bixby)
34591      Branch: perl
34592            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
34593            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
34594            ! pp_sys.c util.c
34595 ____________________________________________________________________________
34596 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
34597         Log: Metaconfig unit change for #10522.  (The d_modfl changes
34598              placate metalint.)
34599      Branch: metaconfig/U/perl
34600            ! d_modfl.U d_u32align.U
34601 ____________________________________________________________________________
34602 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
34603         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
34604              be "./try 2>&1 >/dev/null".
34605      Branch: perl
34606            ! Configure
34607 ____________________________________________________________________________
34608 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
34609         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
34610              From: "Craig A. Berry" <craigberry@mac.com>
34611              Date: Mon, 11 Jun 2001 14:00:32 -0500
34612              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
34613      Branch: perl
34614            ! configure.com
34615 ____________________________________________________________________________
34616 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
34617         Log: Move the full \p\P lists to perlunicode.
34618      Branch: perl
34619            ! pod/perlretut.pod pod/perlunicode.pod
34620 ____________________________________________________________________________
34621 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
34622         Log: VOS build tweak for 5.6.1 from Paul Green.
34623      Branch: maint-5.6/perl
34624            ! vos/build.cm
34625 ____________________________________________________________________________
34626 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
34627         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
34628              From: "Craig A. Berry" <craigberry@mac.com>
34629              Date: Fri, 8 Jun 2001 18:08:18 -0500
34630              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
34631      Branch: perl
34632            ! vms/vms.c
34633 ____________________________________________________________________________
34634 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
34635         Log: Update Changes.
34636      Branch: perl
34637            ! Changes patchlevel.h
34638 ____________________________________________________________________________
34639 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
34640         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
34641      Branch: perl
34642            ! vos/config.alpha.h vos/config.ga.h
34643 ____________________________________________________________________________
34644 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
34645         Log: VOS updates from Paul Green for @10476.
34646      Branch: perl
34647            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
34648            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34649            ! vos/config.ga.h vos/configure_perl.cm
34650 ____________________________________________________________________________
34651 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
34652         Log: Subject: [PATCH] Not many people know this ...
34653              From: Mike Guy <mjtg@cam.ac.uk>
34654              Date: Mon, 11 Jun 2001 14:55:15 +0100
34655              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
34656      Branch: perl
34657            ! pod/perldebug.pod
34658 ____________________________________________________________________________
34659 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
34660         Log: Add final commas to lists as suggested by Philip Newton.
34661      Branch: perl
34662            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
34663 ____________________________________________________________________________
34664 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
34665         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
34666              Date: Sun, 10 Jun 2001 23:35:38 -0400
34667              From: Chris Nandor <pudge@pobox.com>
34668              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
34669      Branch: perl
34670            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
34671            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
34672            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
34673            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
34674            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
34675            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
34676            ! t/op/write.t t/pragma/strict.t
34677 ____________________________________________________________________________
34678 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
34679         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
34680              From: Chris Nandor <pudge@pobox.com>
34681              Date: Mon, 11 Jun 2001 08:24:28 -0400
34682              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
34683      Branch: perl
34684            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
34685            ! t/lib/io_dir.t
34686 ____________________________________________________________________________
34687 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
34688         Log: One more run_byacc (a hand-tweaked version had slipped in).
34689      Branch: perl
34690            ! perly.c vms/perly_c.vms
34691 ____________________________________________________________________________
34692 [ 10509] By: nick                                  on 2001/06/11  07:49:15
34693         Log: Integrate mainline
34694      Branch: perlio
34695           !> Makefile.SH embed.h embed.pl global.sym
34696           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
34697           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
34698           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
34699           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
34700 ____________________________________________________________________________
34701 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
34702         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
34703              From: Mike Guy <mjtg@cam.ac.uk>
34704              Reply-To: mjtg@cam.ac.uk
34705              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
34706      Branch: perl
34707            ! lib/ExtUtils/Manifest.pm
34708 ____________________________________________________________________________
34709 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
34710         Log: Subject: [PATCH] ExtUtils::Constant
34711              From: Nicholas Clark <nick@ccl4.org>
34712              Date: Sun, 10 Jun 2001 23:25:41 +0100
34713              Message-ID: <20010610232540.C76396@plum.flirble.org>
34714      Branch: perl
34715            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
34716 ____________________________________________________________________________
34717 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
34718         Log: Integrate perlio.
34719      Branch: perl
34720           !> iperlsys.h
34721 ____________________________________________________________________________
34722 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
34723         Log: Move the grok_number and its lieutenant grok_numeric_radix
34724              from sv.c statics to util.c and public.
34725      Branch: perl
34726            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
34727            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
34728 ____________________________________________________________________________
34729 [ 10504] By: nick                                  on 2001/06/10  17:47:06
34730         Log: Fix (valid) -Wall warnings in perlio.c
34731      Branch: perlio
34732            ! iperlsys.h
34733 ____________________________________________________________________________
34734 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
34735         Log: Update perly_c.diff, update perly.fixer to edit away
34736              some of the -Wall noise.
34737      Branch: perl
34738            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
34739 ____________________________________________________________________________
34740 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
34741         Log: Check the version of byacc.
34742      Branch: perl
34743            ! Makefile.SH
34744 ____________________________________________________________________________
34745 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
34746         Log: Subject: [PATCH] perly.y overhaul
34747              From: Simon Cozens <simon@netthink.co.uk>
34748              Date: Sun, 10 Jun 2001 16:56:54 +0100
34749              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
34750              
34751              Plus make run_byacc.
34752      Branch: perl
34753            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
34754 ____________________________________________________________________________
34755 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
34756         Log: Integrate perlio.
34757      Branch: perl
34758           !> perlio.c perlsfio.h
34759 ____________________________________________________________________________
34760 [ 10499] By: nick                                  on 2001/06/10  15:01:08
34761         Log: Integrate mainline
34762      Branch: perlio
34763           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
34764           !> t/pragma/locale.t util.c
34765 ____________________________________________________________________________
34766 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
34767         Log: Put some meat on the perl572delta bones.  The list of
34768              selected bug fixes needs more work, as does still the
34769              whole document.
34770      Branch: perl
34771            ! pod/perl572delta.pod
34772 ____________________________________________________________________________
34773 [ 10497] By: nick                                  on 2001/06/10  12:27:51
34774         Log: Paper over a crack or two with USE_SFIO
34775      Branch: perlio
34776            ! perlio.c perlsfio.h
34777 ____________________________________________________________________________
34778 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
34779         Log: Update Changes.
34780      Branch: perl
34781            ! Changes patchlevel.h
34782 ____________________________________________________________________________
34783 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
34784         Log: Subject: Re: pragma/locale.t #107
34785              From: Hugo <hv@crypt.compulink.co.uk>
34786              Date: Sun, 10 Jun 2001 11:23:30 +0100
34787              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
34788              
34789              Encapsulate the scan of the decimal radix separator.
34790      Branch: perl
34791            ! embed.h embed.pl proto.h sv.c
34792 ____________________________________________________________________________
34793 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
34794         Log: Try to grok numbers both with the locale specific separator
34795              and with the usual "." (if different from the lss); add a test
34796              to locale.t to do also a little bit of math in addition to just
34797              equalness testing; remove extraneous logic as suggested in
34798              
34799              Subject: Re: pragma/locale.t #107
34800              From: Nicholas Clark <nick@ccl4.org>
34801              Date: Sat, 9 Jun 2001 22:37:36 +0100
34802              Message-ID: <20010609223735.Y76396@plum.flirble.org>
34803      Branch: perl
34804            ! sv.c t/pragma/locale.t
34805 ____________________________________________________________________________
34806 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
34807         Log: Metaconfig unit change for #10492.
34808      Branch: metaconfig/U/perl
34809            ! Extensions.U
34810 ____________________________________________________________________________
34811 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
34812         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
34813              From: Artur Bergman <artur@contiller.se> 
34814              Date: Sat, 09 Jun 2001 21:03:51 +0200
34815              Message-ID: <B7483FB6.1398%artur@contiller.se>
34816      Branch: perl
34817            ! Configure
34818 ____________________________________________________________________________
34819 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
34820         Log: Integrate perlio.
34821      Branch: perl
34822           !> perlsfio.h
34823 ____________________________________________________________________________
34824 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
34825         Log: Do locale specific separator if only in locale.
34826      Branch: perl
34827            ! util.c
34828 ____________________________________________________________________________
34829 [ 10489] By: nick                                  on 2001/06/09  19:13:25
34830         Log: Make XS/Typemap compile (but fail) with sfio
34831      Branch: perlio
34832            ! perlsfio.h
34833 ____________________________________________________________________________
34834 [ 10488] By: nick                                  on 2001/06/09  19:12:51
34835         Log: Re-integrate mainline
34836      Branch: perlio
34837           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
34838           !> proto.h sv.c util.c
34839 ____________________________________________________________________________
34840 [ 10487] By: nick                                  on 2001/06/09  16:26:29
34841         Log: Integrate mainline
34842      Branch: perlio
34843           !> (integrate 31 files)
34844 ____________________________________________________________________________
34845 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
34846         Log: Subject: [PATCH] New attempt to clone callack
34847              From: Artur Bergman <artur@contiller.se> 
34848              Date: Thu, 07 Jun 2001 11:52:16 +0200
34849              Message-ID: <B7451B6F.12B7%artur@contiller.se>
34850      Branch: perl
34851            ! embedvar.h intrpvar.h perlapi.h sv.c
34852 ____________________________________________________________________________
34853 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
34854         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
34855      Branch: perl
34856            ! embed.h embed.pl perl.h proto.h sv.c util.c
34857 ____________________________________________________________________________
34858 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
34859         Log: Subject: Re: pragma/locale.t #107
34860              From: Nicholas Clark <nick@ccl4.org>
34861              Date: Sat, 9 Jun 2001 16:26:10 +0100
34862              Message-ID: <20010609162609.V76396@plum.flirble.org>
34863              
34864              A missing NVification.
34865      Branch: perl
34866            ! sv.c
34867 ____________________________________________________________________________
34868 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
34869         Log: Redo the #10482, there already was a test script for formats.
34870      Branch: perl
34871            - t/io/format.t
34872            ! MANIFEST t/op/write.t
34873 ____________________________________________________________________________
34874 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
34875         Log: Twisted format testing, from Merijn.
34876      Branch: perl
34877            + t/io/format.t
34878            ! MANIFEST
34879 ____________________________________________________________________________
34880 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
34881         Log: More \p{In...} testing, combined with \N{...}.
34882      Branch: perl
34883            ! lib/utf8_heavy.pl t/op/pat.t
34884 ____________________________________________________________________________
34885 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
34886         Log: Metaconfig changes for #10479.
34887      Branch: metaconfig
34888            ! U/Glossary.patch
34889      Branch: metaconfig/U/perl
34890            ! d_modfl.U
34891 ____________________________________________________________________________
34892 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
34893         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
34894      Branch: perl
34895            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34896            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
34897            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
34898            ! win32/config.bc win32/config.gc win32/config.vc
34899 ____________________________________________________________________________
34900 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
34901         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
34902              From: "Craig A. Berry" <craigberry@mac.com>
34903              Date: Thu, 7 Jun 2001 14:27:20 -0500
34904              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
34905      Branch: perl
34906            ! vms/perlvms.pod
34907 ____________________________________________________________________________
34908 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
34909         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
34910              From: Gisle Aas <gisle@ActiveState.com>
34911              Date: 07 Jun 2001 17:04:29 -0700
34912              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
34913      Branch: perl
34914            ! ext/re/re.xs
34915 ____________________________________________________________________________
34916 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
34917         Log: Update Changes.
34918      Branch: perl
34919            ! Changes patchlevel.h
34920 ____________________________________________________________________________
34921 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
34922         Log: Regen Glossary et alia.
34923      Branch: perl
34924            ! Porting/Glossary Porting/config.sh Porting/config_H
34925 ____________________________________________________________________________
34926 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
34927         Log: Metaconfig unit changes for #10473.
34928      Branch: metaconfig/U/perl
34929            ! d_modfl.U
34930 ____________________________________________________________________________
34931 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
34932         Log: Harumph, also AIX will spill its guts (i.e. dump core)
34933              if an executable contains modfl() but it hasn't been
34934              compiled right (in the case of AIX, with cc -qlongdouble).
34935      Branch: perl
34936            ! Configure
34937 ____________________________________________________________________________
34938 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
34939         Log: integrate change#10471 from mainline
34940              
34941              in change#10451, check that CvOUTSIDE is a CV before looking in
34942              (it can apparently be SVt_NULL during global destruction)
34943      Branch: maint-5.6/perl
34944           !> op.c
34945 ____________________________________________________________________________
34946 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
34947         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
34948              (it can apparently be SVt_NULL during global destruction)
34949      Branch: perl
34950            ! op.c
34951 ____________________________________________________________________________
34952 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
34953         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
34954              From: Robin Barker <rmb1@cise.npl.co.uk>
34955              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
34956              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
34957      Branch: perl
34958            ! lib/diagnostics.pm pod/perldiag.pod
34959 ____________________________________________________________________________
34960 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
34961         Log: Subject: [PATCH perl@10439] long =item
34962              From: Robin Barker <rmb1@cise.npl.co.uk>
34963              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
34964              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
34965      Branch: perl
34966            ! README.amiga lib/Attribute/Handlers.pm
34967            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
34968 ____________________________________________________________________________
34969 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
34970         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
34971              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
34972              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
34973              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
34974      Branch: perl
34975            ! pod/perlguts.pod
34976 ____________________________________________________________________________
34977 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
34978         Log: Integrate perlio.
34979      Branch: perl
34980           !> sv.c
34981 ____________________________________________________________________________
34982 [ 10466] By: nick                                  on 2001/06/07  10:25:40
34983         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
34984              whitespace tweaks.
34985              Still coredumps in pragma/overload.t - what a nice hard fail that is...
34986      Branch: perlio
34987            ! sv.c
34988 ____________________________________________________________________________
34989 [ 10465] By: nick                                  on 2001/06/07  08:41:58
34990         Log: Raw integrate of mainline for S_grok_number debug
34991              (sv.c has MULTIPLICITY issues as well as whatever else ...)
34992      Branch: perlio
34993            - plan9/perlplan9.doc plan9/perlplan9.pod
34994           !> (integrate 46 files)
34995 ____________________________________________________________________________
34996 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
34997         Log: The proper prototyping for #10463.
34998      Branch: perl
34999            ! embed.h embed.pl proto.h sv.c
35000 ____________________________________________________________________________
35001 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
35002         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
35003              From: Nicholas Clark <nick@ccl4.org>
35004              Date: Thu, 7 Jun 2001 00:29:59 +0100
35005              Message-ID: <20010607002959.Z76396@plum.flirble.org>
35006      Branch: perl
35007            ! sv.c
35008 ____________________________________________________________________________
35009 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
35010         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
35011              From: "Craig A. Berry" <craigberry@mac.com>
35012              Date: Wed, 06 Jun 2001 17:54:30 -0500
35013              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
35014      Branch: perl
35015            ! vms/perlvms.pod
35016 ____________________________________________________________________________
35017 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
35018         Log: Podify the remaining README.platform files;
35019              merge README.plan9 and plan9/perlplan9.pod;
35020              delete plan9/perlplan9.* (the perlplan.doc needs to
35021              be regenerated in Plan 9); make the =head1 and =head2
35022              in the README.platform to be a little more verbose
35023              (skipped README.os2 not to anger Ilya) so that they
35024              look better in the toc; regen toc.
35025      Branch: perl
35026            - plan9/perlplan9.doc plan9/perlplan9.pod
35027            ! MANIFEST README.aix README.amiga README.apollo README.beos
35028            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
35029            ! README.hpux README.hurd README.machten README.macos
35030            ! README.micro README.mint README.mpeix README.os390
35031            ! README.plan9 README.qnx README.solaris README.threads
35032            ! README.tru64 README.vmesa README.vms README.vos README.win32
35033            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
35034            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
35035 ____________________________________________________________________________
35036 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
35037         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
35038              From: Mike Guy <mjtg@cam.ac.uk>
35039              Reply-To: mjtg@cam.ac.uk
35040              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
35041      Branch: perl
35042            ! pod/perlguts.pod
35043 ____________________________________________________________________________
35044 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
35045         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
35046              From: Mike Guy <mjtg@cam.ac.uk>
35047              Reply-To: mjtg@cam.ac.uk
35048              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
35049      Branch: perl
35050            ! pod/perlsec.pod
35051 ____________________________________________________________________________
35052 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
35053         Log: Disable long doubles from pre-5.0 Tru64s.
35054      Branch: perl
35055            ! README.tru64 hints/dec_osf.sh
35056 ____________________________________________________________________________
35057 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
35058         Log: The #10455 exposed that modfl() is fundamentally busted
35059              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
35060              testing it.
35061      Branch: perl
35062            ! hints/dec_osf.sh
35063 ____________________________________________________________________________
35064 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
35065         Log: Metaconfig unit change for #10455.
35066      Branch: metaconfig/U/perl
35067            ! d_modfl.U
35068 ____________________________________________________________________________
35069 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
35070         Log: Configure check for geborken modfl(), inspired by
35071              
35072              Subject: Re: [20010118.017] op/int.t failure 
35073              From: Hugo <hv@crypt.compulink.co.uk>
35074              Date: Tue, 05 Jun 2001 13:43:27 +0100
35075              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
35076      Branch: perl
35077            ! Configure
35078 ____________________________________________________________________________
35079 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
35080         Log: Integrate changes #10450 and #10451 from maintperl:
35081              
35082              optimize change#10448 slightly (don't repeat search in eval""s lexical
35083              scope, since that has already been searched)
35084              
35085              change#9108 needs subtler treatment for case of closures created
35086              within eval""
35087      Branch: perl
35088           !> op.c t/op/misc.t
35089 ____________________________________________________________________________
35090 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
35091         Log: MakeMaker magic to compile (when no dynamic loading)
35092              List/Util.xsc as (ListUtil.c and) ListUtil.o since
35093              POSIX-BC (BS2000) linker has an evil limitation of
35094              being unable to include in the same executable several
35095              object files with the same name - case-insensitively -
35096              because otherwise we conflict with util.c.
35097              Strictly speaking currently required only in POSIX-BC
35098              but probably will do no harm elsewhere where static
35099              linking is required.
35100      Branch: perl
35101            ! ext/List/Util/Makefile.PL
35102 ____________________________________________________________________________
35103 [ 10452] By: nick                                  on 2001/06/06  08:59:51
35104         Log: Integrate mainline.
35105      Branch: perlio
35106           +> lib/Attribute/Handlers/demo/Demo.pm
35107           +> lib/Attribute/Handlers/demo/Descriptions.pm
35108           +> lib/Attribute/Handlers/demo/MyClass.pm
35109           +> lib/Attribute/Handlers/demo/demo.pl
35110           +> lib/Attribute/Handlers/demo/demo2.pl
35111           +> lib/Attribute/Handlers/demo/demo3.pl
35112           +> lib/Attribute/Handlers/demo/demo4.pl
35113           +> lib/Attribute/Handlers/demo/demo_call.pl
35114           +> lib/Attribute/Handlers/demo/demo_chain.pl
35115           +> lib/Attribute/Handlers/demo/demo_cycle.pl
35116           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
35117           +> lib/Attribute/Handlers/demo/demo_phases.pl
35118           +> lib/Attribute/Handlers/demo/demo_range.pl
35119           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
35120           +> uts/strtol_wrap.c
35121           !> (integrate 91 files)
35122 ____________________________________________________________________________
35123 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
35124         Log: change#9108 needs subtler treatment for case of closures created
35125              within eval""
35126      Branch: maint-5.6/perl
35127            ! op.c t/op/misc.t
35128 ____________________________________________________________________________
35129 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
35130         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
35131              scope, since that has already been searched)
35132      Branch: maint-5.6/perl
35133            ! op.c
35134 ____________________________________________________________________________
35135 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
35136         Log: Integrate change #10448 from maintperl; lexicals
35137              outside an eval"" weren't resolved correctly inside a subroutine
35138              definition inside the eval"" if they were not already referenced
35139              in the toplevel of the eval""-ed code
35140      Branch: perl
35141           !> cop.h op.c pp_ctl.c t/op/misc.t
35142 ____________________________________________________________________________
35143 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
35144         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
35145              outside an eval"" weren't resolved correctly inside a subroutine
35146              definition inside the eval"" if they were not already referenced
35147              in the toplevel of the eval""-ed code
35148      Branch: maint-5.6/perl
35149            ! cop.h op.c pp_ctl.c t/op/misc.t
35150 ____________________________________________________________________________
35151 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
35152         Log: Subject: [PATCH] perl570delta.pod
35153              From: Peter Scott <Peter@PSDT.com> 
35154              Date: Tue, 05 Jun 2001 18:51:02 -0700
35155              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
35156      Branch: perl
35157            ! pod/perl570delta.pod
35158 ____________________________________________________________________________
35159 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
35160         Log: The fudge factor is no more needed.  I hope.
35161      Branch: perl
35162            ! t/lib/posix.t
35163 ____________________________________________________________________________
35164 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
35165         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
35166              From: Hugo <hv@crypt.compulink.co.uk>
35167              Date: Tue, 05 Jun 2001 12:58:19 +0100
35168              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
35169      Branch: perl
35170            ! util.c
35171 ____________________________________________________________________________
35172 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
35173         Log: Make up prototypes only for those who have the functions
35174              but not the prototypes.
35175      Branch: perl
35176            ! perl.h
35177 ____________________________________________________________________________
35178 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
35179         Log: Subject: Re: Not OK: perl@10439 on win32 
35180              From: Prymmer/Kahn <pvhp@best.com> 
35181              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
35182              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
35183      Branch: perl
35184            ! perl.h util.c
35185 ____________________________________________________________________________
35186 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
35187         Log: The metaconfig units changes for #10441.
35188      Branch: metaconfig
35189            ! U/modified/Extract.U U/modified/Extractall.U
35190            ! U/modified/Finish.U
35191 ____________________________________________________________________________
35192 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
35193         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
35194      Branch: perl
35195            ! Configure
35196 ____________________________________________________________________________
35197 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
35198         Log: Unnecessary fuzziness undone, noted by Mike Guy.
35199      Branch: perl
35200            ! t/op/tr.t
35201 ____________________________________________________________________________
35202 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
35203         Log: Update Changes.
35204      Branch: perl
35205            ! Changes patchlevel.h
35206 ____________________________________________________________________________
35207 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
35208         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
35209              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
35210              leakage patch.
35211      Branch: perl
35212            ! t/op/misc.t
35213 ____________________________________________________________________________
35214 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
35215         Log: Test case for #10433/#10424.
35216      Branch: perl
35217            ! t/op/misc.t
35218 ____________________________________________________________________________
35219 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
35220         Log: Subject: One fix for strtoul not setting errno
35221              From: hom00@utsglobal.com (Hal Morris)
35222              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
35223              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
35224      Branch: perl
35225            + uts/strtol_wrap.c
35226            ! MANIFEST hints/uts.sh
35227 ____________________________________________________________________________
35228 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
35229         Log: Metaconfig units changes for #10434.
35230      Branch: metaconfig
35231            ! U/modified/Cppsym.U
35232      Branch: metaconfig/U/perl
35233            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
35234            + d_syscallproto.U d_usleepproto.U
35235            ! longdblfio.U quadfio.U
35236 ____________________________________________________________________________
35237 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
35238         Log: Configure tweaks; add prototype probes, make the cpp symbols
35239              probe to cast, not whine; test for %Ld and %Lf before %lld and
35240              %llf because the L is the ANSI way.
35241      Branch: perl
35242            ! Configure config_h.SH configure.com epoc/config.sh
35243            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
35244            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
35245            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
35246 ____________________________________________________________________________
35247 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
35248         Log: Sigh.  This is what #10424 was supposed to check in.
35249      Branch: perl
35250            ! op.c sv.c sv.h
35251 ____________________________________________________________________________
35252 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
35253         Log: More verbose failure.
35254      Branch: perl
35255            ! t/op/ver.t
35256 ____________________________________________________________________________
35257 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
35258         Log: The .pm changes to go with #10428.
35259      Branch: perl
35260            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
35261            ! ext/Sys/Syslog/Syslog.pm
35262 ____________________________________________________________________________
35263 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
35264         Log: On second thoughts show to utf8 skippage message only
35265              on failures, it's too confusing otherwise,
35266      Branch: perl
35267            ! t/pragma/locale.t
35268 ____________________________________________________________________________
35269 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
35270         Log: Do not import anything from Encode.
35271      Branch: perl
35272            ! ext/MIME/Base64/QuotedPrint.pm
35273 ____________________________________________________________________________
35274 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
35275         Log: The #10402 didn't take.  Weird.
35276      Branch: perl
35277            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
35278            ! ext/Sys/Syslog/Syslog.xs
35279 ____________________________________________________________________________
35280 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
35281         Log: Eradicate traces of 'asciirange' re subpragma.
35282      Branch: perl
35283            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
35284            ! pod/perldiag.pod
35285 ____________________________________________________________________________
35286 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
35287         Log: use is a compile-time thing.
35288      Branch: perl
35289            ! ext/MIME/Base64/QuotedPrint.pm
35290 ____________________________________________________________________________
35291 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
35292         Log: Subject: [PATCH perl@10419] -Wall casting patch
35293              From: Robin Barker <rmb1@cise.npl.co.uk>
35294              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
35295              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
35296      Branch: perl
35297            ! ext/Devel/DProf/DProf.xs mg.c
35298 ____________________________________________________________________________
35299 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
35300         Log: Subject: [PATCH #2] introducing SVpad_TYPED
35301              From: Abhijit Menon-Sen <ams@wiw.org>
35302              Date: Mon, 4 Jun 2001 12:26:02 +0530
35303              Message-ID: <20010604122602.A5775@lustre.linux.in>
35304      Branch: perl
35305            ! op.c sv.c sv.h
35306 ____________________________________________________________________________
35307 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
35308         Log: testsuite for change#10192 (from Gisle Aas)
35309      Branch: perl
35310            + t/op/override.t
35311            ! MANIFEST
35312 ____________________________________________________________________________
35313 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
35314         Log: integrate changes#10414-10416 from mainline
35315              
35316              Potential buffer overrun if the radix separator is more than
35317              one byte.  Also, under locales, prefer the locale-specific
35318              separator over the old boring ".".
35319              
35320              "10.", that is, decimal numbers can have no decimal part at all.
35321              
35322              The non-locale places need love, too.
35323      Branch: maint-5.6/perl
35324           !> perl.h sv.c
35325 ____________________________________________________________________________
35326 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
35327         Log: Missed from #10420.
35328      Branch: perl
35329            ! epoc/config.sh
35330 ____________________________________________________________________________
35331 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
35332         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
35333              often this prototype goes with HAS_SETRESUID_PROTO.
35334      Branch: perl
35335            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35336            ! config_h.SH configure.com perl.h uconfig.h
35337 ____________________________________________________________________________
35338 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
35339         Log: Update Changes.
35340      Branch: perl
35341            ! Changes patchlevel.h
35342 ____________________________________________________________________________
35343 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
35344         Log: -Wall "subscript has type `char'" cleanup.
35345      Branch: perl
35346            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
35347 ____________________________________________________________________________
35348 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
35349         Log: Various "cast to pointer from integer of different size"
35350              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
35351              wide but I32 (int) only 32 bits wide).
35352              
35353              WARNING: the classnum and tagnum changes in Storable.xs
35354              may not be wise, they may be breaking binary compatibility
35355              (in 64-bit platforms), asked Raphael Manfredi about the changes.
35356      Branch: perl
35357            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
35358            ! mg.c proto.h
35359 ____________________________________________________________________________
35360 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
35361         Log: The non-locale places need love, too.
35362      Branch: perl
35363            ! perl.h
35364 ____________________________________________________________________________
35365 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
35366         Log: "10.", that is, decimal numbers can have no decimal part at all.
35367      Branch: perl
35368            ! perl.h
35369 ____________________________________________________________________________
35370 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
35371         Log: Potential buffer overrun if the radix separator is more than
35372              one byte.  Also, under locales, prefer the locale-specific
35373              separator over the old boring ".".
35374      Branch: perl
35375            ! perl.h sv.c
35376 ____________________________________________________________________________
35377 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
35378         Log: Integrate change #10412 from maintperl; locale is now
35379              per-cop, not per-op; plus retweak the locale.t to always
35380              list the skipped utf8 locales.
35381      Branch: perl
35382            ! t/pragma/locale.t
35383           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
35384           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
35385 ____________________________________________________________________________
35386 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
35387         Log: rationalize locale handling to fix the bugs uncovered by change#10394
35388              
35389              the major issue was that the runtime was looking at PL_hints rather
35390              than op_private to notice whether locale was enabled
35391              
35392              the secondary issue was that many locale-sensitive numeric ops didn't
35393              have HINT_LOCALE propagated into their op_private
35394              
35395              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
35396              instead of per-op, just like HINT_BYTE and the hints for lexical
35397              warnings (this makes the hint available to every op via PL_curcop)
35398              
35399              pragma/locale.t may need to be reworked with these fixes in mind
35400              (it currently passes its tests)
35401      Branch: maint-5.6/perl
35402            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
35403            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
35404 ____________________________________________________________________________
35405 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
35406         Log: More verbose debugging.
35407      Branch: perl
35408            ! t/pragma/locale.t
35409 ____________________________________________________________________________
35410 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
35411         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
35412              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
35413              Date: Sat, 2 Jun 2001 22:53:33 +0100
35414              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
35415      Branch: perl
35416            ! regcomp.c t/pragma/warn/regcomp
35417 ____________________________________________________________________________
35418 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
35419         Log: Mention that lexicalizing $a or $b is a bad idea if one
35420              wants to use sort().
35421      Branch: perl
35422            ! pod/perlvar.pod
35423 ____________________________________________________________________________
35424 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
35425         Log: Tweak the test to be happy if the accuracy is 'good enough'.
35426      Branch: perl
35427            ! t/lib/posix.t
35428 ____________________________________________________________________________
35429 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
35430         Log: Upgrade to Attribute::Handlers 0.70.
35431              
35432              NOTE: this unearthed the "too late for CHECK block" bug,
35433              that's why the 1_compile.t change.
35434      Branch: perl
35435            + lib/Attribute/Handlers/demo/Demo.pm
35436            + lib/Attribute/Handlers/demo/Descriptions.pm
35437            + lib/Attribute/Handlers/demo/MyClass.pm
35438            + lib/Attribute/Handlers/demo/demo.pl
35439            + lib/Attribute/Handlers/demo/demo2.pl
35440            + lib/Attribute/Handlers/demo/demo3.pl
35441            + lib/Attribute/Handlers/demo/demo4.pl
35442            + lib/Attribute/Handlers/demo/demo_call.pl
35443            + lib/Attribute/Handlers/demo/demo_chain.pl
35444            + lib/Attribute/Handlers/demo/demo_cycle.pl
35445            + lib/Attribute/Handlers/demo/demo_hashdir.pl
35446            + lib/Attribute/Handlers/demo/demo_phases.pl
35447            + lib/Attribute/Handlers/demo/demo_range.pl
35448            + lib/Attribute/Handlers/demo/demo_rawdata.pl
35449            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
35450            ! t/lib/attrhand.t
35451 ____________________________________________________________________________
35452 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
35453         Log: One less -Wall whine.
35454      Branch: perl
35455            ! regcomp.c
35456 ____________________________________________________________________________
35457 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
35458         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
35459      Branch: perl
35460           !> t/op/eval.t
35461 ____________________________________________________________________________
35462 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
35463         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
35464              aren't "normally" visible inside eval""s contained in subs unless
35465              a cloned reference to them already exists)
35466              
35467              strangely enough, t/harness didn't show this up as a failure
35468              (harness needs fixing?)
35469      Branch: maint-5.6/perl
35470            ! t/op/eval.t
35471 ____________________________________________________________________________
35472 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
35473         Log: Update to Text::Balanced 1.85.
35474      Branch: perl
35475            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
35476 ____________________________________________________________________________
35477 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
35478         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
35479              From: Nicholas Clark <nick@ccl4.org>
35480              Date: Sun, 3 Jun 2001 17:54:36 +0100
35481              Message-ID: <20010603175436.E76396@plum.flirble.org> 
35482      Branch: perl
35483            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
35484            ! ext/Sys/Syslog/Syslog.xs
35485 ____________________________________________________________________________
35486 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
35487         Log: Unused variables.
35488      Branch: perl
35489            ! util.c
35490 ____________________________________________________________________________
35491 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
35492         Log: Subject: [PATCH] APIfy op_clear 
35493              From: Simon Cozens <simon@netthink.co.uk>
35494              Date: Sun, 3 Jun 2001 13:51:46 +0100
35495              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
35496              
35497              (despite the subject line, op_null is APIfied by the patch)
35498      Branch: perl
35499            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
35500 ____________________________________________________________________________
35501 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
35502         Log: Subject: [PATCH] t/lib/extutils.t
35503              From: Nicholas Clark <nick@ccl4.org>
35504              Date: Sat, 2 Jun 2001 23:57:05 +0100
35505              Message-ID: <20010602235705.Q12698@plum.flirble.org>
35506      Branch: perl
35507            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
35508 ____________________________________________________________________________
35509 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
35510         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
35511              From: Prymmer/Kahn <pvhp@best.com>
35512              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
35513              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
35514      Branch: perl
35515            ! win32/Makefile win32/makefile.mk
35516 ____________________________________________________________________________
35517 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
35518         Log: Subject: Re: 'decimal digits' macro? 
35519              From: Hugo <hv@crypt.compulink.co.uk>
35520              Date: Sun, 03 Jun 2001 04:26:36 +0100
35521              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
35522      Branch: perl
35523            ! handy.h t/lib/posix.t t/op/tr.t
35524 ____________________________________________________________________________
35525 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
35526         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
35527              From: Hugo <hv@crypt.compulink.co.uk>
35528              Date: Sun, 03 Jun 2001 14:56:30 +0100
35529              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
35530      Branch: perl
35531            ! util.c
35532 ____________________________________________________________________________
35533 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
35534         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
35535      Branch: perl
35536           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
35537           !> vms/perly_c.vms
35538 ____________________________________________________________________________
35539 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
35540         Log: fix leakage of lexicals at file scope into subroutines that were
35541              declared before them; this appears to be a longstanding bug that
35542              meant that lexicals at file scope were never "deintroduced", meaning
35543              their scope range was never properly closed, and their visibility
35544              extended to all subsequent eval""s or requires
35545              
35546              added a test case
35547              
35548              seems to also fix a case of bogus duplicate warnings
35549      Branch: maint-5.6/perl
35550            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
35551            ! vms/perly_c.vms
35552 ____________________________________________________________________________
35553 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
35554         Log: More VMS tweaks from Craig A. Berry.
35555      Branch: perl
35556            ! configure.com t/lib/extutils.t
35557 ____________________________________________________________________________
35558 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
35559         Log: -Wall cleanup continues.
35560      Branch: perl
35561            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
35562            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
35563            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
35564            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
35565            ! run.c toke.c util.c
35566 ____________________________________________________________________________
35567 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
35568         Log: The metaconfig unit change for #10390.
35569      Branch: metaconfig/U/perl
35570            ! gccvers.U
35571 ____________________________________________________________________________
35572 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
35573         Log: Drop the -ansi from the default gcc flags.
35574              
35575              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
35576              that struct cannot be compared with a flat integer, such as STRLEN.
35577              The -ansi will also cause a lot of noise in Solaris because of:
35578              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
35579      Branch: perl
35580            ! Configure
35581 ____________________________________________________________________________
35582 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
35583         Log: Integrate perlio.
35584      Branch: perl
35585           !> pod/perlapi.pod util.c
35586 ____________________________________________________________________________
35587 [ 10388] By: nick                                  on 2001/06/02  08:01:12
35588         Log: Integrate mainline
35589      Branch: perlio
35590           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
35591           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
35592           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
35593           !> t/lib/1_compile.t t/lib/mimeqp.t
35594 ____________________________________________________________________________
35595 [ 10387] By: nick                                  on 2001/06/02  07:39:17
35596         Log: Tweak util.c's atof2 for MULTIPLICITY
35597      Branch: perlio
35598            ! util.c
35599 ____________________________________________________________________________
35600 [ 10386] By: nick                                  on 2001/06/02  07:38:33
35601         Log: Integrate mainline
35602      Branch: perlio
35603           !> (integrate 41 files)
35604 ____________________________________________________________________________
35605 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
35606         Log: Add Attribute::Handlers 0.61 from Damian Conway.
35607      Branch: perl
35608            + lib/Attribute/Handlers.pm t/lib/attrhand.t
35609            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
35610 ____________________________________________________________________________
35611 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
35612         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
35613              From: Peter Prymmer <pvhp@forte.com>
35614              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
35615              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
35616      Branch: perl
35617            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
35618 ____________________________________________________________________________
35619 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
35620         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
35621              From: Jeff Pinyan <jeffp@crusoe.net>
35622              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
35623              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
35624      Branch: perl
35625            ! lib/File/Find.pm
35626 ____________________________________________________________________________
35627 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
35628         Log: Subject: [PATCH perl@10381] configure.com tweaks
35629              From: "Craig A. Berry" <craigberry@mac.com>
35630              Date: Fri, 1 Jun 2001 13:55:43 -0500
35631              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
35632      Branch: perl
35633            ! configure.com
35634 ____________________________________________________________________________
35635 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
35636         Log: Update Changes.
35637      Branch: perl
35638            ! Changes patchlevel.h
35639 ____________________________________________________________________________
35640 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
35641         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
35642              From: Mike Guy <mjtg@cam.ac.uk>
35643              Date: Fri, 01 Jun 2001 18:17:02 +0100
35644              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
35645      Branch: perl
35646            ! lib/perl5db.pl
35647 ____________________________________________________________________________
35648 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
35649         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
35650              From: Hugo <hv@crypt.compulink.co.uk>
35651              Date: Thu, 31 May 2001 20:49:48 +0100
35652              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
35653      Branch: perl
35654            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
35655            ! util.c
35656 ____________________________________________________________________________
35657 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
35658         Log: Zero() is not available in x2p (or, rather, some of its
35659              implementations like memzero() might not be available.)
35660      Branch: perl
35661            ! x2p/hash.c
35662 ____________________________________________________________________________
35663 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
35664         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
35665              From: Michael G Schwern <schwern@pobox.com>
35666              Date: Fri, 1 Jun 2001 12:00:29 +0100
35667              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
35668              
35669              (But use Zero() instead of memset.)
35670      Branch: perl
35671            ! x2p/hash.c
35672 ____________________________________________________________________________
35673 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
35674         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
35675              From: Jeff Pinyan <jeffp@crusoe.net>
35676              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
35677              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
35678      Branch: perl
35679            ! pod/perldiag.pod regcomp.c t/op/pat.t
35680 ____________________________________________________________________________
35681 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
35682         Log: Retract #10324 and #10333; not needed.
35683      Branch: perl
35684            ! hints/irix_6.sh hints/linux.sh
35685 ____________________________________________________________________________
35686 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
35687         Log: The #10370 wasn't quite right.
35688      Branch: perl
35689            ! ext/XS/Typemap/Typemap.xs
35690 ____________________________________________________________________________
35691 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
35692         Log: The metaconfig units changes for #10372.
35693      Branch: metaconfig/U/perl
35694            + d_realpath.U d_sresgproto.U d_sresuproto.U
35695            ! gccvers.U i_db.U
35696 ____________________________________________________________________________
35697 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
35698         Log: Configure tweaks; record the Berkeley DB version,
35699              probe for realpath(), for setresuid() and setresgid()
35700              prototypes; use realpath() (try to be paranoid enough),
35701              use the setres[ug]id prototypes because glibc has the functions
35702              but not their prototypes; add -Wall -ansi to gcc ccflags;
35703              regen toc.
35704      Branch: perl
35705            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35706            ! config_h.SH configure.com epoc/config.sh
35707            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
35708            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
35709            ! vos/config.ga.def win32/config.bc win32/config.gc
35710            ! win32/config.vc
35711 ____________________________________________________________________________
35712 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
35713         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
35714              From: Michael G Schwern <schwern@pobox.com>
35715              Date: Fri, 1 Jun 2001 11:28:14 +0100
35716              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
35717      Branch: perl
35718            ! lib/attributes.pm xsutils.c
35719 ____________________________________________________________________________
35720 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
35721         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
35722              From: Tim Jenness <t.jenness@jach.hawaii.edu>
35723              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
35724              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
35725      Branch: perl
35726            ! ext/XS/Typemap/Typemap.xs
35727 ____________________________________________________________________________
35728 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
35729         Log: Subject: [patch] Cwd.xs optimizations/abstraction
35730              From: Doug MacEachern <dougm@covalent.net>
35731              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
35732              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
35733      Branch: perl
35734            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
35735            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
35736 ____________________________________________________________________________
35737 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
35738         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!])
35739              From: Nicholas Clark <nick@ccl4.org>
35740              Date: Thu, 31 May 2001 23:56:40 +0100
35741              Message-ID: <20010531235640.F12698@plum.flirble.org>
35742              
35743              Make the test work also under only static extensions
35744              (sh Configure -Uusedl fakes this nicely)
35745      Branch: perl
35746            ! t/lib/extutils.t
35747 ____________________________________________________________________________
35748 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
35749         Log: Subject: [PATCH hv.c] Eliminating trigraph
35750              From: Michael G Schwern <schwern@pobox.com>
35751              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
35752              Date: Fri, 1 Jun 2001 11:49:56 +0100
35753      Branch: perl
35754            ! hv.c
35755 ____________________________________________________________________________
35756 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
35757         Log: Subject: Re: [PATCH] Tests for File::Compare 
35758              From: "Philip Newton" <Philip.Newton@gmx.net>
35759              Date: Thu, 31 May 2001 19:44:05 +0200
35760              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
35761              
35762              Unnecessary "quotation marks".
35763      Branch: perl
35764            ! t/lib/filecomp.t
35765 ____________________________________________________________________________
35766 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
35767         Log: Integrate perlio.
35768      Branch: perl
35769           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
35770 ____________________________________________________________________________
35771 [ 10364] By: nick                                  on 2001/06/01  10:13:31
35772         Log: Cleanup dll.base and dll.exp created by GCC builds.
35773      Branch: perlio
35774            ! lib/ExtUtils/MM_Win32.pm
35775 ____________________________________________________________________________
35776 [ 10363] By: nick                                  on 2001/06/01  10:02:17
35777         Log: Make filecomp test work on CRLF platforms by adding binmode.
35778      Branch: perlio
35779            ! t/lib/filecomp.t
35780 ____________________________________________________________________________
35781 [ 10362] By: nick                                  on 2001/06/01  08:37:17
35782         Log: Integrate mainline
35783      Branch: perlio
35784           !> Changes Configure patchlevel.h perlio.c
35785 ____________________________________________________________________________
35786 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
35787         Log: panic:claustrophobia.
35788      Branch: perl
35789            ! perlio.c
35790 ____________________________________________________________________________
35791 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
35792         Log: Update Changes.
35793      Branch: perl
35794            ! Changes patchlevel.h
35795 ____________________________________________________________________________
35796 [ 10359] By: nick                                  on 2001/05/31  12:35:50
35797         Log: Integrate mainline.
35798      Branch: perlio
35799           +> t/lib/filecomp.t
35800           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
35801           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
35802 ____________________________________________________________________________
35803 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
35804         Log: Integrate perlio.
35805      Branch: perl
35806           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
35807           !> win32/config_H.vc
35808 ____________________________________________________________________________
35809 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
35810         Log: Metaconfig unit change for #10356.
35811      Branch: metaconfig
35812            ! U/installdirs/inc_version_list.U
35813 ____________________________________________________________________________
35814 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
35815         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
35816              (idea from Sarathy; implementation from Andy)
35817      Branch: perl
35818            ! Configure
35819 ____________________________________________________________________________
35820 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
35821         Log: More AUTHORS.
35822      Branch: perl
35823            ! AUTHORS
35824 ____________________________________________________________________________
35825 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
35826         Log: Subject: Re: [PATCH] Tests for File::Compare
35827              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
35828              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
35829              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
35830      Branch: perl
35831            + t/lib/filecomp.t
35832            ! MANIFEST t/lib/1_compile.t
35833 ____________________________________________________________________________
35834 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
35835         Log: Subject: [PATCH] DEBUG_* macro cleanups
35836              From: Abhijit Menon-Sen <ams@wiw.org>
35837              Date: Thu, 31 May 2001 12:16:22 +0530
35838              Message-ID: <20010531121622.B4829@lustre.linux.in>
35839              
35840              Subject: Re: [PATCH] DEBUG_* macro cleanups
35841              From: Abhijit Menon-Sen <ams@wiw.org>
35842              Date: Thu, 31 May 2001 13:57:01 +0530
35843              Message-ID: <20010531135701.A21775@lustre.linux.in>
35844              
35845              (The DEBUG_ definitions in perl.h changed to use the
35846              STMT_START and STMT_END.)
35847      Branch: perl
35848            ! perl.h pp_ctl.c sv.c toke.c
35849 ____________________________________________________________________________
35850 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
35851         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
35852              From: Abhijit Menon-Sen <ams@wiw.org>
35853              Date: Thu, 31 May 2001 08:27:55 +0530
35854              Message-ID: <20010531082755.A10018@lustre.linux.in>
35855      Branch: perl
35856            ! ext/Storable/Storable.xs gv.c perl.c
35857 ____________________________________________________________________________
35858 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
35859         Log: Subject: [PATCH] AUTHORS
35860              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
35861              Date: Thu, 31 May 2001 01:27:59 -0500
35862              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
35863              
35864              Subject: Re: [PATCH] AUTHORS
35865              From: "Philip Newton" <Philip.Newton@gmx.net>
35866              Date: Thu, 31 May 2001 10:08:06 +0200
35867              (Message-Id missing?)
35868      Branch: perl
35869            ! AUTHORS
35870 ____________________________________________________________________________
35871 [ 10350] By: nick                                  on 2001/05/31  11:40:43
35872         Log: win32 - dmake regen_config_h
35873      Branch: perlio
35874            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35875 ____________________________________________________________________________
35876 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
35877         Log: Subject: Re: [PATCH util.c] More warning cleanups.
35878              From: "Philip Newton" <Philip.Newton@gmx.net>
35879              Date: Thu, 31 May 2001 07:41:36 +0200
35880              Message-Id: <200105310538.IAA25458@taku.hut.fi>
35881              
35882              Undo C++-ism that snekt in.
35883      Branch: perl
35884            ! util.c
35885 ____________________________________________________________________________
35886 [ 10348] By: nick                                  on 2001/05/31  11:36:46
35887         Log: Tolerate Win32 numerics
35888      Branch: perlio
35889            ! t/pragma/warn/toke
35890 ____________________________________________________________________________
35891 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
35892         Log: Integrate perlio.
35893      Branch: perl
35894           !> perlio.c win32/win32.h
35895 ____________________________________________________________________________
35896 [ 10346] By: nick                                  on 2001/05/31  10:54:55
35897         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
35898              perlio.c change 10255.
35899      Branch: perlio
35900            ! perlio.c
35901 ____________________________________________________________________________
35902 [ 10345] By: nick                                  on 2001/05/31  10:01:57
35903         Log: Conditionally put back some "unused" dTHX which are used
35904              with PERL_IMPLICIT_SYS
35905      Branch: perlio
35906            ! perlio.c
35907 ____________________________________________________________________________
35908 [ 10344] By: nick                                  on 2001/05/31  10:00:59
35909         Log: Fix Win32 for new spelling IN_BYTES 
35910      Branch: perlio
35911            ! win32/win32.h
35912 ____________________________________________________________________________
35913 [ 10343] By: nick                                  on 2001/05/31  08:01:32
35914         Log: perlio.c -Wall cleaner under MULTIPLICITY
35915              - still minor noise with linux stdio
35916      Branch: perlio
35917            ! perlio.c
35918 ____________________________________________________________________________
35919 [ 10342] By: nick                                  on 2001/05/31  07:52:23
35920         Log: Integrate mainline.
35921      Branch: perlio
35922           !> (integrate 42 files)
35923 ____________________________________________________________________________
35924 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
35925         Log: AUTHORS updates.
35926      Branch: perl
35927            ! AUTHORS
35928 ____________________________________________________________________________
35929 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
35930         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
35931              From: Peter Prymmer <pvhp@forte.com>
35932              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
35933              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
35934      Branch: perl
35935            ! t/lib/md5-file.t
35936 ____________________________________________________________________________
35937 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
35938         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
35939              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
35940              to match the pragma name; various robustness cleanups.
35941      Branch: perl
35942            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
35943            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
35944 ____________________________________________________________________________
35945 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
35946         Log: More -Wall sweeping.
35947      Branch: perl
35948            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
35949            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
35950            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
35951            ! regcomp.c sv.c toke.c utf8.c
35952 ____________________________________________________________________________
35953 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
35954         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
35955              From: Nicholas Clark <nick@ccl4.org>
35956              Date: Wed, 30 May 2001 22:34:41 +0100
35957              Message-ID: <20010530223441.Y86445@plum.flirble.org>
35958      Branch: perl
35959            ! t/op/cmp.t
35960 ____________________________________________________________________________
35961 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
35962         Log: It's is not, it isn't ain't, and it's it's, not its,
35963              if you mean it is. If you don't, it's its. Then too,
35964              it's hers. It isn't her's. It isn't our's either.
35965              It's ours, and likewise yours and theirs.
35966              -- Oxford University Press, Edpress News
35967      Branch: perl
35968            ! lib/autouse.pm
35969 ____________________________________________________________________________
35970 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
35971         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
35972      Branch: perl
35973            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
35974            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
35975            ! x2p/str.c x2p/walk.c xsutils.c
35976 ____________________________________________________________________________
35977 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
35978         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
35979              From: Michael G Schwern <schwern@pobox.com>
35980              Date: Wed, 30 May 2001 17:10:38 +0100
35981              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
35982              
35983              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
35984              From: Abhijit Menon-Sen <ams@wiw.org>
35985              Date: Wed, 30 May 2001 23:16:13 +0530
35986              Message-ID: <20010530231613.A31933@lustre.linux.in>
35987      Branch: perl
35988            ! perl.c t/run/runenv.t
35989 ____________________________________________________________________________
35990 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
35991         Log: (Retracted by #10375.)
35992              
35993              IRIX hints patch from Merijn Broeren.
35994              
35995              TODO: (this and the earlier Linux hints patch) should be solved
35996              at Configure level.  Merijn: -ldb should not be used on any platform
35997              for perl, just when linking DBFile itself. Trying to be helpful here
35998              is counterproductive.
35999      Branch: perl
36000            ! hints/irix_6.sh
36001 ____________________________________________________________________________
36002 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
36003         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
36004              From: Nicholas Clark <nick@ccl4.org>
36005              Date: Wed, 30 May 2001 23:20:58 +0100
36006              Message-ID: <20010530232058.B86445@plum.flirble.org>
36007      Branch: perl
36008            ! doop.c
36009 ____________________________________________________________________________
36010 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
36011         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
36012              From: Michael G Schwern <schwern@pobox.com> 
36013              Date: Wed, 30 May 2001 15:24:20 +0100
36014              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
36015      Branch: perl
36016            ! t/pragma/autouse.t
36017 ____________________________________________________________________________
36018 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
36019         Log: The regex trick wasn't a good idea.
36020      Branch: perl
36021            ! pod/perlfaq4.pod
36022 ____________________________________________________________________________
36023 [ 10329] By: nick                                  on 2001/05/30  18:34:35
36024         Log: Integrate mainline
36025      Branch: perlio
36026           !> (integrate 40 files)
36027 ____________________________________________________________________________
36028 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
36029         Log: Update Changes.
36030      Branch: perl
36031            ! Changes patchlevel.h
36032 ____________________________________________________________________________
36033 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
36034         Log: The metaconfig unit change for #10325.
36035      Branch: metaconfig
36036            + U/modified/afs.U
36037 ____________________________________________________________________________
36038 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
36039         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
36040              is now wrong.
36041      Branch: perl
36042            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
36043 ____________________________________________________________________________
36044 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
36045         Log: Introduce $Config{afsroot}.
36046      Branch: perl
36047            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36048            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
36049            ! win32/config.gc win32/config.vc
36050 ____________________________________________________________________________
36051 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
36052         Log: (Retracted by #10375.)
36053              
36054              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
36055      Branch: perl
36056            ! hints/linux.sh
36057 ____________________________________________________________________________
36058 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
36059         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
36060              (Also Configure tweaks needed; coming up soon.)
36061      Branch: perl
36062            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
36063 ____________________________________________________________________________
36064 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
36065         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
36066              From: Michael G Schwern <schwern@pobox.com>
36067              Date: Sun, 27 May 2001 10:29:43 +0100
36068              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
36069      Branch: perl
36070            ! lib/perl5db.pl
36071 ____________________________________________________________________________
36072 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
36073         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
36074              and Abhijit Menon-Sen.
36075      Branch: perl
36076            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
36077            ! perl.c pp_sys.c regcomp.c
36078 ____________________________________________________________________________
36079 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
36080         Log: Fix the BOOT section to call myU2time properly.
36081      Branch: perl
36082            ! ext/Time/HiRes/HiRes.xs
36083 ____________________________________________________________________________
36084 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
36085         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
36086              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
36087              Date: Wed, 30 May 2001 09:44:29 -0400
36088              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
36089              
36090              Detypo; plus add one more trick.
36091      Branch: perl
36092            ! pod/perlfaq4.pod
36093 ____________________________________________________________________________
36094 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
36095         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)
36096              From: Michael G Schwern <schwern@pobox.com>
36097              Date: Wed, 30 May 2001 14:39:06 +0100
36098              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
36099      Branch: perl
36100            ! lib/autouse.pm t/pragma/autouse.t
36101 ____________________________________________________________________________
36102 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
36103         Log: Subject: Re: AIX and gcc (moving targets)
36104              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36105              Date: Wed, 30 May 2001 15:25:08 +0200
36106              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
36107      Branch: perl
36108            ! ext/Time/HiRes/HiRes.xs
36109 ____________________________________________________________________________
36110 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
36111         Log: Subject: [PATCH t/TEST] sorting tests
36112              From: Michael G Schwern <schwern@pobox.com>
36113              Date: Wed, 30 May 2001 10:24:02 +0100
36114              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
36115      Branch: perl
36116            ! t/TEST
36117 ____________________________________________________________________________
36118 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
36119         Log: Subject: [ID 20010529.002] typos in man page perlre
36120              From: bart@cg681574-a.adubn1.nj.home.com 
36121              Date: Tue, 29 May 2001 13:58:59 -0500
36122              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
36123      Branch: perl
36124            ! pod/perlre.pod
36125 ____________________________________________________________________________
36126 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
36127         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
36128              From: "Craig A. Berry" <craigberry@mac.com>
36129              Date: Tue, 29 May 2001 23:23:45 -0500
36130              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
36131      Branch: perl
36132            ! t/lib/extutils.t t/pragma/autouse.t
36133 ____________________________________________________________________________
36134 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
36135         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)
36136              From: David Dyck <dcd@tc.fluke.com>
36137              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
36138              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
36139      Branch: perl
36140            ! t/lib/filefind.t
36141 ____________________________________________________________________________
36142 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
36143         Log: AIX hints update for gcc from Merijn H. Brand.
36144      Branch: perl
36145            ! hints/aix.sh
36146 ____________________________________________________________________________
36147 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
36148         Log: Retract #10295 and #10296: a more generic solution
36149              is needed (there's something funny with gcc on AIX).
36150      Branch: perl
36151            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
36152 ____________________________________________________________________________
36153 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
36154         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
36155              From: Hugo <hv@crypt.compulink.co.uk>
36156              Date: Wed, 30 May 2001 11:59:19 +0100
36157              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
36158              
36159              localizing $@ has unfortunate semantics - if you die past
36160              a local $@, the die message is lost.
36161      Branch: perl
36162            ! lib/utf8_heavy.pl
36163 ____________________________________________________________________________
36164 [ 10309] By: nick                                  on 2001/05/30  08:23:02
36165         Log: Integrate mainline (autouse works again.)
36166      Branch: perlio
36167           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
36168           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
36169           !> pod/perlvar.pod t/op/cmp.t
36170 ____________________________________________________________________________
36171 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
36172         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
36173              From: David Dyck <dcd@tc.fluke.com>
36174              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
36175              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
36176      Branch: perl
36177            ! lib/File/Find.pm
36178 ____________________________________________________________________________
36179 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
36180         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
36181              From: Nicholas Clark <nick@ccl4.org>
36182              Date: Tue, 29 May 2001 23:16:09 +0100
36183              Message-ID: <20010529231609.U86445@plum.flirble.org>
36184              
36185              Make the test output slightly clearer by distinguishing
36186              between '' and undef.
36187      Branch: perl
36188            ! t/op/cmp.t
36189 ____________________________________________________________________________
36190 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
36191         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
36192              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36193              Date: Tue, 29 May 2001 19:15:19 -0400
36194              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
36195      Branch: perl
36196            ! hints/os2.sh
36197 ____________________________________________________________________________
36198 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
36199         Log: Subject: perlvar.pod addition
36200              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
36201              Date: Fri, 25 May 2001 20:23:12 +0200
36202              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
36203              
36204              Subject: Re: perlvar.pod addition
36205              From: "Abigail" <abigail@foad.org> 
36206              Date: Fri, 25 May 2001 22:00:39 +0200
36207              Message-ID: <20010525200039.28029.qmail@foad.org>
36208              
36209              Mention $a and $b in perlvar.
36210      Branch: perl
36211            ! pod/perlvar.pod
36212 ____________________________________________________________________________
36213 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
36214         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
36215              From: Jeff Pinyan <jeffp@crusoe.net>
36216              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
36217              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
36218      Branch: perl
36219            ! pod/perlvar.pod
36220 ____________________________________________________________________________
36221 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
36222         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
36223              From: Jeff Pinyan <jeffp@crusoe.net>
36224              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
36225              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
36226      Branch: perl
36227            ! pod/perlfaq6.pod
36228 ____________________________________________________________________________
36229 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
36230         Log: Mention Time::localtime and Time::gmtime.
36231      Branch: perl
36232            ! ext/Time/Piece/Piece.pm
36233 ____________________________________________________________________________
36234 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
36235         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
36236              From: Michael G Schwern <schwern@pobox.com>
36237              Date: Tue, 29 May 2001 18:51:32 +0100
36238              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
36239      Branch: perl
36240            ! pod/perlfaq4.pod
36241 ____________________________________________________________________________
36242 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
36243         Log: Retract #10243.
36244      Branch: perl
36245            ! lib/autouse.pm
36246 ____________________________________________________________________________
36247 [ 10299] By: nick                                  on 2001/05/29  18:41:19
36248         Log: Post weekend integrate mainline (fails one test pragma/autouse).
36249      Branch: perlio
36250           +> (branch 29 files)
36251           !> (integrate 91 files)
36252 ____________________________________________________________________________
36253 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
36254         Log: Update Changes.
36255      Branch: perl
36256            ! Changes patchlevel.h
36257 ____________________________________________________________________________
36258 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
36259         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
36260              before Perl_load_module/Perl_call_method and restore the value
36261              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
36262      Branch: perl
36263            ! utf8.c
36264 ____________________________________________________________________________
36265 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
36266         Log: Subject: Re: AIX and gcc (moving targets)
36267              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36268              Date: Tue, 29 May 2001 17:59:40 +0200
36269              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
36270      Branch: perl
36271            ! ext/Storable/Makefile.PL
36272 ____________________________________________________________________________
36273 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
36274         Log: Subject: Re: AIX and gcc (moving targets)
36275              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36276              Date: Tue, 29 May 2001 12:32:57 +0200
36277              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
36278      Branch: perl
36279            ! ext/POSIX/Makefile.PL
36280 ____________________________________________________________________________
36281 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
36282         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
36283              From: Michael G Schwern <schwern@pobox.com>
36284              Date: Tue, 29 May 2001 09:53:29 +0100
36285              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
36286              
36287              (#10280 retracted)
36288      Branch: perl
36289            ! lib/Test/Harness.pm t/lib/test-harness.t
36290 ____________________________________________________________________________
36291 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
36292         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
36293              From: Michael G Schwern <schwern@pobox.com>
36294              Date: Tue, 29 May 2001 09:19:52 +0100
36295              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
36296      Branch: perl
36297            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
36298            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
36299            + t/lib/Test/todo.t
36300            ! MANIFEST lib/Test.pm t/TEST
36301 ____________________________________________________________________________
36302 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
36303         Log: From: Michael G Schwern <schwern@pobox.com>
36304              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
36305              Date: Tue, 29 May 2001 08:26:09 +0100
36306              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
36307      Branch: perl
36308            ! t/TEST
36309 ____________________________________________________________________________
36310 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
36311         Log: Add tests for Time::gmtime and Time::localtime.
36312      Branch: perl
36313            + t/lib/time-gmtime.t t/lib/time-localtime.t
36314            ! MANIFEST t/lib/1_compile.t
36315 ____________________________________________________________________________
36316 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
36317         Log: Add test for File::stat.
36318      Branch: perl
36319            + t/lib/filestat.t
36320            ! MANIFEST t/lib/1_compile.t
36321 ____________________________________________________________________________
36322 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
36323         Log: Add test for Net::servent.
36324      Branch: perl
36325            + t/lib/net-sent.t
36326            ! MANIFEST t/lib/1_compile.t
36327 ____________________________________________________________________________
36328 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
36329         Log: Add test for Net::protoent.
36330      Branch: perl
36331            + t/lib/net-pent.t
36332            ! MANIFEST t/lib/1_compile.t
36333 ____________________________________________________________________________
36334 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
36335         Log: Add test for Net::netent.
36336      Branch: perl
36337            + t/lib/net-nent.t
36338            ! MANIFEST t/lib/1_compile.t
36339 ____________________________________________________________________________
36340 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
36341         Log: Add test for User::grent.  Portability doubtful.
36342      Branch: perl
36343            + t/lib/user-grent.t
36344            ! MANIFEST t/lib/1_compile.t
36345 ____________________________________________________________________________
36346 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
36347         Log: Add test for User::pwent.
36348              Probably will fall down somewhere for portability reasons.
36349      Branch: perl
36350            + t/lib/user-pwent.t
36351            ! MANIFEST t/lib/1_compile.t
36352 ____________________________________________________________________________
36353 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
36354         Log: Metaconfig units changes for #10283.
36355      Branch: metaconfig
36356            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
36357            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
36358            ! U/installdirs/sitescript.U U/modified/Signal.U
36359 ____________________________________________________________________________
36360 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
36361         Log: Subject: [PATCH 5.6.1] signal names in Configure
36362              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36363              Date: Tue, 29 May 2001 03:52:25 -0400
36364              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
36365              
36366              Subject: [PATCH 5.6.1] older perl in Configure
36367              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36368              Date: Tue, 29 May 2001 03:55:40 -0400
36369              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
36370              
36371              Subject: [PATCH 5.6.1] goofs in Configure
36372              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36373              Date: Tue, 29 May 2001 04:13:07 -0400
36374              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
36375              
36376              Configure portability tweaks.
36377      Branch: perl
36378            ! Configure
36379 ____________________________________________________________________________
36380 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
36381         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
36382              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36383              Date: Tue, 29 May 2001 04:07:06 -0400
36384              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
36385      Branch: perl
36386            ! os2/os2.c
36387 ____________________________________________________________________________
36388 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
36389         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
36390              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36391              Date: Tue, 29 May 2001 04:01:38 -0400
36392              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
36393      Branch: perl
36394            ! hints/os2.sh os2/Makefile.SHs
36395 ____________________________________________________________________________
36396 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
36397         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
36398              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36399              Date: Tue, 29 May 2001 03:50:18 -0400
36400              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
36401      Branch: perl
36402            ! lib/Test/Harness.pm
36403 ____________________________________________________________________________
36404 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
36405         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
36406      Branch: perl
36407            ! lib/utf8_heavy.pl
36408 ____________________________________________________________________________
36409 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
36410         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
36411              From: Hugo <hv@crypt.compulink.co.uk>
36412              Date: Tue, 29 May 2001 03:03:45 +0100
36413              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
36414              
36415              Explanation why the $@ always gets the UTF8 flag when under use utf8--
36416              because we told it to have the flag when under use utf8.
36417      Branch: perl
36418            ! pp_ctl.c
36419 ____________________________________________________________________________
36420 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
36421         Log: At least a partial fix for 20010528.004.
36422      Branch: perl
36423            ! lib/utf8_heavy.pl
36424 ____________________________________________________________________________
36425 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
36426         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
36427              From: Nicholas Clark <nick@ccl4.org> 
36428              Date: Mon, 28 May 2001 23:39:38 +0100
36429              Message-ID: <20010528233938.M86445@plum.flirble.org>
36430              
36431              More portable non-zero UV.
36432      Branch: perl
36433            ! t/lib/extutils.t
36434 ____________________________________________________________________________
36435 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
36436         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
36437              From: Nicholas Clark <nick@ccl4.org>
36438              Date: Mon, 28 May 2001 22:46:09 +0100
36439              Message-ID: <20010528224608.L86445@plum.flirble.org>
36440              
36441              Test also "make clean".
36442      Branch: perl
36443            ! t/lib/extutils.t
36444 ____________________________________________________________________________
36445 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
36446         Log: Subject: Re: Would -Wno-unused -Wall be better?
36447              From: Michael G Schwern <schwern@pobox.com>
36448              Date: Tue, 29 May 2001 00:55:54 +0100
36449              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
36450      Branch: perl
36451            ! pp.h
36452 ____________________________________________________________________________
36453 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
36454         Log: Add a test for 20010528.007, fixed in #10272.
36455      Branch: perl
36456            ! t/op/misc.t toke.c
36457 ____________________________________________________________________________
36458 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
36459         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
36460              From: Hugo <hv@crypt.compulink.co.uk>
36461              Date: Tue, 29 May 2001 00:23:23 +0100
36462              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
36463      Branch: perl
36464            ! toke.c
36465 ____________________________________________________________________________
36466 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
36467         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
36468              From: Michael G Schwern <schwern@pobox.com>
36469              Date: Tue, 29 May 2001 00:42:59 +0100
36470              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
36471      Branch: perl
36472            ! t/pragma/autouse.t
36473 ____________________________________________________________________________
36474 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
36475         Log: Some shells seemingly arrange the signal handlers differently
36476              (bug id 20010521.004).
36477      Branch: perl
36478            ! t/lib/sigaction.t
36479 ____________________________________________________________________________
36480 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
36481         Log: Regen perlmodlib.
36482      Branch: perl
36483            ! pod/perlmodlib.pod
36484 ____________________________________________________________________________
36485 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
36486         Log: Update Changes.
36487      Branch: perl
36488            ! Changes patchlevel.h
36489 ____________________________________________________________________________
36490 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
36491         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
36492              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
36493              Date: Mon, 28 May 2001 14:56:35 -0500
36494              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
36495      Branch: perl
36496            ! pod/perlnewmod.pod
36497 ____________________________________________________________________________
36498 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
36499         Log: Regen toc.
36500      Branch: perl
36501            ! pod/perltoc.pod
36502 ____________________________________________________________________________
36503 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
36504         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
36505              From: "Richard Soderberg" <rs@crystalflame.net>
36506              Date: Mon, 28 May 2001 12:31:23 -0700
36507              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
36508      Branch: perl
36509            ! t/op/splice.t
36510 ____________________________________________________________________________
36511 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
36512         Log: The #10260 was too bold: locales and utf8 still do not mix.
36513      Branch: perl
36514            ! t/pragma/locale.t
36515 ____________________________________________________________________________
36516 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
36517         Log: Subject: [PATCH] Pod nitpicks
36518              From: "Richard Soderberg" <rs@crystalflame.net>
36519              Date: Mon, 28 May 2001 10:08:58 -0700
36520              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
36521      Branch: perl
36522            ! pod/perl571delta.pod pod/perlapi.pod sv.h
36523 ____________________________________________________________________________
36524 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
36525         Log: Upgrade to I18N::LangTags 0.22.
36526      Branch: perl
36527            + lib/I18N/LangTags/List.pod
36528            ! MANIFEST lib/I18N/LangTags.pm
36529 ____________________________________________________________________________
36530 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
36531         Log: A slightly more serious bug found by -Mutf8; op/misc and
36532              lib/complex dumped core.
36533      Branch: perl
36534            ! regexec.c
36535 ____________________________________________________________________________
36536 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
36537         Log: Various buglets shaken out by -Mutf8.
36538      Branch: perl
36539            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
36540            ! t/pragma/locale.t
36541 ____________________________________________________________________________
36542 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
36543         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
36544      Branch: perl
36545            ! t/lib/carp.t
36546 ____________________________________________________________________________
36547 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
36548         Log: Subject: [PATCH] todo patch
36549              From: Artur Bergman <artur@contiller.se> 
36550              Date: Mon, 28 May 2001 17:03:51 +0200
36551              Message-ID: <B7383577.F34%artur@contiller.se>
36552      Branch: perl
36553            ! pod/perltodo.pod
36554 ____________________________________________________________________________
36555 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
36556         Log: Subject: typo in perlguts.pod
36557              From: "John P. Linderman" <jpl@research.att.com>
36558              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
36559              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
36560      Branch: perl
36561            ! pod/perlguts.pod
36562 ____________________________________________________________________________
36563 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
36564         Log: Subject: AIX and gcc (moving targets)
36565              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36566              Date: Mon, 28 May 2001 12:54:04 +0200
36567              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
36568      Branch: perl
36569            ! hints/aix.sh
36570 ____________________________________________________________________________
36571 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
36572         Log: Subject: Re: perlio + multiple perl_alloc..destruct
36573              From: Doug MacEachern <dougm@covalent.net>
36574              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
36575              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
36576      Branch: perl
36577            ! perlio.c
36578 ____________________________________________________________________________
36579 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
36580         Log: The #10251 wasn't quite up-to-the-code.
36581      Branch: perl
36582            ! t/op/misc.t
36583 ____________________________________________________________________________
36584 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
36585         Log: Test case for bug 20010526.004, fixed in #10252.
36586      Branch: perl
36587            ! t/op/taint.t
36588 ____________________________________________________________________________
36589 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
36590         Log: Subject: Re: [ID 20010526.004] Taint looses value
36591              From: Hugo <hv@crypt.compulink.co.uk>
36592              Date: Sun, 27 May 2001 20:39:32 +0100
36593              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
36594      Branch: perl
36595            ! sv.c
36596 ____________________________________________________________________________
36597 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
36598         Log: Test case for 20010422.005, fixed by #10250.
36599      Branch: perl
36600            ! t/op/misc.t
36601 ____________________________________________________________________________
36602 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
36603         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
36604              From: Spider Boardman <spider@Orb.Nashua.NH.US>
36605              Date: Mon, 28 May 2001 06:39:12 -0400
36606              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
36607      Branch: perl
36608            ! toke.c
36609 ____________________________________________________________________________
36610 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
36611         Log: Linerewrapping.
36612      Branch: perl
36613            ! lib/open.pm
36614 ____________________________________________________________________________
36615 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
36616         Log: Updates on the modules list.
36617      Branch: perl
36618            ! t/lib/1_compile.t
36619 ____________________________________________________________________________
36620 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
36621         Log: Add a test for PerlIO.
36622              
36623              (I probably got the crlf/raw thing wrong for clrfy platforms...)
36624      Branch: perl
36625            + t/lib/perlio.t
36626            ! MANIFEST lib/PerlIO.pm
36627 ____________________________________________________________________________
36628 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
36629         Log: Add a test for carp et alia.
36630      Branch: perl
36631            + t/lib/carp.t
36632            ! MANIFEST
36633 ____________________________________________________________________________
36634 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
36635         Log: Adding the new test would be swell.
36636      Branch: perl
36637            + t/pragma/autouse.t
36638 ____________________________________________________________________________
36639 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
36640         Log: Add a test for the autouse pragma.
36641      Branch: perl
36642            ! MANIFEST
36643 ____________________________________________________________________________
36644 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
36645         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
36646              From: dLux <dlux@spam.sch.bme.hu>
36647              Date: Sun, 27 May 2001 16:14:26 +0200
36648              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
36649      Branch: perl
36650            ! lib/autouse.pm
36651 ____________________________________________________________________________
36652 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
36653         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
36654              From: "Richard Soderberg" <rs@crystalflame.net>
36655              Date: Mon, 28 May 2001 03:56:36 -0700
36656              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
36657      Branch: perl
36658            ! utils/dprofpp.PL
36659 ____________________________________________________________________________
36660 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
36661         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
36662              From: "Stephen P. Potter" <spp@spotter.yi.org>
36663              Date: Tue, 22 May 2001 11:40:25 -0400
36664              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
36665              
36666              Subject: Re: [ID 20010522.003] Time::Local module bug
36667              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
36668              Date: Tue, 22 May 2001 11:50:19 -0400
36669              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
36670      Branch: perl
36671            ! lib/Time/Local.pm
36672 ____________________________________________________________________________
36673 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
36674         Log: The PERL_DL_NONLAZY can have whitespace in front.
36675      Branch: perl
36676            ! t/lib/extutils.t
36677 ____________________________________________________________________________
36678 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
36679         Log: Document strftime() and strptime().
36680      Branch: perl
36681            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
36682 ____________________________________________________________________________
36683 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
36684         Log: Make Time::Piece::strptime() to be a function, not a method.
36685      Branch: perl
36686            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
36687 ____________________________________________________________________________
36688 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
36689         Log: Tweak the test to be more portable.
36690      Branch: perl
36691            ! t/lib/extutils.t
36692 ____________________________________________________________________________
36693 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
36694         Log: Subject: PATCH: Re: Re: Attributes that tie
36695              From: Leon Brocard <acme@astray.com>
36696              Date: Sun, 27 May 2001 12:37:29 +0100
36697              Message-ID: <20010527123729.A22663@ns0.astray.com>
36698              
36699              Document that variable attributes are not currently usable
36700              for tieing.  (An ugly limitation that should be fixed.)
36701      Branch: perl
36702            ! lib/attributes.pm
36703 ____________________________________________________________________________
36704 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
36705         Log: Microperl tweaks.
36706      Branch: perl
36707            ! Makefile.micro uconfig.h uconfig.sh
36708 ____________________________________________________________________________
36709 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
36710         Log: Add make target for microperl (kind of silly, but convenient).
36711      Branch: perl
36712            ! Makefile.SH
36713 ____________________________________________________________________________
36714 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
36715         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
36716              for microperl.)
36717      Branch: perl
36718            ! doio.c
36719 ____________________________________________________________________________
36720 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
36721         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
36722              From: rspier@pobox.com (Robert Spier)
36723              Date: Sat, 26 May 2001 20:05:23 -0400
36724              Message-ID: <15120.17603.148648.12430@rls.cx>
36725              
36726              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
36727              From: rspier@pobox.com (Robert Spier)
36728              Date: Sun, 27 May 2001 00:23:12 -0400
36729              Message-ID: <15120.33072.511966.767230@rls.cx>
36730      Branch: perl
36731            ! doio.c pod/perlfunc.pod
36732 ____________________________________________________________________________
36733 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
36734         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
36735      Branch: perl
36736            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
36737 ____________________________________________________________________________
36738 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
36739         Log: Add README.tru64.
36740      Branch: perl
36741            + README.tru64
36742 ____________________________________________________________________________
36743 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
36744         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
36745      Branch: perl
36746            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
36747            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
36748            ! MANIFEST
36749 ____________________________________________________________________________
36750 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
36751         Log: Integrate I18N::LangTags from Sean Burke.
36752              
36753              TODO: the language list from RFC 3066 needs to be integrated
36754              and made available somehow.  The list is included in the
36755              I18N-LangTags 0.21 distribution, but it is undocumented
36756              and unconnected to the module.
36757      Branch: perl
36758            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
36759            ! MANIFEST
36760 ____________________________________________________________________________
36761 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
36762         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
36763              envisioned by Sarathy.
36764      Branch: perl
36765            ! t/op/ver.t toke.c
36766 ____________________________________________________________________________
36767 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
36768         Log: Subject: [ID 20010525.001] Pod typo nits fixed
36769              From: lvirden@cas.org
36770              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
36771              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
36772              
36773              minus the perlsolaris decimation plus the
36774              
36775              Subject: Re: [ID 20010525.001] Pod typo nits fixed
36776              From: "Philip Newton" <Philip.Newton@gmx.net>
36777              Date: Fri, 25 May 2001 18:05:55 +0200
36778              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
36779      Branch: perl
36780            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
36781            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
36782            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
36783            ! pod/perlutil.pod pod/perlxstut.pod
36784 ____________________________________________________________________________
36785 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
36786         Log: return clauses are nice.
36787      Branch: perl
36788            ! sv.c
36789 ____________________________________________________________________________
36790 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
36791         Log: Subject: change 10199 backwards?
36792              From: Doug MacEachern <dougm@covalent.net>
36793              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
36794              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
36795      Branch: perl
36796            ! sv.c
36797 ____________________________________________________________________________
36798 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
36799         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
36800              From: Hugo <hv@crypt.compulink.co.uk>
36801              Date: Sat, 26 May 2001 17:05:12 +0100
36802              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
36803      Branch: perl
36804            + t/op/gmagic.t
36805            ! MANIFEST doop.c embed.h embed.pl global.sym
36806            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
36807            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
36808 ____________________________________________________________________________
36809 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
36810         Log: Regen headers for #10221.
36811      Branch: perl
36812            ! global.sym objXSUB.h perlapi.c
36813 ____________________________________________________________________________
36814 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
36815         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
36816              From: Juha Laiho <juha.laiho@Elma.Net>
36817              Date: Thu, 3 May 2001 09:51:30 +0300
36818              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
36819      Branch: perl
36820            ! embed.pl
36821 ____________________________________________________________________________
36822 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
36823         Log: Subject: Re: [PATCH] Re: stability of sort()?
36824              From: "John P. Linderman" <jpl@research.att.com>
36825              Date: Sat, 26 May 2001 13:27:19 -0400
36826              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
36827      Branch: perl
36828            ! pod/perlfunc.pod
36829 ____________________________________________________________________________
36830 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
36831         Log: Integrate perlio.
36832      Branch: perl
36833           !> pod/perlguts.pod
36834 ____________________________________________________________________________
36835 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
36836         Log: Subject: [PATCH perl@10210] PerlIO for VMS
36837              From: "Craig A. Berry" <craigberry@mac.com>
36838              Date: Sat, 26 May 2001 09:34:11 -0500
36839              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
36840      Branch: perl
36841            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
36842            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
36843            ! vms/vmsish.h
36844 ____________________________________________________________________________
36845 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
36846         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
36847              From: David Dyck <dcd@tc.fluke.com>
36848              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
36849              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
36850      Branch: perl
36851            ! lib/perl5db.pl
36852 ____________________________________________________________________________
36853 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
36854         Log: Subject: utf8 regexp tests
36855              From: Hugo <hv@crypt.compulink.co.uk>
36856              Date: Fri, 25 May 2001 22:35:01 +0100
36857              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
36858      Branch: perl
36859            ! t/op/regexp.t
36860 ____________________________________________________________________________
36861 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
36862         Log: Subject: [PATCH] Re: stability of sort()?
36863              From: Nicholas Clark <nick@ccl4.org>
36864              Date: Fri, 25 May 2001 22:40:19 +0100
36865              Message-ID: <20010525224019.B86445@plum.flirble.org>
36866      Branch: perl
36867            ! pod/perlfunc.pod
36868 ____________________________________________________________________________
36869 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
36870         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
36871              From: John Peacock <jpeacock@rowman.com>
36872              Date: Thu, 24 May 2001 22:14:01 -0400
36873              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
36874      Branch: perl
36875            ! mg.c scope.c sv.c
36876 ____________________________________________________________________________
36877 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
36878         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
36879              From: Nicholas Clark <nick@ccl4.org>
36880              Date: Sun, 20 May 2001 19:24:13 +0100
36881              Message-ID: <20010520192413.G83222@plum.flirble.org>
36882      Branch: perl
36883            + lib/ExtUtils/Constant.pm t/lib/extutils.t
36884            ! MANIFEST utils/h2xs.PL
36885 ____________________________________________________________________________
36886 [ 10212] By: nick                                  on 2001/05/26  09:49:28
36887         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
36888              add a few more notes there on use of mortals on the stack.
36889      Branch: perlio
36890            ! pod/perlguts.pod
36891 ____________________________________________________________________________
36892 [ 10211] By: nick                                  on 2001/05/26  09:05:36
36893         Log: Integrate mainline
36894      Branch: perlio
36895           +> t/lib/fcntl.t t/pragma/vars.t
36896           !> (integrate 49 files)
36897 ____________________________________________________________________________
36898 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
36899         Log: Update Changes.
36900      Branch: perl
36901            ! Changes patchlevel.h
36902 ____________________________________________________________________________
36903 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
36904         Log: Based on
36905              
36906              Subject: [PATCH pp.c] Wrapping pack("C",256)
36907              From: Simon Cozens <simon@netthink.co.uk>
36908              Date: Sat, 12 May 2001 17:58:41 +0100
36909              Message-ID: <20010512175841.A6132@netthink.co.uk>
36910      Branch: perl
36911            ! pod/perldiag.pod pp.c t/pragma/warn/pp
36912 ____________________________________________________________________________
36913 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
36914         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
36915              From: "Brendan O'Dea" <bod@compusol.com.au>
36916              Date: Fri, 25 May 2001 11:18:29 +1000
36917              Message-ID: <20010525111829.A28411@compusol.com.au>
36918              
36919              (Slightly modified.)
36920      Branch: perl
36921            ! lib/Term/Cap.pm
36922 ____________________________________________________________________________
36923 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
36924         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
36925              From: Hugo <hv@crypt.compulink.co.uk>
36926              Date: Fri, 25 May 2001 02:13:25 +0100
36927              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
36928      Branch: perl
36929            ! t/op/misc.t
36930 ____________________________________________________________________________
36931 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
36932         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
36933              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
36934              Date: Fri, 25 May 2001 10:25:36 +0900
36935              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
36936      Branch: perl
36937            ! regcomp.c regexec.c
36938 ____________________________________________________________________________
36939 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
36940         Log: Subject: [PATCH #2] stash autovivification and method call error messages
36941              From: Ilmari Karonen <iltzu@sci.fi>
36942              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
36943              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
36944      Branch: perl
36945            ! gv.c pp_hot.c t/op/method.t
36946 ____________________________________________________________________________
36947 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
36948         Log: Add make target and documentation for gprof profiling.
36949      Branch: perl
36950            ! Makefile.SH pod/perlhack.pod
36951 ____________________________________________________________________________
36952 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
36953         Log: Subject: Don't think about UTF8 
36954              From: Mike Guy <mjtg@cam.ac.uk> 
36955              Date: Tue, 22 May 2001 14:35:39 +0100
36956              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
36957      Branch: perl
36958            ! sv.h
36959 ____________________________________________________________________________
36960 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
36961         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
36962              From: Geraint A Edwards <gedge@serf.org> 
36963              Date: Thu, 24 May 2001 22:51:24 +0100
36964              Message-Id: <20010524225124.A34981@cymru.serf.org>
36965      Branch: perl
36966            ! x2p/find2perl.PL
36967 ____________________________________________________________________________
36968 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
36969         Log: DB_File has its own attribute story.
36970      Branch: perl
36971            ! ext/DB_File/DB_File.xs
36972 ____________________________________________________________________________
36973 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
36974         Log: Subject: Re: Making perl with -Wall
36975              From: Andy Dougherty <doughera@lafayette.edu>
36976              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
36977              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
36978      Branch: perl
36979            ! perl.h
36980 ____________________________________________________________________________
36981 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
36982         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
36983              From: "Richard Soderberg" <rs@crystalflame.net>
36984              Date: Thu, 24 May 2001 08:58:16 -0700
36985              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
36986      Branch: perl
36987            ! sv.c
36988 ____________________________________________________________________________
36989 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
36990         Log: IV/UV casting fixes from Nicholas Clark.
36991      Branch: perl
36992            ! perl.h pp_sys.c util.c
36993 ____________________________________________________________________________
36994 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
36995         Log: Subject: Re: Making perl with -Wall
36996              From: Michael G Schwern <schwern@pobox.com>
36997              Date: Thu, 24 May 2001 15:40:28 +0100
36998              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
36999      Branch: perl
37000            ! malloc.c perl.h
37001 ____________________________________________________________________________
37002 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
37003         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
37004              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37005              Date: Tue, 22 May 2001 11:49:37 +0200
37006              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
37007      Branch: metaconfig
37008            ! U/modified/Oldsym.U
37009      Branch: metaconfig/U/perl
37010            ! patchlevel.U
37011      Branch: perl
37012            ! Configure config_h.SH myconfig.SH
37013 ____________________________________________________________________________
37014 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
37015         Log: Under versiononly install also the scripts with the version suffix.
37016              (e.g. .../bin/h2xs5.7.1)
37017      Branch: perl
37018            ! installperl
37019 ____________________________________________________________________________
37020 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
37021         Log: Subject: [PATCH] Stop segfault in mg.c:636
37022              From: "Richard Soderberg" <rs@crystalflame.net>
37023              Date: Thu, 24 May 2001 05:51:52 -0700
37024              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
37025      Branch: perl
37026            ! mg.c
37027 ____________________________________________________________________________
37028 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
37029         Log: Iteration continues; hopefully convergently.
37030      Branch: perl
37031            ! t/lib/b-stash.t
37032 ____________________________________________________________________________
37033 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
37034         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
37035              From: Gisle Aas <gisle@ActiveState.com>
37036              Date: 23 May 2001 16:13:10 -0700
37037              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
37038      Branch: perl
37039            ! op.c toke.c
37040 ____________________________________________________________________________
37041 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
37042         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
37043              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
37044              Date: Thu, 24 May 2001 05:05:22 -0500
37045              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
37046      Branch: perl
37047            ! lib/dumpvar.pl lib/perl5db.pl
37048 ____________________________________________________________________________
37049 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
37050         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
37051              From: David Dyck <dcd@tc.fluke.com>
37052              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
37053              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
37054      Branch: perl
37055            ! lib/perl5db.pl
37056 ____________________________________________________________________________
37057 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
37058         Log: Tiny pod nits on READMEs, mostly whitespace issues.
37059      Branch: perl
37060            ! README.amiga README.dos README.macos README.mpeix README.vmesa
37061            ! README.win32
37062 ____________________________________________________________________________
37063 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
37064         Log: The DG/UX part of the 20010521.005.
37065      Branch: perl
37066            ! README.dgux
37067 ____________________________________________________________________________
37068 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
37069         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
37070              From: Hugo <hv@crypt.compulink.co.uk>
37071              Date: Mon, 21 May 2001 16:32:02 +0100
37072              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
37073      Branch: perl
37074            ! regcomp.c t/op/misc.t
37075 ____________________________________________________________________________
37076 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
37077         Log: Subject: [PATCH] Extra UNIVERSAL tests
37078              From: Mike Guy <mjtg@cam.ac.uk>
37079              Date: Wed, 23 May 2001 12:29:20 +0100
37080              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
37081      Branch: perl
37082            ! t/op/universal.t
37083 ____________________________________________________________________________
37084 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
37085         Log: Subject: [PATCH] Remove EQ keyword
37086              From: Mike Guy <mjtg@cam.ac.uk>
37087              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
37088              Date: Wed, 23 May 2001 11:17:29 +0100
37089      Branch: perl
37090            ! keywords.h keywords.pl
37091 ____________________________________________________________________________
37092 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
37093         Log: Subject: [PATCH] lib/perl5db.pl
37094              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
37095              Date: Wed, 23 May 2001 02:18:03 -0500
37096              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
37097      Branch: perl
37098            ! lib/perl5db.pl
37099 ____________________________________________________________________________
37100 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
37101         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
37102              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
37103              Date: Tue, 22 May 2001 23:34:41 -0500
37104              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
37105      Branch: perl
37106            ! lib/Term/Cap.pm
37107 ____________________________________________________________________________
37108 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
37109         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
37110              From: davem@fdgroup.co.uk
37111              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
37112              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
37113      Branch: perl
37114            ! emacs/e2ctags.pl
37115 ____________________________________________________________________________
37116 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
37117         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
37118              From: Michael G Schwern <schwern@pobox.com>
37119              Date: Tue, 22 May 2001 14:15:09 +0100
37120              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
37121      Branch: perl
37122            ! lib/vars.pm
37123 ____________________________________________________________________________
37124 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
37125         Log: Subject: [PATCH lib/vars.pm] Odd code nit
37126              From: Michael G Schwern <schwern@pobox.com>
37127              Date: Tue, 22 May 2001 14:14:28 +0100
37128              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
37129      Branch: perl
37130            ! lib/vars.pm
37131 ____________________________________________________________________________
37132 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
37133         Log: Use the new use vars feature.
37134      Branch: perl
37135            ! t/lib/b-stash.t
37136 ____________________________________________________________________________
37137 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
37138         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
37139              From: Mike Guy <mjtg@cam.ac.uk>
37140              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37141              Date: Tue, 22 May 2001 13:11:39 +0100
37142      Branch: perl
37143            + t/pragma/vars.t
37144            ! MANIFEST lib/vars.pm t/lib/1_compile.t
37145 ____________________________________________________________________________
37146 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
37147         Log: -qlongdouble considered harmful by Merijn.
37148      Branch: perl
37149            ! hints/aix.sh
37150 ____________________________________________________________________________
37151 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
37152         Log: Update Changes.
37153      Branch: perl
37154            ! Changes patchlevel.h
37155 ____________________________________________________________________________
37156 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
37157         Log: Add a test of its very own for Fcntl.  Hopefully portable.
37158      Branch: perl
37159            + t/lib/fcntl.t
37160            ! MANIFEST
37161 ____________________________________________________________________________
37162 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
37163         Log: Must be trickier for 'minitest' not to die.
37164      Branch: perl
37165            ! t/op/taint.t
37166 ____________________________________________________________________________
37167 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
37168         Log: Can't declare other people's variables.
37169      Branch: perl
37170            ! t/lib/b-stash.t
37171 ____________________________________________________________________________
37172 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
37173         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
37174      Branch: perl
37175            ! doio.c t/op/taint.t
37176 ____________________________________________________________________________
37177 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
37178         Log: The OS/2 variable needs to be declared.
37179      Branch: perl
37180            ! t/lib/b-stash.t
37181 ____________________________________________________________________________
37182 [ 10170] By: nick                                  on 2001/05/20  16:48:29
37183         Log: Integrate mainline
37184      Branch: perlio
37185           !> (integrate 41 files)
37186 ____________________________________________________________________________
37187 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
37188         Log: Small perlsec updates: clarify the taintedness of filename
37189              globbing; suggest using Scalar::Util::tainted().
37190      Branch: perl
37191            ! pod/perlsec.pod
37192 ____________________________________________________________________________
37193 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
37194         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
37195              From: Dave Mitchell <davem@fdgroup.co.uk>
37196              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
37197              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
37198      Branch: perl
37199            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
37200            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
37201            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
37202            ! xsutils.c
37203 ____________________________________________________________________________
37204 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
37205         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
37206              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37207              Date: Sat, 19 May 2001 04:08:46 -0400
37208              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
37209      Branch: perl
37210            ! lib/ExtUtils/Mksymlists.pm makedef.pl
37211 ____________________________________________________________________________
37212 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
37213         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
37214              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37215              Date: Sat, 19 May 2001 04:30:45 -0400
37216              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
37217      Branch: perl
37218            ! os2/os2.c
37219 ____________________________________________________________________________
37220 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
37221         Log: Subject: [PATCH 5.6.1] build bugs OS/2
37222              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37223              Date: Sat, 19 May 2001 04:35:28 -0400
37224              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
37225      Branch: perl
37226            ! os2/Makefile.SHs os2/os2.c
37227 ____________________________________________________________________________
37228 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
37229         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
37230              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37231              Date: Sat, 19 May 2001 04:04:23 -0400
37232              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
37233              
37234              (In bleadperl patched b-stash.t instead of b.t)
37235      Branch: perl
37236            ! t/lib/b-stash.t t/lib/bigfltpm.t
37237 ____________________________________________________________________________
37238 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
37239         Log: Subject: [PATCH 5.6.1] perl5db
37240              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37241              Date: Sat, 19 May 2001 03:49:09 -0400
37242              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
37243      Branch: perl
37244            ! lib/perl5db.pl
37245 ____________________________________________________________________________
37246 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
37247         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
37248              From: Gisle Aas <gisle@ActiveState.com>
37249              Date: 18 May 2001 14:24:51 -0700
37250              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
37251      Branch: perl
37252            ! pp_ctl.c
37253 ____________________________________________________________________________
37254 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
37255         Log: Subject: [PATCH] Chomp should not always stringify
37256              From: Gisle Aas <gisle@ActiveState.com>
37257              Date: 18 May 2001 07:55:25 -0700
37258              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
37259      Branch: perl
37260            ! doop.c t/op/chop.t
37261 ____________________________________________________________________________
37262 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
37263         Log: Integrate perlio.
37264      Branch: perl
37265           !> pod/perlfunc.pod
37266 ____________________________________________________________________________
37267 [ 10159] By: nick                                  on 2001/05/20  09:39:46
37268         Log: Document some more of open's features.
37269      Branch: perlio
37270            ! pod/perlfunc.pod
37271 ____________________________________________________________________________
37272 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
37273         Log: back out change#10153 (it has compatibility issues such as the
37274              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
37275              benefit for 5.6.x doesn't seem worth the risk)
37276      Branch: maint-5.6/perl
37277            ! toke.c
37278 ____________________________________________________________________________
37279 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
37280         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
37281      Branch: perl
37282            ! x2p/s2p.PL
37283 ____________________________________________________________________________
37284 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
37285         Log: Update Changes.
37286      Branch: perl
37287            ! Changes patchlevel.h
37288 ____________________________________________________________________________
37289 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
37290         Log: Integrate change #10144 from maintperl.
37291              
37292              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
37293      Branch: perl
37294           !> win32/config.bc win32/config.gc win32/config.vc
37295           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
37296 ____________________________________________________________________________
37297 [ 10154] By: nick                                  on 2001/05/18  07:23:03
37298         Log: Integrate mainline.
37299      Branch: perlio
37300           +> README.dgux t/lib/i18n-collate.t utils.lst
37301           !> (integrate 49 files)
37302 ____________________________________________________________________________
37303 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
37304         Log: Integrate change #7224 from mainline into maintperl.
37305              
37306              Allow @+ and @- to be doublequoted, from Simon Cozens. 
37307              (Approved by Larry, see Tom's comment in 20000830.005.)
37308      Branch: maint-5.6/perl
37309           !> toke.c
37310 ____________________________________________________________________________
37311 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
37312         Log: Subject: [PATCH bleadperl] small lookbehind fix
37313              From: Hugo <hv@crypt.compulink.co.uk>
37314              Date: Fri, 18 May 2001 00:07:19 +0100
37315              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
37316      Branch: perl
37317            ! regexec.c
37318 ____________________________________________________________________________
37319 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
37320         Log: Detypos.
37321      Branch: perl
37322            ! installman utils.lst
37323 ____________________________________________________________________________
37324 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
37325         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
37326              in 20001222.001.
37327      Branch: perl
37328            ! t/lib/glob-basic.t
37329 ____________________________________________________________________________
37330 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
37331         Log: Subject: [PATCH] Test for bug 20010515.004
37332              From: Benjamin Sugars <bsugars@canoe.ca>
37333              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
37334              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
37335      Branch: perl
37336            ! t/op/misc.t
37337 ____________________________________________________________________________
37338 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
37339         Log: Integrate #10145 from maintperl.
37340              
37341              fix for ID 20010515.004 (needs test)
37342      Branch: perl
37343           !> pp_hot.c
37344 ____________________________________________________________________________
37345 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
37346         Log: Thinko noticed by Doug MacEachern.
37347      Branch: perl
37348            ! thread.h
37349 ____________________________________________________________________________
37350 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
37351         Log: Subject: Re: [PATCH] HERE mark in regex
37352              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
37353              Date: Thu, 17 May 2001 12:20:33 -0400
37354              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
37355      Branch: perl
37356            ! t/op/re_tests
37357 ____________________________________________________________________________
37358 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
37359         Log: fix for ID 20010515.004 (needs test)
37360      Branch: maint-5.6/perl
37361            ! pp_hot.c
37362 ____________________________________________________________________________
37363 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
37364         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
37365      Branch: maint-5.6/perl
37366            ! win32/config.bc win32/config.gc win32/config.vc
37367            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37368 ____________________________________________________________________________
37369 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
37370         Log: Macrofy the getspecific (and use it also in util.c)
37371      Branch: perl
37372            ! thread.h util.c
37373 ____________________________________________________________________________
37374 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
37375         Log: Use the unchecked thread-specific key fetch also in Tru64.
37376      Branch: perl
37377            ! thread.h
37378 ____________________________________________________________________________
37379 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
37380         Log: Subject: [PATCH 5.6.1]Quick thread speedup
37381              From: Dan Sugalski <dan@sidhe.org> 
37382              Date: Wed, 16 May 2001 18:05:19 -0400
37383              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
37384      Branch: perl
37385            ! thread.h util.c
37386 ____________________________________________________________________________
37387 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
37388         Log: I think this is quite enough testing for a deprecated feature.
37389      Branch: perl
37390            + t/lib/i18n-collate.t
37391            ! MANIFEST t/lib/1_compile.t
37392 ____________________________________________________________________________
37393 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
37394         Log: More HP-UX lore from Jeff Okamoto.
37395      Branch: perl
37396            ! README.hpux
37397 ____________________________________________________________________________
37398 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
37399         Log: Sort utils.lst for easier maintenance.
37400      Branch: perl
37401            ! utils.lst
37402 ____________________________________________________________________________
37403 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
37404         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
37405              From: Tim Jenness <t.jenness@jach.hawaii.edu>
37406              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
37407              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
37408              
37409              Add pod2latex to utils.lst.
37410      Branch: perl
37411            ! MANIFEST utils.lst
37412 ____________________________________________________________________________
37413 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
37414         Log: Subject: Re: [PATCH] HERE mark in regex
37415              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
37416              Date: Wed, 16 May 2001 13:04:43 -0400
37417              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
37418      Branch: perl
37419            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
37420            ! t/op/regmesg.t t/pragma/warn/regcomp
37421 ____________________________________________________________________________
37422 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
37423         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
37424              From: Simon Cozens <simon@netthink.co.uk>
37425              Date: Wed, 16 May 2001 18:02:08 +0100
37426              Message-ID: <20010516180208.A6458@netthink.co.uk>
37427      Branch: perl
37428            ! installman utils.lst
37429 ____________________________________________________________________________
37430 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
37431         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
37432              From: "Philip Newton" <pnewton@gmx.de>
37433              Date: Tue, 15 May 2001 15:09:30 +0200
37434              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
37435              
37436              Test case for #10128.
37437      Branch: perl
37438            ! t/pragma/warn/pp_hot
37439 ____________________________________________________________________________
37440 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
37441         Log: Update Changes.
37442      Branch: perl
37443            ! Changes patchlevel.h
37444 ____________________________________________________________________________
37445 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
37446         Log: Deprecate pseudo-hashes.
37447      Branch: perl
37448            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
37449 ____________________________________________________________________________
37450 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
37451         Log: HP-UX hints update from Merijn.
37452      Branch: perl
37453            ! hints/hpux.sh
37454 ____________________________________________________________________________
37455 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
37456         Log: README.hpux update from Merijn.
37457      Branch: perl
37458            ! README.hpux
37459 ____________________________________________________________________________
37460 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
37461         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
37462              From: Simon Cozens <simon@netthink.co.uk>
37463              Date: Wed, 16 May 2001 15:57:55 +0100
37464              Message-ID: <20010516155755.A4728@netthink.co.uk>
37465      Branch: perl
37466            + utils.lst
37467            ! MANIFEST installman installperl
37468 ____________________________________________________________________________
37469 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
37470         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
37471              From: "Philip Newton" <pnewton@gmx.de>
37472              Date: Tue, 15 May 2001 16:31:05 +0200
37473              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
37474              
37475              Fix PERL_Y2KWARN test to check before rather than after appending.
37476      Branch: perl
37477            ! pp_hot.c
37478 ____________________________________________________________________________
37479 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
37480         Log: Regen Porting stuff.
37481      Branch: perl
37482            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37483            ! config_h.SH
37484 ____________________________________________________________________________
37485 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
37486         Log: Metaconfig unit change for #10125.
37487      Branch: metaconfig
37488            ! U/modified/Oldconfig.U
37489 ____________________________________________________________________________
37490 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
37491         Log: Use OSVERS.
37492      Branch: perl
37493            ! Configure config_h.SH perl.c
37494 ____________________________________________________________________________
37495 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
37496         Log: Regen toc.
37497      Branch: perl
37498            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
37499 ____________________________________________________________________________
37500 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
37501         Log: Adding the README.dgux to the MANIFEST would be a good idea.
37502      Branch: perl
37503            ! MANIFEST
37504 ____________________________________________________________________________
37505 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
37506         Log: Move the stack desire definition to thread.h.
37507      Branch: perl
37508            ! ext/Thread/Thread.xs thread.h
37509 ____________________________________________________________________________
37510 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
37511         Log: DG-UX threading patches, including a README.dgux,
37512              from Takis Psarogiannakopoulos.
37513      Branch: perl
37514            + README.dgux
37515            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
37516 ____________________________________________________________________________
37517 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
37518         Log: Subject: [PATCH B::Deparse] More on /x regexes
37519              From: Robin Houston <robin@kitsite.com>
37520              Date: Tue, 15 May 2001 19:09:35 +0100
37521              Message-ID: <20010515190935.A27268@penderel>
37522      Branch: perl
37523            ! ext/B/B/Deparse.pm
37524 ____________________________________________________________________________
37525 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
37526         Log: Document that the core time() may be rounding rather
37527              than truncating, would have saved at least my confusion.
37528      Branch: perl
37529            ! ext/Time/HiRes/HiRes.pm
37530 ____________________________________________________________________________
37531 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
37532         Log: Subject: perl-current/t/time-hires.t
37533              From: John Peacock <jpeacock@rowman.com>
37534              Date: Fri, 11 May 2001 14:09:41 -0400
37535              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
37536      Branch: perl
37537            ! t/lib/time-hires.t
37538 ____________________________________________________________________________
37539 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
37540         Log: Subject: [PATCH dump.c] Op private flags
37541              From: Simon Cozens <simon@netthink.co.uk>
37542              Date: Sun, 13 May 2001 20:20:36 +0100
37543              Message-ID: <20010513202036.A21896@netthink.co.uk>
37544      Branch: perl
37545            ! dump.c
37546 ____________________________________________________________________________
37547 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
37548         Log: Upgrade to Switch 2.03.
37549      Branch: perl
37550            ! lib/Switch.pm
37551 ____________________________________________________________________________
37552 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
37553         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
37554              to PERL_CONFIG_SH and use it consistently.
37555      Branch: maint-5.6/perl
37556           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
37557           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
37558           !> myconfig.SH writemain.SH
37559 ____________________________________________________________________________
37560 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
37561         Log: Metaconfig units changes for #10113.
37562      Branch: metaconfig
37563            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
37564 ____________________________________________________________________________
37565 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
37566         Log: The problem described in 20010514.031 still wasn't
37567              fully cured, there were remnants of $CONFIG when
37568              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
37569              to avoid future conflicts.
37570      Branch: perl
37571            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
37572            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
37573            ! myconfig.SH writemain.SH
37574 ____________________________________________________________________________
37575 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
37576         Log: Half of #10107 got lost.
37577      Branch: perl
37578            ! ext/B/B/Deparse.pm
37579 ____________________________________________________________________________
37580 [ 10111] By: nick                                  on 2001/05/15  08:39:14
37581         Log: Integrate mainline.
37582      Branch: perlio
37583           +> ext/POSIX/hints/uts.pl
37584            - Todo Todo-5.6 t/camel-III/vstring.t
37585           !> (integrate 48 files)
37586 ____________________________________________________________________________
37587 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
37588         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
37589              From: Robin Houston <robin@kitsite.com>
37590              Date: Mon, 14 May 2001 22:27:08 +0100
37591              Message-ID: <20010514222708.A22963@penderel>
37592      Branch: perl
37593            ! t/TestInit.pm
37594 ____________________________________________________________________________
37595 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
37596         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
37597              From: Robin Houston <robin@kitsite.com>
37598              Date: Mon, 14 May 2001 22:16:43 +0100
37599              Message-ID: <20010514221643.A22437@penderel>
37600      Branch: perl
37601            ! ext/B/B/Deparse.pm
37602 ____________________________________________________________________________
37603 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
37604         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
37605              From: Robin Houston <robin@kitsite.com>
37606              Date: Mon, 14 May 2001 22:03:44 +0100
37607              Message-ID: <20010514220344.A20643@penderel>
37608      Branch: perl
37609            ! ext/B/B/Deparse.pm
37610 ____________________________________________________________________________
37611 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
37612         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
37613              From: Robin Houston <robin@kitsite.com>
37614              Date: Mon, 14 May 2001 22:10:07 +0100
37615              Message-ID: <20010514221007.A21118@penderel>
37616      Branch: perl
37617            ! ext/B/B/Deparse.pm
37618 ____________________________________________________________________________
37619 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
37620         Log: Fix for 20010514.037; substr() didn't invalidate the locale
37621              collation magic.
37622      Branch: perl
37623            ! pp.c
37624 ____________________________________________________________________________
37625 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
37626         Log: Update Changes.
37627      Branch: perl
37628            ! Changes patchlevel.h
37629 ____________________________________________________________________________
37630 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
37631         Log: Retract #10094.
37632      Branch: perl
37633            ! lib/Pod/Text.pm
37634 ____________________________________________________________________________
37635 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
37636         Log: Integrate change #10100 from maintperl.
37637              
37638              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
37639              bug ID 20010514.027)
37640      Branch: perl
37641           !> mg.c pp_ctl.c
37642 ____________________________________________________________________________
37643 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
37644         Log: Document the deprecatedness of suidperl.
37645      Branch: perl
37646            ! INSTALL pod/perlfaq1.pod
37647 ____________________________________________________________________________
37648 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
37649         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
37650              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
37651              Date: Mon, 14 May 2001 09:38:59 -0400
37652              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
37653      Branch: perl
37654            ! lib/ExtUtils/MM_Unix.pm
37655 ____________________________________________________________________________
37656 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
37657         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
37658              bug ID 20010514.027)
37659              
37660              TODO: this needs a testsuite addition
37661      Branch: maint-5.6/perl
37662            ! mg.c pp_ctl.c
37663 ____________________________________________________________________________
37664 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
37665         Log: More DWIMminess for Class::Struct: calling the array or hash
37666              accessors only with one argument, an array or a hash reference,
37667              sets the underlying array or hash.  This mirrors nicely also
37668              the usage in the constructor.
37669              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
37670      Branch: perl
37671            ! lib/Class/Struct.pm t/lib/class-struct.t
37672 ____________________________________________________________________________
37673 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
37674         Log: Reference cmp'ing should go through the whole stringification
37675              process shebang, as pointed out by Sarathy in #10091.
37676      Branch: perl
37677            ! pp.c
37678 ____________________________________________________________________________
37679 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
37680         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
37681              From: Simon Cozens <simon@netthink.co.uk>
37682              Date: Sat, 12 May 2001 16:36:27 +0100
37683              Message-ID: <20010512163627.A5522@netthink.co.uk>
37684              
37685              with some additions salvaged from Todo and Todo-5.6 before
37686              retiring them.
37687      Branch: perl
37688            - Todo Todo-5.6
37689            ! MANIFEST pod/perltodo.pod
37690 ____________________________________________________________________________
37691 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
37692         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
37693              From: "Golubev I. N." <gin@mo.msk.ru>
37694              Date: Mon, 07 May 2001 14:33:34 (GMT)
37695              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
37696      Branch: perl
37697            ! perl.h
37698 ____________________________________________________________________________
37699 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
37700         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
37701              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
37702              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
37703              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
37704      Branch: perl
37705            ! lib/ExtUtils/MM_Unix.pm
37706 ____________________________________________________________________________
37707 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
37708         Log: (Retracted by #10104.)
37709              
37710              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
37711              From: barries <barries@slaysys.com>
37712              Date: Sat, 12 May 2001 01:28:10 -0400
37713              Message-ID: <20010512012810.B26358@jester.slaysys.com>
37714      Branch: perl
37715            ! lib/Pod/Text.pm
37716 ____________________________________________________________________________
37717 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
37718         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
37719              From: Mike Guy <mjtg@cam.ac.uk>
37720              Date: Sat, 12 May 2001 19:24:33 +0100
37721              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
37722      Branch: perl
37723            ! lib/AutoSplit.pm
37724 ____________________________________________________________________________
37725 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
37726         Log: Yet another HP-UX hints tweak from Merijn.
37727      Branch: perl
37728            ! hints/hpux.sh
37729 ____________________________________________________________________________
37730 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
37731         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
37732              isn't defined (changes#9366,9368,9370 from mainline without the
37733              pp_scmp() change)
37734      Branch: maint-5.6/perl
37735            ! pp.c pp.h pp_hot.c
37736 ____________________________________________________________________________
37737 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
37738         Log: The sorting seems to happen now automatically.
37739      Branch: perl
37740            ! t/lib/glob-basic.t
37741 ____________________________________________________________________________
37742 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
37743         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
37744              From: Benjamin Sugars <bsugars@canoe.ca>
37745              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
37746              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
37747      Branch: perl
37748            ! pod/perlfunc.pod
37749 ____________________________________________________________________________
37750 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
37751         Log: Subject: Re: undef(&foo) does not work for XS functions
37752              From: Doug MacEachern <dougm@covalent.net>
37753              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
37754              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
37755      Branch: perl
37756            ! op.c
37757 ____________________________________________________________________________
37758 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
37759         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
37760              From: Peter Prymmer <pvhp@forte.com>
37761              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
37762              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
37763      Branch: perl
37764            ! t/op/append.t
37765 ____________________________________________________________________________
37766 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
37767         Log: Update Changes.
37768      Branch: perl
37769            ! Changes patchlevel.h
37770 ____________________________________________________________________________
37771 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
37772         Log: Remove the 'asciir' re subpragma.  Should instead implement
37773              the 'physical vs logical' range scheme:
37774              
37775              \xAA-\xCC is a native physical range, you want that range of
37776              codepoints in your native encoding.  In EBCDIC the codepoints
37777              in the gaps (between i-j and r-s) should be included.
37778              
37779              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
37780              codepoints in Unicode.
37781              
37782              a-z is a logical range, you want that range of 'logical' codepoints
37783              in your native encoding.  In EBCDIC the codepoints in the gaps
37784              (between i-j and r-s) should not be included.
37785              
37786              Mixed cases (a-\xAA, etc) should either be errors, or maybe
37787              the 'logical' endpoints should be converted to native/Unicode
37788              codepoints, and the range handled as a physical range.
37789              
37790              'Logical endpoints' are to be recognized only in the A-Z, a-z,
37791              and 0-9 ranges.  Probably a warning should be given for mixed
37792              cases like A-z or a-9 (since such expressions are encoding
37793              dependent), with a recommendation to use physical ranges.
37794      Branch: perl
37795            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
37796            ! t/op/regexp.t
37797 ____________________________________________________________________________
37798 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
37799         Log: Make the test to cleanup the test directory tree
37800              both before and after the testing so that we always
37801              have a clean slate to work with.
37802      Branch: perl
37803            ! t/lib/filefind.t
37804 ____________________________________________________________________________
37805 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
37806         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
37807              From: Jon Eveland <jweveland@yahoo.com>
37808              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
37809              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
37810      Branch: perl
37811            ! pod/perlfunc.pod
37812 ____________________________________________________________________________
37813 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
37814         Log: Merge the camel-III/vstring.t with op/ver.t.
37815      Branch: perl
37816            - t/camel-III/vstring.t
37817            ! MANIFEST t/TEST t/harness t/op/ver.t
37818 ____________________________________________________________________________
37819 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
37820         Log: Add test.deparse make target.
37821      Branch: perl
37822            ! Makefile.SH
37823 ____________________________________________________________________________
37824 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
37825         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
37826              From: Robin Houston <robin@kitsite.com>
37827              Date: Fri, 11 May 2001 12:02:22 +0100
37828              Message-ID: <20010511120222.A11529@penderel>
37829      Branch: perl
37830            ! ext/B/B/Deparse.pm t/op/method.t
37831 ____________________________________________________________________________
37832 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
37833         Log: A nicely working combination for UTS from Hal Morris.
37834      Branch: perl
37835            + ext/POSIX/hints/uts.pl
37836            ! MANIFEST hints/uts.sh
37837 ____________________________________________________________________________
37838 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
37839         Log: i_ieeefp=undef for UTS.
37840      Branch: perl
37841            ! hints/uts.sh
37842 ____________________________________________________________________________
37843 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
37844         Log: Subject: RE: rand(0) is rand(1)
37845              From: Larry Shatzer <lshatzer@islanddata.com>
37846              Date: Thu, 10 May 2001 11:09:27 -0700
37847              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
37848      Branch: perl
37849            ! pod/perlfunc.pod
37850 ____________________________________________________________________________
37851 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
37852         Log: Subject: [patch] make op_{clear,null} public
37853              From: Doug MacEachern <dougm@covalent.net>
37854              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
37855              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
37856      Branch: perl
37857            ! embed.h embed.pl op.c proto.h
37858 ____________________________________________________________________________
37859 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
37860         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
37861              From: Robin Houston <robin@kitsite.com>
37862              Date: Thu, 10 May 2001 18:54:59 +0100
37863              Message-ID: <20010510185459.A5995@penderel>
37864      Branch: perl
37865            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
37866 ____________________________________________________________________________
37867 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
37868         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
37869              From: Robin Houston <robin@kitsite.com>
37870              Date: Thu, 10 May 2001 12:56:39 +0100
37871              Message-ID: <20010510125639.A2119@penderel>
37872      Branch: perl
37873            ! ext/B/B/Deparse.pm
37874 ____________________________________________________________________________
37875 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
37876         Log: Retract #10070, not ready yet.
37877      Branch: perl
37878            ! ext/B/B/Deparse.pm
37879 ____________________________________________________________________________
37880 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
37881         Log: The metaconfig unit change for #10071.
37882      Branch: metaconfig
37883            ! U/modified/mallocsrc.U
37884 ____________________________________________________________________________
37885 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
37886         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
37887      Branch: perl
37888            ! Configure
37889 ____________________________________________________________________________
37890 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
37891         Log: (Retracted by #10073)
37892              
37893              Subject: Re: [PATCH t/TEST] B::Deparse tester 
37894              From: Hugo <hv@crypt.compulink.co.uk>
37895              Date: Thu, 10 May 2001 05:48:09 +0100
37896              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
37897      Branch: perl
37898            ! ext/B/B/Deparse.pm
37899 ____________________________________________________________________________
37900 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
37901         Log: Add a for(func()) test.
37902      Branch: perl
37903            ! t/cmd/for.t
37904 ____________________________________________________________________________
37905 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
37906         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
37907              From: Robin Houston <robin@kitsite.com>
37908              Date: Thu, 10 May 2001 13:50:08 +0100
37909              Message-ID: <20010510135008.A2454@penderel>
37910      Branch: perl
37911            ! ext/B/B/Deparse.pm
37912 ____________________________________________________________________________
37913 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
37914         Log: A thinko in #10065.
37915      Branch: perl
37916            ! hv.c
37917 ____________________________________________________________________________
37918 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
37919         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
37920              From: Robin Houston <robin@kitsite.com>
37921              Date: Thu, 10 May 2001 02:10:34 +0100
37922              Message-ID: <20010510021034.A19421@penderel>
37923      Branch: perl
37924            ! ext/B/B.xs ext/B/B/Deparse.pm
37925 ____________________________________________________________________________
37926 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
37927         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
37928              From: Doug MacEachern <dougm@covalent.net>
37929              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
37930              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
37931      Branch: perl
37932            ! hv.c
37933 ____________________________________________________________________________
37934 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
37935         Log: One more workaround for the UTS compiler from Hal Morris.
37936      Branch: perl
37937            ! perl.h
37938 ____________________________________________________________________________
37939 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
37940         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
37941              From: Robin Houston <robin@kitsite.com>
37942              Date: Thu, 10 May 2001 01:02:08 +0100
37943              Message-ID: <20010510010208.A18200@penderel>
37944      Branch: perl
37945            ! ext/B/B/Debug.pm
37946 ____________________________________________________________________________
37947 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
37948         Log: Subject: [PATCH] Simplify deb_curcv() a bit
37949              From: Benjamin Sugars <bsugars@canoe.ca>
37950              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
37951              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
37952      Branch: perl
37953            ! run.c
37954 ____________________________________________________________________________
37955 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
37956         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
37957              From: Benjamin Sugars <bsugars@canoe.ca>
37958              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
37959              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
37960      Branch: perl
37961            ! t/lib/io_scalar.t
37962 ____________________________________________________________________________
37963 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
37964         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
37965              From: Peter Prymmer <pvhp@forte.com>
37966              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
37967              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
37968      Branch: perl
37969            ! t/lib/md5-file.t
37970 ____________________________________________________________________________
37971 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
37972         Log: Subject: [PATCH t/TEST] B::Deparse tester
37973              From: Robin Houston <robin@kitsite.com>
37974              Date: Wed, 9 May 2001 19:17:50 +0100
37975              Message-ID: <20010509191750.A16940@penderel>
37976      Branch: perl
37977            ! ext/B/O.pm t/TEST
37978 ____________________________________________________________________________
37979 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
37980         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
37981              From: Jeff Pinyan <jeffp@crusoe.net>
37982              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
37983              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
37984      Branch: perl
37985            ! lib/Pod/Html.pm
37986 ____________________________________________________________________________
37987 [ 10057] By: nick                                  on 2001/05/09  18:37:56
37988         Log: Integrate mainline.
37989      Branch: perlio
37990           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
37991           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
37992 ____________________________________________________________________________
37993 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
37994         Log: Update Changes.
37995      Branch: perl
37996            ! Changes patchlevel.h
37997 ____________________________________________________________________________
37998 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
37999         Log: Integrate perlio.
38000      Branch: perl
38001           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
38002 ____________________________________________________________________________
38003 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
38004         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
38005              From: Benjamin Sugars <bsugars@canoe.ca>
38006              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
38007              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
38008      Branch: perl
38009            ! perlio.c
38010 ____________________________________________________________________________
38011 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
38012         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
38013              From: Benjamin Sugars <bsugars@canoe.ca>
38014              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
38015              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
38016      Branch: perl
38017            ! ext/PerlIO/Scalar/Scalar.xs
38018 ____________________________________________________________________________
38019 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
38020         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
38021              From: Jeff Pinyan <jeffp@crusoe.net>
38022              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
38023              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
38024      Branch: perl
38025            ! lib/Pod/Html.pm
38026 ____________________________________________________________________________
38027 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
38028         Log: EPOC tweak from Olaf Flebbe.
38029      Branch: perl
38030            ! epoc/epocish.h
38031 ____________________________________________________________________________
38032 [ 10050] By: nick                                  on 2001/05/09  14:37:57
38033         Log: win32, regen_config_h
38034      Branch: perlio
38035            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38036 ____________________________________________________________________________
38037 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
38038         Log: Integrate perlio.
38039      Branch: perl
38040           !> pp_sys.c
38041 ____________________________________________________________________________
38042 [ 10048] By: nick                                  on 2001/05/09  11:59:50
38043         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
38044              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
38045      Branch: perlio
38046            ! pp_sys.c
38047 ____________________________________________________________________________
38048 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
38049         Log: Integrate perlio.
38050      Branch: perl
38051           !> run.c
38052 ____________________________________________________________________________
38053 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
38054         Log: Subject: Re: Less warnings during configure
38055              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38056              Date: Wed, 09 May 2001 13:12:49 +0200
38057              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
38058      Branch: perl
38059            ! hints/hpux.sh
38060 ____________________________________________________________________________
38061 [ 10045] By: nick                                  on 2001/05/09  09:56:59
38062         Log: MULTIPLICITY/DEBUGGING build fix.
38063      Branch: perlio
38064            ! run.c
38065 ____________________________________________________________________________
38066 [ 10044] By: nick                                  on 2001/05/09  09:46:37
38067         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
38068      Branch: perlio
38069           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
38070            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
38071           !> (integrate 65 files)
38072 ____________________________________________________________________________
38073 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
38074         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
38075              From: Robin Houston <robin@kitsite.com>
38076              Date: Tue, 8 May 2001 19:38:00 +0100
38077              Message-ID: <20010508193800.A4389@penderel>
38078              
38079              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
38080              From: Robin Houston <robin@kitsite.com>
38081              Date: Tue, 8 May 2001 20:03:57 +0100
38082              Message-ID: <20010508200357.A4614@penderel>
38083              
38084              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
38085              From: Robin Houston <robin@kitsite.com>
38086              Date: Wed, 9 May 2001 00:12:05 +0100
38087              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
38088      Branch: perl
38089            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
38090 ____________________________________________________________________________
38091 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
38092         Log: Retract #10031.
38093      Branch: perl
38094            ! pod/perlfunc.pod
38095 ____________________________________________________________________________
38096 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
38097         Log: The metaconfig unit changes for #10040.
38098      Branch: metaconfig/U/perl
38099            ! Checkcc.U d_dlsymun.U dlsrc.U
38100 ____________________________________________________________________________
38101 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
38102         Log: The Configure half of
38103              
38104              Subject: Less warnings during configure
38105              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38106              Date: Tue, 08 May 2001 08:44:02 +0200
38107              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
38108      Branch: perl
38109            ! Configure
38110 ____________________________________________________________________________
38111 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
38112         Log: Subject: Less warnings during configure
38113              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38114              Date: Tue, 08 May 2001 08:44:02 +0200
38115              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
38116      Branch: perl
38117            ! hints/hpux.sh
38118 ____________________________________________________________________________
38119 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
38120         Log: Don't forget to whine about \d__\d.
38121      Branch: perl
38122            ! t/pragma/warn/toke toke.c
38123 ____________________________________________________________________________
38124 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
38125         Log: Allow underscores also in the exponent part.
38126      Branch: perl
38127            ! t/pragma/warn/toke toke.c
38128 ____________________________________________________________________________
38129 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
38130         Log: CodeMagicCD doesn't look like an *I*DE.
38131      Branch: perl
38132            ! pod/perlfaq3.pod
38133 ____________________________________________________________________________
38134 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
38135         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
38136              to be consistently down).
38137      Branch: perl
38138            ! pod/perlfaq3.pod
38139 ____________________________________________________________________________
38140 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
38141         Log: Upgrade to Text::Balanced 1.84.
38142      Branch: perl
38143            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
38144 ____________________________________________________________________________
38145 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
38146         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
38147              From: Benjamin Sugars <bsugars@canoe.ca>
38148              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
38149              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
38150      Branch: perl
38151            ! run.c
38152 ____________________________________________________________________________
38153 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
38154         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
38155              From: Peter Prymmer <pvhp@forte.com>
38156              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
38157              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
38158      Branch: perl
38159            ! t/pod/plainer.t
38160 ____________________________________________________________________________
38161 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
38162         Log: (Retracted by #10042)
38163              
38164              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
38165              From: "Philip Newton" <pnewton@gmx.de>
38166              Date: Tue, 8 May 2001 09:18:10 +0200
38167              Message-ID: <3AF7B9D2.28861.603732@localhost>
38168      Branch: perl
38169            ! pod/perlfunc.pod
38170 ____________________________________________________________________________
38171 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
38172         Log: Subject: [PATCH B::Deparse] Document known bugs
38173              From: Robin Houston <robin@kitsite.com>
38174              Date: Tue, 8 May 2001 01:53:34 +0100
38175              Message-ID: <20010508015334.A32394@penderel>
38176      Branch: perl
38177            ! ext/B/B/Deparse.pm
38178 ____________________________________________________________________________
38179 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
38180         Log: Subject: Re: Perl book, magazine and website updates.
38181              From: "Philip Newton" <pnewton@gmx.de>
38182              Date: Mon, 7 May 2001 17:03:58 +0200
38183              Message-ID: <3AF6D57E.5387.1E29930@localhost>
38184      Branch: perl
38185            ! pod/perlfaq2.pod
38186 ____________________________________________________________________________
38187 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
38188         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
38189              From: Peter Prymmer <pvhp@forte.com>
38190              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
38191              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
38192      Branch: perl
38193            ! t/io/fflush.t
38194 ____________________________________________________________________________
38195 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
38196         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
38197              From: Robin Houston <robin@kitsite.com>
38198              Date: Tue, 8 May 2001 01:14:55 +0100
38199              Message-ID: <20010508011455.A32162@penderel>
38200      Branch: perl
38201            ! ext/B/B/Deparse.pm
38202 ____________________________________________________________________________
38203 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
38204         Log: Typo in #10025.
38205      Branch: perl
38206            ! hints/uts.sh
38207 ____________________________________________________________________________
38208 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
38209         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
38210      Branch: perl
38211            ! hints/uts.sh
38212 ____________________________________________________________________________
38213 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
38214         Log: Subject: Re: [ID 20010506.045] question about hash syntax
38215              From: Peter Scott <Peter@PSDT.com>
38216              Date: Sun, 06 May 2001 13:10:40 -0700
38217              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
38218      Branch: perl
38219            ! pod/perl56delta.pod
38220 ____________________________________________________________________________
38221 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
38222         Log: Configure should figure out the list of dynamic extensions
38223              just fine in UTS-- and in fact it does, as reported by Hal Morris.
38224      Branch: perl
38225            ! hints/uts.sh
38226 ____________________________________________________________________________
38227 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
38228         Log: Update Changes.
38229      Branch: perl
38230            ! Changes patchlevel.h
38231 ____________________________________________________________________________
38232 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
38233         Log: Subject: [PATCH regcomp.c] Insecure regexes
38234              From: Robin Houston <robin@kitsite.com>
38235              Date: Mon, 7 May 2001 21:56:12 +0100
38236              Message-ID: <20010507215612.A31114@penderel>
38237      Branch: perl
38238            ! regcomp.c
38239 ____________________________________________________________________________
38240 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
38241         Log: Drop the foobar.perl.com references for now until Simon
38242              gets them sorted out.
38243      Branch: perl
38244            ! pod/perlfaq2.pod
38245 ____________________________________________________________________________
38246 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
38247         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
38248              From: Prymmer/Kahn <pvhp@best.com>
38249              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
38250              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
38251      Branch: perl
38252            ! lib/Devel/SelfStubber.pm
38253 ____________________________________________________________________________
38254 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
38255         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
38256              From: Prymmer/Kahn <pvhp@best.com>
38257              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
38258              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
38259      Branch: perl
38260            ! win32/Makefile
38261 ____________________________________________________________________________
38262 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
38263         Log: s/WebTechnique's/WebTechniques/
38264      Branch: perl
38265            ! pod/perlfaq2.pod
38266 ____________________________________________________________________________
38267 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
38268         Log: Llama 3 updates from Randal.
38269      Branch: perl
38270            ! pod/perlfaq2.pod
38271 ____________________________________________________________________________
38272 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
38273         Log: Subject: [PATCH] Help -Dt show correct pad variables
38274              From: Benjamin Sugars <ben.sugars@home.com>
38275              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
38276              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
38277      Branch: perl
38278            ! embed.h embed.pl proto.h run.c
38279 ____________________________________________________________________________
38280 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
38281         Log: Subject: [PATCH] Document C<our $foo : shared>
38282              From: Benjamin Sugars <ben.sugars@home.com>
38283              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
38284              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
38285      Branch: perl
38286            ! pod/perlfunc.pod
38287 ____________________________________________________________________________
38288 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
38289         Log: Subject: [PATCH B::Deparse] undefined folded constants
38290              From: Robin Houston <robin@kitsite.com>
38291              Date: Sun, 6 May 2001 17:19:09 +0100
38292              Message-ID: <20010506171909.A7046@penderel>
38293      Branch: perl
38294            ! ext/B/B/Deparse.pm
38295 ____________________________________________________________________________
38296 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
38297         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
38298              From: Robin Houston <robin@kitsite.com>
38299              Message-ID: <20010506164654.A6848@penderel>
38300              Date: Sun, 6 May 2001 16:46:54 +0100
38301      Branch: perl
38302            ! ext/B/B/Deparse.pm
38303 ____________________________________________________________________________
38304 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
38305         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
38306              From: Robin Houston <robin@kitsite.com>
38307              Date: Sun, 6 May 2001 14:47:02 +0100
38308              Message-ID: <20010506144702.A6308@penderel>
38309      Branch: perl
38310            ! t/op/my_stash.t
38311 ____________________________________________________________________________
38312 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
38313         Log: Subject: Perl book, magazine and website updates.
38314              From: Simon Cozens <simon@netthink.co.uk>
38315              Date: Sun, 6 May 2001 16:55:36 +0100
38316              Message-ID: <20010506165536.A1795@netthink.co.uk>
38317      Branch: perl
38318            ! pod/perlbook.pod pod/perlfaq2.pod
38319 ____________________________________________________________________________
38320 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
38321         Log: Tweaks on the Tru64 prof options.
38322      Branch: perl
38323            ! pod/perlhack.pod
38324 ____________________________________________________________________________
38325 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
38326         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
38327              From: Robin Houston <robin@kitsite.com>
38328              Date: Sun, 6 May 2001 14:40:51 +0100
38329              Message-ID: <20010506144051.A6279@penderel>
38330      Branch: perl
38331            ! t/pod/testp2pt.pl
38332 ____________________________________________________________________________
38333 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
38334         Log: Subject: [PATCH B::Deparse] scoping
38335              From: Robin Houston <robin@kitsite.com>
38336              Date: Sun, 6 May 2001 14:36:56 +0100
38337              Message-ID: <20010506143656.A4006@penderel>
38338      Branch: perl
38339            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
38340 ____________________________________________________________________________
38341 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
38342         Log: Document the undefinedness of bitshifting out of range.
38343      Branch: perl
38344            ! pod/perlop.pod
38345 ____________________________________________________________________________
38346 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
38347         Log: Retract #10003 and update the IDE descriptions a bit.
38348      Branch: perl
38349            ! pod/perlfaq3.pod
38350 ____________________________________________________________________________
38351 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
38352         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
38353              From: Prymmer/Kahn <pvhp@best.com>
38354              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
38355              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
38356      Branch: perl
38357            ! win32/Makefile win32/buildext.pl win32/config.bc
38358            ! win32/config.gc win32/config.vc
38359 ____________________________________________________________________________
38360 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
38361         Log: (Retracted by #10005.)
38362      Branch: perl
38363            ! pod/perlfaq3.pod
38364 ____________________________________________________________________________
38365 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
38366         Log: It's "psed", not "sed".
38367      Branch: perl
38368            ! x2p/s2p.PL
38369 ____________________________________________________________________________
38370 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
38371         Log: Update Changes.
38372      Branch: perl
38373            ! Changes patchlevel.h
38374 ____________________________________________________________________________
38375 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
38376         Log: Subject: Re: bleadperl make install fails due to "psed"
38377              From: andreas.koenig@anima.de (Andreas J. Koenig)
38378              Date: 05 May 2001 18:23:28 +0200
38379              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
38380      Branch: perl
38381            ! x2p/Makefile.SH x2p/s2p.PL
38382 ____________________________________________________________________________
38383 [  9999] By: jhi                                   on 2001/05/05  18:28:09
38384         Log: AUTHORS updates.
38385      Branch: perl
38386            ! AUTHORS
38387 ____________________________________________________________________________
38388 [  9998] By: jhi                                   on 2001/05/05  18:16:00
38389         Log: Updates on the pods related to the modules included since 5.6.
38390              
38391              TODO: perltodo really could use major updating.
38392      Branch: perl
38393            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
38394            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
38395            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
38396            ! pod/perlsyn.pod pod/perltodo.pod
38397 ____________________________________________________________________________
38398 [  9997] By: jhi                                   on 2001/05/05  17:35:17
38399         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
38400              from Kurt Skauen.
38401      Branch: perl
38402            + hints/atheos.sh
38403            ! MANIFEST
38404 ____________________________________________________________________________
38405 [  9996] By: jhi                                   on 2001/05/05  17:25:00
38406         Log: Add preemptive #undefs for some of the shorter and more prone
38407              to collision regcomp.h #defines.  (Background: the MASK collided
38408              with a system header #define in Rhapsody.)
38409      Branch: perl
38410            ! regcomp.h
38411 ____________________________________________________________________________
38412 [  9995] By: jhi                                   on 2001/05/05  13:24:21
38413         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
38414              From: Nicholas Clark <nick@ccl4.org>
38415              Date: Sat, 5 May 2001 14:46:39 +0100
38416              Message-ID: <20010505144639.O53513@plum.flirble.org>
38417              
38418              Add a test for the constants (if any) being processed correctly.
38419      Branch: perl
38420            ! utils/h2xs.PL
38421 ____________________________________________________________________________
38422 [  9994] By: jhi                                   on 2001/05/05  02:11:03
38423         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
38424              From: Peter Prymmer <pvhp@forte.com>
38425              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
38426              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
38427      Branch: perl
38428            ! t/lib/b-stash.t
38429 ____________________________________________________________________________
38430 [  9993] By: jhi                                   on 2001/05/05  02:03:49
38431         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
38432              From: Peter Prymmer <pvhp@forte.com>
38433              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
38434              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
38435      Branch: perl
38436            ! perlio.c vms/vmsish.h
38437 ____________________________________________________________________________
38438 [  9992] By: jhi                                   on 2001/05/04  17:21:12
38439         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
38440              From: Robin Barker <rmb1@cise.npl.co.uk>
38441              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
38442              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
38443      Branch: perl
38444            + t/pod/plainer.t
38445            ! MANIFEST
38446 ____________________________________________________________________________
38447 [  9991] By: jhi                                   on 2001/05/04  16:47:45
38448         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
38449              From: Robin Barker <rmb1@cise.npl.co.uk>
38450              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
38451              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
38452      Branch: perl
38453            ! regcomp.c
38454 ____________________________________________________________________________
38455 [  9990] By: jhi                                   on 2001/05/04  14:37:20
38456         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
38457              From: Prymmer/Kahn <pvhp@best.com>
38458              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
38459              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
38460      Branch: perl
38461            ! t/lib/b-stash.t
38462 ____________________________________________________________________________
38463 [  9989] By: jhi                                   on 2001/05/04  14:03:58
38464         Log: Introduce perl572delta, update Todo, add the missing
38465              mention about signal safety since 5.7.1 (though this
38466              requires verification and more details.)
38467      Branch: perl
38468            + pod/perl572delta.pod
38469            ! MANIFEST Todo pod/perl571delta.pod
38470 ____________________________________________________________________________
38471 [  9988] By: jhi                                   on 2001/05/04  12:41:51
38472         Log: Subject: [PATCH perl@9944] long =item
38473              From: Robin Barker <rmb1@cise.npl.co.uk>
38474              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
38475              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
38476      Branch: perl
38477            ! ext/Time/HiRes/HiRes.pm
38478 ____________________________________________________________________________
38479 [  9987] By: jhi                                   on 2001/05/04  12:39:19
38480         Log: The #9901 had removed one line essential for EBCDIC.
38481      Branch: perl
38482            ! regcomp.c
38483 ____________________________________________________________________________
38484 [  9986] By: jhi                                   on 2001/05/04  12:30:23
38485         Log: Subject: cygwin/Makefile.SHs INSTALL patch
38486              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
38487              Date: Mon, 08 Jan 2001 04:59:21 +0200
38488              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
38489      Branch: perl
38490            ! cygwin/Makefile.SHs
38491 ____________________________________________________________________________
38492 [  9985] By: jhi                                   on 2001/05/04  03:51:39
38493         Log: Encode/IO doc tweaks.
38494      Branch: perl
38495            ! ext/Encode/Encode.pm
38496 ____________________________________________________________________________
38497 [  9984] By: jhi                                   on 2001/05/04  03:29:34
38498         Log: Remove GDBM_File from the dynamic extensions for UTS,
38499              GDBM is not a standard feature.
38500      Branch: perl
38501            ! hints/uts.sh
38502 ____________________________________________________________________________
38503 [  9983] By: jhi                                   on 2001/05/04  03:22:59
38504         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
38505      Branch: perl
38506            ! pod/perlretut.pod
38507 ____________________________________________________________________________
38508 [  9982] By: jhi                                   on 2001/05/03  23:21:03
38509         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
38510              From: Benjamin Sugars <bsugars@canoe.ca>
38511              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
38512              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
38513      Branch: perl
38514            ! dump.c
38515 ____________________________________________________________________________
38516 [  9981] By: jhi                                   on 2001/05/03  23:20:05
38517         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
38518              From: Benjamin Sugars <bsugars@canoe.ca>
38519              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
38520              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
38521      Branch: perl
38522            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
38523 ____________________________________________________________________________
38524 [  9980] By: jhi                                   on 2001/05/03  23:15:29
38525         Log: Integrate perlio.
38526      Branch: perl
38527           !> ext/Encode/Encode.pm
38528 ____________________________________________________________________________
38529 [  9979] By: jhi                                   on 2001/05/03  16:54:59
38530         Log: Install psed man page.
38531      Branch: perl
38532            ! installman
38533 ____________________________________________________________________________
38534 [  9978] By: jhi                                   on 2001/05/03  16:45:58
38535         Log: Remove unused files; noted by Sarathy.
38536      Branch: perl
38537            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
38538            ! MANIFEST
38539 ____________________________________________________________________________
38540 [  9977] By: jhi                                   on 2001/05/03  16:42:30
38541         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
38542              From: Andy Dougherty <doughera@lafayette.edu>
38543              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
38544              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
38545      Branch: perl
38546            ! INSTALL
38547 ____________________________________________________________________________
38548 [  9976] By: nick                                  on 2001/05/03  16:40:42
38549         Log: Allow $answer = encode($object,$text); like it says in docs.
38550      Branch: perlio
38551            ! ext/Encode/Encode.pm
38552 ____________________________________________________________________________
38553 [  9975] By: nick                                  on 2001/05/03  16:22:30
38554         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
38555              to be in scope (fair enough), and also a package variable (our) for eval to see it.
38556      Branch: perlio
38557            ! ext/Encode/Encode.pm
38558 ____________________________________________________________________________
38559 [  9974] By: nick                                  on 2001/05/03  15:48:17
38560         Log: Integrate mainline.
38561      Branch: perlio
38562           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
38563           +> t/lib/filter-simple.t t/lib/next.t
38564           !> (integrate 70 files)
38565 ____________________________________________________________________________
38566 [  9973] By: jhi                                   on 2001/05/03  13:09:09
38567         Log: Update Changes.
38568      Branch: perl
38569            ! Changes patchlevel.h
38570 ____________________________________________________________________________
38571 [  9972] By: jhi                                   on 2001/05/03  12:58:33
38572         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
38573              From: Prymmer/Kahn <pvhp@best.com>
38574              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
38575              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
38576      Branch: perl
38577            ! t/io/fflush.t
38578 ____________________________________________________________________________
38579 [  9971] By: jhi                                   on 2001/05/03  12:57:26
38580         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
38581              From: Prymmer/Kahn <pvhp@best.com>
38582              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
38583              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
38584      Branch: perl
38585            ! win32/FindExt.pm
38586 ____________________________________________________________________________
38587 [  9970] By: jhi                                   on 2001/05/03  02:42:46
38588         Log: Can't croak sans thread context, from Doug MacEachern.
38589      Branch: perl
38590            ! toke.c
38591 ____________________________________________________________________________
38592 [  9969] By: jhi                                   on 2001/05/03  01:23:48
38593         Log: Subject: Random input test and Perl
38594              From: Ilya Zakharevich <ilya@math.berkeley.edu>
38595              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
38596              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
38597      Branch: perl
38598            ! toke.c
38599 ____________________________________________________________________________
38600 [  9968] By: jhi                                   on 2001/05/02  22:17:21
38601         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
38602              From: Peter Prymmer <pvhp@forte.com>
38603              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
38604              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
38605      Branch: perl
38606            ! pod/perlfunc.pod pod/perlport.pod
38607 ____________________________________________________________________________
38608 [  9967] By: jhi                                   on 2001/05/02  20:12:45
38609         Log: Workaround for UTS compiler casting bug from Hal Morris.
38610      Branch: perl
38611            ! perl.h
38612 ____________________________________________________________________________
38613 [  9966] By: jhi                                   on 2001/05/02  18:31:37
38614         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
38615              From: Dan Sugalski <dan@sidhe.org>
38616              Date: Wed, 02 May 2001 15:23:22 -0400
38617              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
38618      Branch: perl
38619            ! perl.c vms/vms.c
38620 ____________________________________________________________________________
38621 [  9965] By: jhi                                   on 2001/05/02  18:21:29
38622         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
38623      Branch: perl
38624            ! pod/perlfunc.pod
38625 ____________________________________________________________________________
38626 [  9964] By: jhi                                   on 2001/05/02  18:15:01
38627         Log: Document large files in INSTALL, document also the %x
38628              limitation if not use64bitint, closes bug 20010326.007.
38629      Branch: perl
38630            ! INSTALL
38631 ____________________________________________________________________________
38632 [  9963] By: jhi                                   on 2001/05/02  17:24:47
38633         Log: perlmodlib tweaks; regen pods.
38634      Branch: perl
38635            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
38636            ! pod/perltoc.pod
38637 ____________________________________________________________________________
38638 [  9962] By: jhi                                   on 2001/05/02  17:14:00
38639         Log: Fix for a segfault, from Marc Lehmann.
38640      Branch: perl
38641            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
38642 ____________________________________________________________________________
38643 [  9961] By: jhi                                   on 2001/05/02  15:55:53
38644         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
38645              From: "Philip Newton" <pnewton@gmx.de>
38646              Date: Wed, 2 May 2001 18:39:03 +0200
38647              Message-ID: <3AF05447.15525.173B588@localhost>
38648      Branch: perl
38649            ! pod/perlop.pod
38650 ____________________________________________________________________________
38651 [  9960] By: jhi                                   on 2001/05/02  15:35:37
38652         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
38653              From: Dan Sugalski <dan@sidhe.org>
38654              Date: Wed, 02 May 2001 11:37:27 -0400
38655              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
38656      Branch: perl
38657            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
38658            ! thread.h vms/vms.c vms/vmsish.h
38659 ____________________________________________________________________________
38660 [  9959] By: jhi                                   on 2001/05/02  15:21:08
38661         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
38662              From: Benjamin Sugars <bsugars@canoe.ca>
38663              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
38664              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
38665      Branch: perl
38666            ! ext/PerlIO/Scalar/Scalar.xs
38667 ____________________________________________________________________________
38668 [  9958] By: jhi                                   on 2001/05/02  15:15:53
38669         Log: Bug in #9915, spotted by Mike Guy.
38670      Branch: perl
38671            ! installperl
38672 ____________________________________________________________________________
38673 [  9957] By: jhi                                   on 2001/05/02  13:26:01
38674         Log: Add a test for not griping about references as array
38675              indices if the reference has magic in it (overloaded
38676              methods).
38677      Branch: perl
38678            ! pod/perldiag.pod t/pragma/warn/pp_hot
38679 ____________________________________________________________________________
38680 [  9956] By: jhi                                   on 2001/05/02  13:07:01
38681         Log: Retracted a bit too much in #9952.
38682      Branch: perl
38683            ! t/pragma/sub_lval.t
38684 ____________________________________________________________________________
38685 [  9955] By: jhi                                   on 2001/05/02  13:05:38
38686         Log: Test for #9952.
38687      Branch: perl
38688            ! t/op/tie.t
38689 ____________________________________________________________________________
38690 [  9954] By: jhi                                   on 2001/05/02  11:48:18
38691         Log: Additional note on the encoding example: one cannot
38692              convert string constants in-place.
38693      Branch: perl
38694            ! ext/Encode/Encode.pm
38695 ____________________________________________________________________________
38696 [  9953] By: jhi                                   on 2001/05/02  11:43:51
38697         Log: Note that if you have recent enough Perl you already
38698              have Filter::Util::Call.
38699      Branch: perl
38700            ! lib/Filter/Simple.pm
38701 ____________________________________________________________________________
38702 [  9952] By: jhi                                   on 2001/05/02  11:31:53
38703         Log: Retract changes #8254 and #8255, causes coredump in
38704              'tie FH, "main"', reported by Abigail, culprit found by
38705              Benjamin Sugars.  Mirrors maintperl change #9950.
38706      Branch: perl
38707            ! op.c t/pragma/sub_lval.t
38708 ____________________________________________________________________________
38709 [  9951] By: jhi                                   on 2001/05/02  11:14:29
38710         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
38711      Branch: perl
38712            + t/lib/MyFilter.pm
38713 ____________________________________________________________________________
38714 [  9950] By: gsar                                  on 2001/05/02  03:17:11
38715         Log: revert integration of changes#8254,8255 in change#8620 (causes
38716              a coredump in C<tie FH, 'foo'>; the idea itself may need better
38717              rationalization)
38718      Branch: maint-5.6/perl
38719            ! op.c t/pragma/sub_lval.t
38720 ____________________________________________________________________________
38721 [  9949] By: gsar                                  on 2001/05/02  02:56:32
38722         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
38723              
38724              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
38725              
38726              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
38727      Branch: maint-5.6/perl
38728           !> hints/svr5.sh
38729 ____________________________________________________________________________
38730 [  9948] By: gsar                                  on 2001/05/02  02:49:15
38731         Log: pod/find.t breaks on VMS (from Craig Berry)
38732      Branch: maint-5.6/perl
38733            ! t/pod/find.t
38734 ____________________________________________________________________________
38735 [  9947] By: jhi                                   on 2001/05/02  02:43:09
38736         Log: Add an encoding conversion example.
38737      Branch: perl
38738            ! ext/Encode/Encode.pm
38739 ____________________________________________________________________________
38740 [  9946] By: jhi                                   on 2001/05/02  01:34:22
38741         Log: Another coat of paint but still nowhere finished.
38742              Need to decide on the semantics of strptime(): should
38743              strptime() be a function instead of a method?  To do
38744              the week/monthname-strptiming the i18n/l10n bullet needs
38745              to be bitten with gusto.
38746      Branch: perl
38747            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
38748 ____________________________________________________________________________
38749 [  9945] By: jhi                                   on 2001/05/01  23:40:52
38750         Log: Update Changes.
38751      Branch: perl
38752            ! Changes patchlevel.h
38753 ____________________________________________________________________________
38754 [  9944] By: jhi                                   on 2001/05/01  23:33:37
38755         Log: Add known-to-be-tested modules to the list-to-be-skipped.
38756      Branch: perl
38757            ! t/lib/1_compile.t
38758 ____________________________________________________________________________
38759 [  9943] By: jhi                                   on 2001/05/01  23:24:40
38760         Log: Subject: BorlandC++ fix
38761              From: "Vadim Konovalov" <watman@inbox.ru>
38762              Date: Mon, 30 Apr 2001 20:12:26 -0700
38763              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
38764      Branch: perl
38765            ! win32/makefile.mk
38766 ____________________________________________________________________________
38767 [  9942] By: jhi                                   on 2001/05/01  23:18:02
38768         Log: Update to Filter::Simple 0.60, create a test for it.
38769      Branch: perl
38770            + t/lib/filter-simple.t
38771            ! MANIFEST lib/Filter/Simple.pm
38772 ____________________________________________________________________________
38773 [  9941] By: jhi                                   on 2001/05/01  19:47:24
38774         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
38775              From: Hugo <hv@crypt.compulink.co.uk>
38776              Date: Tue, 01 May 2001 20:12:20 +0100
38777              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
38778      Branch: perl
38779            ! pp_hot.c t/op/re_tests
38780 ____________________________________________________________________________
38781 [  9940] By: jhi                                   on 2001/05/01  19:42:16
38782         Log: Integrate perlio.
38783      Branch: perl
38784           !> lib/base.pm t/lib/fields.t
38785 ____________________________________________________________________________
38786 [  9939] By: jhi                                   on 2001/05/01  19:39:51
38787         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
38788              From: Benjamin Sugars <bsugars@canoe.ca>
38789              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
38790              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
38791      Branch: perl
38792            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
38793 ____________________________________________________________________________
38794 [  9938] By: jhi                                   on 2001/05/01  19:34:09
38795         Log: Add NEXT, a pseudo-class for method redispatching.
38796              <Damian>NEXT.pm probably offers more bang-for-buck
38797              than anything else I've ever written.</Damian>
38798      Branch: perl
38799            + lib/NEXT.pm t/lib/next.t
38800            ! MANIFEST
38801 ____________________________________________________________________________
38802 [  9937] By: jhi                                   on 2001/05/01  19:21:41
38803         Log: Update to Switch 2.02.
38804      Branch: perl
38805            ! lib/Switch.pm t/lib/switch.t
38806 ____________________________________________________________________________
38807 [  9936] By: nick                                  on 2001/05/01  19:09:21
38808         Log: Fix for base.pm clobbering $VERSION
38809      Branch: perlio
38810            ! lib/base.pm
38811 ____________________________________________________________________________
38812 [  9935] By: nick                                  on 2001/05/01  18:54:38
38813         Log: Test for base.pm clobbering $VERSION.
38814      Branch: perlio
38815            ! t/lib/fields.t
38816 ____________________________________________________________________________
38817 [  9934] By: jhi                                   on 2001/05/01  18:39:10
38818         Log: Add information about Scalar::Util::blessed.
38819      Branch: perl
38820            ! pod/perlobj.pod
38821 ____________________________________________________________________________
38822 [  9933] By: jhi                                   on 2001/05/01  18:33:51
38823         Log: Subject: Extra UNIVERSAL documentation
38824              From: Mike Guy <mjtg@cam.ac.uk>
38825              Date: Tue, 01 May 2001 20:12:11 +0100
38826              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
38827      Branch: perl
38828            ! pod/perlobj.pod
38829 ____________________________________________________________________________
38830 [  9932] By: jhi                                   on 2001/05/01  18:26:54
38831         Log: Subject: Autoflush in tests as appropriate
38832              From: Mike Guy <mjtg@cam.ac.uk>
38833              Date: Tue, 01 May 2001 20:05:31 +0100
38834              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
38835      Branch: perl
38836            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
38837            ! t/op/taint.t
38838 ____________________________________________________________________________
38839 [  9931] By: jhi                                   on 2001/05/01  18:02:29
38840         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
38841              From: Benjamin Sugars <bsugars@canoe.ca>
38842              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
38843              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
38844      Branch: perl
38845            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
38846 ____________________________________________________________________________
38847 [  9930] By: jhi                                   on 2001/05/01  15:12:26
38848         Log: Subject: Re: Finally got a round tuit
38849              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38850              Date: Tue, 01 May 2001 14:14:10 +0200
38851              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
38852              
38853              The -DP part, slightly modified.
38854      Branch: perl
38855            ! perl.c
38856 ____________________________________________________________________________
38857 [  9929] By: jhi                                   on 2001/05/01  14:17:15
38858         Log: Subject: Re: Finally got a round tuit
38859              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38860              Date: Tue, 01 May 2001 16:34:06 +0200
38861              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
38862              
38863              cpp and optimization tweaks for HP-UX.
38864      Branch: perl
38865            ! hints/hpux.sh
38866 ____________________________________________________________________________
38867 [  9928] By: jhi                                   on 2001/05/01  13:24:20
38868         Log: Tune the scan_num() comments to reality.
38869      Branch: perl
38870            ! toke.c
38871 ____________________________________________________________________________
38872 [  9927] By: jhi                                   on 2001/05/01  13:14:01
38873         Log: Subject: [PATCH B::Deparse] optimised sort
38874              From: Robin Houston <robin@kitsite.com>
38875              Date: Tue, 1 May 2001 14:07:12 +0100
38876              Message-ID: <20010501140712.A4266@penderel>
38877      Branch: perl
38878            ! ext/B/B/Deparse.pm
38879 ____________________________________________________________________________
38880 [  9926] By: jhi                                   on 2001/05/01  13:10:53
38881         Log: Subject: [PATCH t/lib/b-deparse.t] 
38882              From: Robin Houston <robin@kitsite.com>
38883              Date: Tue, 1 May 2001 13:37:42 +0100
38884              Message-ID: <20010501133742.A4082@penderel>
38885      Branch: perl
38886            ! t/lib/b-deparse.t
38887 ____________________________________________________________________________
38888 [  9925] By: jhi                                   on 2001/05/01  13:10:13
38889         Log: Subject: [PATCH B::Deparse] for(;;), sort
38890              From: Robin Houston <robin@kitsite.com>
38891              Date: Tue, 1 May 2001 13:35:00 +0100
38892              Message-ID: <20010501133500.A4061@penderel>
38893      Branch: perl
38894            ! ext/B/B/Deparse.pm
38895 ____________________________________________________________________________
38896 [  9924] By: jhi                                   on 2001/05/01  13:09:22
38897         Log: Subject: [PATCH B::Deparse] do, warn, use
38898              From: Robin Houston <robin@kitsite.com>
38899              Date: Tue, 1 May 2001 13:31:03 +0100
38900              Message-ID: <20010501133103.A4041@penderel>
38901      Branch: perl
38902            ! ext/B/B/Deparse.pm
38903 ____________________________________________________________________________
38904 [  9923] By: jhi                                   on 2001/05/01  11:45:36
38905         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
38906              From: Benjamin Sugars <ben.sugars@home.com>
38907              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
38908              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
38909      Branch: perl
38910            + t/io/fflush.t
38911            ! MANIFEST
38912 ____________________________________________________________________________
38913 [  9922] By: jhi                                   on 2001/05/01  11:35:42
38914         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
38915              From: Peter Prymmer <pvhp@forte.com>
38916              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
38917              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
38918      Branch: perl
38919            ! t/lib/selfstubber.t
38920 ____________________________________________________________________________
38921 [  9921] By: jhi                                   on 2001/04/30  16:34:33
38922         Log: Subject: [PATCH B::Concise] suppress warning
38923              From: Robin Houston <robin@kitsite.com>
38924              Date: Mon, 30 Apr 2001 16:09:49 +0100
38925              Message-ID: <20010430160949.A25086@penderel>
38926      Branch: perl
38927            ! ext/B/B/Concise.pm
38928 ____________________________________________________________________________
38929 [  9920] By: jhi                                   on 2001/04/30  13:56:04
38930         Log: Strip the *markers* from #9919.
38931      Branch: perl
38932            ! pod/perlfaq.pod pod/perlfaq5.pod
38933 ____________________________________________________________________________
38934 [  9919] By: jhi                                   on 2001/04/30  13:54:04
38935         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
38936              From: Gwyn Judd <b.judd@xtra.co.nz>
38937              Date: Sun, 29 Apr 2001 01:47:49 +1200
38938              Message-ID: <20010429014749.A4418@thislove>
38939      Branch: perl
38940            ! pod/perlfaq.pod pod/perlfaq5.pod
38941 ____________________________________________________________________________
38942 [  9918] By: jhi                                   on 2001/04/30  13:13:54
38943         Log: More_tweakage.
38944      Branch: perl
38945            ! pod/perldata.pod pod/perldiag.pod
38946 ____________________________________________________________________________
38947 [  9917] By: jhi                                   on 2001/04/30  13:01:27
38948         Log: Update Changes.
38949      Branch: perl
38950            ! Changes patchlevel.h
38951 ____________________________________________________________________________
38952 [  9916] By: jhi                                   on 2001/04/30  12:57:03
38953         Log: T_w_e_a_k_a_g_e.
38954      Branch: perl
38955            ! pod/perldata.pod pod/perldiag.pod
38956 ____________________________________________________________________________
38957 [  9915] By: jhi                                   on 2001/04/30  12:39:29
38958         Log: Install s2p also as psed.
38959              
38960              TODO: psed documentation?
38961      Branch: perl
38962            ! installperl
38963 ____________________________________________________________________________
38964 [  9914] By: jhi                                   on 2001/04/30  12:29:21
38965         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
38966              From: Jens Hamisch <jens@Strawberry.COM>
38967              Date: Fri, 27 Apr 2001 17:00:36 +0200
38968              Message-ID: <20010427170036.K1372@Strawberry.COM>
38969              
38970              SOCKS5_VERSION_NAME is the right symbol to detect
38971              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
38972              function called socks5_init() is available, and even that is
38973              not universal, most SOCKS5 installations use SOCKSinit()).
38974      Branch: perl
38975            ! perlio.c
38976 ____________________________________________________________________________
38977 [  9913] By: jhi                                   on 2001/04/30  12:22:15
38978         Log: Allow a zero timeout on IO::Socket accept and connect--
38979              though one really shouldn't do that.  Based on
38980              
38981              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
38982              From: "John Holdsworth" <coldwave@bigfoot.com>
38983              Date: Sun, 4 Feb 2001 12:48:18 +0100
38984              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
38985      Branch: perl
38986            ! ext/IO/lib/IO/Socket.pm
38987 ____________________________________________________________________________
38988 [  9912] By: jhi                                   on 2001/04/30  11:27:27
38989         Log: Save the spot of regprev (see #9911) for binary compatibility;
38990              regen API.
38991      Branch: perl
38992            ! embedvar.h perlapi.h thrdvar.h
38993 ____________________________________________________________________________
38994 [  9911] By: jhi                                   on 2001/04/30  11:22:03
38995         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
38996              From: Hugo <hv@crypt.compulink.co.uk>
38997              Date: Sun, 29 Apr 2001 17:09:30 +0100
38998              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
38999      Branch: perl
39000            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
39001 ____________________________________________________________________________
39002 [  9910] By: jhi                                   on 2001/04/30  11:15:12
39003         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
39004              a dummy for PL_numeric_radix); no pressing reason to break
39005              binary compatibility; regen API.
39006      Branch: perl
39007            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
39008            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
39009 ____________________________________________________________________________
39010 [  9909] By: jhi                                   on 2001/04/30  10:56:08
39011         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
39012              From: Walt Mankowski <waltman@netaxs.com>
39013              Date: Sun, 29 Apr 2001 21:53:48 -0400
39014              Message-ID: <20010429215348.A3971@netaxs.com>
39015      Branch: perl
39016            ! pod/perlfunc.pod
39017 ____________________________________________________________________________
39018 [  9908] By: jhi                                   on 2001/04/30  10:49:40
39019         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
39020      Branch: perl
39021            ! t/lib/selfstubber.t
39022 ____________________________________________________________________________
39023 [  9907] By: nick                                  on 2001/04/30  09:26:50
39024         Log: Integrate mainline.
39025      Branch: perlio
39026           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
39027 ____________________________________________________________________________
39028 [  9906] By: jhi                                   on 2001/04/29  23:24:20
39029         Log: Abigail spotted a thinko in #9905.
39030      Branch: perl
39031            ! pod/perldiag.pod
39032 ____________________________________________________________________________
39033 [  9905] By: jhi                                   on 2001/04/29  15:55:39
39034         Log: Changed the underscore/undebar syntax in numeric constants;
39035              now any grouping will do, as long as the underscores are not
39036              consecutive (so "zero-grouping" is out), and they do not begin
39037              or end the integer or fractional parts.
39038      Branch: perl
39039            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
39040 ____________________________________________________________________________
39041 [  9904] By: nick                                  on 2001/04/29  15:43:22
39042         Log: Integrate mainline.
39043      Branch: perlio
39044           +> (branch 98 files)
39045            - lib/unicode/Block.pl
39046            - lib/unicode/In/AlphabeticPresentationForms.pl
39047            - lib/unicode/In/Arabic.pl
39048            - lib/unicode/In/ArabicPresentationForms-A.pl
39049            - lib/unicode/In/ArabicPresentationForms-B.pl
39050            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
39051            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
39052            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
39053            - lib/unicode/In/BopomofoExtended.pl
39054            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
39055            - lib/unicode/In/CJKCompatibility.pl
39056            - lib/unicode/In/CJKCompatibilityForms.pl
39057            - lib/unicode/In/CJKCompatibilityIdeographs.pl
39058            - lib/unicode/In/CJKRadicalsSupplement.pl
39059            - lib/unicode/In/CJKSymbolsandPunctuation.pl
39060            - lib/unicode/In/CJKUnifiedIdeographs.pl
39061            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
39062            - lib/unicode/In/Cherokee.pl
39063            - lib/unicode/In/CombiningDiacriticalMarks.pl
39064            - lib/unicode/In/CombiningHalfMarks.pl
39065            - lib/unicode/In/CombiningMarksforSymbols.pl
39066            - lib/unicode/In/ControlPictures.pl
39067            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
39068            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
39069            - lib/unicode/In/EnclosedAlphanumerics.pl
39070            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
39071            - lib/unicode/In/Ethiopic.pl
39072            - lib/unicode/In/GeneralPunctuation.pl
39073            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
39074            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
39075            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
39076            - lib/unicode/In/HalfwidthandFullwidthForms.pl
39077            - lib/unicode/In/HangulCompatibilityJamo.pl
39078            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
39079            - lib/unicode/In/Hebrew.pl
39080            - lib/unicode/In/HighPrivateUseSurrogates.pl
39081            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
39082            - lib/unicode/In/IPAExtensions.pl
39083            - lib/unicode/In/IdeographicDescriptionCharacters.pl
39084            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
39085            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
39086            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
39087            - lib/unicode/In/Latin-1Supplement.pl
39088            - lib/unicode/In/LatinExtended-A.pl
39089            - lib/unicode/In/LatinExtended-B.pl
39090            - lib/unicode/In/LatinExtendedAdditional.pl
39091            - lib/unicode/In/LetterlikeSymbols.pl
39092            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
39093            - lib/unicode/In/MathematicalOperators.pl
39094            - lib/unicode/In/MiscellaneousSymbols.pl
39095            - lib/unicode/In/MiscellaneousTechnical.pl
39096            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
39097            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
39098            - lib/unicode/In/OpticalCharacterRecognition.pl
39099            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
39100            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
39101            - lib/unicode/In/SmallFormVariants.pl
39102            - lib/unicode/In/SpacingModifierLetters.pl
39103            - lib/unicode/In/Specials.pl
39104            - lib/unicode/In/SuperscriptsandSubscripts.pl
39105            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
39106            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
39107            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
39108            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
39109            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
39110           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
39111           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
39112           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
39113           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
39114           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
39115           !> utf8.c win32/Makefile
39116 ____________________________________________________________________________
39117 [  9903] By: jhi                                   on 2001/04/29  14:30:53
39118         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
39119              From: Prymmer/Kahn <pvhp@best.com>
39120              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
39121              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
39122      Branch: perl
39123            ! win32/Makefile
39124 ____________________________________________________________________________
39125 [  9902] By: jhi                                   on 2001/04/29  02:52:44
39126         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
39127              From: "Abigail" <abigail@foad.org>
39128              Date: Sun, 29 Apr 2001 03:14:25 +0200
39129              Message-ID: <20010429011425.24503.qmail@foad.org>
39130      Branch: perl
39131            ! ext/IO/lib/IO/Seekable.pm
39132 ____________________________________________________________________________
39133 [  9901] By: jhi                                   on 2001/04/29  02:04:46
39134         Log: In character classes one couldn't have 0x80..0xff characters
39135              at the left hand side if there were 0x100.. characters in the
39136              character class.
39137      Branch: perl
39138            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
39139            ! t/op/pat.t utf8.c
39140 ____________________________________________________________________________
39141 [  9900] By: jhi                                   on 2001/04/28  22:55:04
39142         Log: Forgot the latest mktables.PL from #9899.
39143      Branch: perl
39144            ! lib/unicode/mktables.PL
39145 ____________________________________________________________________________
39146 [  9899] By: jhi                                   on 2001/04/28  22:53:28
39147         Log: Explain the \p{} and \P{} error message better and
39148              have prettier prettyprint in In.pl.
39149      Branch: perl
39150            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
39151            ! pod/perldiag.pod
39152 ____________________________________________________________________________
39153 [  9898] By: jhi                                   on 2001/04/28  21:03:34
39154         Log: Add one possible explanation for the "Invalid [] range" error.
39155      Branch: perl
39156            ! pod/perldiag.pod
39157 ____________________________________________________________________________
39158 [  9897] By: jhi                                   on 2001/04/28  17:18:26
39159         Log: Add a level of indirection to the implementation of \p{InFoo}
39160              so that we don't have to have long filenames.  (Nothing changes
39161              in the user interface.)   The indirection is defined in
39162              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
39163              Also rename some the character classes by removing '-' from
39164              the classnames, and finally renamed Block.pl as Blocks.pl.
39165      Branch: perl
39166            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
39167            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
39168            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
39169            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
39170            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
39171            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
39172            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
39173            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
39174            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
39175            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
39176            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
39177            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
39178            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
39179            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
39180            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
39181            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
39182            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
39183            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
39184            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
39185            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
39186            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
39187            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
39188            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
39189            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
39190            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
39191            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
39192            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
39193            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
39194            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
39195            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
39196            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
39197            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
39198            + lib/unicode/In/94.pl lib/unicode/In/95.pl
39199            - lib/unicode/Block.pl
39200            - lib/unicode/In/AlphabeticPresentationForms.pl
39201            - lib/unicode/In/Arabic.pl
39202            - lib/unicode/In/ArabicPresentationForms-A.pl
39203            - lib/unicode/In/ArabicPresentationForms-B.pl
39204            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
39205            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
39206            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
39207            - lib/unicode/In/BopomofoExtended.pl
39208            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
39209            - lib/unicode/In/CJKCompatibility.pl
39210            - lib/unicode/In/CJKCompatibilityForms.pl
39211            - lib/unicode/In/CJKCompatibilityIdeographs.pl
39212            - lib/unicode/In/CJKRadicalsSupplement.pl
39213            - lib/unicode/In/CJKSymbolsandPunctuation.pl
39214            - lib/unicode/In/CJKUnifiedIdeographs.pl
39215            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
39216            - lib/unicode/In/Cherokee.pl
39217            - lib/unicode/In/CombiningDiacriticalMarks.pl
39218            - lib/unicode/In/CombiningHalfMarks.pl
39219            - lib/unicode/In/CombiningMarksforSymbols.pl
39220            - lib/unicode/In/ControlPictures.pl
39221            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
39222            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
39223            - lib/unicode/In/EnclosedAlphanumerics.pl
39224            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
39225            - lib/unicode/In/Ethiopic.pl
39226            - lib/unicode/In/GeneralPunctuation.pl
39227            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
39228            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
39229            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
39230            - lib/unicode/In/HalfwidthandFullwidthForms.pl
39231            - lib/unicode/In/HangulCompatibilityJamo.pl
39232            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
39233            - lib/unicode/In/Hebrew.pl
39234            - lib/unicode/In/HighPrivateUseSurrogates.pl
39235            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
39236            - lib/unicode/In/IPAExtensions.pl
39237            - lib/unicode/In/IdeographicDescriptionCharacters.pl
39238            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
39239            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
39240            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
39241            - lib/unicode/In/Latin-1Supplement.pl
39242            - lib/unicode/In/LatinExtended-A.pl
39243            - lib/unicode/In/LatinExtended-B.pl
39244            - lib/unicode/In/LatinExtendedAdditional.pl
39245            - lib/unicode/In/LetterlikeSymbols.pl
39246            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
39247            - lib/unicode/In/MathematicalOperators.pl
39248            - lib/unicode/In/MiscellaneousSymbols.pl
39249            - lib/unicode/In/MiscellaneousTechnical.pl
39250            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
39251            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
39252            - lib/unicode/In/OpticalCharacterRecognition.pl
39253            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
39254            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
39255            - lib/unicode/In/SmallFormVariants.pl
39256            - lib/unicode/In/SpacingModifierLetters.pl
39257            - lib/unicode/In/Specials.pl
39258            - lib/unicode/In/SuperscriptsandSubscripts.pl
39259            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
39260            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
39261            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
39262            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
39263            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
39264            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
39265            ! pod/perlunicode.pod
39266 ____________________________________________________________________________
39267 [  9896] By: jhi                                   on 2001/04/28  14:33:17
39268         Log: Update the information on shared library path on HP-UX.
39269      Branch: perl
39270            ! INSTALL
39271 ____________________________________________________________________________
39272 [  9895] By: jhi                                   on 2001/04/28  14:32:30
39273         Log: Because #9894 seems to do the trick, this workaround can be removed.
39274      Branch: perl
39275            ! t/lib/selfstubber.t
39276 ____________________________________________________________________________
39277 [  9894] By: jhi                                   on 2001/04/28  14:26:13
39278         Log: For PerlIO flush the children's file handles (on fork/exec/system).
39279      Branch: perl
39280            ! perl.h
39281 ____________________________________________________________________________
39282 [  9893] By: jhi                                   on 2001/04/28  14:23:15
39283         Log: Test tweak for #9891.
39284      Branch: perl
39285            ! t/lib/b-deparse.t
39286 ____________________________________________________________________________
39287 [  9892] By: jhi                                   on 2001/04/28  14:10:13
39288         Log: New HP-UX hints from Merijn.
39289      Branch: perl
39290            ! hints/hpux.sh
39291 ____________________________________________________________________________
39292 [  9891] By: jhi                                   on 2001/04/28  14:07:27
39293         Log: Subject: [PATCH B::Deparse] non-block scopes
39294              From: Robin Houston <robin@kitsite.com>
39295              Date: Fri, 27 Apr 2001 19:15:14 +0100
39296              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
39297      Branch: perl
39298            ! ext/B/B/Deparse.pm
39299 ____________________________________________________________________________
39300 [  9890] By: nick                                  on 2001/04/27  19:41:25
39301         Log: Integrate mainline
39302      Branch: perlio
39303           +> t/lib/selfstubber.t
39304           !> (integrate 50 files)
39305 ____________________________________________________________________________
39306 [  9889] By: jhi                                   on 2001/04/27  18:23:46
39307         Log: Subject: Re: selfstubber test fail on bleadperl
39308              From: Mike Guy <mjtg@cam.ac.uk>
39309              Date: Fri, 27 Apr 2001 19:31:18 +0100
39310              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
39311      Branch: perl
39312            ! t/lib/selfstubber.t
39313 ____________________________________________________________________________
39314 [  9888] By: jhi                                   on 2001/04/27  16:20:54
39315         Log: Test tweak for #9886.
39316      Branch: perl
39317            ! t/lib/b-deparse.t
39318 ____________________________________________________________________________
39319 [  9887] By: jhi                                   on 2001/04/27  16:16:33
39320         Log: Buffering issue at least in Solaris (even with perlio).
39321      Branch: perl
39322            ! t/lib/selfstubber.t
39323 ____________________________________________________________________________
39324 [  9886] By: jhi                                   on 2001/04/27  14:59:23
39325         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
39326              From: Robin Houston <robin@kitsite.com>
39327              Date: Fri, 27 Apr 2001 16:53:20 +0100
39328              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
39329      Branch: perl
39330            ! ext/B/B/Deparse.pm
39331 ____________________________________________________________________________
39332 [  9885] By: jhi                                   on 2001/04/27  14:23:51
39333         Log: Update Changes.
39334      Branch: perl
39335            ! Changes patchlevel.h
39336 ____________________________________________________________________________
39337 [  9884] By: jhi                                   on 2001/04/27  14:14:12
39338         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
39339              From: "Philip Newton" <pnewton@gmx.de>
39340              Date: Fri, 27 Apr 2001 16:40:13 +0200
39341              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
39342      Branch: perl
39343            ! pod/perldata.pod
39344 ____________________________________________________________________________
39345 [  9883] By: jhi                                   on 2001/04/27  13:28:19
39346         Log: Add LOG_PERROR; prettify the "removed".
39347      Branch: perl
39348            ! ext/Sys/Syslog/Syslog.xs
39349 ____________________________________________________________________________
39350 [  9882] By: jhi                                   on 2001/04/27  13:13:18
39351         Log: h2xs tweaks: use NV instead of double, "quote" the removed
39352              prefixes for clarity (especially when nothing is removed),
39353              slight pod reformats.
39354      Branch: perl
39355            ! utils/h2xs.PL
39356 ____________________________________________________________________________
39357 [  9881] By: jhi                                   on 2001/04/27  12:58:48
39358         Log: Don't bother creating existing directories.
39359      Branch: perl
39360            ! utils/h2xs.PL
39361 ____________________________________________________________________________
39362 [  9880] By: jhi                                   on 2001/04/27  12:45:39
39363         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
39364              From: Mike Schilli <m@perlmeister.com>
39365              Date: Wed, 25 Apr 2001 01:29:21 -0700
39366              Message-id: <3AE68AE1.6A981723@perlmeister.com>
39367      Branch: perl
39368            ! utils/h2xs.PL
39369 ____________________________________________________________________________
39370 [  9879] By: jhi                                   on 2001/04/27  12:40:55
39371         Log: break is not yet Perl.  Added the template license also to README.
39372      Branch: perl
39373            ! utils/h2xs.PL
39374 ____________________________________________________________________________
39375 [  9878] By: jhi                                   on 2001/04/27  03:08:20
39376         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
39377              From: Tim Jenness <t.jenness@jach.hawaii.edu>
39378              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
39379              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
39380      Branch: perl
39381            ! t/lib/xs-typemap.t
39382 ____________________________________________________________________________
39383 [  9877] By: jhi                                   on 2001/04/26  23:54:40
39384         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
39385              From: "Abigail" <abigail@foad.org>
39386              Date: Fri, 27 Apr 2001 01:44:28 +0200
39387              Message-ID: <20010426234428.19786.qmail@foad.org>
39388      Branch: perl
39389            ! utils/h2xs.PL
39390 ____________________________________________________________________________
39391 [  9876] By: jhi                                   on 2001/04/26  23:52:06
39392         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
39393              From: Peter Prymmer <pvhp@forte.com>
39394              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
39395              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
39396      Branch: perl
39397            ! t/lib/selfstubber.t
39398 ____________________________________________________________________________
39399 [  9875] By: jhi                                   on 2001/04/26  23:48:10
39400         Log: Deparse nits.
39401      Branch: perl
39402            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
39403 ____________________________________________________________________________
39404 [  9874] By: jhi                                   on 2001/04/26  22:46:05
39405         Log: Document ANYOF_CLASS.
39406      Branch: perl
39407            ! regcomp.h
39408 ____________________________________________________________________________
39409 [  9873] By: jhi                                   on 2001/04/26  22:35:03
39410         Log: Subject: Re: [PATCH @9846] dumping ANYOF
39411              From: Hugo <hv@crypt.compulink.co.uk>
39412              Date: Thu, 26 Apr 2001 23:33:38 +0100
39413              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
39414      Branch: perl
39415            ! regcomp.c regcomp.h
39416 ____________________________________________________________________________
39417 [  9872] By: jhi                                   on 2001/04/26  22:34:31
39418         Log: Subject: [PATCH] more for Devel::SelfStubber
39419              From: Nicholas Clark <nick@ccl4.org>
39420              Date: Fri, 27 Apr 2001 00:13:52 +0100
39421              Message-ID: <20010427001351.K88186@plum.flirble.org>
39422      Branch: perl
39423            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
39424 ____________________________________________________________________________
39425 [  9871] By: jhi                                   on 2001/04/26  21:59:17
39426         Log: Subject: [PATCH B::Deparse] formats must be flush left
39427              From: Robin Houston <robin@kitsite.com>
39428              Date: Thu, 26 Apr 2001 23:54:29 +0100
39429              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
39430      Branch: perl
39431            ! ext/B/B/Deparse.pm
39432 ____________________________________________________________________________
39433 [  9870] By: jhi                                   on 2001/04/26  21:57:37
39434         Log: If some of the constants are prefixes of others,
39435              the prefixes may never get recognized.  (See 20010426.006.)
39436      Branch: perl
39437            ! utils/h2xs.PL
39438 ____________________________________________________________________________
39439 [  9869] By: jhi                                   on 2001/04/26  21:50:42
39440         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
39441              From: Chris Bongaarts <cab@tc.umn.edu>
39442              Date: Thu, 26 Apr 2001 17:10:31 -0500
39443              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
39444      Branch: perl
39445            ! ext/Sys/Syslog/Syslog.xs
39446 ____________________________________________________________________________
39447 [  9868] By: jhi                                   on 2001/04/26  21:35:12
39448         Log: Further cuts and more docs from Graham Barr.
39449      Branch: perl
39450            ! ext/List/Util/lib/List/Util.pm
39451            ! ext/List/Util/lib/Scalar/Util.pm
39452 ____________________________________________________________________________
39453 [  9867] By: jhi                                   on 2001/04/26  21:18:57
39454         Log: Subject: [PATCH 5.7.1] DB_File-1.77
39455              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
39456              Date: Thu, 26 Apr 2001 22:37:53 +0100
39457              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
39458      Branch: perl
39459            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
39460            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
39461 ____________________________________________________________________________
39462 [  9866] By: jhi                                   on 2001/04/26  21:12:31
39463         Log: Subject: [PATCH B::Deparse] fix easy bugs
39464              From: Robin Houston <robin@kitsite.com>
39465              Date: Thu, 26 Apr 2001 23:03:33 +0100
39466              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
39467      Branch: perl
39468            ! ext/B/B/Deparse.pm
39469 ____________________________________________________________________________
39470 [  9865] By: jhi                                   on 2001/04/26  20:26:13
39471         Log: Update Changes.
39472      Branch: perl
39473            ! Changes patchlevel.h
39474 ____________________________________________________________________________
39475 [  9864] By: jhi                                   on 2001/04/26  19:27:48
39476         Log: Dethinko from Robin Houston.
39477      Branch: perl
39478            ! ext/B/B/Deparse.pm
39479 ____________________________________________________________________________
39480 [  9863] By: jhi                                   on 2001/04/26  19:10:35
39481         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
39482              From: Robin Houston <robin@kitsite.com>
39483              Date: Thu, 26 Apr 2001 21:08:32 +0100
39484              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
39485      Branch: perl
39486            ! ext/B/B/Deparse.pm
39487 ____________________________________________________________________________
39488 [  9862] By: jhi                                   on 2001/04/26  19:04:23
39489         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
39490              From: Robin Houston <robin@kitsite.com>
39491              Date: Thu, 26 Apr 2001 20:52:50 +0100
39492              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
39493      Branch: perl
39494            ! ext/B/B/Deparse.pm
39495 ____________________________________________________________________________
39496 [  9861] By: jhi                                   on 2001/04/26  18:56:14
39497         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
39498              From: Mike Guy <mjtg@cam.ac.uk>
39499              Date: Thu, 26 Apr 2001 14:22:40 +0100
39500              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
39501      Branch: perl
39502            ! pod/perlobj.pod
39503 ____________________________________________________________________________
39504 [  9860] By: jhi                                   on 2001/04/26  18:46:42
39505         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
39506              From: Robin Houston <robin@kitsite.com>
39507              Date: Thu, 26 Apr 2001 20:34:29 +0100
39508              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
39509              
39510              Hashes do not interpolate.
39511      Branch: perl
39512            ! ext/B/B/Deparse.pm
39513 ____________________________________________________________________________
39514 [  9859] By: jhi                                   on 2001/04/26  18:43:51
39515         Log: Subject: The Time::Piece conspiracy unmasked!!!
39516              From: Mike Guy <mjtg@cam.ac.uk>
39517              Date: Thu, 26 Apr 2001 19:02:50 +0100
39518              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
39519              
39520              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
39521              From: Mike Guy <mjtg@cam.ac.uk>
39522              Date: Thu, 26 Apr 2001 19:08:21 +0100
39523              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
39524              
39525              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
39526              From: Graham Barr <gbarr@pobox.com>
39527              Date: Thu, 26 Apr 2001 19:12:03 +0100
39528              Message-ID: <20010426191203.A70835@pobox.com>
39529              
39530              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
39531      Branch: perl
39532            ! ext/List/Util/lib/List/Util.pm
39533            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
39534 ____________________________________________________________________________
39535 [  9858] By: jhi                                   on 2001/04/26  18:17:42
39536         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
39537              From: Robin Houston <robin@kitsite.com>
39538              Date: Thu, 26 Apr 2001 16:09:35 +0100
39539              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
39540      Branch: perl
39541            ! t/comp/proto.t
39542 ____________________________________________________________________________
39543 [  9857] By: jhi                                   on 2001/04/26  18:04:59
39544         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
39545              From: barries <barries@slaysys.com>
39546              Date: Thu, 26 Apr 2001 12:01:10 -0400
39547              Message-ID: <20010426120110.E29698@jester.slaysys.com>
39548      Branch: perl
39549            ! pod/perldiag.pod
39550 ____________________________________________________________________________
39551 [  9856] By: jhi                                   on 2001/04/26  18:03:33
39552         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
39553              Date: Thu, 26 Apr 2001 17:13:41 +0100
39554              From: Robin Houston <robin@kitsite.com>
39555              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
39556              
39557              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
39558              From: Robin Houston <robin@kitsite.com>
39559              Date: Thu, 26 Apr 2001 18:44:29 +0100
39560              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
39561      Branch: perl
39562            ! ext/B/B/Deparse.pm
39563 ____________________________________________________________________________
39564 [  9855] By: jhi                                   on 2001/04/26  17:56:04
39565         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
39566              From: Robin Houston <robin@kitsite.com>
39567              Date: Thu, 26 Apr 2001 17:04:08 +0100
39568              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
39569      Branch: perl
39570            ! ext/B/B/Deparse.pm
39571 ____________________________________________________________________________
39572 [  9854] By: jhi                                   on 2001/04/26  17:47:26
39573         Log: Subject: Re: Short test case for undef %stash:: crash
39574              From: Benjamin Sugars <bsugars@canoe.ca> 
39575              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
39576              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
39577              Changed and moved the perldiag entry.
39578      Branch: perl
39579            ! gv.c pod/perldiag.pod
39580 ____________________________________________________________________________
39581 [  9853] By: jhi                                   on 2001/04/26  14:35:16
39582         Log: Beginnings of strptime().  Do not touch the wet paint.
39583      Branch: perl
39584            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
39585 ____________________________________________________________________________
39586 [  9852] By: jhi                                   on 2001/04/26  13:17:21
39587         Log: Retract #9851, core dumps from pod2man.
39588      Branch: perl
39589            ! regcomp.c
39590 ____________________________________________________________________________
39591 [  9851] By: jhi                                   on 2001/04/26  11:54:41
39592         Log: (Retracted by #9852.)
39593              
39594              Subject: [PATCH @9846] dumping ANYOF
39595              From: Hugo <hv@crypt.compulink.co.uk>
39596              Date: Thu, 26 Apr 2001 05:32:38 +0100
39597              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
39598      Branch: perl
39599            ! regcomp.c
39600 ____________________________________________________________________________
39601 [  9850] By: jhi                                   on 2001/04/26  02:34:44
39602         Log: If ccflags was empty the _previous_ $* containing all the
39603              environment variables and Configure variables was used,
39604              which lead, among other bad things, into $ccflags being your
39605              uname -a output, which lead into test compile with cc failing,
39606              which lead into gcc being selected, which didn't work that well
39607              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
39608              with large files, et cetera.
39609      Branch: perl
39610            ! hints/hpux.sh
39611 ____________________________________________________________________________
39612 [  9849] By: jhi                                   on 2001/04/26  01:44:57
39613         Log: Make selfstubber test more portable.
39614      Branch: perl
39615            ! t/lib/selfstubber.t
39616 ____________________________________________________________________________
39617 [  9848] By: jhi                                   on 2001/04/26  00:50:26
39618         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
39619              From: Benjamin Sugars <ben.sugars@home.com>
39620              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
39621              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
39622      Branch: perl
39623            ! ext/Cwd/Cwd.xs
39624 ____________________________________________________________________________
39625 [  9847] By: jhi                                   on 2001/04/26  00:46:58
39626         Log: Subject: [PATCH: perl@9841] VMS updates
39627              From: Peter Prymmer <pvhp@forte.com>
39628              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
39629              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
39630      Branch: perl
39631            ! README.vms configure.com vms/descrip_mms.template
39632            ! vms/ext/filespec.t
39633 ____________________________________________________________________________
39634 [  9846] By: jhi                                   on 2001/04/26  00:11:56
39635         Log: re 'debug' was broken by #9084.
39636      Branch: perl
39637            ! ext/re/re.xs
39638 ____________________________________________________________________________
39639 [  9845] By: jhi                                   on 2001/04/25  22:33:17
39640         Log: Subject: [PATCH] test for Devel::SelfStubber
39641              From: Nicholas Clark <nick@ccl4.org>
39642              Date: Thu, 26 Apr 2001 00:00:54 +0100
39643              Message-ID: <20010426000054.D89026@plum.flirble.org>
39644      Branch: perl
39645            + t/lib/selfstubber.t
39646            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
39647 ____________________________________________________________________________
39648 [  9844] By: jhi                                   on 2001/04/25  22:29:32
39649         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
39650              From: Paul Johnson <paul@pjcj.net>
39651              Date: Thu, 26 Apr 2001 00:46:08 +0200
39652              Message-ID: <20010426004608.H2338@pjcj.net>
39653      Branch: perl
39654            ! ext/B/B/Concise.pm
39655 ____________________________________________________________________________
39656 [  9843] By: jhi                                   on 2001/04/25  22:28:28
39657         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
39658              From: Peter Prymmer <pvhp@forte.com>
39659              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
39660              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
39661      Branch: perl
39662            ! ext/Cwd/Cwd.xs
39663 ____________________________________________________________________________
39664 [  9842] By: jhi                                   on 2001/04/25  20:58:12
39665         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
39666              From: John Peacock <jpeacock@rowman.com>
39667              Date: Wed, 25 Apr 2001 17:30:26 -0400
39668              Message-ID: <3AE741F2.B3217464@rowman.com>
39669      Branch: perl
39670            ! lib/Math/BigInt.pm t/lib/bigintpm.t
39671 ____________________________________________________________________________
39672 [  9841] By: jhi                                   on 2001/04/25  20:07:05
39673         Log: Update Changes.
39674      Branch: perl
39675            ! Changes patchlevel.h
39676 ____________________________________________________________________________
39677 [  9840] By: jhi                                   on 2001/04/25  19:56:51
39678         Log: Yet another HP-UX hints version from Merijn.
39679      Branch: perl
39680            ! hints/hpux.sh
39681 ____________________________________________________________________________
39682 [  9839] By: jhi                                   on 2001/04/25  19:53:04
39683         Log: abs_path() didn't terminate the filename correctly,
39684              in DIRNAMLENless systems like HP-UX this would fail.
39685      Branch: perl
39686            ! ext/Cwd/Cwd.xs
39687 ____________________________________________________________________________
39688 [  9838] By: jhi                                   on 2001/04/25  16:37:26
39689         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
39690              From: Mike Guy <mjtg@cam.ac.uk>
39691              Date: Wed, 25 Apr 2001 18:31:47 +0100
39692              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
39693      Branch: perl
39694            ! op.c
39695 ____________________________________________________________________________
39696 [  9837] By: jhi                                   on 2001/04/25  16:21:53
39697         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
39698              From: Jon Eveland <jweveland@yahoo.com>
39699              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
39700              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
39701      Branch: perl
39702            ! lib/perl5db.pl
39703 ____________________________________________________________________________
39704 [  9836] By: jhi                                   on 2001/04/25  14:17:50
39705         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
39706              From: "Philip Newton" <pnewton@gmx.de>
39707              Date: Wed, 25 Apr 2001 17:05:58 +0200
39708              Message-ID: <3AE703F6.3234.1833C45@localhost>
39709      Branch: perl
39710            ! Porting/patching.pod
39711 ____________________________________________________________________________
39712 [  9835] By: jhi                                   on 2001/04/25  13:58:07
39713         Log: It would seem that both ar and full_ar need to be overridden
39714              for HP-UX to avoid the GNU ar.
39715      Branch: perl
39716            ! hints/hpux.sh
39717 ____________________________________________________________________________
39718 [  9834] By: jhi                                   on 2001/04/25  13:50:40
39719         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
39720              From: "Philip Newton" <pnewton@gmx.de>
39721              Date: Wed, 25 Apr 2001 16:09:23 +0200
39722              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
39723              
39724              Detypo.
39725      Branch: perl
39726            ! t/op/misc.t
39727 ____________________________________________________________________________
39728 [  9833] By: jhi                                   on 2001/04/25  12:36:11
39729         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
39730      Branch: perl
39731            ! hints/hpux.sh
39732 ____________________________________________________________________________
39733 [  9832] By: jhi                                   on 2001/04/25  12:33:36
39734         Log: New version of HP-UX hints from Merijn.
39735      Branch: perl
39736            ! hints/hpux.sh
39737 ____________________________________________________________________________
39738 [  9831] By: jhi                                   on 2001/04/25  03:39:45
39739         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
39740      Branch: perl
39741            ! hints/hpux.sh
39742 ____________________________________________________________________________
39743 [  9830] By: jhi                                   on 2001/04/25  02:53:25
39744         Log: The tzname[] bit is not needed by util.c -- and causes
39745              heartburn in VMS (and it missing was probably the cause of
39746              the Mac OS X trouble).  Ouch.
39747      Branch: perl
39748            ! ext/POSIX/POSIX.xs util.c
39749 ____________________________________________________________________________
39750 [  9829] By: jhi                                   on 2001/04/25  00:10:06
39751         Log: Metaconfig unit change for #9828.
39752      Branch: metaconfig
39753            ! U/compline/ccflags.U
39754 ____________________________________________________________________________
39755 [  9828] By: jhi                                   on 2001/04/25  00:04:18
39756         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
39757              (which is actually the reason for the change, we need to pass
39758              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
39759              EP/IX, OS/2, and TitanOS, based on the hints files.
39760      Branch: perl
39761            ! Configure config_h.SH
39762 ____________________________________________________________________________
39763 [  9827] By: jhi                                   on 2001/04/24  23:49:20
39764         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
39765              the $cat must have an absolute path.
39766      Branch: perl
39767            ! makedepend.SH
39768 ____________________________________________________________________________
39769 [  9826] By: jhi                                   on 2001/04/24  23:40:53
39770         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
39771      Branch: perl
39772            ! README.amiga
39773 ____________________________________________________________________________
39774 [  9825] By: jhi                                   on 2001/04/24  23:35:35
39775         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
39776              From: "Philip Newton" <pnewton@gmx.de>
39777              Date: Tue, 24 Apr 2001 18:52:49 +0200
39778              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
39779      Branch: perl
39780            ! x2p/find2perl.PL
39781 ____________________________________________________________________________
39782 [  9824] By: jhi                                   on 2001/04/24  23:33:07
39783         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
39784              Some gcc specifics dropped out due to extensive rewriting;
39785              will be put back later as needed.
39786      Branch: perl
39787            ! hints/hpux.sh
39788 ____________________________________________________________________________
39789 [  9823] By: jhi                                   on 2001/04/24  23:27:57
39790         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
39791      Branch: perl
39792            ! ext/POSIX/POSIX.xs
39793 ____________________________________________________________________________
39794 [  9822] By: jhi                                   on 2001/04/24  23:25:21
39795         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
39796              From: Tim Jenness <t.jenness@jach.hawaii.edu>
39797              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
39798              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
39799      Branch: perl
39800            ! ext/XS/Typemap/Typemap.xs
39801 ____________________________________________________________________________
39802 [  9821] By: jhi                                   on 2001/04/24  23:24:10
39803         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
39804              From: "Abigail" <abigail@foad.org>
39805              Date: Tue, 24 Apr 2001 23:12:03 +0200
39806              Message-ID: <20010424211203.7901.qmail@foad.org>
39807      Branch: perl
39808            ! pod/perlport.pod
39809 ____________________________________________________________________________
39810 [  9820] By: jhi                                   on 2001/04/24  23:23:15
39811         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
39812              From: Matt Sergeant <matt@sergeant.org>
39813              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
39814              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
39815      Branch: perl
39816            ! pod/perlfaq4.pod
39817 ____________________________________________________________________________
39818 [  9819] By: nick                                  on 2001/04/24  18:49:43
39819         Log: Integrate mainline.
39820      Branch: perlio
39821           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
39822           !> (integrate 37 files)
39823 ____________________________________________________________________________
39824 [  9818] By: jhi                                   on 2001/04/24  14:35:23
39825         Log: Update Changes.
39826      Branch: perl
39827            ! Changes patchlevel.h
39828 ____________________________________________________________________________
39829 [  9817] By: jhi                                   on 2001/04/24  14:09:17
39830         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
39831              From: "Philip Newton" <pnewton@gmx.de>
39832              Date: Tue, 24 Apr 2001 12:58:12 +0200
39833              Message-ID: <3AE57864.8304.B77A0A@localhost> 
39834              
39835              plus add CPAN to the list of modules that have their own tests.
39836      Branch: perl
39837            ! t/lib/1_compile.t
39838 ____________________________________________________________________________
39839 [  9816] By: jhi                                   on 2001/04/24  14:07:03
39840         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
39841              From: Michael G Schwern <schwern@pobox.com>
39842              Date: Sat, 21 Apr 2001 22:35:00 +0100
39843              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
39844      Branch: perl
39845            ! t/lib/1_compile.t
39846 ____________________________________________________________________________
39847 [  9815] By: jhi                                   on 2001/04/24  13:54:32
39848         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
39849              From: Robin Houston <robin@kitsite.com>
39850              Date: Tue, 24 Apr 2001 15:51:18 +0100
39851              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
39852      Branch: perl
39853            ! ext/B/B/Deparse.pm
39854 ____________________________________________________________________________
39855 [  9814] By: jhi                                   on 2001/04/24  13:17:34
39856         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
39857              From: Bill Glicker <billg@burrelles.com>
39858              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
39859              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
39860      Branch: perl
39861            ! hints/svr5.sh
39862 ____________________________________________________________________________
39863 [  9813] By: jhi                                   on 2001/04/24  12:54:23
39864         Log: Prevent path disclosure (probing for existence of filenames)
39865              using suidperl; bug id 20010322.218.
39866      Branch: perl
39867            ! perl.c pod/perldiag.pod
39868 ____________________________________________________________________________
39869 [  9812] By: jhi                                   on 2001/04/24  12:08:36
39870         Log: Retract #9811.
39871      Branch: perl
39872            ! ext/POSIX/POSIX.xs
39873 ____________________________________________________________________________
39874 [  9811] By: jhi                                   on 2001/04/24  11:57:35
39875         Log: (Retracted by #9812.)
39876      Branch: perl
39877            ! ext/POSIX/POSIX.xs
39878 ____________________________________________________________________________
39879 [  9810] By: jhi                                   on 2001/04/24  03:32:35
39880         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
39881      Branch: perl
39882            ! util.c
39883 ____________________________________________________________________________
39884 [  9809] By: jhi                                   on 2001/04/24  03:16:13
39885         Log: The Math::BigFloat::import() was broken.
39886              (Fixes bug id 20010422.002.)
39887      Branch: perl
39888            ! lib/Math/BigFloat.pm
39889 ____________________________________________________________________________
39890 [  9808] By: jhi                                   on 2001/04/24  01:11:40
39891         Log: Additional dependencies; should help for parallel makes
39892              not to fail on missing lib/lib.pm or lib/re.pm.
39893      Branch: perl
39894            ! Makefile.SH
39895 ____________________________________________________________________________
39896 [  9807] By: jhi                                   on 2001/04/24  00:57:01
39897         Log: Update the test failure disclaimer.
39898      Branch: perl
39899            ! t/pragma/warn/pp_hot
39900 ____________________________________________________________________________
39901 [  9806] By: jhi                                   on 2001/04/24  00:54:04
39902         Log: Add make target "install-all" which is alias for "install"
39903              to cater for case-preserving filesystems like HFS+.
39904      Branch: perl
39905            ! INSTALL Makefile.SH
39906 ____________________________________________________________________________
39907 [  9805] By: jhi                                   on 2001/04/24  00:47:28
39908         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
39909              From: Peter Prymmer <pvhp@forte.com>
39910              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
39911              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
39912              
39913              (Ken William's message forwarded from macosx@perl.org)
39914      Branch: perl
39915            ! hints/darwin.sh
39916 ____________________________________________________________________________
39917 [  9804] By: jhi                                   on 2001/04/23  23:57:35
39918         Log: Cut-and-pasto.
39919      Branch: perl
39920            ! perlio.c
39921 ____________________________________________________________________________
39922 [  9803] By: jhi                                   on 2001/04/23  23:52:25
39923         Log: More PerlIO robustness.
39924      Branch: perl
39925            ! perlio.c
39926 ____________________________________________________________________________
39927 [  9802] By: jhi                                   on 2001/04/23  23:43:35
39928         Log: Make the "STD* opened only for ..." errors more consistent.
39929      Branch: perl
39930            ! doio.c
39931 ____________________________________________________________________________
39932 [  9801] By: jhi                                   on 2001/04/23  23:34:26
39933         Log: Test case for #9800.
39934      Branch: perl
39935            ! t/op/misc.t
39936 ____________________________________________________________________________
39937 [  9800] By: jhi                                   on 2001/04/23  23:14:43
39938         Log: Avoid coredump on 'close STDERR; die' by making
39939              the PerlIO calls more robust.  Also use SETERRNO()
39940              instead of errno = to be more VMS-ready.
39941      Branch: perl
39942            ! perlio.c
39943 ____________________________________________________________________________
39944 [  9799] By: jhi                                   on 2001/04/23  21:41:10
39945         Log: Subject: test for ID 20010423.002
39946              From: Robin Houston <robin@kitsite.com>
39947              Date: Mon, 23 Apr 2001 16:52:21 +0100
39948              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
39949      Branch: perl
39950            ! t/op/avhv.t
39951 ____________________________________________________________________________
39952 [  9798] By: jhi                                   on 2001/04/23  21:40:07
39953         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
39954              From: David Dyck <dcd@tc.fluke.com>
39955              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
39956              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
39957      Branch: perl
39958            ! installperl
39959 ____________________________________________________________________________
39960 [  9797] By: jhi                                   on 2001/04/23  21:37:56
39961         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
39962              From: Benjamin Sugars <bsugars@canoe.ca>
39963              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
39964              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
39965      Branch: perl
39966            ! ext/Cwd/Cwd.xs lib/Cwd.pm
39967 ____________________________________________________________________________
39968 [  9796] By: jhi                                   on 2001/04/23  21:29:24
39969         Log: Synchronize h2xs and pod2man some more on the documentation
39970              templates they propose.
39971      Branch: perl
39972            ! pod/pod2man.PL utils/h2xs.PL
39973 ____________________________________________________________________________
39974 [  9795] By: jhi                                   on 2001/04/23  17:30:40
39975         Log: Add one more naughty test for base64; make encoding logic cleaner.
39976      Branch: perl
39977            ! t/lib/mimeb64.t
39978 ____________________________________________________________________________
39979 [  9794] By: jhi                                   on 2001/04/23  13:51:32
39980         Log: Update Changes.
39981      Branch: perl
39982            ! Changes patchlevel.h
39983 ____________________________________________________________________________
39984 [  9793] By: jhi                                   on 2001/04/23  13:44:18
39985         Log: Duplicate lines.
39986      Branch: perl
39987            ! MANIFEST
39988 ____________________________________________________________________________
39989 [  9792] By: jhi                                   on 2001/04/23  13:39:13
39990         Log: Subject: Re: PATCH 5.7.1
39991              From: Mark-Jason Dominus <mjd@plover.com>
39992              Date: Mon, 23 Apr 2001 10:30:21 -0400
39993              Message-ID: <20010423143021.17335.qmail@plover.com>
39994      Branch: perl
39995            ! perl.h sv.c
39996 ____________________________________________________________________________
39997 [  9791] By: jhi                                   on 2001/04/23  13:32:40
39998         Log: Add the CPAN.pm 1.59_54 tests.
39999      Branch: perl
40000            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
40001            ! MANIFEST
40002 ____________________________________________________________________________
40003 [  9790] By: jhi                                   on 2001/04/23  13:21:55
40004         Log: Subject: Deparse nit
40005              From: Robin Houston <robin@kitsite.com>
40006              Date: Mon, 23 Apr 2001 12:38:20 +0100
40007              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
40008      Branch: perl
40009            ! ext/B/B/Deparse.pm
40010 ____________________________________________________________________________
40011 [  9789] By: jhi                                   on 2001/04/23  13:19:07
40012         Log: Subject: [PATCH] bug 20010423.002
40013              From: Robin Houston <robin@kitsite.com>
40014              Date: Mon, 23 Apr 2001 13:12:30 +0100
40015              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
40016      Branch: perl
40017            ! pp.c
40018 ____________________________________________________________________________
40019 [  9788] By: jhi                                   on 2001/04/23  13:02:49
40020         Log: Subject: PATCH [5.7.1] hv.c unused #define
40021              From: Mark-Jason Dominus <mjd@plover.com>
40022              Date: Sun, 22 Apr 2001 14:17:49 -0400
40023              Message-ID: <20010422181749.26976.qmail@plover.com>
40024      Branch: perl
40025            ! hv.c
40026 ____________________________________________________________________________
40027 [  9787] By: jhi                                   on 2001/04/23  13:02:02
40028         Log: Subject: PATCH 5.7.1
40029              From: Mark-Jason Dominus <mjd@plover.com>
40030              Date: Sun, 22 Apr 2001 15:12:57 -0400
40031              Message-ID: <20010422191258.6539.qmail@plover.com>
40032              
40033              plus Sarathy's STMT_START + STMT_END suggestion.
40034      Branch: perl
40035            ! perl.h
40036 ____________________________________________________________________________
40037 [  9786] By: jhi                                   on 2001/04/23  12:53:25
40038         Log: Fix for
40039              
40040              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
40041              From: dLux <dlux@spam.sch.bme.hu>
40042              Date: Mon, 23 Apr 2001 01:25:26 +0200
40043              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
40044              
40045              (SvGROW really does return a char *.)
40046      Branch: perl
40047            ! pod/perlapi.pod sv.h
40048 ____________________________________________________________________________
40049 [  9785] By: jhi                                   on 2001/04/23  04:34:04
40050         Log: Time::Piece work continues.  $t->day removed since
40051              I think it's too confusing.  Now has normal and
40052              abbreviated length weekday names and month names,
40053              the names change with _names(), not _list().
40054              Now has strftime() in Perl, _strftime() is
40055              the libc version (to which strftime() falls back
40056              if it doesn't know the format.  To do: the reverse
40057              of strftime, strptime(), and the localisation of both.
40058      Branch: perl
40059            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
40060            ! t/lib/time-piece.t
40061 ____________________________________________________________________________
40062 [  9784] By: jhi                                   on 2001/04/23  02:41:46
40063         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
40064              From: andreas.koenig@anima.de (Andreas J. Koenig)
40065              Date: 23 Apr 2001 05:20:55 +0200
40066              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
40067      Branch: perl
40068            ! t/pragma/overload.t
40069 ____________________________________________________________________________
40070 [  9783] By: jhi                                   on 2001/04/22  23:32:42
40071         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
40072              From: Robin Houston <robin@kitsite.com>
40073              Date: Mon, 23 Apr 2001 00:38:18 +0100
40074              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
40075      Branch: perl
40076            ! ext/B/B/Deparse.pm
40077 ____________________________________________________________________________
40078 [  9782] By: jhi                                   on 2001/04/22  20:55:43
40079         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
40080              From: Simon Cozens <simon@netthink.co.uk>
40081              Date: Sun, 22 Apr 2001 18:47:25 +0100
40082              Message-ID: <20010422184725.A14411@netthink.co.uk>
40083      Branch: perl
40084            ! sv.c t/pragma/overload.t
40085 ____________________________________________________________________________
40086 [  9781] By: jhi                                   on 2001/04/22  20:52:13
40087         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
40088              From: Robin Houston <robin@kitsite.com>
40089              Date: Sun, 22 Apr 2001 22:14:50 +0100
40090              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
40091      Branch: perl
40092            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
40093 ____________________________________________________________________________
40094 [  9780] By: nick                                  on 2001/04/22  20:40:31
40095         Log: Integrate mainline.
40096      Branch: perlio
40097           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
40098           +> t/lib/b-stash.t
40099           !> (integrate 38 files)
40100 ____________________________________________________________________________
40101 [  9779] By: jhi                                   on 2001/04/22  15:16:03
40102         Log: Subject: IO::Socket::INET patch
40103              From: andrew deryabin <djsf@technarchy.ru>
40104              Date: Sat, 21 Apr 2001 17:46:52 +0400
40105              Message-ID: <20010421174652.B1426@technarchy>
40106      Branch: perl
40107            ! ext/IO/lib/IO/Socket/INET.pm
40108 ____________________________________________________________________________
40109 [  9778] By: jhi                                   on 2001/04/22  15:14:33
40110         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
40111              From: Mark-Jason Dominus <mjd@plover.com>
40112              Date: Sat, 21 Apr 2001 21:27:49 -0400
40113              Message-ID: <20010422012749.27024.qmail@plover.com>
40114      Branch: perl
40115            ! regcomp.c
40116 ____________________________________________________________________________
40117 [  9777] By: jhi                                   on 2001/04/22  15:10:51
40118         Log: Subject: Re: Regex debugger patch 
40119              From: Mark-Jason Dominus <mjd@plover.com>
40120              Date: Sat, 21 Apr 2001 21:48:51 -0400
40121              Message-ID: <20010422014851.27165.qmail@plover.com>
40122      Branch: perl
40123            ! pod/perldebguts.pod
40124 ____________________________________________________________________________
40125 [  9776] By: jhi                                   on 2001/04/22  15:09:48
40126         Log: Subject: Re: Regex debugger patch
40127              From: Mark-Jason Dominus <mjd@plover.com>
40128              Date: Sat, 21 Apr 2001 14:24:39 -0400
40129              Message-ID: <20010421182439.16508.qmail@plover.com>
40130              
40131              Regex debugger backend.
40132      Branch: perl
40133            ! regcomp.c regexp.h
40134 ____________________________________________________________________________
40135 [  9775] By: jhi                                   on 2001/04/21  16:45:40
40136         Log: Subject: [PATCH] Typo in utf8.h
40137              From: Jesús Quiroga <jquiroga@pobox.com>
40138              Date: Sat, 21 Apr 2001 19:25:33 +0200
40139              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
40140      Branch: perl
40141            ! utf8.h
40142 ____________________________________________________________________________
40143 [  9774] By: jhi                                   on 2001/04/21  16:43:52
40144         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
40145              From: Joe Orton <jorton@redhat.com>
40146              Date: Tue, 17 Apr 2001 15:50:43 +0100
40147              Message-Id: <20010417155043.D19132@eu.c2.net>
40148      Branch: perl
40149            ! hints/svr5.sh
40150 ____________________________________________________________________________
40151 [  9773] By: jhi                                   on 2001/04/21  15:30:15
40152         Log: Subject: Patch utils/h2xs.PL
40153              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
40154              Date: Sat, 21 Apr 2001 10:32:16 -0500
40155              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
40156              
40157              Add MAILING list and LICENSE templates.
40158      Branch: perl
40159            ! utils/h2xs.PL
40160 ____________________________________________________________________________
40161 [  9772] By: jhi                                   on 2001/04/21  15:28:36
40162         Log: Subject: perlfaq2.patch for 5.7.1
40163              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
40164              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
40165              Date: Fri, 20 Apr 2001 16:42:19 -0500
40166              
40167              rm an extra tab, a blurb about the xx.cpan to clarify
40168              which countries actually have that and dejanews is history
40169              as well as most of that nonsensical entry.
40170      Branch: perl
40171            ! pod/perlfaq2.pod
40172 ____________________________________________________________________________
40173 [  9771] By: jhi                                   on 2001/04/21  15:27:17
40174         Log: Subject: perlfaq1.patch for 5.7.1
40175              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
40176              Date: Fri, 20 Apr 2001 16:57:36 -0500
40177              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
40178              
40179              Evil URLs must die. Especially when they are broken.
40180      Branch: perl
40181            ! pod/perlfaq1.pod
40182 ____________________________________________________________________________
40183 [  9770] By: jhi                                   on 2001/04/21  15:23:38
40184         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
40185              From: Michael G Schwern <schwern@pobox.com>
40186              Date: Sat, 21 Apr 2001 16:11:12 +0100
40187              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
40188      Branch: perl
40189            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
40190            + t/lib/b-stash.t
40191            ! MANIFEST ext/B/B.pm t/lib/b.t
40192 ____________________________________________________________________________
40193 [  9769] By: jhi                                   on 2001/04/21  15:03:32
40194         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
40195              From: Michael G Schwern <schwern@pobox.com>
40196              Date: Sat, 21 Apr 2001 09:48:00 +0100
40197              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
40198      Branch: perl
40199            ! utils/h2ph.PL
40200 ____________________________________________________________________________
40201 [  9768] By: jhi                                   on 2001/04/21  14:33:49
40202         Log: PerlIO and Encode doc cleanup and tweaks.
40203      Branch: perl
40204            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
40205            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
40206 ____________________________________________________________________________
40207 [  9767] By: jhi                                   on 2001/04/21  12:40:16
40208         Log: Integrate perlio.
40209      Branch: perl
40210           !> doio.c
40211 ____________________________________________________________________________
40212 [  9766] By: nick                                  on 2001/04/20  18:28:35
40213         Log: Avoid core dump on
40214              open(STDOUT,">",\$foo);
40215      Branch: perlio
40216            ! doio.c
40217 ____________________________________________________________________________
40218 [  9765] By: jhi                                   on 2001/04/20  13:23:43
40219         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
40220              From: Robin Houston <robin@kitsite.com>
40221              Date: Fri, 20 Apr 2001 14:29:22 +0100
40222              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
40223      Branch: perl
40224            ! ext/B/B.pm ext/B/B/Deparse.pm
40225 ____________________________________________________________________________
40226 [  9764] By: jhi                                   on 2001/04/20  13:19:33
40227         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
40228              From: Peter Prymmer <pvhp@forte.com>
40229              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
40230              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
40231      Branch: perl
40232            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
40233            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
40234            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
40235            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
40236 ____________________________________________________________________________
40237 [  9763] By: jhi                                   on 2001/04/20  12:36:39
40238         Log: Subject: Re: A new PerlIO coredump
40239              From: Nick Ing-Simmons <nik@tiuk.ti.com>
40240              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
40241              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
40242      Branch: perl
40243            ! doio.c
40244 ____________________________________________________________________________
40245 [  9762] By: jhi                                   on 2001/04/19  23:02:30
40246         Log: Update Changes.
40247      Branch: perl
40248            ! Changes patchlevel.h
40249 ____________________________________________________________________________
40250 [  9761] By: jhi                                   on 2001/04/19  22:59:19
40251         Log: More cleanup cleanup.
40252      Branch: perl
40253            ! Makefile.SH win32/Makefile win32/makefile.mk
40254 ____________________________________________________________________________
40255 [  9760] By: jhi                                   on 2001/04/19  22:50:31
40256         Log: lib/Time is non-empty, let's not rmdir it.
40257      Branch: perl
40258            ! Makefile.SH
40259 ____________________________________________________________________________
40260 [  9759] By: jhi                                   on 2001/04/19  22:36:51
40261         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
40262              From: Robin Houston <robin@kitsite.com>
40263              Date: Fri, 20 Apr 2001 00:18:53 +0100
40264              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
40265      Branch: perl
40266            ! ext/B/B/Deparse.pm
40267 ____________________________________________________________________________
40268 [  9758] By: jhi                                   on 2001/04/19  22:36:00
40269         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
40270              From: Peter Prymmer <pvhp@forte.com>
40271              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
40272              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
40273      Branch: perl
40274            ! ext/Cwd/Cwd.xs
40275 ____________________________________________________________________________
40276 [  9757] By: nick                                  on 2001/04/19  18:53:54
40277         Log: Blind (untested) integrate of mainline.
40278      Branch: perlio
40279           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
40280           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
40281           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
40282           !> (integrate 53 files)
40283 ____________________________________________________________________________
40284 [  9756] By: jhi                                   on 2001/04/19  16:59:23
40285         Log: Document and test Time::Piece.
40286      Branch: perl
40287            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
40288            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
40289 ____________________________________________________________________________
40290 [  9755] By: jhi                                   on 2001/04/19  12:13:29
40291         Log: A better fix for the \x{12345678} trouble from NI-S.
40292      Branch: perl
40293            ! utf8.c
40294 ____________________________________________________________________________
40295 [  9754] By: jhi                                   on 2001/04/19  11:56:07
40296         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
40297              From: Robin Houston <robin@kitsite.com>
40298              Date: Wed, 18 Apr 2001 17:58:33 +0100
40299              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
40300      Branch: perl
40301            ! ext/B/B/Deparse.pm op.c
40302 ____________________________________________________________________________
40303 [  9753] By: jhi                                   on 2001/04/19  04:21:52
40304         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
40305              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
40306              Date: Thu, 19 Apr 2001 01:11:41 -0400
40307              Message-ID: <20010419011141.A5798@cpan.org>
40308      Branch: perl
40309            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
40310 ____________________________________________________________________________
40311 [  9752] By: jhi                                   on 2001/04/19  02:41:10
40312         Log: The new time utils need to be thread-aware, too.
40313      Branch: perl
40314            ! util.c
40315 ____________________________________________________________________________
40316 [  9751] By: jhi                                   on 2001/04/19  02:26:47
40317         Log: Compilation nit noticed by AIX compiler.
40318      Branch: perl
40319            ! perlio.c
40320 ____________________________________________________________________________
40321 [  9750] By: jhi                                   on 2001/04/19  02:20:06
40322         Log: The new time utils need to be public.
40323      Branch: perl
40324            ! embed.pl
40325 ____________________________________________________________________________
40326 [  9749] By: jhi                                   on 2001/04/19  01:42:39
40327         Log: Regen toc.
40328      Branch: perl
40329            ! pod/perltoc.pod
40330 ____________________________________________________________________________
40331 [  9748] By: jhi                                   on 2001/04/19  01:41:10
40332         Log: Add Time::Piece, a slight rewrite of Time::Object,
40333              from Matt Sergeant.
40334      Branch: perl
40335            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
40336            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
40337            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
40338            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
40339            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
40340            ! win32/makefile.mk
40341 ____________________________________________________________________________
40342 [  9747] By: jhi                                   on 2001/04/19  00:55:35
40343         Log: The new metaconfig unit from strftime.
40344      Branch: metaconfig/U/perl
40345            + d_strftime.U
40346 ____________________________________________________________________________
40347 [  9746] By: jhi                                   on 2001/04/19  00:54:54
40348         Log: Move the strftime() wrapper from POSIX.xs to util.c
40349              as my_strftime(), requires HAS_STRFTIME.
40350      Branch: perl
40351            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40352            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
40353            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
40354            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40355            ! vos/config.ga.h win32/config.bc win32/config.gc
40356            ! win32/config.vc
40357 ____________________________________________________________________________
40358 [  9745] By: jhi                                   on 2001/04/18  23:11:03
40359         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
40360              in preparation of Time::Piece.
40361      Branch: perl
40362            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
40363 ____________________________________________________________________________
40364 [  9744] By: jhi                                   on 2001/04/18  22:33:12
40365         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
40366              From: Peter Prymmer <pvhp@forte.com>
40367              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
40368              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
40369      Branch: perl
40370            ! t/lib/exporter.t
40371 ____________________________________________________________________________
40372 [  9743] By: jhi                                   on 2001/04/18  22:32:23
40373         Log: Subject: Fwd: pod2html leaves cache files lying around?
40374              From: Rajesh Vaidheeswarran <rv@gnu.org>
40375              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
40376              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
40377      Branch: perl
40378            ! lib/Pod/Html.pm
40379 ____________________________________________________________________________
40380 [  9742] By: jhi                                   on 2001/04/18  20:31:49
40381         Log: Update Changes.
40382      Branch: perl
40383            ! Changes patchlevel.h
40384 ____________________________________________________________________________
40385 [  9741] By: jhi                                   on 2001/04/18  20:23:02
40386         Log: Declare hints only if needed.
40387      Branch: perl
40388            ! ext/B/B/Deparse.pm
40389 ____________________________________________________________________________
40390 [  9740] By: jhi                                   on 2001/04/18  19:06:05
40391         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
40392              bug noticed by Robin Houston; basically the code of detecting
40393              value wraparound was acting differently under different compilers
40394              and platforms.  The workaround is to remove the overflow check
40395              for now, a real fix would be to do the overflow (portably) right.
40396      Branch: perl
40397            ! t/op/pat.t utf8.c
40398 ____________________________________________________________________________
40399 [  9739] By: jhi                                   on 2001/04/18  19:01:23
40400         Log: Subject: [PATCH B::Deparse] some pragma support
40401              From: Robin Houston <robin@kitsite.com>
40402              Date: Wed, 18 Apr 2001 19:32:12 +0100
40403              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
40404      Branch: perl
40405            ! ext/B/B/Deparse.pm
40406 ____________________________________________________________________________
40407 [  9738] By: jhi                                   on 2001/04/18  15:16:37
40408         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
40409              From: Benjamin Sugars <bsugars@canoe.ca>
40410              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
40411              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
40412      Branch: perl
40413            ! t/op/glob.t
40414 ____________________________________________________________________________
40415 [  9737] By: jhi                                   on 2001/04/18  13:24:50
40416         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
40417              From: Tim Jenness <t.jenness@jach.hawaii.edu>
40418              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
40419              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
40420      Branch: perl
40421            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
40422            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
40423 ____________________________________________________________________________
40424 [  9736] By: jhi                                   on 2001/04/18  04:15:14
40425         Log: The #9735 also changes the subtest 12.
40426      Branch: perl
40427            ! t/lib/b.t
40428 ____________________________________________________________________________
40429 [  9735] By: jhi                                   on 2001/04/18  03:55:17
40430         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
40431              From: David Dyck <dcd@tc.fluke.com>
40432              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
40433              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
40434      Branch: perl
40435            ! ext/B/B/Deparse.pm
40436 ____________________________________________________________________________
40437 [  9734] By: jhi                                   on 2001/04/18  03:54:11
40438         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
40439              From: Gisle Aas <gisle@ActiveState.com>
40440              Date: 17 Apr 2001 19:06:45 -0700
40441              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
40442      Branch: perl
40443            ! pp_hot.c t/op/misc.t
40444 ____________________________________________________________________________
40445 [  9733] By: jhi                                   on 2001/04/17  22:25:22
40446         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
40447              From: "Abigail" <abigail@foad.org>
40448              Date: Wed, 18 Apr 2001 01:17:46 +0200
40449              Message-ID: <20010417231746.21657.qmail@foad.org>
40450      Branch: perl
40451            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
40452 ____________________________________________________________________________
40453 [  9732] By: jhi                                   on 2001/04/17  20:47:56
40454         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
40455              From: Robin Houston <robin@kitsite.com>
40456              Date: Tue, 17 Apr 2001 22:37:42 +0100
40457              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
40458      Branch: perl
40459            ! ext/B/B/Deparse.pm
40460 ____________________________________________________________________________
40461 [  9731] By: nick                                  on 2001/04/17  20:46:35
40462         Log: Re-sync for t/lib/b.t fix
40463      Branch: perlio
40464           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
40465 ____________________________________________________________________________
40466 [  9730] By: jhi                                   on 2001/04/17  20:45:29
40467         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
40468              From: Robin Houston <robin@kitsite.com>
40469              Date: Tue, 17 Apr 2001 22:29:36 +0100
40470              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
40471      Branch: perl
40472            ! ext/B/B.xs ext/B/B/Deparse.pm
40473 ____________________________________________________________________________
40474 [  9729] By: jhi                                   on 2001/04/17  20:43:11
40475         Log: Subject: Deparse - parenthesise args to undeclared subs
40476              From: Robin Houston <robin@kitsite.com>
40477              Date: Tue, 17 Apr 2001 21:31:05 +0100
40478              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
40479      Branch: perl
40480            ! ext/B/B/Deparse.pm
40481 ____________________________________________________________________________
40482 [  9728] By: jhi                                   on 2001/04/17  18:57:30
40483         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
40484              From: Benjamin Sugars <ben.sugars@home.com>
40485              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
40486              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
40487      Branch: perl
40488            ! t/lib/cwd.t
40489 ____________________________________________________________________________
40490 [  9727] By: jhi                                   on 2001/04/17  18:20:20
40491         Log: Subject: [PATCH B::Deparse] ambient pragmas
40492              From: Robin Houston <robin@kitsite.com>
40493              Date: Tue, 17 Apr 2001 20:01:59 +0100
40494              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
40495      Branch: perl
40496            ! ext/B/B/Deparse.pm t/lib/b.t
40497 ____________________________________________________________________________
40498 [  9726] By: nick                                  on 2001/04/17  16:33:51
40499         Log: Integrate mainline (t/lib/b.t fails test 2...)
40500      Branch: perlio
40501           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
40502           +> ext/List/Util/README ext/List/Util/Util.xs
40503           +> ext/List/Util/lib/List/Util.pm
40504           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
40505           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
40506           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
40507           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
40508           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
40509           !> (integrate 31 files)
40510 ____________________________________________________________________________
40511 [  9725] By: jhi                                   on 2001/04/17  12:14:24
40512         Log: Subject: multiple B::* changes
40513              From: Robin Houston <robin@kitsite.com>
40514              Date: Thu, 12 Apr 2001 20:12:27 +0100
40515              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
40516      Branch: perl
40517            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
40518 ____________________________________________________________________________
40519 [  9724] By: jhi                                   on 2001/04/17  11:59:05
40520         Log: Thread-awareness from Doug MacEachern.
40521      Branch: perl
40522            ! ext/List/Util/Util.xs
40523 ____________________________________________________________________________
40524 [  9723] By: jhi                                   on 2001/04/17  11:57:41
40525         Log: Make the test more portable.
40526      Branch: perl
40527            ! t/lib/cwd.t
40528 ____________________________________________________________________________
40529 [  9722] By: jhi                                   on 2001/04/17  11:53:50
40530         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
40531              From: Benjamin Sugars <ben.sugars@home.com>
40532              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
40533              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
40534      Branch: perl
40535            ! t/lib/cwd.t
40536 ____________________________________________________________________________
40537 [  9721] By: jhi                                   on 2001/04/17  11:52:17
40538         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
40539              From: Benjamin Sugars <bsugars@canoe.ca>
40540              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
40541              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
40542      Branch: perl
40543            ! op.c
40544 ____________________________________________________________________________
40545 [  9720] By: jhi                                   on 2001/04/17  11:35:42
40546         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
40547              From: Chris Nandor <pudge@pobox.com>
40548              Date: Tue, 17 Apr 2001 00:30:49 -0400
40549              Message-Id: <p05100207b701768712de@[10.0.1.177]>
40550      Branch: perl
40551            ! ext/File/Glob/bsd_glob.c gv.c
40552 ____________________________________________________________________________
40553 [  9719] By: jhi                                   on 2001/04/17  11:32:13
40554         Log: Subject: [PATCH] Tweten->West
40555              From: Casey West <casey@geeknest.com>
40556              Date: Mon, 16 Apr 2001 12:11:22 -0400
40557              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
40558      Branch: perl
40559            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
40560            ! pod/perltie.pod
40561 ____________________________________________________________________________
40562 [  9718] By: jhi                                   on 2001/04/16  03:22:52
40563         Log: Update Changes.
40564      Branch: perl
40565            ! Changes patchlevel.h
40566 ____________________________________________________________________________
40567 [  9717] By: jhi                                   on 2001/04/16  03:06:28
40568         Log: Regen toc.
40569      Branch: perl
40570            ! pod/perltoc.pod
40571 ____________________________________________________________________________
40572 [  9716] By: jhi                                   on 2001/04/16  02:58:42
40573         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
40574              From: Prymmer/Kahn <pvhp@best.com>
40575              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
40576              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
40577      Branch: perl
40578            ! utf8.c
40579 ____________________________________________________________________________
40580 [  9715] By: jhi                                   on 2001/04/15  23:40:35
40581         Log: Subject: Re: Net::Ping patch, adds stream protocol
40582              From: bronson@rinspin.com (Scott Bronson)
40583              Date: Tue, 10 Apr 2001 23:58:33 -0700
40584              Message-ID: <20010410235833.N29719@rinspin.com>
40585      Branch: perl
40586            ! lib/Net/Ping.pm
40587 ____________________________________________________________________________
40588 [  9714] By: jhi                                   on 2001/04/15  23:31:46
40589         Log: Printing out the ok messages helps successful testing.
40590      Branch: perl
40591            ! t/lib/time-hires.t
40592 ____________________________________________________________________________
40593 [  9713] By: jhi                                   on 2001/04/15  21:43:24
40594         Log: Update Douglas Wegscheid's email.
40595      Branch: perl
40596            ! AUTHORS
40597 ____________________________________________________________________________
40598 [  9712] By: jhi                                   on 2001/04/15  21:40:41
40599         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
40600              From: Michael G Schwern <schwern@pobox.com>
40601              Date: Sat, 14 Apr 2001 22:40:50 +0100
40602              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
40603      Branch: perl
40604            + t/lib/exporter.t
40605            ! MANIFEST lib/Exporter/Heavy.pm
40606 ____________________________________________________________________________
40607 [  9711] By: jhi                                   on 2001/04/15  21:39:21
40608         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
40609              From: Michael G Schwern <schwern@pobox.com>
40610              Date: Sat, 14 Apr 2001 22:13:59 +0100
40611              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
40612      Branch: perl
40613            ! t/op/loopctl.t
40614 ____________________________________________________________________________
40615 [  9710] By: jhi                                   on 2001/04/15  21:30:19
40616         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
40617              From: Michael G Schwern <schwern@pobox.com>
40618              Date: Sat, 14 Apr 2001 22:05:32 +0100
40619              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
40620      Branch: perl
40621            ! t/pragma/warnings.t
40622 ____________________________________________________________________________
40623 [  9709] By: jhi                                   on 2001/04/15  19:34:09
40624         Log: Integrate changes #9706,9707 from maintperl into mainline.
40625              
40626              change#7210 broke .packlist generation
40627              
40628              ExtUtils::Installed doesn't quote regex metacharacters in paths
40629              before using them in match; also make it work for dosish platforms
40630      Branch: perl
40631           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
40632 ____________________________________________________________________________
40633 [  9708] By: jhi                                   on 2001/04/15  19:31:01
40634         Log: Test also the scalar aspect of getitimer().
40635      Branch: perl
40636            ! t/lib/time-hires.t
40637 ____________________________________________________________________________
40638 [  9707] By: gsar                                  on 2001/04/15  17:24:20
40639         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
40640              before using them in match; also make it work for dosish platforms
40641      Branch: maint-5.6/perl
40642            ! lib/ExtUtils/Installed.pm
40643 ____________________________________________________________________________
40644 [  9706] By: gsar                                  on 2001/04/15  17:21:59
40645         Log: change#7210 broke .packlist generation (listed only filename
40646              rather than fully qualified path name)
40647      Branch: maint-5.6/perl
40648            ! lib/ExtUtils/Install.pm
40649 ____________________________________________________________________________
40650 [  9705] By: jhi                                   on 2001/04/15  12:36:33
40651         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
40652      Branch: perl
40653            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
40654            ! t/lib/time-hires.t
40655 ____________________________________________________________________________
40656 [  9704] By: jhi                                   on 2001/04/15  10:49:08
40657         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
40658              From: Prymmer/Kahn <pvhp@best.com>
40659              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
40660              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
40661      Branch: perl
40662            ! lib/utf8.pm pod/perlebcdic.pod
40663 ____________________________________________________________________________
40664 [  9703] By: jhi                                   on 2001/04/15  02:26:26
40665         Log: I keep forgetting to sort MANIFEST.
40666      Branch: perl
40667            ! MANIFEST
40668 ____________________________________________________________________________
40669 [  9702] By: jhi                                   on 2001/04/15  02:07:47
40670         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
40671              Now we have blessed, reftype, tainted, first, reduce, ...
40672      Branch: perl
40673            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
40674            + ext/List/Util/README ext/List/Util/Util.xs
40675            + ext/List/Util/lib/List/Util.pm
40676            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
40677            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
40678            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
40679            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
40680            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
40681            ! MANIFEST
40682 ____________________________________________________________________________
40683 [  9701] By: jhi                                   on 2001/04/14  15:05:25
40684         Log: Subject: RE: dprofpp.pl updates 
40685              From: Carl Eklof <CEklof@endeca.com>
40686              Date: Thu, 12 Apr 2001 18:45:46 -0400
40687              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
40688      Branch: perl
40689            ! utils/dprofpp.PL
40690 ____________________________________________________________________________
40691 [  9700] By: jhi                                   on 2001/04/14  14:44:55
40692         Log: Do not just blindly add CR.
40693      Branch: perl
40694            ! Porting/makerel
40695 ____________________________________________________________________________
40696 [  9699] By: jhi                                   on 2001/04/13  13:17:01
40697         Log: Update Changes.
40698      Branch: perl
40699            ! Changes patchlevel.h
40700 ____________________________________________________________________________
40701 [  9698] By: jhi                                   on 2001/04/13  12:44:48
40702         Log: Integrate perlio.
40703      Branch: perl
40704           !> ext/PerlIO/Scalar/Scalar.xs
40705 ____________________________________________________________________________
40706 [  9697] By: jhi                                   on 2001/04/13  12:29:15
40707         Log: Add more debug output to the test.
40708      Branch: perl
40709            ! t/lib/cwd.t
40710 ____________________________________________________________________________
40711 [  9696] By: nick                                  on 2001/04/13  10:14:29
40712         Log: Fix core dump on binmode($fh,'Scalar')
40713      Branch: perlio
40714            ! ext/PerlIO/Scalar/Scalar.xs
40715 ____________________________________________________________________________
40716 [  9695] By: nick                                  on 2001/04/13  09:05:42
40717         Log: Integrate mainline
40718      Branch: perlio
40719           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
40720           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
40721           +> t/lib/time-hires.t
40722           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
40723           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
40724           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
40725           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
40726           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
40727           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
40728           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
40729 ____________________________________________________________________________
40730 [  9694] By: jhi                                   on 2001/04/12  22:23:35
40731         Log: Integrate change #9693 from maintperl into mainline.
40732              
40733              $VERSION and Version() on the same line provokes a warning from
40734              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
40735      Branch: perl
40736           !> lib/Devel/SelfStubber.pm
40737 ____________________________________________________________________________
40738 [  9693] By: gsar                                  on 2001/04/12  21:55:56
40739         Log: $VERSION and Version() on the same line provokes a warning from
40740              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
40741      Branch: maint-5.6/perl
40742            ! lib/Devel/SelfStubber.pm
40743 ____________________________________________________________________________
40744 [  9692] By: jhi                                   on 2001/04/12  13:54:00
40745         Log: This is at least 5.005.
40746      Branch: perl
40747            ! ext/Time/HiRes/HiRes.xs
40748 ____________________________________________________________________________
40749 [  9691] By: jhi                                   on 2001/04/12  13:37:20
40750         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
40751      Branch: perl
40752            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
40753            ! win32/Makefile win32/makefile.mk
40754 ____________________________________________________________________________
40755 [  9690] By: jhi                                   on 2001/04/12  01:34:46
40756         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
40757      Branch: perl
40758            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
40759            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
40760            + t/lib/time-hires.t
40761            ! MANIFEST
40762 ____________________________________________________________________________
40763 [  9689] By: jhi                                   on 2001/04/12  00:28:39
40764         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
40765              From: Gisle Aas <gisle@ActiveState.com>
40766              Date: 11 Apr 2001 16:36:11 -0700
40767              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
40768      Branch: perl
40769            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
40770 ____________________________________________________________________________
40771 [  9688] By: jhi                                   on 2001/04/12  00:27:39
40772         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
40773              From: Gisle Aas <gisle@ActiveState.com>
40774              Date: 11 Apr 2001 11:13:24 -0700
40775              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
40776      Branch: perl
40777            ! ext/MIME/Base64/Base64.xs
40778 ____________________________________________________________________________
40779 [  9687] By: jhi                                   on 2001/04/11  19:51:47
40780         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
40781      Branch: perl
40782            ! Todo-5.6
40783 ____________________________________________________________________________
40784 [  9686] By: jhi                                   on 2001/04/11  16:54:25
40785         Log: Subject: [PATCH opcode.pl] Documentation of table format
40786              From: Simon Cozens <simon@netthink.co.uk>
40787              Date: Wed, 11 Apr 2001 12:59:31 +0100
40788              Message-ID: <20010411125931.A25681@netthink.co.uk>
40789      Branch: perl
40790            ! opcode.pl
40791 ____________________________________________________________________________
40792 [  9685] By: jhi                                   on 2001/04/11  16:53:15
40793         Log: Subject: [PATCH] prototype("CORE::recv")
40794              From: Simon Cozens <simon@netthink.co.uk>
40795              Date: Wed, 11 Apr 2001 13:24:35 +0100
40796              Message-ID: <20010411132435.A26169@netthink.co.uk>
40797      Branch: perl
40798            ! pp.c t/comp/proto.t
40799 ____________________________________________________________________________
40800 [  9684] By: jhi                                   on 2001/04/11  16:47:13
40801         Log: FAQ (and AUTHORS) update from Dan Carson: the information
40802              was several years obsolete, Term::Readkey has been updated
40803              to have the functionality.
40804      Branch: perl
40805            ! AUTHORS pod/perlfaq5.pod
40806 ____________________________________________________________________________
40807 [  9683] By: jhi                                   on 2001/04/11  12:15:46
40808         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
40809              From: Calle Dybedahl <calle@lysator.liu.se>
40810              Date: 10 Apr 2001 16:44:16 +0200
40811              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
40812      Branch: perl
40813            ! ext/MIME/Base64/Base64.xs
40814 ____________________________________________________________________________
40815 [  9682] By: jhi                                   on 2001/04/11  12:12:26
40816         Log: A more minimal fix for 20010410.006 from Hugo.
40817      Branch: perl
40818            ! regexec.c
40819 ____________________________________________________________________________
40820 [  9681] By: jhi                                   on 2001/04/11  11:34:23
40821         Log: Integrate changes #9678,9679 from maintline into mainperl.
40822              
40823              addendum to change#9676
40824              
40825              up $File::Glob::VERSION; add a note pointing out the version of
40826              the OpenBSD glob bsd_glob.c resembles
40827      Branch: perl
40828           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
40829           !> ext/File/Glob/bsd_glob.h
40830 ____________________________________________________________________________
40831 [  9680] By: jhi                                   on 2001/04/11  11:30:38
40832         Log: Bad test numbering in integrate in #9677.
40833              Fixes ID 20010411.001.
40834      Branch: perl
40835            ! t/op/pat.t
40836 ____________________________________________________________________________
40837 [  9679] By: gsar                                  on 2001/04/11  03:38:40
40838         Log: up $File::Glob::VERSION; add a note pointing out the version of
40839              the OpenBSD glob bsd_glob.c resembles
40840      Branch: maint-5.6/perl
40841            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
40842            ! ext/File/Glob/bsd_glob.h
40843 ____________________________________________________________________________
40844 [  9678] By: gsar                                  on 2001/04/11  03:09:48
40845         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
40846              revision 1.8.10.1 found here:
40847              
40848              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
40849      Branch: maint-5.6/perl
40850            ! ext/File/Glob/bsd_glob.c
40851 ____________________________________________________________________________
40852 [  9677] By: jhi                                   on 2001/04/11  02:54:39
40853         Log: Integrate changes #9675,9676 from maintperl into mainline.
40854              
40855              fix for bug 20010410.006, undo change#7115
40856              
40857              port the OpenBSD glob() security patch
40858      Branch: perl
40859           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
40860           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
40861           !> t/op/pat.t
40862 ____________________________________________________________________________
40863 [  9676] By: gsar                                  on 2001/04/11  02:19:02
40864         Log: port the glob() security patch found at:
40865              
40866              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
40867              
40868              CERT advisory for the issue is here:
40869              
40870              http://www.cert.org/advisories/CA-2001-07.html
40871              
40872              Note that the security scare is only relevant for those who are
40873              foolish enough to build suidperl (which is now officially discouraged)
40874      Branch: maint-5.6/perl
40875            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
40876            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
40877 ____________________________________________________________________________
40878 [  9675] By: gsar                                  on 2001/04/10  23:52:11
40879         Log: fix for bug 20010410.006
40880              
40881              undo change#7115 (came into maint-5.6 as change#8156)
40882              
40883              add tests to keep it from coming back
40884      Branch: maint-5.6/perl
40885            ! regexec.c t/op/pat.t
40886 ____________________________________________________________________________
40887 [  9674] By: nick                                  on 2001/04/10  20:39:31
40888         Log: Integrate mainline
40889      Branch: perlio
40890           +> Porting/testall.atom
40891           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
40892           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
40893           !> t/lib/lc-uk.t t/pod/find.t
40894 ____________________________________________________________________________
40895 [  9673] By: nick                                  on 2001/04/10  18:46:14
40896         Log: Integrate against change 9670 aka perl-5.7.1
40897      Branch: perlio
40898           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
40899           !> (integrate 53 files)
40900 ____________________________________________________________________________
40901 [  9672] By: jhi                                   on 2001/04/10  13:45:01
40902         Log: Add a script for doing cumulative profile of the test suite.
40903              (Requires ATOM, that is, Tru64.)
40904      Branch: perl
40905            + Porting/testall.atom
40906            ! MANIFEST
40907 ____________________________________________________________________________
40908 [  9671] By: jhi                                   on 2001/04/10  12:38:53
40909         Log: Missing std block.
40910      Branch: perl
40911            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
40912            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
40913            ! t/pod/find.t
40914 ____________________________________________________________________________
40915 [  9670] By: jhi                                   on 2001/04/10  01:25:58
40916         Log: This is 5.7.1.
40917      Branch: perl
40918            ! patchlevel.h
40919 ____________________________________________________________________________
40920 [  9669] By: jhi                                   on 2001/04/10  01:09:14
40921         Log: Update Changes.
40922      Branch: perl
40923            ! Changes patchlevel.h
40924 ____________________________________________________________________________
40925 [  9668] By: jhi                                   on 2001/04/10  01:00:38
40926         Log: Regen toc.
40927      Branch: perl
40928            ! pod/perltoc.pod
40929 ____________________________________________________________________________
40930 [  9667] By: jhi                                   on 2001/04/10  00:52:16
40931         Log: Update perlhist.
40932      Branch: perl
40933            ! pod/perlhist.pod
40934 ____________________________________________________________________________
40935 [  9666] By: jhi                                   on 2001/04/09  23:38:59
40936         Log: Slight wording tweaks from Damian to #9658.
40937      Branch: perl
40938            ! pod/perlobj.pod
40939 ____________________________________________________________________________
40940 [  9665] By: jhi                                   on 2001/04/09  19:56:06
40941         Log: Subject: [PATCH perlutil.pod] Nit
40942              From: Simon Cozens <simon@netthink.co.uk>
40943              Date: Mon, 9 Apr 2001 20:29:44 +0100
40944              Message-ID: <20010409202944.A14796@the.earth.li>
40945      Branch: perl
40946            ! pod/perlutil.pod
40947 ____________________________________________________________________________
40948 [  9664] By: jhi                                   on 2001/04/09  19:54:42
40949         Log: Subject: Re: perl571delta.pod@9631
40950              From: Mike Guy <mjtg@cam.ac.uk>
40951              Date: Mon, 09 Apr 2001 18:09:14 +0100
40952              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
40953      Branch: perl
40954            ! pod/perl571delta.pod
40955 ____________________________________________________________________________
40956 [  9663] By: jhi                                   on 2001/04/09  13:43:35
40957         Log: Update Changes.
40958      Branch: perl
40959            ! Changes patchlevel.h
40960 ____________________________________________________________________________
40961 [  9662] By: jhi                                   on 2001/04/09  13:24:46
40962         Log: tweak tweak.
40963      Branch: perl
40964            ! AUTHORS pod/perl571delta.pod
40965 ____________________________________________________________________________
40966 [  9661] By: jhi                                   on 2001/04/09  13:15:13
40967         Log: Thinko in manual patch applying.
40968      Branch: perl
40969            ! sv.c
40970 ____________________________________________________________________________
40971 [  9660] By: jhi                                   on 2001/04/09  13:07:53
40972         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
40973              From: Robin Barker <rmb1@cise.npl.co.uk> 
40974              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
40975              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
40976              
40977              (This corrects the case where the "isn't numeric" string contains \0s
40978              and is longer than the temporary buffer, and contains \0 at the point
40979              the string would be truncated by "...".) 
40980      Branch: perl
40981            ! sv.c
40982 ____________________________________________________________________________
40983 [  9659] By: jhi                                   on 2001/04/09  12:57:41
40984         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
40985      Branch: perl
40986            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
40987            ! t/lib/cgi-function.t t/lib/cgi-html.t
40988 ____________________________________________________________________________
40989 [  9658] By: jhi                                   on 2001/04/09  12:48:47
40990         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
40991              From: Ilmari Karonen <iltzu@sci.fi>
40992              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
40993              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
40994              
40995              Rearrange and rewrite the Method Invocation section
40996              to explain the concepts in nicer order.
40997      Branch: perl
40998            ! pod/perlobj.pod
40999 ____________________________________________________________________________
41000 [  9657] By: jhi                                   on 2001/04/09  12:35:58
41001         Log: Upgrade to podlators 1.09, from Russ Allbery.
41002      Branch: perl
41003            ! lib/Pod/Man.pm lib/Pod/Text.pm
41004 ____________________________________________________________________________
41005 [  9656] By: jhi                                   on 2001/04/09  12:31:53
41006         Log: perl571delta.
41007      Branch: perl
41008            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
41009 ____________________________________________________________________________
41010 [  9655] By: jhi                                   on 2001/04/09  12:20:09
41011         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
41012              From: Prymmer/Kahn <pvhp@best.com>
41013              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
41014              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
41015      Branch: perl
41016            ! lib/utf8.pm pod/perlunicode.pod
41017 ____________________________________________________________________________
41018 [  9654] By: gsar                                  on 2001/04/09  03:38:33
41019         Log: here lies 5.6.1
41020      Branch: maint-5.6/perl
41021            ! Changes
41022 ____________________________________________________________________________
41023 [  9653] By: jhi                                   on 2001/04/09  03:25:24
41024         Log: Update perlhist.
41025      Branch: perl
41026            ! pod/perlhist.pod
41027 ____________________________________________________________________________
41028 [  9652] By: jhi                                   on 2001/04/09  03:18:49
41029         Log: perl571delta tweaking continues.
41030      Branch: perl
41031            ! pod/perl571delta.pod
41032 ____________________________________________________________________________
41033 [  9651] By: gsar                                  on 2001/04/09  03:11:19
41034         Log: update Changes, patchlevel.h &c.
41035      Branch: maint-5.6/perl
41036            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
41037            ! pod/perltoc.pod
41038 ____________________________________________________________________________
41039 [  9650] By: jhi                                   on 2001/04/09  02:40:24
41040         Log: Integrate the perlfork half of #9513 from maintperl into mainline
41041              (the perlunicode half is obsolete)
41042      Branch: perl
41043            ! pod/perlfork.pod
41044 ____________________________________________________________________________
41045 [  9649] By: gsar                                  on 2001/04/09  02:35:43
41046         Log: tweak perldelta as suggested by Jarkko
41047      Branch: maint-5.6/perl
41048            ! pod/perldelta.pod
41049 ____________________________________________________________________________
41050 [  9648] By: jhi                                   on 2001/04/09  02:13:04
41051         Log: Integrate change #9646 from maintperl into mainline.
41052              
41053              add note about ithreads and Thread.pm
41054      Branch: perl
41055           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
41056 ____________________________________________________________________________
41057 [  9647] By: jhi                                   on 2001/04/09  02:10:18
41058         Log: Bad assumption that shortsize == 2.
41059      Branch: perl
41060            ! t/lib/xs-typemap.t
41061 ____________________________________________________________________________
41062 [  9646] By: gsar                                  on 2001/04/09  00:48:04
41063         Log: add note about ithreads and Thread.pm (too many people are
41064              confused by the fact that Thread.pm is built and installed
41065              under non-5005threads but doesn't work)
41066      Branch: maint-5.6/perl
41067            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
41068 ____________________________________________________________________________
41069 [  9645] By: gsar                                  on 2001/04/09  00:19:03
41070         Log: update perldelta.pod for changes in 5.6.1
41071      Branch: maint-5.6/perl
41072            ! Changes pod/perldelta.pod
41073 ____________________________________________________________________________
41074 [  9644] By: jhi                                   on 2001/04/08  20:37:00
41075         Log: Integrate change #9639 from maintperl into mainline:
41076              on windows, many of the README.* pods were being copied to
41077              the wrong location
41078      Branch: perl
41079           !> win32/Makefile win32/makefile.mk
41080 ____________________________________________________________________________
41081 [  9643] By: jhi                                   on 2001/04/08  20:07:11
41082         Log: Integrate change #9624 from maintperl into mainline:
41083              the pod tests were not okay.  (t/pod/find.t changes ignored)
41084      Branch: perl
41085           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
41086           !> t/pod/include.t t/pod/included.t t/pod/lref.t
41087           !> t/pod/multiline_items.t t/pod/nested_items.t
41088           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
41089           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
41090 ____________________________________________________________________________
41091 [  9642] By: jhi                                   on 2001/04/08  19:57:17
41092         Log: Integrate change #9638 from maintperl into mainline:
41093              update to latest JPL from the anoncvs repository
41094      Branch: perl
41095           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
41096           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
41097           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
41098 ____________________________________________________________________________
41099 [  9641] By: jhi                                   on 2001/04/08  19:53:30
41100         Log: perl571delta updates.
41101      Branch: perl
41102            ! lib/Filter/Simple.pm pod/perl571delta.pod
41103 ____________________________________________________________________________
41104 [  9640] By: gsar                                  on 2001/04/08  19:20:46
41105         Log: integrate change#9634 from mainline
41106              
41107              Fix the perlmodlib generation (didn't understand separate .pod
41108              files; didn't understand -- as the name-thing separator).
41109              Update the CPAN mirrors list.
41110      Branch: maint-5.6/perl
41111            ! pod/perlmodlib.pod
41112           !> pod/perlmodlib.PL
41113 ____________________________________________________________________________
41114 [  9639] By: gsar                                  on 2001/04/08  18:57:31
41115         Log: on windows, many of the README.* pods were being copied to the wrong
41116              location
41117      Branch: maint-5.6/perl
41118            ! win32/Makefile win32/makefile.mk
41119 ____________________________________________________________________________
41120 [  9638] By: gsar                                  on 2001/04/08  18:38:25
41121         Log: update to latest JPL from the anoncvs repository
41122      Branch: maint-5.6/perl
41123            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
41124            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
41125            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
41126 ____________________________________________________________________________
41127 [  9637] By: jhi                                   on 2001/04/08  17:53:53
41128         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
41129      Branch: perl
41130            ! pod/perl571delta.pod
41131 ____________________________________________________________________________
41132 [  9636] By: jhi                                   on 2001/04/08  17:18:32
41133         Log: Regen toc.
41134      Branch: perl
41135            ! pod/perltoc.pod
41136 ____________________________________________________________________________
41137 [  9635] By: jhi                                   on 2001/04/08  17:16:33
41138         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
41139              From: "Craig A. Berry" <craigberry@mac.com>
41140              Date: Sun, 08 Apr 2001 12:30:16 -0500
41141              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
41142      Branch: perl
41143            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
41144 ____________________________________________________________________________
41145 [  9634] By: jhi                                   on 2001/04/08  17:09:19
41146         Log: Fix the perlmodlib generation (didn't understand separate .pod
41147              files; didn't understand -- as the name-thing separator).
41148              
41149              Update the CPAN mirrors list.
41150      Branch: perl
41151            ! pod/perlmodlib.PL pod/perlmodlib.pod
41152 ____________________________________________________________________________
41153 [  9633] By: jhi                                   on 2001/04/08  16:49:17
41154         Log: Sort MANIFEST.
41155      Branch: perl
41156            ! MANIFEST
41157 ____________________________________________________________________________
41158 [  9632] By: gsar                                  on 2001/04/08  16:36:06
41159         Log: add $Tie::RefHash::VERSION
41160      Branch: maint-5.6/perl
41161            ! lib/Tie/RefHash.pm
41162 ____________________________________________________________________________
41163 [  9631] By: jhi                                   on 2001/04/08  16:10:15
41164         Log: perl571delta updates based on p5p feedback; still needs
41165              lots of examples.
41166      Branch: perl
41167            ! pod/perl571delta.pod
41168 ____________________________________________________________________________
41169 [  9630] By: jhi                                   on 2001/04/08  15:59:13
41170         Log: Update the list of supported platforms to talk about 5.7.1
41171              (and 5.6.1)
41172      Branch: perl
41173            ! pod/perlport.pod
41174 ____________________________________________________________________________
41175 [  9629] By: jhi                                   on 2001/04/08  15:55:41
41176         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
41177              from maintperl into mainline: perlport updates.
41178      Branch: perl
41179            ! pod/perlport.pod
41180 ____________________________________________________________________________
41181 [  9628] By: jhi                                   on 2001/04/08  15:53:17
41182         Log: perlsolaris.pod copied to wrong directory.
41183      Branch: perl
41184            ! win32/makefile.mk
41185 ____________________________________________________________________________
41186 [  9627] By: jhi                                   on 2001/04/08  14:48:18
41187         Log: Subject: Typos in perl571delta.pod
41188              From: "Stephen P. Potter" <spp@spotter.yi.org>
41189              Date: Sat, 07 Apr 2001 20:37:05 -0400
41190              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
41191      Branch: perl
41192            ! pod/perl571delta.pod
41193 ____________________________________________________________________________
41194 [  9626] By: jhi                                   on 2001/04/08  14:39:04
41195         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
41196      Branch: perl
41197            ! gv.c
41198 ____________________________________________________________________________
41199 [  9625] By: nick                                  on 2001/04/08  10:14:23
41200         Log: Integrate mainline
41201      Branch: perlio
41202           +> pod/perl570delta.pod pod/perl571delta.pod
41203           !> (integrate 27 files)
41204 ____________________________________________________________________________
41205 [  9624] By: gsar                                  on 2001/04/08  06:08:17
41206         Log: test in t/pod/* were busted
41207              
41208              these tests are still not enabled in t/{harness,TEST}
41209      Branch: maint-5.6/perl
41210            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
41211            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
41212            ! t/pod/multiline_items.t t/pod/nested_items.t
41213            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
41214            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
41215 ____________________________________________________________________________
41216 [  9623] By: gsar                                  on 2001/04/08  03:37:01
41217         Log: integrate change#9470 from mainline
41218              
41219              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
41220      Branch: maint-5.6/perl
41221           !> ext/Socket/Socket.xs
41222 ____________________________________________________________________________
41223 [  9622] By: jhi                                   on 2001/04/07  22:40:47
41224         Log: Update Changes.
41225      Branch: perl
41226            ! Changes patchlevel.h
41227 ____________________________________________________________________________
41228 [  9621] By: jhi                                   on 2001/04/07  22:34:16
41229         Log: Update AUTHORS.
41230      Branch: perl
41231            ! AUTHORS
41232 ____________________________________________________________________________
41233 [  9620] By: jhi                                   on 2001/04/07  22:12:47
41234         Log: Forgot to bump the number of tests in #9164.
41235      Branch: perl
41236            ! t/op/array.t
41237 ____________________________________________________________________________
41238 [  9619] By: jhi                                   on 2001/04/07  22:09:50
41239         Log: Bump patchlevel to 5.7.1.
41240      Branch: perl
41241            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41242            ! config_h.SH patchlevel.h
41243 ____________________________________________________________________________
41244 [  9618] By: jhi                                   on 2001/04/07  22:02:41
41245         Log: Populate perl571delta.
41246      Branch: perl
41247            ! pod/perl571delta.pod
41248 ____________________________________________________________________________
41249 [  9617] By: jhi                                   on 2001/04/07  22:01:23
41250         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
41251              to forget it later; do not change patchlevel.h yet or regenerate
41252              Configure yet.
41253      Branch: perl
41254            ! epoc/config.sh win32/Makefile win32/config_H.bc
41255            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
41256 ____________________________________________________________________________
41257 [  9616] By: jhi                                   on 2001/04/07  17:46:33
41258         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
41259      Branch: perl
41260            ! pod/perl571delta.pod
41261 ____________________________________________________________________________
41262 [  9615] By: jhi                                   on 2001/04/07  17:33:21
41263         Log: Change the toc configuration.
41264      Branch: perl
41265            ! pod/buildtoc.PL pod/perl.pod
41266 ____________________________________________________________________________
41267 [  9614] By: jhi                                   on 2001/04/07  17:29:47
41268         Log: Subject: PATCH: $[
41269              From: Robin Houston <robin@kitsite.com>
41270              Date: Fri, 6 Apr 2001 18:10:14 +0100
41271              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
41272      Branch: perl
41273            ! op.c t/op/array.t
41274 ____________________________________________________________________________
41275 [  9613] By: jhi                                   on 2001/04/07  17:28:26
41276         Log: Subject: [PATCH perl@9424] isn't numeric warning
41277              From: Robin Barker <rmb1@cise.npl.co.uk>
41278              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
41279              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
41280      Branch: perl
41281            ! sv.c t/pragma/warn/sv
41282 ____________________________________________________________________________
41283 [  9612] By: jhi                                   on 2001/04/07  17:26:45
41284         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
41285              From: Mike Guy <mjtg@cam.ac.uk>
41286              Date: Fri, 06 Apr 2001 12:47:06 +0100
41287              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
41288      Branch: perl
41289            ! dump.c t/lib/peek.t
41290 ____________________________________________________________________________
41291 [  9611] By: jhi                                   on 2001/04/07  17:21:35
41292         Log: Create perl571delta and seed it off with the perldelta changes
41293              since 5.7.0; remove those changes from perldelta and rename it
41294              as perl570delta; recreate perldelta but leave it almost empty.
41295      Branch: perl
41296            + pod/perl570delta.pod pod/perl571delta.pod
41297            ! MANIFEST pod/perldelta.pod
41298 ____________________________________________________________________________
41299 [  9610] By: jhi                                   on 2001/04/07  16:56:32
41300         Log: Denit.
41301      Branch: perl
41302            ! pod/perldelta.pod
41303 ____________________________________________________________________________
41304 [  9609] By: jhi                                   on 2001/04/07  16:38:32
41305         Log: Retract #9523: needs more thought.
41306      Branch: perl
41307            ! Makefile.SH
41308 ____________________________________________________________________________
41309 [  9608] By: jhi                                   on 2001/04/07  14:59:20
41310         Log: atmark() code cleanaup.
41311      Branch: perl
41312            ! ext/IO/IO.xs
41313 ____________________________________________________________________________
41314 [  9607] By: jhi                                   on 2001/04/07  14:48:14
41315         Log: Integrate change #9605 from maintperl into mainline.
41316              
41317              can't optimize away scope entry if tr/// is present
41318      Branch: perl
41319           !> op.c t/op/tr.t
41320 ____________________________________________________________________________
41321 [  9606] By: jhi                                   on 2001/04/07  14:43:59
41322         Log: Integrate perlio.
41323      Branch: perl
41324           +> win32/FindExt.pm
41325           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
41326           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
41327 ____________________________________________________________________________
41328 [  9605] By: gsar                                  on 2001/04/07  11:52:40
41329         Log: can't optimize away scope entry if tr/// is present
41330      Branch: maint-5.6/perl
41331            ! op.c t/op/tr.t
41332 ____________________________________________________________________________
41333 [  9604] By: nick                                  on 2001/04/07  11:39:45
41334         Log: Split out extension finding code from buildext.pl into FindExt.pm
41335              Use it to get Config.pm's idea of available extensions in line
41336              with what is built.
41337      Branch: perlio
41338            + win32/FindExt.pm
41339            ! MANIFEST win32/buildext.pl win32/config_sh.PL
41340            ! win32/makefile.mk
41341 ____________________________________________________________________________
41342 [  9603] By: nick                                  on 2001/04/07  09:11:38
41343         Log: Cleanup correction for failed :Via() layer, also set an error code.
41344      Branch: perlio
41345            ! ext/PerlIO/Via/Via.xs
41346 ____________________________________________________________________________
41347 [  9602] By: nick                                  on 2001/04/07  08:38:04
41348         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
41349              style. So don't use binmode() on the handles so that Win32 etc. see
41350              same sequence and produce same digests.
41351      Branch: perlio
41352            ! t/lib/md5-file.t
41353 ____________________________________________________________________________
41354 [  9601] By: nick                                  on 2001/04/07  08:36:26
41355         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
41356              Else it complains and so crlf layer (say) does not get pushed.
41357      Branch: perlio
41358            ! perlio.c
41359 ____________________________________________________________________________
41360 [  9600] By: jhi                                   on 2001/04/06  23:00:09
41361         Log: Integrate change #9599 from perlio into mainline.
41362      Branch: perl
41363           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
41364           !> win32/config_H.vc
41365 ____________________________________________________________________________
41366 [  9599] By: nick                                  on 2001/04/06  21:42:43
41367         Log: Quote $VERSION in Encode.pm.
41368              regen_config_h as requested.
41369      Branch: perlio
41370            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
41371            ! win32/config_H.vc
41372 ____________________________________________________________________________
41373 [  9598] By: nick                                  on 2001/04/06  20:34:59
41374         Log: Integrate mainline
41375      Branch: perlio
41376           +> README.macos
41377           !> (integrate 39 files)
41378 ____________________________________________________________________________
41379 [  9597] By: gsar                                  on 2001/04/06  18:06:35
41380         Log: integrate change#9464 from mainline (addendum to change#8313)
41381              
41382              Subject: [PATCH @9452] Better peep()ing for foreach() loops
41383      Branch: maint-5.6/perl
41384           !> op.c
41385 ____________________________________________________________________________
41386 [  9596] By: jhi                                   on 2001/04/06  17:26:03
41387         Log: The d_casti32=undef is good for you even when not use64bitall.
41388      Branch: perl
41389            ! hints/hpux.sh
41390 ____________________________________________________________________________
41391 [  9595] By: gsar                                  on 2001/04/06  14:57:17
41392         Log: add a low-impact fix to accommodate darwin-ism
41393      Branch: maint-5.6/perl
41394            ! ext/Errno/Errno_pm.PL
41395 ____________________________________________________________________________
41396 [  9594] By: jhi                                   on 2001/04/06  14:55:14
41397         Log: Integrate changes #9528,9593 from mainline into maintperl;
41398              tweaking the editor/IDE/shell list.
41399      Branch: maint-5.6/perl
41400           !> pod/perlfaq3.pod
41401 ____________________________________________________________________________
41402 [  9593] By: jhi                                   on 2001/04/06  14:51:39
41403         Log: Make the editor/IDE/shell list a little bit airier.
41404      Branch: perl
41405            ! pod/perlfaq3.pod
41406 ____________________________________________________________________________
41407 [  9592] By: gsar                                  on 2001/04/06  14:45:18
41408         Log: integrate change#9477 from mainline (base.pm doc tweak)
41409              
41410              missing doc entry for fmod()
41411      Branch: maint-5.6/perl
41412            ! lib/Math/BigFloat.pm
41413           !> lib/base.pm
41414 ____________________________________________________________________________
41415 [  9591] By: jhi                                   on 2001/04/06  13:55:48
41416         Log: Regen toc.
41417      Branch: perl
41418            ! pod/perltoc.pod
41419 ____________________________________________________________________________
41420 [  9590] By: jhi                                   on 2001/04/06  13:54:52
41421         Log: Math::BigFloat patches from John Peacock.  The equivalent
41422              of #9586 from maintperl but reworked by John to work with
41423              the bleadperl.
41424      Branch: perl
41425            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
41426 ____________________________________________________________________________
41427 [  9589] By: jhi                                   on 2001/04/06  13:42:23
41428         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
41429      Branch: perl
41430            ! ext/Digest/MD5/Makefile.PL
41431 ____________________________________________________________________________
41432 [  9588] By: jhi                                   on 2001/04/06  13:31:45
41433         Log: Integrate changes #9584,9587 from maintperl into mainline.
41434              
41435              keep eval"" CVs alive until the end of the statement in which
41436              they're called
41437              
41438              add README.macos (from Chris Nandor)
41439              
41440              tyop in change#9555
41441      Branch: perl
41442           +> README.macos
41443           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
41444           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
41445           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
41446           !> win32/makefile.mk
41447 ____________________________________________________________________________
41448 [  9587] By: gsar                                  on 2001/04/06  07:31:30
41449         Log: add README.macos (from Chris Nandor)
41450              
41451              tyop in change#9555
41452      Branch: maint-5.6/perl
41453            + README.macos
41454            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
41455            ! win32/Makefile win32/makefile.mk
41456 ____________________________________________________________________________
41457 [  9586] By: gsar                                  on 2001/04/06  07:08:54
41458         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
41459      Branch: maint-5.6/perl
41460            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
41461 ____________________________________________________________________________
41462 [  9585] By: gsar                                  on 2001/04/06  06:58:44
41463         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
41464              from mainline
41465              
41466              Subject: [PATCH] Base64 update to perlfaq9.pod
41467              
41468              Subject: [PATCH AUTHORS] Housekeeping
41469              
41470              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
41471              Mac OS X (Darwin) has extra pwent fields.
41472              
41473              Subject: [PATCH B::*] print control-character vars readably
41474              Needs EBCDICification.
41475              
41476              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
41477              
41478              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
41479              
41480              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
41481              
41482              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
41483              
41484              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
41485              
41486              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
41487              
41488              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
41489              
41490              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
41491              
41492              FreeBSD hints tweak from Anton Berezin.
41493              
41494              Subject: [PATCH foolperl & bleadperl] README.vms update
41495              
41496              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
41497      Branch: maint-5.6/perl
41498           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
41499           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
41500           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
41501 ____________________________________________________________________________
41502 [  9584] By: gsar                                  on 2001/04/06  04:09:00
41503         Log: keep eval"" CVs alive until the end of the statement in which
41504              they're called; this avoids a coredump ensuing from search for
41505              lexicals in code such as:
41506              
41507              sub bug {
41508              my $s = @_;
41509              eval q[sub { eval 'sub { &$s }' }];
41510              }
41511              bug("x")->()->();
41512              
41513              this code still doesn't work as intended (as it has remained
41514              since time immemorial), but it doesn't provoke a coredump anymore
41515      Branch: maint-5.6/perl
41516            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
41517            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
41518 ____________________________________________________________________________
41519 [  9583] By: jhi                                   on 2001/04/05  23:52:51
41520         Log: Update Changes.
41521      Branch: perl
41522            ! Changes patchlevel.h
41523 ____________________________________________________________________________
41524 [  9582] By: jhi                                   on 2001/04/05  23:11:23
41525         Log: Slight doc tweak.
41526      Branch: perl
41527            ! pod/perlunicode.pod
41528 ____________________________________________________________________________
41529 [  9581] By: jhi                                   on 2001/04/05  23:04:11
41530         Log: Integrate perlio.
41531      Branch: perl
41532           !> pod/perlunicode.pod
41533 ____________________________________________________________________________
41534 [  9580] By: jhi                                   on 2001/04/05  23:03:29
41535         Log: Test for #9579.
41536      Branch: perl
41537            ! t/op/do.t
41538 ____________________________________________________________________________
41539 [  9579] By: jhi                                   on 2001/04/05  22:54:17
41540         Log: Subject: [PATCH] Propagate calling context for do '...'
41541              From: Gisle Aas <gisle@ActiveState.com>
41542              Date: 04 Apr 2001 20:17:29 -0700
41543              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
41544      Branch: perl
41545            ! pod/perlfunc.pod pp_ctl.c
41546 ____________________________________________________________________________
41547 [  9578] By: jhi                                   on 2001/04/05  22:52:51
41548         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
41549              From: Peter Prymmer <pvhp@forte.com>
41550              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
41551              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
41552      Branch: perl
41553            ! README.vms
41554 ____________________________________________________________________________
41555 [  9577] By: jhi                                   on 2001/04/05  22:48:22
41556         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
41557              From: "Craig A. Berry" <craigberry@mac.com>
41558              Date: Thu, 5 Apr 2001 13:43:28 -0500
41559              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
41560      Branch: perl
41561            ! README.vms
41562 ____________________________________________________________________________
41563 [  9576] By: jhi                                   on 2001/04/05  22:31:38
41564         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
41565              From: Michael G Schwern <schwern@pobox.com>
41566              Date: Thu, 5 Apr 2001 21:53:21 +0100
41567              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
41568      Branch: perl
41569            ! lib/base.pm t/lib/fields.t
41570 ____________________________________________________________________________
41571 [  9575] By: jhi                                   on 2001/04/05  22:26:10
41572         Log: FreeBSD hints tweak from Anton Berezin.
41573      Branch: perl
41574            ! hints/freebsd.sh
41575 ____________________________________________________________________________
41576 [  9574] By: jhi                                   on 2001/04/05  22:24:03
41577         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
41578              From: David Dyck <dcd@tc.fluke.com>
41579              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
41580              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
41581      Branch: perl
41582            ! t/op/oct.t
41583 ____________________________________________________________________________
41584 [  9573] By: jhi                                   on 2001/04/05  22:23:06
41585         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
41586              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
41587              From: David Dyck <dcd@tc.fluke.com>
41588              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
41589      Branch: perl
41590            ! pp.c
41591 ____________________________________________________________________________
41592 [  9572] By: jhi                                   on 2001/04/05  22:14:47
41593         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
41594              From: Robin Houston <robin@kitsite.com>
41595              Date: Thu, 5 Apr 2001 20:56:48 +0100
41596              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
41597      Branch: perl
41598            ! ext/B/B/Deparse.pm
41599 ____________________________________________________________________________
41600 [  9571] By: jhi                                   on 2001/04/05  22:12:53
41601         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
41602              From: Robin Houston <robin@kitsite.com>
41603              Date: Thu, 5 Apr 2001 19:55:51 +0100
41604              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
41605      Branch: perl
41606            ! ext/B/B/Deparse.pm
41607 ____________________________________________________________________________
41608 [  9570] By: jhi                                   on 2001/04/05  22:11:06
41609         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
41610              From: Robin Houston <robin@kitsite.com>
41611              Date: Thu, 5 Apr 2001 20:16:29 +0100
41612              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
41613      Branch: perl
41614            ! ext/B/B/Deparse.pm
41615 ____________________________________________________________________________
41616 [  9569] By: nick                                  on 2001/04/05  21:32:26
41617         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
41618      Branch: perlio
41619            ! pod/perlunicode.pod
41620 ____________________________________________________________________________
41621 [  9568] By: nick                                  on 2001/04/05  19:38:09
41622         Log: Integrate mainline
41623      Branch: perlio
41624           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
41625           !> (integrate 35 files)
41626 ____________________________________________________________________________
41627 [  9567] By: jhi                                   on 2001/04/05  18:31:45
41628         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
41629              From: Robin Houston <robin@kitsite.com>
41630              Date: Thu, 5 Apr 2001 18:03:23 +0100
41631              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
41632      Branch: perl
41633            ! ext/B/B/Deparse.pm
41634 ____________________________________________________________________________
41635 [  9566] By: jhi                                   on 2001/04/05  18:29:35
41636         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
41637              From: Robin Houston <robin@kitsite.com>
41638              Date: Thu, 5 Apr 2001 16:45:18 +0100
41639              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
41640      Branch: perl
41641            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
41642 ____________________________________________________________________________
41643 [  9565] By: jhi                                   on 2001/04/05  18:24:23
41644         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
41645              From: Robin Houston <robin@kitsite.com>
41646              Date: Thu, 5 Apr 2001 14:50:09 +0100
41647              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
41648      Branch: perl
41649            ! ext/B/B/Deparse.pm
41650 ____________________________________________________________________________
41651 [  9564] By: jhi                                   on 2001/04/05  18:23:03
41652         Log: Subject: [PATCH B::*] print control-character vars readably
41653              From: Robin Houston <robin@kitsite.com>
41654              Date: Thu, 5 Apr 2001 14:27:38 +0100
41655              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
41656              
41657              Needs EBCDICification.
41658      Branch: perl
41659            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
41660            ! ext/B/B/Terse.pm
41661 ____________________________________________________________________________
41662 [  9563] By: jhi                                   on 2001/04/05  18:20:32
41663         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
41664              Date: Thu, 5 Apr 2001 13:21:42 -0400
41665              From: Paul Schinder <schinder@pobox.com>
41666              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
41667              
41668              Mac OS X (Darwin) has extra pwent fields.
41669      Branch: perl
41670            ! t/op/pwent.t
41671 ____________________________________________________________________________
41672 [  9562] By: jhi                                   on 2001/04/05  17:57:51
41673         Log: Regen toc.
41674      Branch: perl
41675            ! pod/perltoc.pod
41676 ____________________________________________________________________________
41677 [  9561] By: jhi                                   on 2001/04/05  17:47:33
41678         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
41679      Branch: metaconfig
41680            ! U/Glossary.patch
41681      Branch: metaconfig/U/perl
41682            + d_u32align.U
41683            ! d_cmsghdr_s.U d_msghdr_s.U
41684 ____________________________________________________________________________
41685 [  9560] By: jhi                                   on 2001/04/05  17:47:01
41686         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
41687              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
41688              Introduce probes for struct msghdr, struct cmsghdr,
41689              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
41690              ualarm, usleep, for possible later extension work.
41691      Branch: perl
41692            + t/lib/md5-align.t
41693            ! Configure MANIFEST Porting/Glossary Porting/config.sh
41694            ! Porting/config_H config_h.SH configure.com epoc/config.sh
41695            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
41696            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41697            ! vos/config.ga.h win32/config.bc win32/config.gc
41698            ! win32/config.vc
41699 ____________________________________________________________________________
41700 [  9559] By: jhi                                   on 2001/04/05  13:03:04
41701         Log: Be traditional in your cpp (for the Errno extension).
41702      Branch: perl
41703            ! hints/darwin.sh
41704 ____________________________________________________________________________
41705 [  9558] By: jhi                                   on 2001/04/05  13:00:05
41706         Log: Add $Config{cppflags} to the gcc incantation.
41707      Branch: perl
41708            ! ext/Errno/Errno_pm.PL
41709 ____________________________________________________________________________
41710 [  9557] By: jhi                                   on 2001/04/05  04:22:39
41711         Log: Introduce Sean Burke's Class::ISA 0.32.
41712      Branch: perl
41713            + lib/Class/ISA.pm t/lib/class-isa.t
41714            ! MANIFEST
41715 ____________________________________________________________________________
41716 [  9556] By: jhi                                   on 2001/04/05  04:09:50
41717         Log: Subject: [PATCH AUTHORS] Housekeeping
41718              From: Paul Johnson <paul@pjcj.net> 
41719              Date: Wed, 4 Apr 2001 22:45:47 +0200
41720              Message-ID: <20010404224547.D9548@pjcj.net>
41721      Branch: perl
41722            ! AUTHORS
41723 ____________________________________________________________________________
41724 [  9555] By: jhi                                   on 2001/04/05  04:06:33
41725         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
41726              From: Gisle Aas <gisle@ActiveState.com>
41727              Date: 04 Apr 2001 14:23:04 -0700
41728              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
41729      Branch: perl
41730            ! pod/perlfaq9.pod
41731 ____________________________________________________________________________
41732 [  9554] By: jhi                                   on 2001/04/05  04:05:49
41733         Log: Downgrade also the "Wide character" diagnostic.
41734      Branch: perl
41735            ! pod/perldiag.pod
41736 ____________________________________________________________________________
41737 [  9553] By: jhi                                   on 2001/04/05  04:00:33
41738         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
41739              maintperl into mainline.
41740              
41741              "double" should be "NV"; standard typemap is missing entry
41742              for NV
41743              
41744              s/djSP/dSP/
41745              
41746              Downgrade "Wide character in print" to a warning.
41747              
41748              B::Deparse fix for ${^FOO} and documentation for PVX() method
41749              (from Robin Houston)
41750              
41751              tr/// doesn't null-terminate the result in some situations
41752              (from Gisle Aas)
41753      Branch: perl
41754           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
41755           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
41756           !> t/io/utf8.t t/op/tr.t
41757 ____________________________________________________________________________
41758 [  9552] By: jhi                                   on 2001/04/05  03:52:50
41759         Log: Retract changes #9542 and #9538 (from maintperl, integrated
41760              at #9540), shouldn't be needed because of the perlio changes.
41761      Branch: perl
41762            ! util.c
41763 ____________________________________________________________________________
41764 [  9551] By: gsar                                  on 2001/04/05  00:18:34
41765         Log: tr/// doesn't null-terminate the result in some situations
41766              (from Gisle Aas)
41767      Branch: maint-5.6/perl
41768            ! doop.c t/op/tr.t
41769 ____________________________________________________________________________
41770 [  9550] By: gsar                                  on 2001/04/04  20:04:17
41771         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
41772              (from Robin Houston)
41773      Branch: maint-5.6/perl
41774            ! ext/B/B.pm ext/B/B/Deparse.pm
41775 ____________________________________________________________________________
41776 [  9549] By: nick                                  on 2001/04/04  18:56:15
41777         Log: Downgrade "Wide character in print" to a warning.
41778      Branch: perlio
41779            ! doio.c t/io/utf8.t
41780 ____________________________________________________________________________
41781 [  9548] By: gsar                                  on 2001/04/04  18:51:49
41782         Log: integrate changes#9460,9462,9482,9521,9522
41783              
41784              Subject: PATCH: B::Debug should show LOOP-specific fields
41785              
41786              Subject: B::Deparse precedence bug. (Patch included.)
41787              
41788              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
41789              
41790              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
41791              
41792              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
41793      Branch: maint-5.6/perl
41794           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
41795           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
41796 ____________________________________________________________________________
41797 [  9547] By: gsar                                  on 2001/04/04  18:49:16
41798         Log: s/djSP/dSP/
41799      Branch: maint-5.6/perl
41800            ! ext/Thread/Thread.xs
41801 ____________________________________________________________________________
41802 [  9546] By: nick                                  on 2001/04/04  18:44:00
41803         Log: Integrate mainline.
41804      Branch: perlio
41805           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
41806           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
41807 ____________________________________________________________________________
41808 [  9545] By: gsar                                  on 2001/04/04  18:38:52
41809         Log: integrate change#8837 from mainline
41810              
41811              Subject: [patch] -Wall cleanup round 2
41812      Branch: maint-5.6/perl
41813           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
41814           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
41815           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
41816           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
41817           !> ext/SDBM_File/SDBM_File.xs
41818 ____________________________________________________________________________
41819 [  9544] By: gsar                                  on 2001/04/04  17:49:57
41820         Log: "double" should be "NV"; standard typemap is missing entry
41821              for NV
41822      Branch: maint-5.6/perl
41823            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
41824 ____________________________________________________________________________
41825 [  9543] By: jhi                                   on 2001/04/04  14:13:18
41826         Log: Thou shalt not (just) match for English error messages.
41827      Branch: perl
41828            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
41829            ! os2/OS2/Process/Process.pm
41830 ____________________________________________________________________________
41831 [  9542] By: jhi                                   on 2001/04/04  13:20:39
41832         Log: Make the stdio tricks of fflush_all() to exist only if
41833              stdio is being used.
41834      Branch: perl
41835            ! util.c
41836 ____________________________________________________________________________
41837 [  9541] By: jhi                                   on 2001/04/04  04:20:24
41838         Log: Subject: Re: [PATCH] Lighten up glob
41839              From: Benjamin Sugars <bsugars@canoe.ca>
41840              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
41841              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
41842      Branch: perl
41843            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
41844            ! util.c
41845 ____________________________________________________________________________
41846 [  9540] By: jhi                                   on 2001/04/04  04:03:57
41847         Log: Integrate changes #9538,9539 from maintperl into mainline.
41848              
41849              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
41850              for use with _fwalk() (fix for change#7705)
41851              
41852              another tweak needed for SunOS 4.1.x build (from Mike Guy)
41853              (cp -f is not portable)
41854      Branch: perl
41855           !> Makefile.SH util.c
41856 ____________________________________________________________________________
41857 [  9539] By: gsar                                  on 2001/04/04  03:01:14
41858         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
41859      Branch: maint-5.6/perl
41860            ! Makefile.SH
41861 ____________________________________________________________________________
41862 [  9538] By: gsar                                  on 2001/04/04  01:00:38
41863         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
41864              for use with _fwalk() (fix for change#7705)
41865      Branch: maint-5.6/perl
41866            ! util.c
41867 ____________________________________________________________________________
41868 [  9537] By: nick                                  on 2001/04/03  19:24:55
41869         Log: Integrate mainline
41870      Branch: perlio
41871           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
41872           +> lib/unicode/PropList.html
41873            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
41874           !> (integrate 69 files)
41875 ____________________________________________________________________________
41876 [  9536] By: jhi                                   on 2001/04/03  18:02:31
41877         Log: Integrate change #9533 from maintperl into mainline.
41878              
41879              better fix for change#9517 to accomodate UNC paths like
41880              \\server\share\foo, and paths with trailing backslash
41881              like c:\this\
41882      Branch: perl
41883           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
41884 ____________________________________________________________________________
41885 [  9535] By: jhi                                   on 2001/04/03  17:58:07
41886         Log: Change the push/unshift warning to be of class syntax, not misc.
41887      Branch: perl
41888            ! op.c pod/perldiag.pod t/pragma/warn/op
41889 ____________________________________________________________________________
41890 [  9534] By: jhi                                   on 2001/04/03  15:03:46
41891         Log: Change the push/unshift warning (#9532) to talk about "no values"
41892              instead of "no arguments".
41893      Branch: perl
41894            ! op.c pod/perldiag.pod t/pragma/warn/op
41895 ____________________________________________________________________________
41896 [  9533] By: gsar                                  on 2001/04/03  14:30:07
41897         Log: better fix for change#9517 to accomodate UNC paths like
41898              \\server\share\foo, and paths with trailing backslash
41899              like c:\this\
41900      Branch: maint-5.6/perl
41901            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
41902 ____________________________________________________________________________
41903 [  9532] By: jhi                                   on 2001/04/03  13:11:46
41904         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
41905              From: Robin Houston <robin@kitsite.com>
41906              Date: Mon, 2 Apr 2001 15:03:29 +0100
41907              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
41908      Branch: perl
41909            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
41910 ____________________________________________________________________________
41911 [  9531] By: jhi                                   on 2001/04/03  13:06:34
41912         Log: Integrate change #9530 from maintperl into mainline.
41913              
41914              accomodate VMS "mailbox overflow" quirk in testsuite (from
41915              Craig Berry)
41916      Branch: perl
41917           !> t/lib/socket.t
41918 ____________________________________________________________________________
41919 [  9530] By: gsar                                  on 2001/04/03  04:56:41
41920         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
41921              Craig Berry)
41922      Branch: maint-5.6/perl
41923            ! t/lib/socket.t
41924 ____________________________________________________________________________
41925 [  9529] By: jhi                                   on 2001/04/03  02:34:34
41926         Log: Update Changes.
41927      Branch: perl
41928            ! Changes patchlevel.h
41929 ____________________________________________________________________________
41930 [  9528] By: jhi                                   on 2001/04/03  01:27:57
41931         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
41932              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
41933              To: perl5-porters@perl.org
41934              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
41935      Branch: perl
41936            ! pod/perlfaq3.pod
41937 ____________________________________________________________________________
41938 [  9527] By: jhi                                   on 2001/04/03  01:22:09
41939         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
41940              From: Peter Prymmer <pvhp@forte.com>
41941              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
41942              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
41943      Branch: perl
41944            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
41945 ____________________________________________________________________________
41946 [  9526] By: jhi                                   on 2001/04/03  01:18:25
41947         Log: The metaconfig unit changes for #9525.
41948      Branch: metaconfig
41949            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
41950      Branch: metaconfig/U/perl
41951            ! use64bits.U
41952 ____________________________________________________________________________
41953 [  9525] By: jhi                                   on 2001/04/03  01:17:30
41954         Log: Configure sanity checks:
41955              * if use64bitall is attempted but pointers are only 32-bit,
41956              'downgrade' to use64bitint
41957              * if use64bitint is attempted but there's no quad type,
41958              forget about use64bitint (well, the default for it is 'n',
41959              the user can still override this)
41960              * if pointers are 64 bits, do not try to use Perl's malloc
41961      Branch: perl
41962            ! Configure
41963 ____________________________________________________________________________
41964 [  9524] By: gsar                                  on 2001/04/03  01:09:12
41965         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
41966      Branch: maint-5.6/perl
41967            ! pp_sys.c
41968 ____________________________________________________________________________
41969 [  9523] By: jhi                                   on 2001/04/03  00:02:31
41970         Log: (Retracted by #9609)
41971              
41972              Make it harder for parallel makes to enter 'test' before
41973              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
41974              should be unhappy enough, but sometimes parallel makes seem
41975              to sneak past both in Tru64 and AIX.)
41976      Branch: perl
41977            ! Makefile.SH
41978 ____________________________________________________________________________
41979 [  9522] By: jhi                                   on 2001/04/02  22:35:31
41980         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
41981              Date: Mon, 2 Apr 2001 22:54:10 +0100
41982              From: Robin Houston <robin@kitsite.com>
41983              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
41984      Branch: perl
41985            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
41986 ____________________________________________________________________________
41987 [  9521] By: jhi                                   on 2001/04/02  22:32:23
41988         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
41989              From: Robin Houston <robin@kitsite.com>
41990              Date: Mon, 2 Apr 2001 20:24:03 +0100
41991              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
41992      Branch: perl
41993            ! ext/B/B/Concise.pm
41994 ____________________________________________________________________________
41995 [  9520] By: jhi                                   on 2001/04/02  22:30:43
41996         Log: Subject: [PATCH] REALLY pedantic hv.h nit
41997              From: Simon Cozens <simon@netthink.co.uk>
41998              Date: Mon, 2 Apr 2001 15:43:06 +0100
41999              Message-ID: <20010402154306.A21711@netthink.co.uk>
42000      Branch: perl
42001            ! hv.h
42002 ____________________________________________________________________________
42003 [  9519] By: jhi                                   on 2001/04/02  22:28:04
42004         Log: Based on
42005              
42006              Subject: [foolperl] EPOC fix
42007              From: Olaf Flebbe <O.Flebbe@science-computing.de>
42008              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
42009              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
42010      Branch: perl
42011            ! pp_sys.c
42012 ____________________________________________________________________________
42013 [  9518] By: jhi                                   on 2001/04/02  22:22:34
42014         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
42015              
42016              README.win32 tweaks; add a note about alternative location for
42017              getting a gcc-2.95.2 that will build perl properly on windows
42018              
42019              add some notes about gutsy threading matters
42020              
42021              many of the utilities interpolate literal paths within doublequotes
42022              (fails on dosish platforms where path contains backslashes)
42023      Branch: perl
42024           !> README.win32 pod/perlguts.pod utils/perldoc.PL
42025           !> x2p/find2perl.PL x2p/s2p.PL
42026 ____________________________________________________________________________
42027 [  9517] By: gsar                                  on 2001/04/02  19:52:21
42028         Log: many of the utilities interpolate literal paths within doublequotes
42029              (fails on dosish platforms where path contains backslashes)
42030      Branch: maint-5.6/perl
42031            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
42032 ____________________________________________________________________________
42033 [  9516] By: gsar                                  on 2001/04/02  05:49:37
42034         Log: a foolish release
42035      Branch: maint-5.6/perl
42036            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
42037            ! pod/perltoc.pod
42038 ____________________________________________________________________________
42039 [  9515] By: gsar                                  on 2001/04/02  05:04:29
42040         Log: add missing changelog summaries
42041      Branch: maint-5.6/perl
42042            ! Changes
42043 ____________________________________________________________________________
42044 [  9514] By: gsar                                  on 2001/04/02  04:07:13
42045         Log: add some notes about gutsy threading matters
42046      Branch: maint-5.6/perl
42047            ! pod/perlguts.pod
42048 ____________________________________________________________________________
42049 [  9513] By: gsar                                  on 2001/04/02  03:25:21
42050         Log: add more prominent caveat notices about experimental features
42051      Branch: maint-5.6/perl
42052            ! pod/perlfork.pod pod/perlunicode.pod
42053 ____________________________________________________________________________
42054 [  9512] By: gsar                                  on 2001/04/02  02:54:33
42055         Log: integrate changes#9479,9509 from mainline
42056              
42057              [PATCH] File::Glob stuff for Mac OS
42058              
42059              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
42060      Branch: maint-5.6/perl
42061           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
42062           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
42063           !> t/lib/glob-taint.t
42064 ____________________________________________________________________________
42065 [  9511] By: gsar                                  on 2001/04/02  02:38:24
42066         Log: README.win32 tweaks; add a note about alternative location for
42067              getting a gcc-2.95.2 that will build perl properly on windows
42068      Branch: maint-5.6/perl
42069            ! README.win32
42070 ____________________________________________________________________________
42071 [  9510] By: jhi                                   on 2001/04/01  20:45:10
42072         Log: An ambiguousity warning.
42073      Branch: perl
42074            ! t/lib/trig.t
42075 ____________________________________________________________________________
42076 [  9509] By: jhi                                   on 2001/04/01  19:53:47
42077         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
42078              From: Jonathan Stowe <gellyfish@gellyfish.com>
42079              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
42080              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
42081      Branch: perl
42082            ! ext/File/Glob/bsd_glob.c
42083 ____________________________________________________________________________
42084 [  9508] By: jhi                                   on 2001/04/01  19:35:03
42085         Log: Update Changes.
42086      Branch: perl
42087            ! Changes patchlevel.h
42088 ____________________________________________________________________________
42089 [  9507] By: jhi                                   on 2001/04/01  19:24:01
42090         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
42091              from mainline to maintperl: pod tweaks.
42092      Branch: maint-5.6/perl
42093           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
42094           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
42095           !> pod/perlvar.pod
42096 ____________________________________________________________________________
42097 [  9506] By: jhi                                   on 2001/04/01  19:11:53
42098         Log: Commit Sarathy to April release of 5.6.1 :-)
42099      Branch: perl
42100            ! pod/perlfaq1.pod
42101 ____________________________________________________________________________
42102 [  9505] By: jhi                                   on 2001/04/01  19:03:15
42103         Log: Subject: PATCH 5.6.0 (perldebug.pod)
42104              From: Mark-Jason Dominus <mjd@plover.com>
42105              Date: Sun, 01 Apr 2001 14:25:11 -0400
42106              Message-ID: <20010401182511.9247.qmail@plover.com>
42107      Branch: perl
42108            ! pod/perldebug.pod
42109 ____________________________________________________________________________
42110 [  9504] By: jhi                                   on 2001/04/01  18:43:09
42111         Log: Add great_circle_direction().
42112      Branch: perl
42113            ! lib/Math/Trig.pm t/lib/trig.t
42114 ____________________________________________________________________________
42115 [  9503] By: jhi                                   on 2001/04/01  17:29:12
42116         Log: Unicode ReadMe update for Unicode 3.1.
42117      Branch: perl
42118            ! lib/unicode/ReadMe.txt
42119 ____________________________________________________________________________
42120 [  9502] By: jhi                                   on 2001/04/01  17:18:40
42121         Log: Integrate change #9501 from maintperl into mainline.
42122              
42123              fix the perlembed notes on multiple interpreters
42124              
42125              fix ExtUtils::Embed to work passably on Windows
42126      Branch: perl
42127           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
42128 ____________________________________________________________________________
42129 [  9501] By: gsar                                  on 2001/04/01  07:21:57
42130         Log: fix the perlembed notes on multiple interpreters
42131              
42132              fix ExtUtils::Embed to work passably on Windows
42133      Branch: maint-5.6/perl
42134            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
42135 ____________________________________________________________________________
42136 [  9500] By: jhi                                   on 2001/04/01  05:58:23
42137         Log: Test for #9499.
42138      Branch: perl
42139            ! t/op/tr.t
42140 ____________________________________________________________________________
42141 [  9499] By: jhi                                   on 2001/04/01  05:55:46
42142         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
42143      Branch: perl
42144            ! embed.h embed.pl op.c proto.h
42145 ____________________________________________________________________________
42146 [  9498] By: jhi                                   on 2001/04/01  05:44:34
42147         Log: Protect the workaround hunk more.
42148      Branch: perl
42149            ! toke.c
42150 ____________________________________________________________________________
42151 [  9497] By: jhi                                   on 2001/04/01  00:24:25
42152         Log: Integrate changes #9493,9494,9495,9496 from maintperl
42153              into mainline.
42154              
42155              fix a broken workaround for Borland compiler in change#4739
42156              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
42157              
42158              nits spotted by Borland compiler
42159              
42160              avoid redefinition warnings under Borland 5.02
42161              
42162              various nits identified by the Borland 5.5 compiler; remove suppression
42163              of a few warnings
42164      Branch: perl
42165           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
42166           !> win32/win32.h
42167 ____________________________________________________________________________
42168 [  9496] By: gsar                                  on 2001/03/31  23:22:28
42169         Log: various nits identified by the Borland 5.5 compiler; remove suppression
42170              of a few warnings
42171      Branch: maint-5.6/perl
42172            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
42173 ____________________________________________________________________________
42174 [  9495] By: gsar                                  on 2001/03/31  21:03:08
42175         Log: avoid redefinition warnings under Borland 5.02
42176      Branch: maint-5.6/perl
42177            ! win32/makefile.mk
42178 ____________________________________________________________________________
42179 [  9494] By: gsar                                  on 2001/03/31  20:18:59
42180         Log: nits spotted by Borland compiler
42181      Branch: maint-5.6/perl
42182            ! utf8.h win32/win32.h
42183 ____________________________________________________________________________
42184 [  9493] By: gsar                                  on 2001/03/31  20:18:05
42185         Log: fix a broken workaround for Borland compiler in change#4739
42186              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
42187      Branch: maint-5.6/perl
42188            ! toke.c
42189 ____________________________________________________________________________
42190 [  9492] By: jhi                                   on 2001/03/31  18:36:24
42191         Log: Integrate change #9491 from maintperl into mainline.
42192              
42193              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
42194              directory is relative (need to fetch the full path name *before*
42195              the chdir!)
42196      Branch: perl
42197           !> lib/Cwd.pm
42198 ____________________________________________________________________________
42199 [  9491] By: gsar                                  on 2001/03/31  17:01:56
42200         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
42201              directory is relative (need to fetch the full path name *before*
42202              the chdir!)
42203              
42204              this is a followup patch for change#6749
42205      Branch: maint-5.6/perl
42206            ! lib/Cwd.pm
42207 ____________________________________________________________________________
42208 [  9490] By: jhi                                   on 2001/03/31  15:50:18
42209         Log: Subject: Re: [PATCH] av.h cosmetics
42210              From: Simon Cozens <simon@netthink.co.uk>
42211              Date: Sat, 31 Mar 2001 13:09:59 +0100
42212              Message-ID: <20010331130959.A22000@netthink.co.uk>
42213              
42214              Document AvALLOC.
42215      Branch: perl
42216            ! pod/perlguts.pod
42217 ____________________________________________________________________________
42218 [  9489] By: jhi                                   on 2001/03/31  15:48:44
42219         Log: Subject: [PATCH] Re: Math::Big* v1.21
42220              From: Tels <perl_dummy@bloodgate.com>
42221              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
42222              Message-Id: <200103311125.GAA377738@www08.hway.net>
42223      Branch: perl
42224            ! pod/perlop.pod
42225 ____________________________________________________________________________
42226 [  9488] By: jhi                                   on 2001/03/31  03:39:51
42227         Log: Debug output tweak.
42228      Branch: perl
42229            ! t/lib/cwd.t
42230 ____________________________________________________________________________
42231 [  9487] By: jhi                                   on 2001/03/31  03:33:02
42232         Log: OverVMSification.
42233      Branch: perl
42234            ! t/lib/cwd.t
42235 ____________________________________________________________________________
42236 [  9486] By: jhi                                   on 2001/03/31  03:01:40
42237         Log: Missed MANIFESTations in #9483.
42238      Branch: perl
42239            ! MANIFEST
42240 ____________________________________________________________________________
42241 [  9485] By: jhi                                   on 2001/03/31  02:58:17
42242         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
42243              From: Peter Prymmer <pvhp@forte.com>
42244              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
42245              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
42246      Branch: perl
42247            ! regexec.c t/lib/cwd.t
42248 ____________________________________________________________________________
42249 [  9484] By: jhi                                   on 2001/03/31  01:04:41
42250         Log: Obsolete file (see #3938)
42251      Branch: perl
42252            - lib/unicode/README.Ethiopic
42253            ! MANIFEST
42254 ____________________________________________________________________________
42255 [  9483] By: jhi                                   on 2001/03/31  00:52:42
42256         Log: Update to Unicode 3.1.
42257              (Rename Names.txt to NamesList.txt.)
42258      Branch: perl
42259            + lib/unicode/NamesList.txt lib/unicode/PropList.html
42260            - lib/unicode/Names.txt
42261            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
42262            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
42263            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
42264            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
42265            ! lib/unicode/UCD.html lib/unicode/Unicode.html
42266            ! lib/unicode/rename lib/unicode/version
42267 ____________________________________________________________________________
42268 [  9482] By: jhi                                   on 2001/03/30  23:33:44
42269         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
42270              From: Robin Houston <robin@kitsite.com>
42271              Date: Fri, 30 Mar 2001 20:07:22 +0100
42272              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
42273      Branch: perl
42274            ! ext/B/B/Deparse.pm
42275 ____________________________________________________________________________
42276 [  9481] By: jhi                                   on 2001/03/30  23:20:25
42277         Log: Subject: Re: [PATCH] CwdXS, Take 2
42278              From: Benjamin Sugars <bsugars@canoe.ca>
42279              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
42280              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
42281      Branch: perl
42282            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
42283            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
42284 ____________________________________________________________________________
42285 [  9480] By: jhi                                   on 2001/03/30  22:52:38
42286         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
42287              From: David Dyck <dcd@tc.fluke.com>
42288              Date: Fri, 30 Mar 2001 14:44:13 -0800
42289              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
42290              
42291              The t/rantests flags file creation was accidentally
42292              removed by #9217.
42293      Branch: perl
42294            ! Makefile.SH
42295 ____________________________________________________________________________
42296 [  9479] By: jhi                                   on 2001/03/30  22:45:45
42297         Log: Subject: [PATCH] File::Glob stuff for Mac OS
42298              From: Chris Nandor <pudge@pobox.com>
42299              Date: Fri, 30 Mar 2001 16:51:00 -0500
42300              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
42301      Branch: perl
42302            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
42303            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
42304            ! t/lib/glob-taint.t
42305 ____________________________________________________________________________
42306 [  9478] By: jhi                                   on 2001/03/30  22:43:12
42307         Log: Subject: fix for win32/buildext.pl
42308              From: "Vadim Konovalov" <watman@inbox.ru>
42309              Date: Sat, 31 Mar 2001 00:50:36 +0400
42310              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
42311      Branch: perl
42312            ! win32/buildext.pl
42313 ____________________________________________________________________________
42314 [  9477] By: jhi                                   on 2001/03/30  22:41:16
42315         Log: Subject: small base.pm doc patch
42316              From: Leon Brocard <acme@astray.com>
42317              Date: Fri, 30 Mar 2001 21:49:57 +0100
42318              Message-ID: <20010330214957.B8733@ns0.astray.com>
42319      Branch: perl
42320            ! lib/base.pm
42321 ____________________________________________________________________________
42322 [  9476] By: jhi                                   on 2001/03/30  18:16:57
42323         Log: Subject: [PATCH] av.h cosmetics
42324              From: Simon Cozens <simon@netthink.co.uk>
42325              Date: Fri, 30 Mar 2001 18:12:28 +0100
42326              Message-ID: <20010330181228.A9319@netthink.co.uk>
42327      Branch: perl
42328            ! av.h
42329 ____________________________________________________________________________
42330 [  9475] By: jhi                                   on 2001/03/30  18:15:50
42331         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
42332              From: "Philip Newton" <pnewton@gmx.de>
42333              Date: Fri, 30 Mar 2001 19:06:57 +0200
42334              Message-ID: <3AC4D951.14815.1AC7068@localhost>
42335      Branch: perl
42336            ! pod/perlhack.pod
42337 ____________________________________________________________________________
42338 [  9474] By: jhi                                   on 2001/03/30  18:14:02
42339         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
42340              From: Benjamin Sugars <bsugars@canoe.ca>
42341              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
42342              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
42343      Branch: perl
42344            ! t/lib/glob-basic.t
42345 ____________________________________________________________________________
42346 [  9473] By: jhi                                   on 2001/03/30  16:09:24
42347         Log: Update Changes.
42348      Branch: perl
42349            ! Changes patchlevel.h
42350 ____________________________________________________________________________
42351 [  9472] By: jhi                                   on 2001/03/30  15:16:08
42352         Log: Integrate perlio.
42353      Branch: perl
42354           !> t/lib/cwd.t t/lib/glob-basic.t
42355 ____________________________________________________________________________
42356 [  9471] By: nick                                  on 2001/03/30  14:47:10
42357         Log: Should be (^O eq 'MSWin32') not 'Win32'
42358              Fail #12 seems real - chdir is in wrong dir.
42359      Branch: perlio
42360            ! t/lib/cwd.t
42361 ____________________________________________________________________________
42362 [  9470] By: jhi                                   on 2001/03/30  14:41:11
42363         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
42364              From: Radu Greab <radu@netsoft.ro>
42365              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
42366              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
42367              
42368              Replace #9352.
42369      Branch: perl
42370            ! ext/Socket/Socket.xs pp_sys.c
42371 ____________________________________________________________________________
42372 [  9469] By: jhi                                   on 2001/03/30  14:37:51
42373         Log: Subject: PATCH pod/perldiag.pod
42374              From: Robin Houston <robin@kitsite.com>
42375              Date: Fri, 30 Mar 2001 14:10:36 +0100
42376              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
42377      Branch: perl
42378            ! pod/perldiag.pod t/lib/glob-basic.t
42379 ____________________________________________________________________________
42380 [  9468] By: jhi                                   on 2001/03/30  14:36:36
42381         Log: Subject: Better diagnostic in io/fs.t
42382              From: andreas.koenig@anima.de (Andreas J. Koenig)
42383              Date: 30 Mar 2001 10:11:43 +0200
42384              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
42385      Branch: perl
42386            ! t/io/fs.t
42387 ____________________________________________________________________________
42388 [  9467] By: nick                                  on 2001/03/30  14:25:43
42389         Log: Skip order test of glob if case-ignoring system cannot 
42390              create a.test and A.test
42391      Branch: perlio
42392            ! t/lib/glob-basic.t
42393 ____________________________________________________________________________
42394 [  9466] By: nick                                  on 2001/03/30  13:03:12
42395         Log: Integrate mainline.
42396      Branch: perlio
42397            - ext/re/hints/aix.pl
42398           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
42399           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
42400           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
42401           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
42402 ____________________________________________________________________________
42403 [  9465] By: jhi                                   on 2001/03/30  03:53:37
42404         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
42405              the tests sometimes hang, sometimes not.)
42406      Branch: perl
42407            ! t/lib/io_multihomed.t t/lib/io_sock.t
42408 ____________________________________________________________________________
42409 [  9464] By: jhi                                   on 2001/03/30  02:56:04
42410         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
42411              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42412              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
42413              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
42414      Branch: perl
42415            ! op.c
42416 ____________________________________________________________________________
42417 [  9463] By: jhi                                   on 2001/03/30  02:34:48
42418         Log: Test for #9462.
42419      Branch: perl
42420            ! t/lib/b.t
42421 ____________________________________________________________________________
42422 [  9462] By: jhi                                   on 2001/03/30  02:29:37
42423         Log: Subject: B::Deparse precedence bug. (Patch included.)
42424              From: Jeremy Madea <jmadea@inktomi.com>
42425              Date: Thu, 29 Mar 2001 12:05:02 -0800
42426              Message-ID: <20010329120502.A24881@dr.inktomi.com>
42427      Branch: perl
42428            ! ext/B/B/Deparse.pm
42429 ____________________________________________________________________________
42430 [  9461] By: jhi                                   on 2001/03/30  02:18:41
42431         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
42432              From: Peter Prymmer <pvhp@forte.com>
42433              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
42434              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
42435      Branch: perl
42436            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
42437            ! t/lib/md5-file.t
42438 ____________________________________________________________________________
42439 [  9460] By: jhi                                   on 2001/03/30  02:17:07
42440         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
42441              From: Robin Houston <robin@kitsite.com>
42442              Date: Thu, 29 Mar 2001 20:47:56 +0100
42443              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
42444      Branch: perl
42445            ! ext/B/B/Debug.pm
42446 ____________________________________________________________________________
42447 [  9459] By: jhi                                   on 2001/03/30  02:16:05
42448         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
42449              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
42450              Date: Wed, 28 Mar 2001 18:02:20 -0600
42451              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
42452      Branch: perl
42453            ! lib/ExtUtils/MM_VMS.pm
42454 ____________________________________________________________________________
42455 [  9458] By: jhi                                   on 2001/03/30  02:07:58
42456         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
42457              From: "Joshua E. Rodd" <jrodd@pbs.org>
42458              Date: Wed, 28 Mar 2001 17:29:12 -0500
42459              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
42460      Branch: perl
42461            ! pod/perlop.pod
42462 ____________________________________________________________________________
42463 [  9457] By: jhi                                   on 2001/03/30  02:04:33
42464         Log: Subject: ext/re/aix.pl can go
42465              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42466              Date: Thu, 29 Mar 2001 12:03:28 +0200
42467              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
42468      Branch: perl
42469            - ext/re/hints/aix.pl
42470            ! MANIFEST
42471 ____________________________________________________________________________
42472 [  9456] By: jhi                                   on 2001/03/30  02:03:32
42473         Log: Integrate perlio.
42474      Branch: perl
42475           !> ext/Encode/Encode.xs installperl
42476 ____________________________________________________________________________
42477 [  9455] By: nick                                  on 2001/03/29  21:11:46
42478         Log: DLL name has changed so installperl needs to know
42479              (Why isn't it working it out or passed it?)
42480      Branch: perlio
42481            ! installperl
42482 ____________________________________________________________________________
42483 [  9454] By: nick                                  on 2001/03/29  20:56:12
42484         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
42485              and we don't get undef warnings.
42486      Branch: perlio
42487            ! ext/Encode/Encode.xs
42488 ____________________________________________________________________________
42489 [  9453] By: nick                                  on 2001/03/29  17:58:48
42490         Log: Integrate mainline
42491      Branch: perlio
42492           !> Changes patchlevel.h
42493 ____________________________________________________________________________
42494 [  9452] By: jhi                                   on 2001/03/29  16:44:55
42495         Log: Update Changes.
42496      Branch: perl
42497            ! Changes patchlevel.h
42498 ____________________________________________________________________________
42499 [  9451] By: nick                                  on 2001/03/29  16:31:38
42500         Log: Integrate mainline
42501      Branch: perlio
42502           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
42503           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
42504           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
42505           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
42506           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
42507 ____________________________________________________________________________
42508 [  9450] By: jhi                                   on 2001/03/29  16:29:17
42509         Log: Integrate perlio.
42510      Branch: perl
42511           !> win32/buildext.pl
42512 ____________________________________________________________________________
42513 [  9449] By: jhi                                   on 2001/03/29  15:50:01
42514         Log: Update Changes.
42515      Branch: perl
42516            ! Changes patchlevel.h
42517 ____________________________________________________________________________
42518 [  9448] By: nick                                  on 2001/03/29  15:47:15
42519         Log: Make sure buildext.pl finds Errno.pm
42520      Branch: perlio
42521            ! win32/buildext.pl
42522 ____________________________________________________________________________
42523 [  9447] By: jhi                                   on 2001/03/29  15:39:34
42524         Log: Integrate perlio.
42525      Branch: perl
42526           !> win32/makefile.mk
42527 ____________________________________________________________________________
42528 [  9446] By: nick                                  on 2001/03/29  15:30:03
42529         Log: Integrate win32/makefile.mk with mainline.
42530      Branch: perlio
42531           !> win32/makefile.mk
42532 ____________________________________________________________________________
42533 [  9445] By: nick                                  on 2001/03/29  15:27:32
42534         Log: Fix breakage ... 
42535      Branch: perlio
42536            ! win32/makefile.mk
42537 ____________________________________________________________________________
42538 [  9444] By: jhi                                   on 2001/03/29  15:03:08
42539         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
42540              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
42541              Date: Thu, 29 Mar 2001 10:32:59 +0400
42542              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
42543      Branch: perl
42544            ! win32/makefile.mk
42545 ____________________________________________________________________________
42546 [  9443] By: jhi                                   on 2001/03/29  15:02:12
42547         Log: Integrate perlio.
42548      Branch: perl
42549           +> win32/buildext.pl
42550           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
42551           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
42552 ____________________________________________________________________________
42553 [  9442] By: nick                                  on 2001/03/29  14:59:11
42554         Log: Work in progress - determine win32 extensions to build via script.
42555      Branch: perlio
42556            + win32/buildext.pl
42557            ! MANIFEST win32/makefile.mk
42558 ____________________________________________________________________________
42559 [  9441] By: jhi                                   on 2001/03/29  14:51:47
42560         Log: Reintroduce the use of external pwd.
42561      Branch: perl
42562            ! t/lib/cwd.t
42563 ____________________________________________________________________________
42564 [  9440] By: jhi                                   on 2001/03/29  14:42:58
42565         Log: use warnings instead of -w.
42566      Branch: perl
42567            ! utils/h2xs.PL
42568 ____________________________________________________________________________
42569 [  9439] By: jhi                                   on 2001/03/29  14:41:52
42570         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
42571              From: Jonathan Stowe <gellyfish@gellyfish.com>
42572              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
42573              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
42574      Branch: perl
42575            ! utils/h2xs.PL
42576 ____________________________________________________________________________
42577 [  9438] By: jhi                                   on 2001/03/29  14:39:38
42578         Log: Subject: [PATCH perl@9424] minor pod nits
42579              From: Robin Barker <rmb1@cise.npl.co.uk>
42580              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
42581              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
42582      Branch: perl
42583            ! pod/perlhack.pod pod/perliol.pod
42584 ____________________________________________________________________________
42585 [  9437] By: jhi                                   on 2001/03/29  14:29:16
42586         Log: Subject: [PATCH perl@9424] typemap cast warning
42587              From: Robin Barker <rmb1@cise.npl.co.uk>
42588              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
42589              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
42590      Branch: perl
42591            ! lib/ExtUtils/typemap
42592 ____________________________________________________________________________
42593 [  9436] By: jhi                                   on 2001/03/29  14:26:03
42594         Log: Subject: [PATCH perl@9424] printf warning
42595              From: Robin Barker <rmb1@cise.npl.co.uk>
42596              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
42597              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
42598      Branch: perl
42599            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
42600            ! ext/Storable/Storable.xs toke.c
42601 ____________________________________________________________________________
42602 [  9435] By: nick                                  on 2001/03/29  14:23:31
42603         Log: Win32 has name conflict with ERROR
42604      Branch: perlio
42605            ! ext/PerlIO/Via/Via.xs
42606 ____________________________________________________________________________
42607 [  9434] By: jhi                                   on 2001/03/29  14:17:48
42608         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
42609              From: Peter Prymmer <pvhp@forte.com>
42610              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
42611              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
42612      Branch: perl
42613            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
42614 ____________________________________________________________________________
42615 [  9433] By: jhi                                   on 2001/03/29  13:52:44
42616         Log: test-prep target was missing.
42617      Branch: perl
42618            ! Makefile.SH
42619 ____________________________________________________________________________
42620 [  9432] By: nick                                  on 2001/03/29  12:40:03
42621         Log: Make as-shipped compiler default to MSVC6 
42622      Branch: perlio
42623            ! win32/makefile.mk
42624 ____________________________________________________________________________
42625 [  9431] By: nick                                  on 2001/03/29  12:12:16
42626         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
42627              akin to PerlIO::Scalar.
42628      Branch: perlio
42629            ! perlio.c perlio.h
42630 ____________________________________________________________________________
42631 [  9430] By: nick                                  on 2001/03/29  10:56:35
42632         Log: Integrate mainline.
42633      Branch: perlio
42634           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
42635           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
42636           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
42637           !> win32/makefile.mk win32/win32sck.c
42638 ____________________________________________________________________________
42639 [  9429] By: nick                                  on 2001/03/29  09:03:43
42640         Log: Noticed that two tests were skipped as perlio:: package
42641              isn't there any more. Changed the skip condition.
42642              Avoid core-dump if sv_utf8_upgrade() called on something
42643              that does not become SvPOK after SvPV() (e.g. a ref).
42644      Branch: perlio
42645            ! sv.c t/io/utf8.t t/lib/io_scalar.t
42646 ____________________________________________________________________________
42647 [  9428] By: jhi                                   on 2001/03/29  01:31:47
42648         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
42649              From: Benjamin Sugars <bsugars@canoe.ca> 
42650              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
42651              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
42652      Branch: perl
42653            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
42654            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
42655            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
42656 ____________________________________________________________________________
42657 [  9427] By: jhi                                   on 2001/03/29  00:49:30
42658         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
42659              From: "Vadim Konovalov" <watman@inbox.ru>
42660              Date: Thu, 29 Mar 2001 01:50:12 +0400
42661              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
42662      Branch: perl
42663            ! win32/makefile.mk win32/win32sck.c
42664 ____________________________________________________________________________
42665 [  9426] By: gsar                                  on 2001/03/29  00:28:04
42666         Log: dmake can only handle == and != in comparisons; support building
42667              with Borland's VCL libraries (from Vadim Konovalov)
42668      Branch: maint-5.6/perl
42669            ! win32/makefile.mk
42670 ____________________________________________________________________________
42671 [  9425] By: nick                                  on 2001/03/28  19:29:56
42672         Log: Integrate (@snapshot)
42673      Branch: perlio
42674           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
42675 ____________________________________________________________________________
42676 [  9424] By: jhi                                   on 2001/03/28  19:03:16
42677         Log: Update Changes.
42678      Branch: perl
42679            ! Changes patchlevel.h
42680 ____________________________________________________________________________
42681 [  9423] By: jhi                                   on 2001/03/28  18:52:09
42682         Log: Rmdir lib/XS on cleanup.
42683      Branch: perl
42684            ! Makefile.SH
42685 ____________________________________________________________________________
42686 [  9422] By: jhi                                   on 2001/03/28  18:49:34
42687         Log: Integrate perlio.
42688      Branch: perl
42689           !> t/op/utf8decode.t
42690 ____________________________________________________________________________
42691 [  9421] By: nick                                  on 2001/03/28  18:46:44
42692         Log: Loose duplicate chunk.
42693      Branch: perlio
42694            ! t/op/utf8decode.t
42695 ____________________________________________________________________________
42696 [  9420] By: nick                                  on 2001/03/28  18:44:11
42697         Log: Integrate mainline.
42698      Branch: perlio
42699           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
42700           !> vms/vmsish.h
42701 ____________________________________________________________________________
42702 [  9419] By: jhi                                   on 2001/03/28  18:42:05
42703         Log: Can't trust external pwds
42704              (either shell builtins or external programs)
42705      Branch: perl
42706            ! t/lib/cwd.t
42707 ____________________________________________________________________________
42708 [  9418] By: jhi                                   on 2001/03/28  18:34:05
42709         Log: Integrate perlio.
42710      Branch: perl
42711            - lib/perlio.pm
42712           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
42713           !> t/op/utf8decode.t
42714 ____________________________________________________________________________
42715 [  9417] By: nick                                  on 2001/03/28  18:24:02
42716         Log: PerlIO.pm / perlio.pm conflict.
42717              Update some pods.
42718              Make t/op/utf8decode.t a text file.
42719      Branch: perlio
42720            - lib/perlio.pm
42721            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
42722            ! t/op/utf8decode.t
42723 ____________________________________________________________________________
42724 [  9416] By: jhi                                   on 2001/03/28  18:06:07
42725         Log: Integrate change #9409 from mainline to maintperl.
42726              
42727              Yet another tweak on AIX dynaloading.
42728      Branch: maint-5.6/perl
42729           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
42730 ____________________________________________________________________________
42731 [  9415] By: gsar                                  on 2001/03/28  17:13:01
42732         Log: integrate changes#9377,9385,9401 from mainline
42733              
42734              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
42735              
42736              If directory entries compare equal case-insensitively,
42737              retry case-sensitively.
42738              
42739              Subject: [PATCH] B::Terse and warnings
42740      Branch: maint-5.6/perl
42741           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
42742           !> t/pragma/warn/perl
42743 ____________________________________________________________________________
42744 [  9414] By: jhi                                   on 2001/03/28  17:11:12
42745         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
42746              From: "Craig A. Berry" <craigberry@mac.com>
42747              Date: Wed, 28 Mar 2001 10:55:20 -0600
42748              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
42749      Branch: perl
42750            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
42751 ____________________________________________________________________________
42752 [  9413] By: jhi                                   on 2001/03/28  17:03:12
42753         Log: Dup hunk.
42754      Branch: perl
42755            ! t/op/utf8decode.t
42756 ____________________________________________________________________________
42757 [  9412] By: jhi                                   on 2001/03/28  17:02:36
42758         Log: Forced integrate from perlio.
42759      Branch: perl
42760           !> t/op/utf8decode.t
42761 ____________________________________________________________________________
42762 [  9411] By: nick                                  on 2001/03/28  16:50:03
42763         Log: Integrate mainline.
42764      Branch: perlio
42765           +> t/lib/cwd.t
42766           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
42767           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
42768           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
42769           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
42770           !> t/pragma/warn/perl
42771 ____________________________________________________________________________
42772 [  9410] By: jhi                                   on 2001/03/28  16:44:23
42773         Log: Subject: Re: [PATCH] 9403 cannot be tested
42774              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42775              Date: Wed, 28 Mar 2001 18:33:56 +0200
42776              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
42777      Branch: perl
42778            ! makedef.pl
42779 ____________________________________________________________________________
42780 [  9409] By: jhi                                   on 2001/03/28  16:12:45
42781         Log: Yet another tweak on AIX dynaloading.
42782      Branch: perl
42783            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
42784 ____________________________________________________________________________
42785 [  9408] By: jhi                                   on 2001/03/28  15:52:55
42786         Log: Subject: [PATCH] 9403 cannot be tested
42787              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
42788              Date: Wed, 28 Mar 2001 17:23:00 +0200
42789              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
42790              
42791              A missing symbol.
42792      Branch: perl
42793            ! makedef.pl
42794 ____________________________________________________________________________
42795 [  9407] By: jhi                                   on 2001/03/28  15:47:43
42796         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
42797      Branch: perl
42798            ! t/op/utf8decode.t
42799           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
42800           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
42801 ____________________________________________________________________________
42802 [  9406] By: jhi                                   on 2001/03/28  15:37:08
42803         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
42804              From: Benjamin Sugars <bsugars@canoe.ca> 
42805              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
42806              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
42807      Branch: perl
42808            + t/lib/cwd.t
42809            ! MANIFEST
42810 ____________________________________________________________________________
42811 [  9405] By: jhi                                   on 2001/03/28  15:13:18
42812         Log: pp_ne() needs a CORRECT boolean.
42813      Branch: perl
42814            ! pp.c
42815 ____________________________________________________________________________
42816 [  9404] By: jhi                                   on 2001/03/28  15:09:23
42817         Log: pp_ne() needs a boolean, not an integer.
42818      Branch: perl
42819            ! pp.c
42820 ____________________________________________________________________________
42821 [  9403] By: jhi                                   on 2001/03/28  14:47:43
42822         Log: (Retracted by #9404.)
42823      Branch: perl
42824            ! pp.c
42825 ____________________________________________________________________________
42826 [  9402] By: jhi                                   on 2001/03/28  14:43:59
42827         Log: Subject: Re: [PATCH] Typemap testing
42828              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
42829              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
42830              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
42831      Branch: perl
42832            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
42833            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
42834 ____________________________________________________________________________
42835 [  9401] By: jhi                                   on 2001/03/28  14:42:14
42836         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
42837              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
42838              Date: Sun, 25 Mar 2001 21:59:15 +0100
42839              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
42840              
42841              A variable will be checked for the "use once" warnings if:
42842              
42843              1. It is in the scope of a use warnings 'once'
42844              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
42845              
42846              Otherwise it won't be checked at all.
42847              
42848              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
42849              
42850              The enclosed patch partially fixes this issue. What I didn't
42851              get to work was the case where the "used once" warning is enabled
42852              in any file other than the main file.
42853      Branch: perl
42854            ! gv.c t/pragma/warn/perl
42855 ____________________________________________________________________________
42856 [  9400] By: nick                                  on 2001/03/28  14:38:24
42857         Log: More EBCDIC tweaks:
42858              - one more swash issue &~(0xA0-1) did not do the right thing,
42859              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
42860              - add "use re 'asciirange'" to make [!-~] etc. work
42861              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
42862              - Choose a key for t/op/each.t test which gets encoded.
42863              - Skip utf8decode if this is UTF-EBCDIC.
42864      Branch: perlio
42865            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
42866            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
42867 ____________________________________________________________________________
42868 [  9399] By: jhi                                   on 2001/03/28  14:21:00
42869         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
42870              Andreas Schwab.
42871      Branch: perl
42872            ! pp.c
42873 ____________________________________________________________________________
42874 [  9398] By: jhi                                   on 2001/03/28  00:55:56
42875         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
42876              From: David Dyck <dcd@tc.fluke.com>
42877              Date: Tue, 27 Mar 2001 15:16:24 -0800
42878              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
42879      Branch: perl
42880            ! ext/IO/lib/IO/Socket.pm
42881 ____________________________________________________________________________
42882 [  9397] By: jhi                                   on 2001/03/27  21:52:49
42883         Log: Integrate perlio.
42884      Branch: perl
42885           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
42886           +> ext/PerlIO/Via/Via.xs
42887           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
42888 ____________________________________________________________________________
42889 [  9396] By: nick                                  on 2001/03/27  21:45:13
42890         Log: Integrate mainline.
42891      Branch: perlio
42892           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
42893           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
42894 ____________________________________________________________________________
42895 [  9395] By: nick                                  on 2001/03/27  21:18:58
42896         Log: Outline docs for PerlIO and PerlIO::Scalar
42897      Branch: perlio
42898            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
42899 ____________________________________________________________________________
42900 [  9394] By: nick                                  on 2001/03/27  20:50:13
42901         Log: PerlIO::Via layer (alpha-ish).
42902      Branch: perlio
42903            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
42904            + ext/PerlIO/Via/Via.xs
42905            ! MANIFEST
42906 ____________________________________________________________________________
42907 [  9393] By: jhi                                   on 2001/03/27  20:49:55
42908         Log: Retract #9329 now that 9390 should take care of the matter.
42909      Branch: perl
42910            ! utils/h2xs.PL
42911 ____________________________________________________________________________
42912 [  9390] By: jhi                                   on 2001/03/27  20:47:50
42913         Log: Subject: Autoloading Errno.pm when %! is encountered
42914              From: Robin Houston <robin@kitsite.com>
42915              Date: Tue, 27 Mar 2001 20:57:11 +0100
42916              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
42917      Branch: perl
42918            ! embed.h embed.pl gv.c proto.h t/op/magic.t
42919 ____________________________________________________________________________
42920 [  9389] By: jhi                                   on 2001/03/27  20:24:31
42921         Log: Integrate perlio.
42922      Branch: perl
42923           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
42924           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
42925           !> utf8.c
42926 ____________________________________________________________________________
42927 [  9388] By: jhi                                   on 2001/03/27  20:21:38
42928         Log: Better have a three-element array if one is going to assign
42929              to the third element of that array. (from Tim Jenness)
42930      Branch: perl
42931            ! ext/XS/Typemap/Typemap.xs
42932 ____________________________________________________________________________
42933 [  9387] By: nick                                  on 2001/03/27  20:15:43
42934         Log: Integrate mainline.
42935      Branch: perlio
42936           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
42937           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
42938           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
42939           +> t/lib/xs-typemap.t
42940           !> (integrate 34 files)
42941 ____________________________________________________________________________
42942 [  9386] By: jhi                                   on 2001/03/27  20:04:18
42943         Log: Subject: Re: perl@9359 breaks HTML::Parser
42944              From: Gisle Aas <gisle@ActiveState.com>
42945              Date: 27 Mar 2001 11:30:24 -0800
42946              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
42947              
42948              Clarify the UTF-8 issues of the API docs.
42949              (Slightly reworded and expanded.)
42950      Branch: perl
42951            ! pod/perlapi.pod sv.c sv.h
42952 ____________________________________________________________________________
42953 [  9385] By: jhi                                   on 2001/03/27  19:44:25
42954         Log: If directory entries compare equal case-insensitively,
42955              retry case-sensitively.
42956      Branch: perl
42957            ! ext/File/Glob/bsd_glob.c
42958 ____________________________________________________________________________
42959 [  9384] By: nick                                  on 2001/03/27  19:38:50
42960         Log: Various EBCDIC fixes:
42961              - major revelation that swash code is encoding aware,
42962              (or thought it was) - now it is ;-)
42963              - With that out of the way fix a slab of tr/// cases.
42964              - Fix Encode 'Unicode' to be true Unicode so tests pass.
42965              - As anticipated Base64.xs needed tweaks.
42966              - Until tr/// works right avoid old_encode64 in MIME tests.
42967      Branch: perlio
42968            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
42969            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
42970 ____________________________________________________________________________
42971 [  9383] By: jhi                                   on 2001/03/27  18:34:41
42972         Log: Add the std test suite BEGIN block.
42973      Branch: perl
42974            ! t/lib/xs-typemap.t
42975 ____________________________________________________________________________
42976 [  9382] By: jhi                                   on 2001/03/27  15:16:07
42977         Log: Add debugging output to the test.
42978      Branch: perl
42979            ! t/lib/glob-basic.t
42980 ____________________________________________________________________________
42981 [  9381] By: jhi                                   on 2001/03/27  15:08:10
42982         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
42983      Branch: perl
42984            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
42985            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
42986            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
42987            + t/lib/xs-typemap.t
42988            ! MANIFEST
42989 ____________________________________________________________________________
42990 [  9380] By: jhi                                   on 2001/03/27  14:48:34
42991         Log: Subject: [PATCH] Typemap testing
42992              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
42993              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
42994              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
42995              
42996              (The first part of the patch.)
42997      Branch: perl
42998            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
42999 ____________________________________________________________________________
43000 [  9379] By: jhi                                   on 2001/03/27  14:44:56
43001         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
43002              From: Benjamin Sugars <bsugars@canoe.ca> 
43003              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
43004              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
43005      Branch: perl
43006            ! t/lib/glob-basic.t
43007 ____________________________________________________________________________
43008 [  9378] By: jhi                                   on 2001/03/27  14:42:30
43009         Log: Subject: [PATCH] perlvar nit
43010              From: Simon Cozens <simon@netthink.co.uk>
43011              Date: Tue, 27 Mar 2001 01:12:01 +0100
43012              Message-ID: <20010327011201.A19179@netthink.co.uk>
43013      Branch: perl
43014            ! pod/perlvar.pod
43015 ____________________________________________________________________________
43016 [  9377] By: jhi                                   on 2001/03/27  14:36:26
43017         Log: Subject: [PATCH] B::Terse and warnings
43018              From: Benjamin Sugars <ben.sugars@home.com>
43019              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
43020              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
43021      Branch: perl
43022            ! ext/B/B.pm ext/B/B/Terse.pm
43023 ____________________________________________________________________________
43024 [  9376] By: jhi                                   on 2001/03/27  14:31:31
43025         Log: Document sockatmark() some.
43026      Branch: perl
43027            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
43028            ! pod/perltoc.pod
43029 ____________________________________________________________________________
43030 [  9375] By: jhi                                   on 2001/03/27  14:00:24
43031         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
43032              noted by Gisle and fixed by NI-S.
43033      Branch: perl
43034            ! sv.c
43035 ____________________________________________________________________________
43036 [  9374] By: jhi                                   on 2001/03/27  05:50:01
43037         Log: Regen toc.
43038      Branch: perl
43039            ! pod/perltoc.pod
43040 ____________________________________________________________________________
43041 [  9373] By: jhi                                   on 2001/03/27  05:43:51
43042         Log: Pixie documenting.
43043      Branch: perl
43044            ! Makefile.SH pod/perlhack.pod
43045 ____________________________________________________________________________
43046 [  9372] By: jhi                                   on 2001/03/27  05:29:34
43047         Log: Metaconfig unit changes for #9371.
43048      Branch: metaconfig
43049            ! U/modified/myhostname.U
43050      Branch: metaconfig/U/perl
43051            + d_sockatmark.U
43052            ! gccvers.U
43053 ____________________________________________________________________________
43054 [  9371] By: jhi                                   on 2001/03/27  05:29:07
43055         Log: Add sockatmark() probing.
43056      Branch: perl
43057            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43058            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
43059            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43060            ! vos/config.ga.h win32/config.bc win32/config.gc
43061            ! win32/config.vc
43062 ____________________________________________________________________________
43063 [  9370] By: jhi                                   on 2001/03/26  22:01:18
43064         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
43065              Really need to benchmark this.
43066      Branch: perl
43067            ! pp.c
43068 ____________________________________________________________________________
43069 [  9369] By: nick                                  on 2001/03/26  21:59:30
43070         Log: Integrate mainline.
43071      Branch: perlio
43072            ! ext/MIME/Base64/QuotedPrint.pm
43073           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
43074           !> patchlevel.h pod/perlhack.pod pp_sys.c
43075 ____________________________________________________________________________
43076 [  9368] By: jhi                                   on 2001/03/26  21:47:03
43077         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
43078              
43079              TODO1: perlbench.
43080              TODO2: le, lt, ge, gt?  Yech.
43081      Branch: perl
43082            ! pp.c
43083 ____________________________________________________________________________
43084 [  9367] By: jhi                                   on 2001/03/26  21:34:57
43085         Log: Too much cut-and-paste in #9363.
43086      Branch: perl
43087            ! pp_sys.c
43088 ____________________________________________________________________________
43089 [  9366] By: jhi                                   on 2001/03/26  21:20:53
43090         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
43091              From: Andreas Schwab <schwab@suse.de>
43092              Date: 26 Mar 2001 17:29:04 +0200
43093              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
43094              
43095              (The patch for 5.6.0 or so, this is a guess for bleadperl)
43096      Branch: perl
43097            ! pp_hot.c
43098 ____________________________________________________________________________
43099 [  9365] By: jhi                                   on 2001/03/26  21:07:54
43100         Log: Integrate perlio.
43101      Branch: perl
43102           !> perlio.c
43103 ____________________________________________________________________________
43104 [  9364] By: nick                                  on 2001/03/26  20:30:48
43105         Log: REFCNT botch in layer name cache hash.
43106      Branch: perlio
43107            ! perlio.c
43108 ____________________________________________________________________________
43109 [  9363] By: jhi                                   on 2001/03/26  18:44:32
43110         Log: Subject: [PATCH] socket() leaks file descriptors
43111              From: Benjamin Sugars <bsugars@canoe.ca>
43112              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
43113              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
43114              
43115              Also sockpair() fixed similarly.
43116      Branch: perl
43117            ! pp_sys.c
43118 ____________________________________________________________________________
43119 [  9362] By: jhi                                   on 2001/03/26  18:37:52
43120         Log: Integrate perlio.
43121      Branch: perl
43122           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
43123 ____________________________________________________________________________
43124 [  9361] By: nick                                  on 2001/03/26  17:32:06
43125         Log: Implement flush of linebuffered streams on read of a tty.
43126      Branch: perlio
43127            ! perlio.c perliol.h
43128 ____________________________________________________________________________
43129 [  9360] By: nick                                  on 2001/03/26  17:12:32
43130         Log: Memory tweaks and notes for OEMVS.
43131      Branch: perlio
43132            ! README.os390 miniperlmain.c t/op/pat.t
43133 ____________________________________________________________________________
43134 [  9359] By: jhi                                   on 2001/03/26  02:12:54
43135         Log: Update Changes.
43136      Branch: perl
43137            ! Changes patchlevel.h
43138 ____________________________________________________________________________
43139 [  9358] By: jhi                                   on 2001/03/26  02:05:32
43140         Log: Document the most common pixie options.
43141      Branch: perl
43142            ! pod/perlhack.pod
43143 ____________________________________________________________________________
43144 [  9357] By: jhi                                   on 2001/03/26  01:25:28
43145         Log: For perl.pixie check *before* compiling that optimize is -g,
43146              as for perl.third.
43147      Branch: perl
43148            ! Makefile.SH
43149 ____________________________________________________________________________
43150 [  9356] By: jhi                                   on 2001/03/26  01:13:41
43151         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
43152      Branch: perl
43153            ! Makefile.SH
43154 ____________________________________________________________________________
43155 [  9355] By: jhi                                   on 2001/03/26  01:11:19
43156         Log: Remove t/perl.third.
43157      Branch: perl
43158            ! Makefile.SH
43159 ____________________________________________________________________________
43160 [  9354] By: jhi                                   on 2001/03/26  00:23:38
43161         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
43162              IO::Sockatmark().
43163      Branch: perl
43164            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
43165 ____________________________________________________________________________
43166 [  9353] By: jhi                                   on 2001/03/25  22:25:04
43167         Log: Integrate perlio.
43168      Branch: perl
43169           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
43170           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
43171           !> pp_hot.c win32/makefile.mk
43172 ____________________________________________________________________________
43173 [  9352] By: jhi                                   on 2001/03/25  22:21:41
43174         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
43175              From: Radu Greab <radu@netsoft.ro>
43176              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
43177              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
43178      Branch: perl
43179            ! pp_sys.c
43180 ____________________________________________________________________________
43181 [  9351] By: nick                                  on 2001/03/25  22:15:02
43182         Log: Fix readline in list mode to tell rest of world that it has
43183              things on the stack. Otherwise if perl code gets invoked
43184              underneath it it scribbles over results-so-far.
43185              (Why TIEHANDLE has not tripped on this is a mystery.)
43186      Branch: perlio
43187            ! pp_hot.c
43188 ____________________________________________________________________________
43189 [  9350] By: nick                                  on 2001/03/25  22:10:13
43190         Log: win32/makefile.mk typos
43191      Branch: perlio
43192            ! win32/makefile.mk
43193 ____________________________________________________________________________
43194 [  9349] By: nick                                  on 2001/03/25  21:31:14
43195         Log: Integrate now-non-binary file.
43196      Branch: perlio
43197           !> t/lib/mimeqp.t
43198 ____________________________________________________________________________
43199 [  9348] By: nick                                  on 2001/03/25  21:27:24
43200         Log: Make it text
43201      Branch: perlio
43202            ! t/lib/mimeqp.t
43203 ____________________________________________________________________________
43204 [  9347] By: nick                                  on 2001/03/25  21:25:37
43205         Log: Integrate mainline.
43206      Branch: perlio
43207           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
43208           !> lib/Term/ReadLine.pm t/lib/md5-file.t
43209 ____________________________________________________________________________
43210 [  9346] By: nick                                  on 2001/03/25  20:58:15
43211         Log: Add destruct time hook to PerlIO (for work-in-process implementing
43212              layers in perl code. In such cases layers need to be popped before
43213              we loose the ability to run perl code.)
43214              Also back-out "PerlIO::object" hook - it isn't going to work like that...
43215      Branch: perlio
43216            ! perl.c perlio.c perlio.h perliol.h
43217 ____________________________________________________________________________
43218 [  9345] By: nick                                  on 2001/03/25  20:49:11
43219         Log: Avoid at leasy one of undefined warnings in Encode.
43220      Branch: perlio
43221            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
43222 ____________________________________________________________________________
43223 [  9344] By: jhi                                   on 2001/03/25  20:37:43
43224         Log: A workaround for using Term::ReadLine in emacs minibuffer
43225              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
43226              additional tweaks from Ilya Zakharevich.
43227      Branch: perl
43228            ! lib/Term/ReadLine.pm
43229 ____________________________________________________________________________
43230 [  9343] By: nick                                  on 2001/03/25  20:21:14
43231         Log: Missing return value.
43232      Branch: perlio
43233            ! ext/PerlIO/Scalar/Scalar.xs
43234 ____________________________________________________________________________
43235 [  9342] By: jhi                                   on 2001/03/25  16:21:00
43236         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
43237              to equal the CPAN versions since no code changes have been made.
43238      Branch: perl
43239            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
43240            ! t/lib/md5-file.t
43241 ____________________________________________________________________________
43242 [  9341] By: jhi                                   on 2001/03/25  16:01:48
43243         Log: Escape 8-bit characters.
43244      Branch: perl
43245            ! t/lib/mimeqp.t
43246 ____________________________________________________________________________
43247 [  9340] By: gsar                                  on 2001/03/25  15:50:53
43248         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
43249              chars)
43250      Branch: perl
43251            + t/lib/mimeqp.t
43252 ____________________________________________________________________________
43253 [  9339] By: gsar                                  on 2001/03/25  15:48:50
43254         Log: delete mimeqp.t for later add with text mode set
43255      Branch: perl
43256            - t/lib/mimeqp.t
43257 ____________________________________________________________________________
43258 [  9338] By: nick                                  on 2001/03/25  09:01:57
43259         Log: Integrate mainline.
43260      Branch: perlio
43261           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
43262           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
43263           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
43264           +> t/lib/mimeb64u.t t/lib/mimeqp.t
43265           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
43266           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
43267           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
43268 ____________________________________________________________________________
43269 [  9337] By: jhi                                   on 2001/03/25  04:23:24
43270         Log: Add MIME::Base64 here and there.  Again, a lot of
43271              optimism is in the air.
43272      Branch: perl
43273            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
43274            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
43275 ____________________________________________________________________________
43276 [  9336] By: jhi                                   on 2001/03/25  04:12:43
43277         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
43278              this by ear as I do not do Win32 programming.)
43279      Branch: perl
43280            ! win32/Makefile win32/makefile.mk
43281 ____________________________________________________________________________
43282 [  9335] By: jhi                                   on 2001/03/25  04:03:50
43283         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
43284      Branch: perl
43285            ! t/lib/md5-file.t
43286 ____________________________________________________________________________
43287 [  9334] By: jhi                                   on 2001/03/25  03:58:53
43288         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
43289      Branch: perl
43290            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
43291            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
43292            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
43293            + t/lib/mimeb64u.t t/lib/mimeqp.t
43294            ! MANIFEST
43295 ____________________________________________________________________________
43296 [  9333] By: jhi                                   on 2001/03/24  20:14:37
43297         Log: Integrate perlio.
43298      Branch: perl
43299           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
43300 ____________________________________________________________________________
43301 [  9332] By: nick                                  on 2001/03/24  19:40:34
43302         Log: Fix un-init variable leading to spurious "Out of Memory!"
43303      Branch: perlio
43304            ! doio.c
43305 ____________________________________________________________________________
43306 [  9331] By: nick                                  on 2001/03/24  19:09:59
43307         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
43308              and update layers internals doc.
43309      Branch: perlio
43310            ! pod/perlfunc.pod pod/perliol.pod
43311 ____________________________________________________________________________
43312 [  9330] By: jhi                                   on 2001/03/24  18:42:11
43313         Log: The length might be uninitialized garbage if the *svp is the undef.
43314      Branch: perl
43315            ! doio.c
43316 ____________________________________________________________________________
43317 [  9329] By: jhi                                   on 2001/03/24  18:26:57
43318         Log: (Retracted by #9393)
43319              
43320              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
43321              From: Simon Cozens <simon@netthink.co.uk>
43322              Date: Sat, 24 Mar 2001 17:13:17 +0000
43323              Message-ID: <20010324171317.A13406@netthink.co.uk>
43324      Branch: perl
43325            ! utils/h2xs.PL
43326 ____________________________________________________________________________
43327 [  9328] By: nick                                  on 2001/03/24  17:22:02
43328         Log: Integrate mainline.
43329      Branch: perlio
43330           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
43331           !> lib/unicode/version
43332 ____________________________________________________________________________
43333 [  9327] By: nick                                  on 2001/03/24  17:16:02
43334         Log: Integrate mainline.
43335      Branch: perlio
43336           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
43337           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
43338           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
43339           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
43340           +> t/lib/md5-file.t
43341           !> MANIFEST Makefile.SH configure.com djgpp/config.over
43342           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
43343           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
43344           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
43345           !> win32/makefile.mk
43346 ____________________________________________________________________________
43347 [  9326] By: jhi                                   on 2001/03/24  17:00:42
43348         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
43349      Branch: perl
43350            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
43351            ! lib/unicode/version
43352 ____________________________________________________________________________
43353 [  9325] By: jhi                                   on 2001/03/24  16:22:33
43354         Log: Subject: Re: B::Deparse bug (5.6.0)
43355              From: Robin Houston <robin@kitsite.com>
43356              Date: Sat, 24 Mar 2001 14:33:09 +0000
43357              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
43358      Branch: perl
43359            ! op.c pp.c t/lib/b.t t/op/repeat.t
43360 ____________________________________________________________________________
43361 [  9324] By: jhi                                   on 2001/03/24  16:21:56
43362         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
43363              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
43364              these additions may be too optimistic.
43365      Branch: perl
43366            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
43367            ! hints/uwin.sh hints/vmesa.sh
43368 ____________________________________________________________________________
43369 [  9323] By: jhi                                   on 2001/03/24  16:06:01
43370         Log: Integrate perlio.
43371      Branch: perl
43372           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
43373           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
43374            ! Makefile.SH
43375           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
43376           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
43377           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
43378           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
43379           !> win32/makefile.mk win32/perlhost.h win32/win32.c
43380           !> win32/win32iop.h
43381 ____________________________________________________________________________
43382 [  9322] By: nick                                  on 2001/03/24  14:39:12
43383         Log: Routine Win32 regen_config_h - no real changes.
43384      Branch: perlio
43385            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
43386 ____________________________________________________________________________
43387 [  9321] By: nick                                  on 2001/03/24  14:31:49
43388         Log: PerlIO fixups for Win32:
43389              - provide win33_popenlist() - non-functional as yet.
43390              - avoid need for aTHX in PerlIO_debug calls - even if not 
43391              enabled args are still evaluated so Win32 has trouble during fork().
43392              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
43393              - Fixup makedef.pl for latest set of symbols.
43394      Branch: perlio
43395            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
43396            ! win32/perlhost.h win32/win32.c win32/win32iop.h
43397 ____________________________________________________________________________
43398 [  9320] By: nick                                  on 2001/03/24  14:26:58
43399         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
43400              was gibberish - broke it on WIn32 at least.
43401      Branch: perlio
43402            ! ext/POSIX/POSIX.xs
43403 ____________________________________________________________________________
43404 [  9319] By: nick                                  on 2001/03/24  11:29:41
43405         Log: Generated files.
43406      Branch: perlio
43407            ! embed.h global.sym objXSUB.h perlapi.c proto.h
43408 ____________________________________________________________________________
43409 [  9318] By: nick                                  on 2001/03/24  10:29:37
43410         Log: Implement:
43411              1.  open($fh,"+<",undef);  # add test to t/io/open.t
43412              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
43413      Branch: perlio
43414            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
43415            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
43416            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
43417            ! t/io/open.t t/io/utf8.t
43418 ____________________________________________________________________________
43419 [  9317] By: jhi                                   on 2001/03/23  23:41:25
43420         Log: AIX does seems to have optimization problems with its C compilers.
43421      Branch: perl
43422            ! hints/aix.sh
43423 ____________________________________________________________________________
43424 [  9316] By: jhi                                   on 2001/03/23  23:40:46
43425         Log: Integrate perlio.
43426      Branch: perl
43427           +> lib/PerlIO.pm
43428           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
43429           !> perliol.h
43430 ____________________________________________________________________________
43431 [  9315] By: jhi                                   on 2001/03/23  22:16:30
43432         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
43433      Branch: perl
43434            ! t/lib/md5-file.t
43435 ____________________________________________________________________________
43436 [  9314] By: nick                                  on 2001/03/23  20:49:02
43437         Log: Perlio internals re-organized.
43438              - open process creates AV of layer/arg pairs
43439              (appends layers from open() or open.pm to default list).
43440              - push arg is now an SV.
43441              - layer ->Open get passed the AV
43442              - open is no longer mandatory method.
43443              - topmost layer that has ->Open method does the open
43444              - any layers above are pushed once that returns.
43445              - vtable re-ordered so dummy layers need only provide push/pop methods.
43446      Branch: perlio
43447            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
43448 ____________________________________________________________________________
43449 [  9313] By: nick                                  on 2001/03/23  16:27:41
43450         Log: Check in a stable (working) version before next round of tweaks.
43451              Changes include:
43452              - Move default layers code out of doio.c and into perlio.c
43453              - Single routine for parsing layer specification strings.
43454              - Skeleton support for demand loading of layers
43455              - Core-dump avoidance if PERLIO environment specifies loadable layer
43456              (does not _work_ as need IO to load and need load to do IO ...)
43457      Branch: perlio
43458            + lib/PerlIO.pm
43459            ! MANIFEST doio.c perlio.c
43460 ____________________________________________________________________________
43461 [  9312] By: gsar                                  on 2001/03/23  16:25:25
43462         Log: add execute bit to files with shebang lines in the repository;
43463              avoid clobbering execute bit in Porting/makerel 
43464      Branch: maint-5.6/perl
43465            ! (edit 144 files)
43466 ____________________________________________________________________________
43467 [  9311] By: jhi                                   on 2001/03/23  14:25:35
43468         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
43469      Branch: perl
43470            ! MANIFEST
43471 ____________________________________________________________________________
43472 [  9310] By: jhi                                   on 2001/03/23  13:45:04
43473         Log: Subject: [PATCH] Net::Ping
43474              From: Colin McMillen <mcmi0037@tc.umn.edu>
43475              Date: Thu, 22 Mar 2001 19:30:31 -0600
43476              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
43477      Branch: perl
43478            ! lib/Net/Ping.pm
43479 ____________________________________________________________________________
43480 [  9309] By: jhi                                   on 2001/03/23  13:39:13
43481         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
43482      Branch: perl
43483            ! t/lib/md5-aaa.t t/lib/md5-file.t
43484 ____________________________________________________________________________
43485 [  9308] By: jhi                                   on 2001/03/23  13:20:34
43486         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
43487              - bump the version to 2.14
43488              - drop the base64 tests since they require MIME::Base64
43489              - drop the rfc1321.txt
43490              - drop the hints/dec_osf.pl since it's only needed for
43491              pre-5.005_03 Perls
43492              Todo:
43493              - the U32 alignment testing is now removed; it needs to
43494              be reintroduced as as a Config variable (meaning also
43495              as a Configure test)
43496              - get the new EBCDIC md5sum for MD5.pm
43497              - test in Win32 to see how badly I botched the makefiles
43498      Branch: perl
43499            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
43500            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
43501            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
43502            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
43503            + t/lib/md5-file.t
43504            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
43505            ! win32/Makefile win32/makefile.mk
43506 ____________________________________________________________________________
43507 [  9307] By: jhi                                   on 2001/03/23  12:56:14
43508         Log: Integrate change #9306 from maintperl into mainline,
43509              AIX dynaloader for AIXes without <load.h>.
43510      Branch: perl
43511           !> ext/DynaLoader/hints/aix.pl
43512 ____________________________________________________________________________
43513 [  9306] By: jhi                                   on 2001/03/23  12:51:36
43514         Log: There are AIXes without /usr/include/load.h,
43515              patch from H.Merijn Brand.
43516      Branch: maint-5.6/perl
43517            ! ext/DynaLoader/hints/aix.pl
43518 ____________________________________________________________________________
43519 [  9305] By: nick                                  on 2001/03/23  11:00:42
43520         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
43521      Branch: perlio
43522            ! ext/Encode/Encode.xs perlio.c perlio.h
43523 ____________________________________________________________________________
43524 [  9304] By: nick                                  on 2001/03/23  10:20:46
43525         Log: Render -Duseperlio functional again.
43526              - this is "quick fix" which calls PerlIO_apply_layers after opening,
43527              which is what old scheme did. New scheme needs to change that
43528              to make open(...,\$scalar) etc. work but this will do for now.
43529      Branch: perlio
43530            ! perlio.c
43531 ____________________________________________________________________________
43532 [  9303] By: nick                                  on 2001/03/23  09:53:20
43533         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
43534              -Uuseperlio now works again.
43535              -Duseperlio is still poorly. Don't merge yet...
43536      Branch: perlio
43537            ! doio.c perlio.h
43538 ____________________________________________________________________________
43539 [  9302] By: nick                                  on 2001/03/22  22:26:51
43540         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
43541              type code.
43542              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
43543              is its main caller. In particular now has access to "extra" args, and
43544              can tell when an open handle is "reopened" (or duped?).
43545              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
43546              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
43547              PerlIO_open() et. al. (i.e. other way round).
43548              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
43549              with args close to PerlIO_openn().
43550      Branch: perlio
43551            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
43552 ____________________________________________________________________________
43553 [  9301] By: jhi                                   on 2001/03/22  20:58:04
43554         Log: Integrate perlio.
43555      Branch: perl
43556           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
43557           !> t/io/open.t util.c
43558 ____________________________________________________________________________
43559 [  9300] By: nick                                  on 2001/03/22  17:36:32
43560         Log: Don't include $@ in not ok message.
43561      Branch: perlio
43562            ! t/io/open.t
43563 ____________________________________________________________________________
43564 [  9299] By: gsar                                  on 2001/03/22  16:53:45
43565         Log: back out changes#7532,7521 for now (appears to have problems
43566              on IRIX)
43567      Branch: maint-5.6/perl
43568            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
43569            ! ext/POSIX/typemap pod/perlvar.pod
43570 ____________________________________________________________________________
43571 [  9298] By: nick                                  on 2001/03/22  14:35:46
43572         Log: Give a meaning to '&' in n-arg open case:
43573              open($fh,"<&",$scalar);
43574              $scalar can be:
43575              - an integer which does "fdopen"
43576              open($fh,"<&",2); # like open($fh,"<&2")
43577              - something that will yield a file handle via sv_2io()
43578              useful for dup'ing anonymous handles.
43579              e.g.:
43580              open(my $fh,"<&",\*STDIN);
43581              open(my $dup,"<&",$fh);
43582      Branch: perlio
43583            ! doio.c t/io/open.t
43584 ____________________________________________________________________________
43585 [  9297] By: nick                                  on 2001/03/22  13:34:35
43586         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
43587      Branch: perlio
43588            ! util.c
43589 ____________________________________________________________________________
43590 [  9296] By: nick                                  on 2001/03/22  12:51:20
43591         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
43592      Branch: perlio
43593            ! perl.c
43594 ____________________________________________________________________________
43595 [  9295] By: nick                                  on 2001/03/22  11:59:44
43596         Log: If stdin, stdout or stderr get opened in unexpected read/write state
43597              then warn at time of open not at time of use.
43598      Branch: perlio
43599            ! doio.c pp_hot.c pp_sys.c
43600 ____________________________________________________________________________
43601 [  9294] By: nick                                  on 2001/03/22  10:54:35
43602         Log: Die on n-arg open(...,"",xxx,yyy,...)
43603              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
43604              - die on read/write cases so we can decide what it means later.
43605      Branch: perlio
43606            ! doio.c embed.pl iperlsys.h util.c
43607 ____________________________________________________________________________
43608 [  9293] By: nick                                  on 2001/03/22  09:02:45
43609         Log: perlio tweaks (reported by Nick Clark)
43610              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
43611              error check in Pendinf_read().
43612      Branch: perlio
43613            ! perlio.c
43614 ____________________________________________________________________________
43615 [  9292] By: gsar                                  on 2001/03/22  07:12:00
43616         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
43617              fixes)
43618      Branch: maint-5.6/perl
43619           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
43620 ____________________________________________________________________________
43621 [  9291] By: jhi                                   on 2001/03/22  06:06:44
43622         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
43623      Branch: perl
43624            ! t/op/re_tests
43625 ____________________________________________________________________________
43626 [  9290] By: jhi                                   on 2001/03/22  05:57:01
43627         Log: Move MacOS Classic higher in the list of supported platforms.
43628      Branch: maint-5.6/perl
43629            ! pod/perlport.pod
43630 ____________________________________________________________________________
43631 [  9289] By: gsar                                  on 2001/03/22  05:35:04
43632         Log: revert part of change#6438 for compatibility (av_reify()
43633              appears to be needed to implement av_splice()ish things
43634              in XS)
43635      Branch: maint-5.6/perl
43636            ! embed.pl global.sym objXSUB.h perlapi.c
43637 ____________________________________________________________________________
43638 [  9288] By: gsar                                  on 2001/03/22  03:09:19
43639         Log: update copyright year
43640      Branch: maint-5.6/perl
43641            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
43642            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
43643            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
43644            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
43645            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
43646            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
43647            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
43648            ! x2p/walk.c
43649 ____________________________________________________________________________
43650 [  9287] By: jhi                                   on 2001/03/21  20:30:54
43651         Log: Integrate perlio.
43652      Branch: perl
43653           !> ext/Data/Dumper/Dumper.xs
43654 ____________________________________________________________________________
43655 [  9286] By: gsar                                  on 2001/03/21  19:49:54
43656         Log: makefile.mk tweak
43657      Branch: maint-5.6/perl
43658            ! win32/Makefile win32/makefile.mk
43659 ____________________________________________________________________________
43660 [  9285] By: nick                                  on 2001/03/21  19:07:13
43661         Log: Multiplicity fix for Dumper.
43662      Branch: perlio
43663            ! ext/Data/Dumper/Dumper.xs
43664 ____________________________________________________________________________
43665 [  9284] By: nick                                  on 2001/03/21  19:01:07
43666         Log: Integrate mainline - (does not build xTHX issue in Dumper).
43667      Branch: perlio
43668           !> (integrate 27 files)
43669 ____________________________________________________________________________
43670 [  9283] By: jhi                                   on 2001/03/21  17:17:35
43671         Log: Integrate change #9282 from mainline into maintperl,
43672              4-arg UTF-8 substr().
43673      Branch: maint-5.6/perl
43674           !> pp.c
43675 ____________________________________________________________________________
43676 [  9282] By: jhi                                   on 2001/03/21  17:15:43
43677         Log: The #9270 would have leaked a scalar if pp_substr()
43678              returned early.
43679      Branch: perl
43680            ! pp.c
43681 ____________________________________________________________________________
43682 [  9281] By: gsar                                  on 2001/03/21  17:03:14
43683         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
43684      Branch: maint-5.6/perl
43685            ! win32/makefile.mk
43686 ____________________________________________________________________________
43687 [  9280] By: gsar                                  on 2001/03/21  17:01:20
43688         Log: some tweaks to change#9278 (fork() emulation should be enabled
43689              by setting BUILD_FLAVOR instead of changing the defaults)
43690      Branch: maint-5.6/perl
43691            ! win32/makefile.mk
43692 ____________________________________________________________________________
43693 [  9279] By: gsar                                  on 2001/03/21  16:47:19
43694         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
43695      Branch: maint-5.6/perl
43696            ! ext/File/Glob/Glob.pm
43697           !> lib/Cwd.pm
43698 ____________________________________________________________________________
43699 [  9278] By: jhi                                   on 2001/03/21  14:35:10
43700         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
43701              From: "Vadim Konovalov" <watman@inbox.ru>
43702              Date: Wed, 21 Mar 2001 01:53:51 +0300
43703              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
43704      Branch: maint-5.6/perl
43705            ! win32/makefile.mk win32/win32sck.c
43706 ____________________________________________________________________________
43707 [  9277] By: jhi                                   on 2001/03/21  13:58:28
43708         Log: Integrate change #9270 from mainline to maintperl:
43709              continued 4-arg UTF-8 substr() fixing.
43710      Branch: maint-5.6/perl
43711           !> pp.c t/op/substr.t
43712 ____________________________________________________________________________
43713 [  9276] By: jhi                                   on 2001/03/21  13:33:00
43714         Log: More pixie cleaning.
43715      Branch: perl
43716            ! Makefile.SH
43717 ____________________________________________________________________________
43718 [  9275] By: jhi                                   on 2001/03/21  03:54:17
43719         Log: Update Changes.
43720      Branch: perl
43721            ! Changes patchlevel.h
43722 ____________________________________________________________________________
43723 [  9274] By: jhi                                   on 2001/03/21  03:48:24
43724         Log: First stab at making Data::Dumper to grok Unicode.
43725              
43726              TODO: tests, EBCDICify.
43727      Branch: perl
43728            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
43729 ____________________________________________________________________________
43730 [  9273] By: jhi                                   on 2001/03/21  02:23:00
43731         Log: Fix for
43732              
43733              Subject: Memory leak in unquoted print   
43734              From: Benjamin Sugars <bsugars@canoe.ca> 
43735              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
43736              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
43737      Branch: perl
43738            ! perlio.c
43739 ____________________________________________________________________________
43740 [  9272] By: jhi                                   on 2001/03/21  01:33:17
43741         Log: Subject: Re: [PATCH] POSIX::getcwd()
43742              From: Benjamin Sugars <bsugars@canoe.ca> 
43743              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
43744              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
43745      Branch: perl
43746            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
43747 ____________________________________________________________________________
43748 [  9271] By: jhi                                   on 2001/03/21  01:22:52
43749         Log: Subject: [PATCH] Cwd.pm docs
43750              From: Benjamin Sugars <bsugars@canoe.ca>
43751              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
43752              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
43753      Branch: perl
43754            ! lib/Cwd.pm
43755 ____________________________________________________________________________
43756 [  9270] By: jhi                                   on 2001/03/21  01:16:29
43757         Log: Continue 4-arg substr() UTF-8 fixage.
43758      Branch: perl
43759            ! pp.c t/op/substr.t
43760 ____________________________________________________________________________
43761 [  9269] By: jhi                                   on 2001/03/21  00:46:14
43762         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
43763              
43764              revert the leak fix in change#9142 (problem needs a more experimental
43765              fix unsuitable for 5.6.1)
43766              
43767              do alphabetical sorting by default (for csh compatibility)
43768              
43769              cut-n-paste goof in change#9264
43770              
43771              VMS piping fixes (from Charles Lane)
43772      Branch: perl
43773           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
43774           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
43775           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
43776 ____________________________________________________________________________
43777 [  9268] By: jhi                                   on 2001/03/21  00:37:04
43778         Log: Integrate perlio.
43779      Branch: perl
43780           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
43781           !> utf8.c utf8.h utfebcdic.h
43782 ____________________________________________________________________________
43783 [  9267] By: nick                                  on 2001/03/20  20:04:39
43784         Log: More EBCDIC stuff:
43785              - Loose the extra level of function on ASCII.
43786              - spotted a chr(0) issue in sv.c
43787              - re-work of UTF-X tr/// ranges to work in Unicode
43788              space. Still issues with the "0xff is illegal UTF-8" hack.
43789              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
43790              (why do it once when you can do it all over the place :-(
43791              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
43792              need utf8.pm for swashes.
43793              - Simplified and commented scan_const() in toke.c
43794              Still something wrong regexp and tr (swashes?).
43795      Branch: perlio
43796            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
43797            ! utf8.c utf8.h utfebcdic.h
43798 ____________________________________________________________________________
43799 [  9266] By: gsar                                  on 2001/03/20  19:16:43
43800         Log: VMS piping fixes (from Charles Lane)
43801      Branch: maint-5.6/perl
43802            ! vms/vms.c vms/vmspipe.com
43803 ____________________________________________________________________________
43804 [  9265] By: gsar                                  on 2001/03/20  17:53:52
43805         Log: cut-n-paste goof in change#9264
43806      Branch: maint-5.6/perl
43807            ! ext/File/Glob/Glob.xs
43808 ____________________________________________________________________________
43809 [  9264] By: gsar                                  on 2001/03/20  17:43:47
43810         Log: do alphabetical sorting by default (for csh compatibility);
43811              bsd_glob() does ASCII sort by default as usual, unless
43812              GLOB_ALPHASORT was specified
43813      Branch: maint-5.6/perl
43814            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
43815            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
43816            ! ext/File/Glob/bsd_glob.h
43817 ____________________________________________________________________________
43818 [  9263] By: gsar                                  on 2001/03/20  16:40:08
43819         Log: integrate change#9255 from mainline (unicode fix)
43820              
43821              substr($bytestr, i, n, $charstr)
43822      Branch: maint-5.6/perl
43823           !> Todo-5.6 pp.c t/op/substr.t
43824 ____________________________________________________________________________
43825 [  9262] By: gsar                                  on 2001/03/20  15:57:41
43826         Log: revert the leak fix in change#9142 (problem needs a more experimental
43827              fix unsuitable for 5.6.1)
43828      Branch: maint-5.6/perl
43829            ! scope.c
43830 ____________________________________________________________________________
43831 [  9261] By: jhi                                   on 2001/03/20  14:26:25
43832         Log: Integrate changes #9259,9260 from maintperl into mainline.
43833              
43834              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
43835              
43836              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
43837      Branch: perl
43838           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
43839 ____________________________________________________________________________
43840 [  9260] By: jhi                                   on 2001/03/20  14:05:46
43841         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
43842              From: Robin Barker <rmb1@cise.npl.co.uk>
43843              Date: Tue, 20 Mar 2001 10:12:04 GMT
43844              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
43845      Branch: maint-5.6/perl
43846            ! run.c
43847 ____________________________________________________________________________
43848 [  9259] By: jhi                                   on 2001/03/20  14:04:39
43849         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
43850              From: Chris Nandor <pudge@pobox.com>
43851              Date: Tue, 20 Mar 2001 00:40:56 -0500
43852              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
43853      Branch: maint-5.6/perl
43854            ! ext/POSIX/POSIX.xs lib/File/Path.pm
43855 ____________________________________________________________________________
43856 [  9258] By: jhi                                   on 2001/03/20  05:09:34
43857         Log: Update Changes.
43858      Branch: perl
43859            ! Changes patchlevel.h
43860 ____________________________________________________________________________
43861 [  9257] By: jhi                                   on 2001/03/20  05:04:25
43862         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
43863      Branch: perl
43864            ! t/op/tr.t
43865 ____________________________________________________________________________
43866 [  9256] By: jhi                                   on 2001/03/20  04:43:12
43867         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
43868              From: Peter Prymmer <pvhp@forte.com>
43869              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
43870              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
43871      Branch: maint-5.6/perl
43872            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
43873 ____________________________________________________________________________
43874 [  9255] By: jhi                                   on 2001/03/19  23:17:17
43875         Log: substr($bytestr, i, n, $charstr)
43876              
43877              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
43878      Branch: perl
43879            ! Todo-5.6 pp.c t/op/substr.t
43880 ____________________________________________________________________________
43881 [  9254] By: jhi                                   on 2001/03/19  22:25:09
43882         Log: Rearrange the make test target prerequisites so that
43883              in a parallel make 'all' is finished before 'test'.
43884      Branch: perl
43885            ! Makefile.SH
43886 ____________________________________________________________________________
43887 [  9253] By: jhi                                   on 2001/03/19  21:48:07
43888         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
43889              From: Robin Houston <robin@kitsite.com>
43890              Date: Mon, 19 Mar 2001 15:48:41 +0000
43891              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
43892      Branch: perl
43893            ! pp_ctl.c
43894 ____________________________________________________________________________
43895 [  9252] By: jhi                                   on 2001/03/19  21:42:27
43896         Log: Integrate perlio.
43897      Branch: perl
43898           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
43899           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
43900           !> utfebcdic.h vms/perly_c.vms
43901 ____________________________________________________________________________
43902 [  9251] By: jhi                                   on 2001/03/19  21:31:28
43903         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
43904              
43905              Dynaloading in 64-bit AIX with vac.
43906      Branch: perl
43907           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
43908           !> hints/aix.sh
43909 ____________________________________________________________________________
43910 [  9250] By: jhi                                   on 2001/03/19  21:18:00
43911         Log: A more robust solution for the 64bitall AIX dynaloading
43912              problem, from Jens-Uwe Mager.
43913      Branch: maint-5.6/perl
43914            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
43915 ____________________________________________________________________________
43916 [  9249] By: nick                                  on 2001/03/19  20:59:37
43917         Log: Integrate mainline.
43918      Branch: perlio
43919           !> (integrate 42 files)
43920 ____________________________________________________________________________
43921 [  9248] By: nick                                  on 2001/03/19  20:22:07
43922         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
43923              (Building on OS390 uses native YACC and YYDEBUG has other
43924              side effects.)
43925      Branch: perlio
43926            ! perly.c perly.y vms/perly_c.vms
43927 ____________________________________________________________________________
43928 [  9247] By: jhi                                   on 2001/03/19  19:59:53
43929         Log: 64-bit AIX dynaloading problem (see #9244) idea
43930              from Jens-Uwe Mager.
43931      Branch: maint-5.6/perl
43932            ! ext/DynaLoader/dl_aix.xs
43933 ____________________________________________________________________________
43934 [  9246] By: nick                                  on 2001/03/19  19:27:57
43935         Log: More EBCDIC fixes.
43936      Branch: perlio
43937            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
43938            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
43939 ____________________________________________________________________________
43940 [  9245] By: jhi                                   on 2001/03/19  19:05:19
43941         Log: Integrate change #9243 from mainline into maintperl.
43942              
43943              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
43944      Branch: maint-5.6/perl
43945           !> README.vmesa
43946 ____________________________________________________________________________
43947 [  9244] By: jhi                                   on 2001/03/19  19:03:15
43948         Log: Get 64bitall AIX building, but still does not test okay:
43949              dynaloading anything fails, for example for op/defins:
43950              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
43951              (update: fixed by #9247,9250)
43952      Branch: maint-5.6/perl
43953            ! hints/aix.sh
43954 ____________________________________________________________________________
43955 [  9243] By: jhi                                   on 2001/03/19  19:00:16
43956         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
43957              From: Robin Barker <rmb1@cise.npl.co.uk>
43958              Date: Mon, 19 Mar 2001 18:01:57 GMT
43959              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
43960      Branch: perl
43961            ! README.vmesa
43962 ____________________________________________________________________________
43963 [  9242] By: jhi                                   on 2001/03/19  18:58:43
43964         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
43965              
43966              TODO: tests.
43967      Branch: perl
43968            ! doop.c op.c
43969 ____________________________________________________________________________
43970 [  9241] By: gsar                                  on 2001/03/19  17:34:46
43971         Log: VMSify tests (from Charles Lane)
43972      Branch: maint-5.6/perl
43973            ! t/lib/filehand.t t/lib/texttabs.t
43974 ____________________________________________________________________________
43975 [  9240] By: jhi                                   on 2001/03/19  14:24:26
43976         Log: Integrate change #9233 from maintperl into mainline.
43977              
43978              some refcounts were incorrect in perl_clone()
43979      Branch: perl
43980           !> sv.c
43981 ____________________________________________________________________________
43982 [  9239] By: gsar                                  on 2001/03/19  09:23:17
43983         Log: this is 5.6.1-trial3
43984      Branch: maint-5.6/perl
43985            ! Changes
43986 ____________________________________________________________________________
43987 [  9238] By: gsar                                  on 2001/03/19  08:47:04
43988         Log: some new symbols are only available under ithreads
43989      Branch: maint-5.6/perl
43990            ! makedef.pl
43991 ____________________________________________________________________________
43992 [  9237] By: gsar                                  on 2001/03/19  08:42:28
43993         Log: update patchlevel.h, Changes, &c.
43994      Branch: maint-5.6/perl
43995            ! Changes patchlevel.h pod/perlhist.pod
43996           !> AUTHORS
43997 ____________________________________________________________________________
43998 [  9236] By: gsar                                  on 2001/03/19  08:17:49
43999         Log: integrate changes#8068,8717 from mainline
44000              
44001              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
44002              
44003              [PATCH CPAN 1.59_51] warning message (not!)
44004      Branch: maint-5.6/perl
44005           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
44006           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
44007           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
44008           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
44009           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
44010 ____________________________________________________________________________
44011 [  9235] By: gsar                                  on 2001/03/19  08:07:09
44012         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
44013              
44014              [PATCH] Add missing CV flags to dump.c
44015              
44016              Re: [patch] Re: PL_ptr_table
44017              
44018              Fixup non-ithread build after 8713
44019              
44020              Generated files form 8713 etc.
44021              
44022              Correct the correction :-(
44023              
44024              Documenting coderef @INC (Re: CPAN "make this script work" feature)
44025              
44026              Subject: Re: sync sync sync: have I missed any patches?
44027              Replace djSP with dSP.
44028      Branch: maint-5.6/perl
44029           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
44030           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
44031           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
44032           !> sv.c sv.h win32/perlhost.h
44033 ____________________________________________________________________________
44034 [  9234] By: gsar                                  on 2001/03/19  07:22:05
44035         Log: revert the change#9090 integrate for now (change looks somewhat
44036              incomplete in that [ha]v_exists() need something similar; lacks
44037              tests; &c.)
44038      Branch: maint-5.6/perl
44039            ! hv.c
44040 ____________________________________________________________________________
44041 [  9233] By: gsar                                  on 2001/03/19  07:10:01
44042         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
44043              destruction when there are unreferenced scalars (SvREFCNT==0)
44044      Branch: maint-5.6/perl
44045            ! sv.c
44046 ____________________________________________________________________________
44047 [  9232] By: jhi                                   on 2001/03/19  05:11:02
44048         Log: Regen api and toc.
44049      Branch: maint-5.6/perl
44050            ! pod/perlapi.pod pod/perltoc.pod
44051 ____________________________________________________________________________
44052 [  9231] By: jhi                                   on 2001/03/19  04:06:03
44053         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
44054              add a lost line in pp.c:pp_chop(), update to new op/chop.
44055              
44056              Clarify the description differentiating for and while; inspired by
44057              
44058              Subject: [ID 20010306.004] || != named unary operator
44059              
44060              The $Is_MacOS needs to be declared.
44061      Branch: maint-5.6/perl
44062            ! pp.c t/op/chop.t
44063           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
44064 ____________________________________________________________________________
44065 [  9230] By: jhi                                   on 2001/03/19  03:48:16
44066         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
44067              9079,9083,9089,9090,9091 from mainline to maintperl.
44068              
44069              Quieten some noise in Win32 builds
44070              
44071              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
44072              
44073              The perlretut was still talking about the old \p and \P
44074              definitions.
44075              
44076              More tweakage on the Unicode character class descriptions.
44077              
44078              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
44079              
44080              Subject: 'no *POSIX' Patch speeding up make on BS2000 
44081              
44082              Subject: [PATCH] perldata.pod here-doc docs
44083              
44084              Add /sbin and /usr/sbin to the list of directories scanned
44085              for setuid programs.  Takes care of bug id 20010309.003.
44086              
44087              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
44088              
44089              In op/stat #35 better to scan all the potential directories
44090              for setuids, not just the first one.
44091      Branch: maint-5.6/perl
44092            ! Makefile.SH
44093           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
44094           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
44095           !> t/op/stat.t toke.c win32/win32.h
44096 ____________________________________________________________________________
44097 [  9229] By: jhi                                   on 2001/03/19  02:31:50
44098         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
44099              From: Chris Nandor <pudge@pobox.com>
44100              Date: Sat, 10 Mar 2001 14:22:19 -0500
44101              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
44102      Branch: maint-5.6/perl
44103            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
44104            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
44105            ! t/lib/b.t t/lib/errno.t
44106 ____________________________________________________________________________
44107 [  9228] By: jhi                                   on 2001/03/19  02:29:59
44108         Log: Integrate changes #9113,9122 from mainline into maintperl.
44109              
44110              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?)
44111      Branch: maint-5.6/perl
44112           !> Configure README.os390 hints/os390.sh
44113 ____________________________________________________________________________
44114 [  9227] By: jhi                                   on 2001/03/19  02:22:35
44115         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
44116              into maintperl.
44117              
44118              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
44119              
44120              Forgot to check-in the larger part of #9120, duh.
44121              
44122              Subject: Another patch for integer.pm POD 
44123              
44124              h2ph strictness and cleanliness from Kurt Starsinic.
44125              
44126              Borland filename case problem.
44127              
44128              h2ph strictness and cleanliness from Kurt Starsinic.
44129              
44130              Subject: [PATCH] the uncontroversial doc patches
44131      Branch: maint-5.6/perl
44132           +> win32/sncfnmcs.pl
44133           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
44134           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
44135           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
44136           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
44137           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
44138           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
44139           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
44140 ____________________________________________________________________________
44141 [  9226] By: jhi                                   on 2001/03/19  02:10:21
44142         Log: Integrate changes #9207,9214 from mainline into maintperl.
44143              
44144              podchecker relaxations: =over has an *optional* number after it,
44145              and whitespace in L<> is okay.
44146      Branch: maint-5.6/perl
44147           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
44148           !> t/pod/poderrs.xr
44149 ____________________________________________________________________________
44150 [  9225] By: jhi                                   on 2001/03/19  02:07:38
44151         Log: Integrate change #9219 from maintperl into mainline.
44152              
44153              remove duplicated tests
44154      Branch: perl
44155           !> t/op/re_tests
44156 ____________________________________________________________________________
44157 [  9224] By: jhi                                   on 2001/03/19  02:06:11
44158         Log: Integrate change #9223 from mainline to maintperl.
44159              
44160              Document -Dmksymlinks.
44161      Branch: maint-5.6/perl
44162           !> INSTALL
44163 ____________________________________________________________________________
44164 [  9223] By: jhi                                   on 2001/03/19  02:01:25
44165         Log: Document -Dmksymlinks.
44166      Branch: perl
44167            ! INSTALL
44168 ____________________________________________________________________________
44169 [  9222] By: jhi                                   on 2001/03/19  01:15:35
44170         Log: The -Dmksymlinks wasn't working for maintperl.
44171      Branch: maint-5.6/perl
44172            ! Configure
44173 ____________________________________________________________________________
44174 [  9221] By: jhi                                   on 2001/03/19  00:49:43
44175         Log: Cleanup pixie residue.
44176      Branch: perl
44177            ! Makefile.SH
44178 ____________________________________________________________________________
44179 [  9220] By: jhi                                   on 2001/03/19  00:44:47
44180         Log: Document the use of pixie/prof; create make targets for it.
44181              
44182              TODO: make t/TEST pixie-aware.
44183      Branch: perl
44184            ! Makefile.SH pod/perlhack.pod
44185 ____________________________________________________________________________
44186 [  9219] By: gsar                                  on 2001/03/19  00:16:55
44187         Log: remove duplicated tests
44188      Branch: maint-5.6/perl
44189            ! t/op/re_tests
44190 ____________________________________________________________________________
44191 [  9218] By: jhi                                   on 2001/03/18  23:59:31
44192         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
44193      Branch: perl
44194            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
44195 ____________________________________________________________________________
44196 [  9217] By: jhi                                   on 2001/03/18  23:25:20
44197         Log: Rewrite the tests section of Makefile to be less redundant
44198              and to allow for more flexible test targets, many recursive
44199              make calls introduced.
44200      Branch: perl
44201            ! Makefile.SH
44202 ____________________________________________________________________________
44203 [  9216] By: jhi                                   on 2001/03/18  22:30:04
44204         Log: Document the use of Third Degree (sparsely).
44205      Branch: perl
44206            ! pod/perlhack.pod t/TEST
44207 ____________________________________________________________________________
44208 [  9215] By: jhi                                   on 2001/03/18  22:10:30
44209         Log: Make targets for testing with Third Degree.
44210      Branch: perl
44211            ! Makefile.SH
44212 ____________________________________________________________________________
44213 [  9214] By: jhi                                   on 2001/03/18  21:08:53
44214         Log: The podchecker relaxations need to mirrored also at the tests.
44215      Branch: perl
44216            ! t/pod/poderrs.xr
44217 ____________________________________________________________________________
44218 [  9213] By: jhi                                   on 2001/03/18  20:56:21
44219         Log: Update Changes.
44220      Branch: perl
44221            ! Changes patchlevel.h
44222 ____________________________________________________________________________
44223 [  9212] By: jhi                                   on 2001/03/18  20:36:59
44224         Log: Looking for config.sh in parent directories isn't
44225              very useful for the toplevel Makefile.
44226      Branch: perl
44227            ! Makefile.SH
44228 ____________________________________________________________________________
44229 [  9211] By: jhi                                   on 2001/03/18  20:33:37
44230         Log: On "make clean" take care of Third Degree droppings.
44231      Branch: perl
44232            ! Makefile.SH
44233 ____________________________________________________________________________
44234 [  9210] By: jhi                                   on 2001/03/18  20:21:34
44235         Log: Add a hook for running the tests under the Third Degree
44236              debugging tool (set $ENV{PERL_3LOG} to non-zero)
44237              
44238              TODO: Document the use of Third Degree.
44239      Branch: perl
44240            ! t/TEST
44241 ____________________________________________________________________________
44242 [  9209] By: jhi                                   on 2001/03/18  20:19:07
44243         Log: Regen toc and api pods.
44244      Branch: perl
44245            ! pod/perlapi.pod pod/perltoc.pod
44246 ____________________________________________________________________________
44247 [  9208] By: jhi                                   on 2001/03/18  20:12:12
44248         Log: Integrate changes #8128,9132 from mainline into maintperl,
44249              Tie::SubstrHash fixes.
44250      Branch: maint-5.6/perl
44251           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
44252 ____________________________________________________________________________
44253 [  9207] By: jhi                                   on 2001/03/18  20:07:43
44254         Log: podchecker relaxations from Michael Stevens.
44255      Branch: perl
44256            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
44257 ____________________________________________________________________________
44258 [  9206] By: jhi                                   on 2001/03/18  20:04:24
44259         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
44260      Branch: perl
44261            ! lib/Locale/Constants.pm lib/Locale/Country.pm
44262            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
44263            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
44264 ____________________________________________________________________________
44265 [  9205] By: jhi                                   on 2001/03/18  19:54:45
44266         Log: Integrate changes #9161,9162 from maintperl to mainline.
44267              
44268              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
44269              results
44270      Branch: perl
44271           !> t/op/magic.t
44272 ____________________________________________________________________________
44273 [  9204] By: jhi                                   on 2001/03/18  19:37:46
44274         Log: Make perl.third checks more understandable to the builder.
44275      Branch: perl
44276            ! Makefile.SH
44277 ____________________________________________________________________________
44278 [  9203] By: jhi                                   on 2001/03/18  19:20:54
44279         Log: Re-integrate #9138 from maintperl to mainline,
44280              the squelching of the unneeded "Scalars leaked" messages.
44281      Branch: perl
44282           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
44283           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
44284           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
44285 ____________________________________________________________________________
44286 [  9202] By: jhi                                   on 2001/03/18  18:48:36
44287         Log: More robust and more paranoid perl.third target.
44288      Branch: perl
44289            ! Makefile.SH
44290 ____________________________________________________________________________
44291 [  9201] By: jhi                                   on 2001/03/18  18:39:21
44292         Log: Integrate change #9197 from maintperl to mainline.
44293              
44294              more thorough cleaning of arenas.
44295      Branch: perl
44296           !> embed.pl perl.c proto.h sv.c t/op/sort.t
44297 ____________________________________________________________________________
44298 [  9200] By: jhi                                   on 2001/03/18  18:25:17
44299         Log: Integrate perlio.
44300      Branch: perl
44301           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
44302           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
44303           !> t/lib/encode.t toke.c universal.c utf8.c
44304 ____________________________________________________________________________
44305 [  9199] By: nick                                  on 2001/03/18  15:23:51
44306         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
44307              is the sense of the test being done. Avoid some magical 127 and 128 values
44308              by using macros.
44309      Branch: perlio
44310            ! doop.c pp_ctl.c sv.c toke.c
44311 ____________________________________________________________________________
44312 [  9198] By: nick                                  on 2001/03/18  14:18:12
44313         Log: UTF-X encoding invariance for Encode:
44314              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
44315              - move the XS code for those to universal.c (so in miniperl)
44316              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
44317              - change ext/Encode/compile to use above.
44318              - Fix t/lib/encode.t for above
44319              - Teach t/lib/b.t to expect -uutf8
44320              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
44321              utf8.pm is needed.
44322      Branch: perlio
44323            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
44324            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
44325 ____________________________________________________________________________
44326 [  9197] By: gsar                                  on 2001/03/18  12:15:57
44327         Log: more thorough cleaning of arenas--keep going until no more
44328              SvREFCNT_dec()s occur (this fixes the problem that causes the
44329              pesky "Scalars leaked" warnings)
44330      Branch: maint-5.6/perl
44331            ! embed.pl perl.c proto.h sv.c t/op/sort.t
44332 ____________________________________________________________________________
44333 [  9196] By: nick                                  on 2001/03/18  10:57:29
44334         Log: Fix pragma/utf8.t # 15
44335              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
44336              are SvUTF8 as well.
44337      Branch: perlio
44338            ! toke.c
44339 ____________________________________________________________________________
44340 [  9195] By: nick                                  on 2001/03/18  09:27:06
44341         Log: Integrate mainline
44342      Branch: perlio
44343           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
44344           !> t/op/pat.t
44345 ____________________________________________________________________________
44346 [  9194] By: jhi                                   on 2001/03/18  05:29:59
44347         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
44348              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
44349      Branch: perl
44350            ! op.c op.h t/op/misc.t t/op/pat.t
44351 ____________________________________________________________________________
44352 [  9193] By: jhi                                   on 2001/03/18  05:15:06
44353         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
44354      Branch: perl
44355            ! mg.c t/op/pat.t
44356 ____________________________________________________________________________
44357 [  9192] By: jhi                                   on 2001/03/18  04:22:43
44358         Log: tr/// UTF-8 patches from Inaba Hiroto.
44359      Branch: perl
44360            ! doop.c op.c
44361 ____________________________________________________________________________
44362 [  9191] By: jhi                                   on 2001/03/18  04:21:17
44363         Log: Integrate perlio.
44364      Branch: perl
44365           !> utf8.c utfebcdic.h
44366 ____________________________________________________________________________
44367 [  9190] By: nick                                  on 2001/03/17  20:32:01
44368         Log: Correct #if EBCDIC side typos.
44369              Builds and passes many tests on OS390.
44370      Branch: perlio
44371            ! utf8.c utfebcdic.h
44372 ____________________________________________________________________________
44373 [  9189] By: jhi                                   on 2001/03/17  18:55:49
44374         Log: Add prerequisites for the perl.third target.
44375      Branch: perl
44376            ! Makefile.SH
44377 ____________________________________________________________________________
44378 [  9188] By: jhi                                   on 2001/03/17  18:46:00
44379         Log: Integrate perlio.
44380      Branch: perl
44381           +> utfebcdic.h
44382           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
44383 ____________________________________________________________________________
44384 [  9187] By: jhi                                   on 2001/03/17  18:38:47
44385         Log: Add a make rule for perl.third (the Third Degree memory debugging
44386              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
44387      Branch: perl
44388            ! Makefile.SH
44389 ____________________________________________________________________________
44390 [  9186] By: nick                                  on 2001/03/17  18:34:48
44391         Log: MANIFEST addition :-(
44392      Branch: perlio
44393            ! MANIFEST
44394 ____________________________________________________________________________
44395 [  9185] By: nick                                  on 2001/03/17  18:29:50
44396         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
44397              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
44398              a superset of ASCII are invariant under the encoding. This is EBCDIC
44399              friendly as an encoded string can be looked at as being EBCDIC by lexer
44400              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
44401              ASCII on ASCII machines.
44402              
44403              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
44404              seperate.
44405              - Add some more macros to comprehend different shift amounts and
44406              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
44407              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
44408              and conditionally #include it.
44409              
44410              EBCDIC build as yet untested.  ASCII still fails the one test.
44411      Branch: perlio
44412            + utfebcdic.h
44413            ! utf8.c utf8.h
44414 ____________________________________________________________________________
44415 [  9184] By: nick                                  on 2001/03/17  17:44:16
44416         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
44417      Branch: perlio
44418            ! doop.c perl.h pp.c utf8.h
44419 ____________________________________________________________________________
44420 [  9183] By: jhi                                   on 2001/03/17  15:55:42
44421         Log: Integrate perlio.
44422      Branch: perl
44423            ! MANIFEST
44424           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
44425 ____________________________________________________________________________
44426 [  9182] By: nick                                  on 2001/03/17  09:16:06
44427         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
44428      Branch: perlio
44429            ! t/op/pat.t
44430 ____________________________________________________________________________
44431 [  9181] By: nick                                  on 2001/03/17  09:15:11
44432         Log: Integrate mainline.
44433      Branch: perlio
44434           +> lib/Locale/Constants.pm lib/Locale/Country.pm
44435           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
44436           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
44437           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
44438           !> (integrate 83 files)
44439 ____________________________________________________________________________
44440 [  9180] By: nick                                  on 2001/03/16  17:23:21
44441         Log: EBCDIC Fixes.
44442      Branch: perlio
44443            ! perl.h sv.c toke.c utf8.c utf8.h
44444 ____________________________________________________________________________
44445 [  9179] By: jhi                                   on 2001/03/16  14:10:12
44446         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
44447              a change needed to work around an AIX compiler bug.
44448      Branch: perl
44449            ! ext/Storable/Storable.xs
44450 ____________________________________________________________________________
44451 [  9178] By: jhi                                   on 2001/03/16  03:19:59
44452         Log: With Damian's approval synchronize damian's modules'
44453              licensing with Perl's standard module licensing.
44454      Branch: perl
44455            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
44456 ____________________________________________________________________________
44457 [  9177] By: jhi                                   on 2001/03/16  03:15:34
44458         Log: Make the Filter::Util:Call files have their own copies
44459              of the Perl standard module licensing, from Paul Marquess.
44460      Branch: perl
44461            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
44462 ____________________________________________________________________________
44463 [  9176] By: jhi                                   on 2001/03/16  02:56:04
44464         Log: Subject: [PATCH] more pod patches
44465              From: Michael Stevens <michael@etla.org>
44466              Date: Thu, 15 Mar 2001 21:25:18 +0000
44467              Message-ID: <20010315212518.A18870@firedrake.org>
44468      Branch: perl
44469            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
44470            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
44471            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
44472            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
44473            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
44474            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
44475            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
44476            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
44477            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
44478            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
44479            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
44480            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
44481            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
44482            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
44483            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
44484            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
44485            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
44486            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
44487            ! lib/Locale/Country.pm lib/Locale/Language.pm
44488            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
44489            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
44490            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
44491            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
44492            ! os2/OS2/Process/Process.pm
44493 ____________________________________________________________________________
44494 [  9175] By: jhi                                   on 2001/03/16  02:53:32
44495         Log: Subject: [PATCH] the uncontroversial doc patches
44496              From: Michael Stevens <michael@etla.org>
44497              Date: Thu, 15 Mar 2001 20:01:12 +0000
44498              Message-ID: <20010315200112.A7636@firedrake.org>
44499      Branch: perl
44500            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
44501            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
44502            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
44503            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
44504            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
44505 ____________________________________________________________________________
44506 [  9174] By: jhi                                   on 2001/03/16  02:50:49
44507         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
44508              From: Paul Lindner <lindner@inuus.com>
44509              Date: Fri, 16 Mar 2001 11:28:03 -0800
44510              Message-ID: <20010316112803.A7577@inuus.com>
44511      Branch: perl
44512            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
44513 ____________________________________________________________________________
44514 [  9173] By: nick                                  on 2001/03/15  20:21:03
44515         Log: 1st day's EBCDIC fixes:
44516              - toke.c's parsing of strings needed attention
44517              needed to conditionally e2a if string was already UTF-8
44518              - e2a/a2e tables where wrong way round.
44519              - new macros in utf8.h
44520      Branch: perlio
44521            ! perl.h toke.c utf8.h
44522 ____________________________________________________________________________
44523 [  9172] By: jhi                                   on 2001/03/15  15:17:17
44524         Log: Update Changes.
44525      Branch: perl
44526            ! Changes patchlevel.h
44527 ____________________________________________________________________________
44528 [  9171] By: jhi                                   on 2001/03/15  15:09:32
44529         Log: Subject: Re: Another Borland C++ problem.
44530              From: "Vadim Konovalov" <watman@inbox.ru>
44531              Date: Sat, 10 Mar 2001 19:26:07 +0300
44532              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
44533              
44534              Borland filename case problem.
44535      Branch: perl
44536            + win32/sncfnmcs.pl
44537            ! MANIFEST README.win32
44538 ____________________________________________________________________________
44539 [  9170] By: jhi                                   on 2001/03/15  14:54:23
44540         Log: Add Locale::Codes 1.06, from Neil Bowers.
44541      Branch: perl
44542            + lib/Locale/Constants.pm lib/Locale/Country.pm
44543            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
44544            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
44545            + t/lib/lc-language.t t/lib/lc-uk.t
44546            ! MANIFEST
44547 ____________________________________________________________________________
44548 [  9169] By: jhi                                   on 2001/03/15  14:19:01
44549         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
44550      Branch: perl
44551            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
44552            ! ext/Storable/Storable.xs
44553 ____________________________________________________________________________
44554 [  9168] By: jhi                                   on 2001/03/15  14:13:22
44555         Log: Integrate changes #9120,9167 from mainline to maintperl.
44556              
44557              Subject: [PATCH 5.6.1] OS/2 docs
44558              
44559              Subject: [PATCH 5.6.1] perldoc
44560      Branch: maint-5.6/perl
44561           !> os2/Changes utils/perldoc.PL
44562 ____________________________________________________________________________
44563 [  9167] By: jhi                                   on 2001/03/15  14:07:42
44564         Log: Subject: [PATCH 5.6.1] perldoc
44565              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44566              Date: Wed, 14 Mar 2001 23:46:52 -0500
44567              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
44568      Branch: perl
44569            ! utils/perldoc.PL
44570 ____________________________________________________________________________
44571 [  9166] By: jhi                                   on 2001/03/15  13:53:15
44572         Log: sigaction test condition tweakage.
44573      Branch: perl
44574            ! t/lib/sigaction.t
44575 ____________________________________________________________________________
44576 [  9165] By: alanbur                               on 2001/03/15  03:49:17
44577         Log: Resynchronised with parent
44578      Branch: maint-5.6/pureperl
44579           +> os2/os2add.sym t/op/anonsub.t
44580           !> (integrate 72 files)
44581 ____________________________________________________________________________
44582 [  9164] By: jhi                                   on 2001/03/15  01:05:01
44583         Log: Avoid stomping off the beginning of an array in tr///.
44584      Branch: perl
44585            ! op.c
44586 ____________________________________________________________________________
44587 [  9163] By: jhi                                   on 2001/03/15  00:58:57
44588         Log: h2ph strictness and cleanliness from Kurt Starsinic.
44589      Branch: perl
44590            ! utils/h2ph.PL
44591 ____________________________________________________________________________
44592 [  9162] By: gsar                                  on 2001/03/15  00:56:53
44593         Log: avoid warnings
44594      Branch: maint-5.6/perl
44595            ! t/op/magic.t
44596 ____________________________________________________________________________
44597 [  9161] By: gsar                                  on 2001/03/15  00:52:09
44598         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
44599              results
44600      Branch: maint-5.6/perl
44601            ! t/op/magic.t
44602 ____________________________________________________________________________
44603 [  9160] By: jhi                                   on 2001/03/14  22:02:10
44604         Log: Do not use the Perl malloc in IRIX, suggested by
44605              Helmus Jarausch.
44606      Branch: perl
44607            ! hints/irix_6.sh
44608 ____________________________________________________________________________
44609 [  9159] By: nick                                  on 2001/03/14  21:45:59
44610         Log: Integrate mainline
44611      Branch: perlio
44612           +> t/op/loopctl.t
44613           !> (integrate 41 files)
44614 ____________________________________________________________________________
44615 [  9158] By: jhi                                   on 2001/03/14  21:10:09
44616         Log: The Day of the Retractions continues: the #9138
44617              (integrated in #9144) doesn't work well in mainline.
44618      Branch: perl
44619            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
44620            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
44621            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
44622 ____________________________________________________________________________
44623 [  9157] By: jhi                                   on 2001/03/14  20:58:12
44624         Log: The #9145 CANNOT be enabled: the clear_pmop code still
44625              dumps core all over in Tru64.
44626      Branch: perl
44627            ! op.c op.h t/op/pat.t
44628 ____________________________________________________________________________
44629 [  9156] By: jhi                                   on 2001/03/14  20:48:06
44630         Log: Integrate change #9154 from maintperl to mainline.
44631              
44632              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
44633              (caused Storable 1.0.10 to break on windows)
44634      Branch: perl
44635           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
44636           !> perlapi.c proto.h
44637 ____________________________________________________________________________
44638 [  9155] By: jhi                                   on 2001/03/14  20:23:53
44639         Log: Retract #9136: breaks threading (and binary compatibility).
44640      Branch: perl
44641            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
44642 ____________________________________________________________________________
44643 [  9154] By: gsar                                  on 2001/03/14  17:48:18
44644         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
44645              (caused Storable 1.0.10 to break on windows)
44646      Branch: maint-5.6/perl
44647            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
44648            ! perlapi.c proto.h
44649 ____________________________________________________________________________
44650 [  9153] By: jhi                                   on 2001/03/14  13:35:21
44651         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
44652      Branch: perl
44653            ! t/lib/sigaction.t
44654 ____________________________________________________________________________
44655 [  9152] By: gsar                                  on 2001/03/14  07:29:40
44656         Log: back out changes#9012,9010,9009 and parts of change#9016
44657              (causes ABRs under purify, and some prerequisites don't
44658              seem to be there in 5.6.x)
44659      Branch: maint-5.6/perl
44660            ! doop.c op.c t/op/tr.t toke.c
44661 ____________________________________________________________________________
44662 [  9151] By: gsar                                  on 2001/03/14  07:01:29
44663         Log: reenable change#9145 (the test was busted due to a missing
44664              C<print "ok 27\n">)
44665      Branch: perl
44666            ! op.c op.h t/op/pat.t
44667 ____________________________________________________________________________
44668 [  9150] By: jhi                                   on 2001/03/14  06:38:36
44669         Log: Retract #9145.
44670      Branch: perl
44671            ! op.c op.h t/op/pat.t
44672 ____________________________________________________________________________
44673 [  9149] By: jhi                                   on 2001/03/14  06:14:56
44674         Log: Retract #9143.
44675      Branch: perl
44676            ! op.c
44677 ____________________________________________________________________________
44678 [  9148] By: gsar                                  on 2001/03/14  06:13:02
44679         Log: Uninitialized Memory Read in regexec.c
44680      Branch: perl
44681            ! regexec.c
44682 ____________________________________________________________________________
44683 [  9147] By: jhi                                   on 2001/03/14  04:59:54
44684         Log: Subject: PATCH: make goto work in nested eval ""
44685              From: Robin Houston <robin@kitsite.com>
44686              Date: Wed, 14 Mar 2001 04:16:10 +0000
44687              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
44688      Branch: perl
44689            ! pp_ctl.c t/op/goto.t
44690 ____________________________________________________________________________
44691 [  9146] By: jhi                                   on 2001/03/14  04:42:54
44692         Log: Preserve the #ifdef PERL_CORE in perly.h.
44693      Branch: perl
44694            ! perly.fixer
44695 ____________________________________________________________________________
44696 [  9145] By: jhi                                   on 2001/03/14  03:57:41
44697         Log: (Retracted by #9150.)
44698      Branch: perl
44699            ! op.c op.h t/op/pat.t
44700 ____________________________________________________________________________
44701 [  9144] By: jhi                                   on 2001/03/14  03:50:38
44702         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
44703              
44704              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
44705              
44706              remove squelch controls for "Scalars leaked" messages in most places
44707              (these are now cured)
44708              
44709              fix another memory leak reported by purify (tie callbacks that
44710              croak can leak when wiping out magic)
44711      Branch: perl
44712           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
44713           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
44714           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
44715           !> t/pragma/warnings.t
44716 ____________________________________________________________________________
44717 [  9143] By: jhi                                   on 2001/03/14  03:37:53
44718         Log: (Retracted by #9149.)
44719      Branch: perl
44720            ! op.c
44721 ____________________________________________________________________________
44722 [  9142] By: gsar                                  on 2001/03/14  03:20:48
44723         Log: fix another memory leak reported by purify (tie callbacks that
44724              croak can leak when wiping out magic)
44725      Branch: maint-5.6/perl
44726            ! scope.c
44727 ____________________________________________________________________________
44728 [  9141] By: jhi                                   on 2001/03/14  02:55:00
44729         Log: Subject: PATCH for [ID 20010305.003]
44730              From: Robin Houston <robin@kitsite.com>
44731              Date: Wed, 14 Mar 2001 02:45:51 +0000
44732              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
44733      Branch: perl
44734            ! pp_ctl.c t/op/eval.t
44735 ____________________________________________________________________________
44736 [  9140] By: jhi                                   on 2001/03/14  02:41:54
44737         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
44738              Date: Wed, 14 Mar 2001 01:52:51 +0000
44739              From: Robin Houston <robin@kitsite.com>
44740              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
44741              
44742              Fix for 2000313.004.
44743      Branch: perl
44744            ! pp_ctl.c t/op/goto.t
44745 ____________________________________________________________________________
44746 [  9139] By: jhi                                   on 2001/03/14  02:40:50
44747         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
44748              From: Robin Houston <robin@kitsite.com>
44749              Date: Wed, 14 Mar 2001 00:43:45 +0000
44750              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
44751      Branch: perl
44752            + t/op/loopctl.t
44753            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
44754            ! vms/perly_c.vms
44755 ____________________________________________________________________________
44756 [  9138] By: gsar                                  on 2001/03/14  01:18:00
44757         Log: remove squelch controls for "Scalars leaked" messages in most places
44758              (these are now cured)
44759      Branch: maint-5.6/perl
44760            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
44761            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
44762            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
44763 ____________________________________________________________________________
44764 [  9137] By: gsar                                  on 2001/03/14  00:57:04
44765         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
44766      Branch: maint-5.6/perl
44767            ! regcomp.c
44768 ____________________________________________________________________________
44769 [  9136] By: jhi                                   on 2001/03/13  23:12:24
44770         Log: (Retracted by #9155)
44771              
44772              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
44773              From: Jens-Uwe Mager <jum@helios.de>
44774              Date: Wed, 21 Feb 2001 21:32:04 +0100
44775              Message-ID: <20010221213203.A18340@ans.helios.de>
44776      Branch: perl
44777            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
44778 ____________________________________________________________________________
44779 [  9135] By: jhi                                   on 2001/03/13  22:50:05
44780         Log: Integrate perlio.
44781      Branch: perl
44782           !> pp.c
44783 ____________________________________________________________________________
44784 [  9134] By: jhi                                   on 2001/03/13  22:49:05
44785         Log: Integrate change #9131 from maintperl into mainline.
44786              
44787              make the error text look more consistent in hints/hpux.sh
44788      Branch: perl
44789           !> hints/hpux.sh
44790 ____________________________________________________________________________
44791 [  9133] By: gsar                                  on 2001/03/13  22:46:20
44792         Log: integrate change#9067 from mainline
44793              
44794              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
44795      Branch: maint-5.6/perl
44796           !> lib/ExtUtils/MM_Unix.pm
44797 ____________________________________________________________________________
44798 [  9132] By: jhi                                   on 2001/03/13  22:41:21
44799         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
44800              From: "John P. Linderman" <jpl@research.att.com>
44801              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
44802              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
44803              
44804              A more correct prime finder.
44805      Branch: perl
44806            ! lib/Tie/SubstrHash.pm
44807 ____________________________________________________________________________
44808 [  9131] By: gsar                                  on 2001/03/13  22:30:42
44809         Log: make the error text look more consistent in hints/hpux.sh
44810      Branch: maint-5.6/perl
44811            ! hints/hpux.sh
44812 ____________________________________________________________________________
44813 [  9130] By: jhi                                   on 2001/03/13  22:23:44
44814         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
44815              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44816              Date: Tue, 13 Mar 2001 18:41:26 +0100
44817              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
44818              
44819              If the test is run non-interactively the default handler
44820              is different.
44821      Branch: perl
44822            ! t/lib/sigaction.t
44823 ____________________________________________________________________________
44824 [  9129] By: jhi                                   on 2001/03/13  22:20:21
44825         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
44826              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44827              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
44828              Date:     Tue, 13 Mar 2001 16:44:32 EST
44829      Branch: perl
44830            ! t/lib/1_compile.t
44831 ____________________________________________________________________________
44832 [  9128] By: jhi                                   on 2001/03/13  22:18:34
44833         Log: Subject: Another patch for integer.pm POD 
44834              From: "John L. Allen" <allen@grumman.com>
44835              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
44836              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
44837      Branch: perl
44838            ! lib/integer.pm
44839 ____________________________________________________________________________
44840 [  9127] By: nick                                  on 2001/03/13  21:26:30
44841         Log: Integrate mainline.
44842      Branch: perlio
44843           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
44844           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
44845           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
44846           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
44847           !> Changes Configure MANIFEST README.os2 README.os390
44848           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
44849           !> os2/Changes patchlevel.h win32/perlhost.h
44850 ____________________________________________________________________________
44851 [  9126] By: nick                                  on 2001/03/13  20:39:51
44852         Log: #ifdef'ed out code to make packed side of pack/unpack
44853              octets. (i.e. pack('U') => encode_utf8).
44854      Branch: perlio
44855            ! pp.c
44856 ____________________________________________________________________________
44857 [  9125] By: jhi                                   on 2001/03/13  15:07:16
44858         Log: Update Changes.
44859      Branch: perl
44860            ! Changes patchlevel.h
44861 ____________________________________________________________________________
44862 [  9124] By: jhi                                   on 2001/03/13  14:22:45
44863         Log: Workaround for the buggy ("internal compiler error")
44864              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
44865              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
44866              of Andreas König.
44867      Branch: perl
44868            ! ext/re/Makefile.PL hints/aix.sh
44869 ____________________________________________________________________________
44870 [  9123] By: jhi                                   on 2001/03/13  03:24:34
44871         Log: Typo in #9114.
44872      Branch: metaconfig
44873            ! U/modified/myhostname.U
44874 ____________________________________________________________________________
44875 [  9122] By: jhi                                   on 2001/03/13  03:24:06
44876         Log: Typo in #9113.
44877      Branch: perl
44878            ! Configure
44879 ____________________________________________________________________________
44880 [  9121] By: jhi                                   on 2001/03/13  01:53:05
44881         Log: Forgot to check-in the larger part of #9120, duh.
44882      Branch: perl
44883            ! README.os2
44884 ____________________________________________________________________________
44885 [  9120] By: jhi                                   on 2001/03/13  01:51:31
44886         Log: Subject: [PATCH 5.6.1] OS/2 docs
44887              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44888              Date: Mon, 12 Mar 2001 03:27:32 -0500
44889              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
44890      Branch: perl
44891            ! os2/Changes
44892 ____________________________________________________________________________
44893 [  9119] By: jhi                                   on 2001/03/13  01:49:41
44894         Log: Integrate change #9116 from maintperl into mainline.
44895              
44896              Win32::GetCwd() returns C: instead of C:\ in the root directory
44897              under ithreads
44898      Branch: perl
44899           !> win32/perlhost.h
44900 ____________________________________________________________________________
44901 [  9118] By: jhi                                   on 2001/03/13  01:13:39
44902         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
44903      Branch: perl
44904            + lib/Switch.pm t/lib/switch.t
44905            ! MANIFEST
44906 ____________________________________________________________________________
44907 [  9117] By: jhi                                   on 2001/03/13  01:03:17
44908         Log: Add Text::Balanced 1.83.
44909      Branch: perl
44910            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
44911            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
44912            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
44913            + t/lib/tb-xvari.t
44914            ! MANIFEST
44915 ____________________________________________________________________________
44916 [  9116] By: gsar                                  on 2001/03/13  00:55:53
44917         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
44918              under ithreads
44919      Branch: maint-5.6/perl
44920            ! win32/perlhost.h
44921 ____________________________________________________________________________
44922 [  9115] By: jhi                                   on 2001/03/13  00:54:09
44923         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
44924              From: "John L. Allen" <allen@grumman.com>
44925              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
44926              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
44927              
44928              use integer document clarification.
44929      Branch: perl
44930            ! lib/integer.pm
44931 ____________________________________________________________________________
44932 [  9114] By: jhi                                   on 2001/03/13  00:38:54
44933         Log: Metaconfig unit change for #9113.
44934      Branch: metaconfig
44935            ! U/modified/myhostname.U
44936 ____________________________________________________________________________
44937 [  9113] By: jhi                                   on 2001/03/13  00:38:35
44938         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?)
44939              From: Peter Prymmer <pvhp@forte.com>
44940              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
44941              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
44942      Branch: perl
44943            ! Configure README.os390 hints/os390.sh
44944 ____________________________________________________________________________
44945 [  9112] By: jhi                                   on 2001/03/13  00:29:00
44946         Log: Integrate perlio.
44947      Branch: perl
44948           !> sv.c utf8.h
44949 ____________________________________________________________________________
44950 [  9111] By: nick                                  on 2001/03/12  21:16:33
44951         Log: Integrate mainline.
44952      Branch: perlio
44953           +> t/op/anonsub.t
44954           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
44955           !> proto.h sv.c
44956 ____________________________________________________________________________
44957 [  9110] By: nick                                  on 2001/03/12  21:00:13
44958         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
44959      Branch: perlio
44960            ! sv.c utf8.h
44961 ____________________________________________________________________________
44962 [  9109] By: jhi                                   on 2001/03/12  16:04:47
44963         Log: Integrate change #9108 from maintperl to mainline.
44964              
44965              fix memory leak in C<sub X { sub {} }> arising from a refcount
44966              loop between the outer sub and the inner prototype anonsub
44967              
44968              this also enables closures returned by subroutines that
44969              subsequently get redefined to work without generating coredumps :)
44970              
44971              completely removed the free_closures() hack--it shouldn't be
44972              needed anymore
44973      Branch: perl
44974           +> t/op/anonsub.t
44975           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
44976           !> proto.h sv.c
44977 ____________________________________________________________________________
44978 [  9108] By: gsar                                  on 2001/03/12  10:21:31
44979         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
44980              loop between the outer sub and the inner prototype anonsub
44981              
44982              this also enables closures returned by subroutines that
44983              subsequently get redefined to work without generating coredumps :)
44984              
44985              completely removed the free_closures() hack--it shouldn't be
44986              needed anymore
44987      Branch: maint-5.6/perl
44988            + t/op/anonsub.t
44989            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
44990            ! proto.h sv.c
44991 ____________________________________________________________________________
44992 [  9107] By: jhi                                   on 2001/03/12  05:15:31
44993         Log: Integrate perlio.
44994      Branch: perl
44995           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
44996 ____________________________________________________________________________
44997 [  9106] By: nick                                  on 2001/03/11  20:10:12
44998         Log: regcomp.c is working in native space, not Unicode space (if different)
44999              as it is doing compare against 'W' in \W etc.
45000      Branch: perlio
45001            ! regcomp.c
45002 ____________________________________________________________________________
45003 [  9105] By: nick                                  on 2001/03/11  19:39:34
45004         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
45005              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
45006      Branch: perlio
45007            ! regcomp.c toke.c utf8.c
45008 ____________________________________________________________________________
45009 [  9104] By: nick                                  on 2001/03/11  18:15:44
45010         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
45011      Branch: perlio
45012            ! sv.c
45013 ____________________________________________________________________________
45014 [  9103] By: nick                                  on 2001/03/11  18:03:28
45015         Log: Integrate mainline (for regexp stuff).
45016      Branch: perlio
45017           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
45018           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
45019           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
45020           !> t/lib/errno.t t/op/pat.t
45021 ____________________________________________________________________________
45022 [  9102] By: nick                                  on 2001/03/11  17:44:20
45023         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
45024              - exclude layer syms in makedef.pl for sfio
45025              - also inhibit Encode from trying to build ":encode()" layer.
45026      Branch: perlio
45027            ! ext/Encode/Encode.xs makedef.pl
45028 ____________________________________________________________________________
45029 [  9101] By: jhi                                   on 2001/03/10  22:38:13
45030         Log: The $Is_MacOS needs to be declared.
45031      Branch: perl
45032            ! lib/ExtUtils/Manifest.pm
45033 ____________________________________________________________________________
45034 [  9100] By: jhi                                   on 2001/03/10  22:14:29
45035         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
45036              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
45037              pollute the symbolspace if using sfio.
45038      Branch: perl
45039            ! ext/Encode/Encode.xs
45040 ____________________________________________________________________________
45041 [  9099] By: jhi                                   on 2001/03/10  21:58:48
45042         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
45043              Date: Sat, 10 Mar 2001 14:23:55 -0500
45044              From: Chris Nandor <pudge@pobox.com>
45045              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
45046      Branch: perl
45047            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
45048            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
45049            ! t/lib/errno.t
45050 ____________________________________________________________________________
45051 [  9098] By: jhi                                   on 2001/03/10  21:38:30
45052         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
45053      Branch: perl
45054            ! regcomp.c regexec.c t/op/pat.t
45055 ____________________________________________________________________________
45056 [  9097] By: jhi                                   on 2001/03/10  14:38:07
45057         Log: Integrate perlio.
45058      Branch: perl
45059           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
45060           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
45061           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
45062 ____________________________________________________________________________
45063 [  9096] By: nick                                  on 2001/03/10  11:55:43
45064         Log: EBCDIC sanity - phase I
45065              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
45066              - use utf8n_xxxx (c.f. pvn) for forms which take length.
45067              - back out vN.N and $^V exceptions to e2a/a2e
45068              - make "locale" isxxx macros be uvchr (may be redundant?)
45069              
45070              Not clear yet that toUPPER_uni et. al. return being handled correctly.
45071              The tr// and rexexp stuff still needs an audit, assumption is they are working
45072              in Unicode space.
45073              
45074              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
45075      Branch: perlio
45076            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
45077            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
45078            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
45079 ____________________________________________________________________________
45080 [  9095] By: jhi                                   on 2001/03/09  22:10:01
45081         Log: Integrate perlio.
45082      Branch: perl
45083           !> dump.c
45084 ____________________________________________________________________________
45085 [  9094] By: nick                                  on 2001/03/09  17:36:38
45086         Log: Builds an passes all tests after integrate and this tweak.
45087      Branch: perlio
45088            ! dump.c
45089 ____________________________________________________________________________
45090 [  9093] By: nick                                  on 2001/03/09  17:16:03
45091         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
45092      Branch: perlio
45093           +> lib/unicode/Scripts.txt t/lib/sigaction.t
45094           !> (integrate 79 files)
45095 ____________________________________________________________________________
45096 [  9092] By: jhi                                   on 2001/03/09  15:28:26
45097         Log: Update Changes.
45098      Branch: perl
45099            ! Changes patchlevel.h
45100 ____________________________________________________________________________
45101 [  9091] By: jhi                                   on 2001/03/09  15:25:05
45102         Log: In op/stat #35 better to scan all the potential directories
45103              for setuids, not just the first one.
45104      Branch: perl
45105            ! t/op/stat.t
45106 ____________________________________________________________________________
45107 [  9090] By: jhi                                   on 2001/03/09  15:01:27
45108         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
45109              From: rspier@pobox.com (Robert Spier)
45110              Date: Fri, 9 Mar 2001 03:30:20 -0500
45111              Message-ID: <15016.38044.381174.160189@rls.cx>
45112              
45113              EXISTS() returning undef mistakenly triggered a FETCH().
45114      Branch: perl
45115            ! hv.c
45116 ____________________________________________________________________________
45117 [  9089] By: jhi                                   on 2001/03/09  14:59:02
45118         Log: Add /sbin and /usr/sbin to the list of directories scanned
45119              for setuid programs.  Takes care of bug id 20010309.003.
45120      Branch: perl
45121            ! t/op/stat.t
45122 ____________________________________________________________________________
45123 [  9088] By: jhi                                   on 2001/03/09  14:48:32
45124         Log: Regen perlapi, perltoc.
45125      Branch: perl
45126            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
45127 ____________________________________________________________________________
45128 [  9087] By: jhi                                   on 2001/03/09  14:38:56
45129         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
45130              From: David Mitchell <davem@fdgroup.co.uk>
45131              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
45132              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
45133      Branch: perl
45134            ! dump.c perl.c perl.h pod/perlrun.pod
45135 ____________________________________________________________________________
45136 [  9086] By: jhi                                   on 2001/03/09  01:47:16
45137         Log: A modified version of
45138              
45139              Subject: [ID 20010307.005] POSIX::sigaction has various problems
45140              From: anders@broadcom.com
45141              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
45142              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
45143              
45144              Currently the sigaction.t test #6 fails (and is fudged to look
45145              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
45146              This may well be a genuine bug in Linux sigaction() (since at
45147              least Tru64, Solaris, and HP-UX disagree with Linux).
45148              Anyone with POSIX / SUSv2 tome handy?  The problem is that
45149              the flags of the oldaction don't match with the flags in
45150              the previously installed disposition.
45151      Branch: perl
45152            + t/lib/sigaction.t
45153            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
45154 ____________________________________________________________________________
45155 [  9085] By: jhi                                   on 2001/03/09  01:30:13
45156         Log: Subject: Re: mission impossible for the day
45157              From: Alex Gough <alex@rcon.org>
45158              Date: Thu, 08 Mar 2001 17:18:19 +0000
45159              Message-ID: <3AA7BEDB.8070409@rcon.org>
45160              
45161              If references (are overloaded) and can be directly stringified,
45162              show that instead of "stringified".
45163              
45164              (The problem, infinite mutual recursion caused by overloaded bool
45165              in Switch.pm, tracked by David Mitchell)
45166      Branch: perl
45167            ! lib/Carp/Heavy.pm
45168 ____________________________________________________________________________
45169 [  9084] By: jhi                                   on 2001/03/09  01:20:39
45170         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
45171              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
45172              From: David Mitchell <davem@fdgroup.co.uk>
45173              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
45174      Branch: perl
45175            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
45176            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
45177 ____________________________________________________________________________
45178 [  9083] By: jhi                                   on 2001/03/09  01:16:51
45179         Log: Subject: [PATCH] perldata.pod here-doc docs
45180              From: Jeff Pinyan <jeffp@crusoe.net>
45181              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
45182              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
45183      Branch: perl
45184            ! pod/perldata.pod
45185 ____________________________________________________________________________
45186 [  9082] By: jhi                                   on 2001/03/09  01:01:27
45187         Log: Subject: Re: Unicode/EBCDIC
45188              From: Peter Prymmer <pvhp@forte.com>
45189              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
45190              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
45191      Branch: perl
45192            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
45193 ____________________________________________________________________________
45194 [  9081] By: jhi                                   on 2001/03/08  13:41:30
45195         Log: Subject: Ooops, wrong 'no *POSIX' Patch
45196              From: Dorner Thomas <Thomas.Dorner@start.de>
45197              Date: Thu, 8 Mar 2001 08:43:28 +0100
45198              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
45199      Branch: perl
45200            ! hints/posix-bc.sh
45201 ____________________________________________________________________________
45202 [  9080] By: jhi                                   on 2001/03/08  13:11:42
45203         Log: It's Scripts.txt, not Script.txt.
45204      Branch: perl
45205            ! MANIFEST
45206 ____________________________________________________________________________
45207 [  9079] By: jhi                                   on 2001/03/08  12:59:05
45208         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
45209              From: Dorner Thomas <Thomas.Dorner@start.de>
45210              Date: Wed, 7 Mar 2001 14:13:31 +0100
45211              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
45212      Branch: perl
45213            ! makedepend.SH
45214 ____________________________________________________________________________
45215 [  9078] By: jhi                                   on 2001/03/08  12:57:43
45216         Log: Retract #9069, wrong patch.
45217      Branch: perl
45218            ! Makefile.SH
45219 ____________________________________________________________________________
45220 [  9077] By: jhi                                   on 2001/03/08  01:06:13
45221         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
45222      Branch: perl
45223            + lib/unicode/Scripts.txt
45224            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
45225            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
45226            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
45227            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
45228            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
45229            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
45230            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
45231            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
45232            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
45233            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
45234            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
45235            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
45236            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
45237            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
45238            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
45239            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
45240            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
45241            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
45242            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
45243            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
45244            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
45245            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
45246            ! lib/unicode/version
45247 ____________________________________________________________________________
45248 [  9076] By: jhi                                   on 2001/03/07  22:59:39
45249         Log: Integrate change #7784 from mainline into maintperl.
45250              
45251              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
45252      Branch: maint-5.6/perl
45253           !> pp_ctl.c t/op/pat.t
45254 ____________________________________________________________________________
45255 [  9075] By: jhi                                   on 2001/03/07  22:05:11
45256         Log: More UTF-8 test tweaks.
45257      Branch: perl
45258            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
45259 ____________________________________________________________________________
45260 [  9074] By: nick                                  on 2001/03/07  21:39:29
45261         Log: Integrate mainline.
45262      Branch: perlio
45263           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
45264           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
45265           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
45266           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
45267           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
45268 ____________________________________________________________________________
45269 [  9073] By: jhi                                   on 2001/03/07  16:37:09
45270         Log: Update Changes.
45271      Branch: perl
45272            ! Changes patchlevel.h
45273 ____________________________________________________________________________
45274 [  9072] By: jhi                                   on 2001/03/07  16:32:30
45275         Log: Subject: [ID 20010306.004] || != named unary operator
45276              From: abela@geneanet.org
45277              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
45278              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
45279      Branch: perl
45280            ! pod/perlop.pod
45281 ____________________________________________________________________________
45282 [  9071] By: jhi                                   on 2001/03/07  15:14:11
45283         Log: Subject: downgrading to bytes for common functions
45284              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
45285              Date: Wed, 7 Mar 2001 02:36:55 -0500
45286              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
45287      Branch: perl
45288            ! pp_sys.c
45289 ____________________________________________________________________________
45290 [  9070] By: jhi                                   on 2001/03/07  15:04:58
45291         Log: Clarify the description differentiating for and while; inspired by
45292              
45293              Subject: [ID 20010306.002] for/while difference in for definition
45294              From: abela@geneanet.org
45295              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
45296              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
45297      Branch: perl
45298            ! pod/perlsyn.pod
45299 ____________________________________________________________________________
45300 [  9069] By: jhi                                   on 2001/03/07  14:55:30
45301         Log: (Retracted by #9078.)
45302      Branch: perl
45303            ! Makefile.SH
45304 ____________________________________________________________________________
45305 [  9068] By: jhi                                   on 2001/03/07  14:51:17
45306         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
45307              From: Radu Greab <radu@netsoft.ro>
45308              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
45309              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
45310      Branch: perl
45311            ! pp.c t/op/chop.t
45312 ____________________________________________________________________________
45313 [  9067] By: jhi                                   on 2001/03/07  14:48:57
45314         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
45315              From: Simon Cozens <simon@netthink.co.uk>
45316              Date: Wed, 7 Mar 2001 13:59:28 +0000
45317              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
45318              
45319              In order to allow MakeMaker to build correct Makefiles,
45320              you need to change the order of the arguments in MM_Unix.pm
45321              as well. (Unless you have C89_CCMODE set, but we're trying
45322              to be POSIXly correct)
45323              
45324              Thanks to Merijn Broeren for tracking this down.
45325      Branch: perl
45326            ! lib/ExtUtils/MM_Unix.pm
45327 ____________________________________________________________________________
45328 [  9066] By: jhi                                   on 2001/03/07  14:30:02
45329         Log: Floating point too messy.
45330      Branch: perl
45331            ! t/camel-III/vstring.t
45332 ____________________________________________________________________________
45333 [  9065] By: jhi                                   on 2001/03/07  14:17:44
45334         Log: Integrate change #9064 from maintperl into mainline.
45335              
45336              fix memory leak in pack("Bb",...)
45337      Branch: perl
45338           !> perl.c
45339 ____________________________________________________________________________
45340 [  9064] By: gsar                                  on 2001/03/07  06:29:24
45341         Log: fix memory leak in pack("Bb",...)
45342      Branch: maint-5.6/perl
45343            ! perl.c
45344 ____________________________________________________________________________
45345 [  9063] By: jhi                                   on 2001/03/07  00:55:04
45346         Log: Major utf8 test reorganisation and rewrite.
45347              Hopefully no tests were lost in the shuffle.
45348              (The beginning of pragma/utf8 was lost intentionally,
45349              the tests were rather bogus and incomplete.)
45350      Branch: perl
45351            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
45352            ! t/pragma/utf8.t
45353 ____________________________________________________________________________
45354 [  9062] By: jhi                                   on 2001/03/07  00:41:16
45355         Log: More tweakage on the Unicode character class descriptions.
45356      Branch: perl
45357            ! lib/unicode/mktables.PL pod/perlretut.pod
45358 ____________________________________________________________________________
45359 [  9061] By: jhi                                   on 2001/03/06  23:12:38
45360         Log: The perlretut was still talking about the old \p and \P
45361              definitions.
45362      Branch: perl
45363            ! pod/perlretut.pod
45364 ____________________________________________________________________________
45365 [  9060] By: nick                                  on 2001/03/06  20:52:37
45366         Log: Integrate mainline (make test works again now).
45367      Branch: perlio
45368           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
45369 ____________________________________________________________________________
45370 [  9059] By: jhi                                   on 2001/03/06  15:36:14
45371         Log: 0.999... does equal 1.0, doesn't it?
45372      Branch: perl
45373            ! t/camel-III/vstring.t
45374 ____________________________________________________________________________
45375 [  9058] By: jhi                                   on 2001/03/06  15:34:00
45376         Log: Make /x{abcd}/ to work without use utf8.
45377      Branch: perl
45378            ! regcomp.c
45379 ____________________________________________________________________________
45380 [  9057] By: jhi                                   on 2001/03/06  03:02:36
45381         Log: Easier to outcomment all the three reset() tests for now.
45382      Branch: perl
45383            ! t/op/pat.t
45384 ____________________________________________________________________________
45385 [  9056] By: jhi                                   on 2001/03/06  02:30:02
45386         Log: Comment out the deadly reset; until the 20010301.005
45387              is finally fixed.
45388      Branch: perl
45389            ! t/op/pat.t
45390 ____________________________________________________________________________
45391 [  9055] By: jhi                                   on 2001/03/06  02:21:26
45392         Log: Integrate the change #9054 from mainline:
45393              retract the PMOP cleanup patch pending further investigation.
45394      Branch: maint-5.6/perl
45395           !> op.c op.h
45396 ____________________________________________________________________________
45397 [  9054] By: jhi                                   on 2001/03/06  02:19:57
45398         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
45399              with oddly familiar stack traces.
45400      Branch: perl
45401            ! op.c op.h
45402 ____________________________________________________________________________
45403 [  9053] By: jhi                                   on 2001/03/05  23:20:28
45404         Log: Integrate perlio.
45405      Branch: perl
45406           +> ext/Encode/Encode/koi8-r.ucm
45407           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
45408           !> makedef.pl
45409 ____________________________________________________________________________
45410 [  9052] By: nick                                  on 2001/03/05  23:08:17
45411         Log: skipping USE_PERLIO symbols correction.
45412      Branch: perlio
45413            ! makedef.pl
45414 ____________________________________________________________________________
45415 [  9051] By: nick                                  on 2001/03/05  22:35:07
45416         Log: More Encode alias tidying.
45417      Branch: perlio
45418            + ext/Encode/Encode/koi8-r.ucm
45419            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
45420 ____________________________________________________________________________
45421 [  9050] By: jhi                                   on 2001/03/05  21:44:29
45422         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
45423              Sarathy's fix for ID 20010301.005.
45424      Branch: maint-5.6/perl
45425           !> op.c op.h
45426 ____________________________________________________________________________
45427 [  9049] By: nick                                  on 2001/03/05  19:54:04
45428         Log: Integrate Jarkko's Encode.pm tweak.
45429      Branch: perlio
45430           !> ext/Encode/Encode.pm
45431 ____________________________________________________________________________
45432 [  9048] By: nick                                  on 2001/03/05  19:47:57
45433         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
45434      Branch: perlio
45435           +> os2/os2add.sym
45436           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
45437           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
45438           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
45439           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
45440           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
45441 ____________________________________________________________________________
45442 [  9047] By: jhi                                   on 2001/03/05  19:25:26
45443         Log: Regen perlapi.
45444      Branch: perl
45445            ! pod/perlapi.pod
45446 ____________________________________________________________________________
45447 [  9046] By: jhi                                   on 2001/03/05  19:12:14
45448         Log: Integrate perlio.
45449      Branch: perl
45450           +> t/camel-III/vstring.t
45451           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
45452 ____________________________________________________________________________
45453 [  9045] By: jhi                                   on 2001/03/05  19:10:36
45454         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
45455      Branch: perl
45456            ! ext/Encode/Encode.pm
45457 ____________________________________________________________________________
45458 [  9044] By: jhi                                   on 2001/03/05  18:49:12
45459         Log: Forgot the other half of the PMOP patch (#9033).
45460      Branch: perl
45461            ! op.h
45462 ____________________________________________________________________________
45463 [  9043] By: nick                                  on 2001/03/05  18:14:47
45464         Log: Update MANIFEST for new test.
45465      Branch: perlio
45466            ! MANIFEST
45467 ____________________________________________________________________________
45468 [  9042] By: nick                                  on 2001/03/05  18:12:41
45469         Log: Some tests for Camel 3rd edition features.
45470              Make gethostbyaddr() test in above work.
45471      Branch: perlio
45472            + t/camel-III/vstring.t
45473            ! pp.h pp_sys.c t/TEST t/harness
45474 ____________________________________________________________________________
45475 [  9041] By: jhi                                   on 2001/03/05  17:41:48
45476         Log: Add more ISO 8859 encoding aliases.
45477      Branch: perl
45478            ! ext/Encode/Encode.pm
45479 ____________________________________________________________________________
45480 [  9040] By: jhi                                   on 2001/03/05  17:30:43
45481         Log: Integrate perlio.
45482      Branch: perl
45483           !> MANIFEST sv.c
45484 ____________________________________________________________________________
45485 [  9039] By: nick                                  on 2001/03/05  17:11:36
45486         Log: Missed added file.
45487      Branch: perlio
45488            ! MANIFEST
45489 ____________________________________________________________________________
45490 [  9038] By: jhi                                   on 2001/03/05  15:58:01
45491         Log: Add tr tests for EBCDIC, from Karsten Sperling.
45492      Branch: perl
45493            ! t/op/tr.t
45494 ____________________________________________________________________________
45495 [  9037] By: nick                                  on 2001/03/05  15:56:35
45496         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
45497              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
45498              
45499              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
45500              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
45501              - uses SvPV() rather than sv_2pv() in case it isn't a string.
45502      Branch: perlio
45503            ! sv.c
45504 ____________________________________________________________________________
45505 [  9036] By: jhi                                   on 2001/03/05  15:49:15
45506         Log: Add matching tests currently failing in EBCDIC,
45507              suggested by Karsten Sperling.
45508      Branch: perl
45509            ! t/op/pat.t
45510 ____________________________________________________________________________
45511 [  9035] By: jhi                                   on 2001/03/05  15:36:55
45512         Log: The #9034 needs a MANIFESTation.
45513      Branch: perl
45514            ! MANIFEST
45515 ____________________________________________________________________________
45516 [  9034] By: jhi                                   on 2001/03/05  15:35:14
45517         Log: Integrate perlio.
45518      Branch: perl
45519           +> ext/Encode/Encode/Tcl.pm
45520           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
45521           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
45522           !> ext/Encode/Encode/iso8859-1.ucm
45523           !> ext/Encode/Encode/iso8859-10.ucm
45524           !> ext/Encode/Encode/iso8859-13.ucm
45525           !> ext/Encode/Encode/iso8859-14.ucm
45526           !> ext/Encode/Encode/iso8859-15.ucm
45527           !> ext/Encode/Encode/iso8859-16.ucm
45528           !> ext/Encode/Encode/iso8859-2.ucm
45529           !> ext/Encode/Encode/iso8859-3.ucm
45530           !> ext/Encode/Encode/iso8859-4.ucm
45531           !> ext/Encode/Encode/iso8859-5.ucm
45532           !> ext/Encode/Encode/iso8859-6.ucm
45533           !> ext/Encode/Encode/iso8859-7.ucm
45534           !> ext/Encode/Encode/iso8859-8.ucm
45535           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
45536           !> t/lib/encode.t
45537 ____________________________________________________________________________
45538 [  9033] By: jhi                                   on 2001/03/05  15:33:18
45539         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
45540              From: Gurusamy Sarathy <gsar@ActiveState.com>
45541              Date: Sun, 04 Mar 2001 22:33:15 -0800
45542              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
45543              
45544              PMOPs need to remember their own stash so that they can
45545              gracefully remove themselves from their linked list.
45546      Branch: perl
45547            ! op.c
45548 ____________________________________________________________________________
45549 [  9032] By: nick                                  on 2001/03/05  14:51:50
45550         Log: Encode implementation "completion"
45551              Implement and document define_encoding()
45552              Implement and document encoding aliases including define_alias()
45553              Make Encode::XS use define_encoding() rather than back-door.
45554              Move run-time *.enc to separate Encode::Tcl module.
45555              Make 'compile' honour <codeset_name>
45556              Change canonical names of to iso-8859-* and US-ascii.
45557      Branch: perlio
45558            + ext/Encode/Encode/Tcl.pm
45559            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
45560            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
45561            ! ext/Encode/Encode/iso8859-1.ucm
45562            ! ext/Encode/Encode/iso8859-10.ucm
45563            ! ext/Encode/Encode/iso8859-13.ucm
45564            ! ext/Encode/Encode/iso8859-14.ucm
45565            ! ext/Encode/Encode/iso8859-15.ucm
45566            ! ext/Encode/Encode/iso8859-16.ucm
45567            ! ext/Encode/Encode/iso8859-2.ucm
45568            ! ext/Encode/Encode/iso8859-3.ucm
45569            ! ext/Encode/Encode/iso8859-4.ucm
45570            ! ext/Encode/Encode/iso8859-5.ucm
45571            ! ext/Encode/Encode/iso8859-6.ucm
45572            ! ext/Encode/Encode/iso8859-7.ucm
45573            ! ext/Encode/Encode/iso8859-8.ucm
45574            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
45575            ! t/lib/encode.t
45576 ____________________________________________________________________________
45577 [  9031] By: jhi                                   on 2001/03/05  13:51:17
45578         Log: Integrate change #9030 from maintperl into mainline.
45579              
45580              Subject: [PATCH 5.6.1] OS/2 cleanup
45581      Branch: perl
45582           +> os2/os2add.sym
45583           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
45584           !> makedef.pl os2/Changes os2/Makefile.SHs
45585           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
45586           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
45587           !> os2/os2.sym os2/os2ish.h
45588 ____________________________________________________________________________
45589 [  9030] By: jhi                                   on 2001/03/05  13:46:49
45590         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
45591              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45592              Date: Mon, 5 Mar 2001 02:29:44 -0500
45593              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
45594      Branch: maint-5.6/perl
45595            + os2/os2add.sym
45596            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
45597            ! makedef.pl os2/Changes os2/Makefile.SHs
45598            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
45599            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
45600            ! os2/os2.sym os2/os2ish.h
45601 ____________________________________________________________________________
45602 [  9029] By: jhi                                   on 2001/03/05  13:40:35
45603         Log: Integrate change #9028 from maintperl into mainline.
45604              
45605              various nits in MM_Unix.pm found by disabling SelfLoader
45606      Branch: perl
45607           !> lib/ExtUtils/MM_Unix.pm
45608 ____________________________________________________________________________
45609 [  9028] By: gsar                                  on 2001/03/05  09:58:38
45610         Log: various nits in MM_Unix.pm found by disabling SelfLoader
45611      Branch: maint-5.6/perl
45612            ! lib/ExtUtils/MM_Unix.pm
45613 ____________________________________________________________________________
45614 [  9027] By: nick                                  on 2001/03/05  08:35:22
45615         Log: Integrate mainline
45616      Branch: perlio
45617           !> (integrate 28 files)
45618 ____________________________________________________________________________
45619 [  9026] By: jhi                                   on 2001/03/05  02:14:59
45620         Log: Integrate change #9025 from mainline to maintperl,
45621              retract \N{U+HHHH}.
45622      Branch: maint-5.6/perl
45623           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
45624           !> t/lib/charnames.t toke.c
45625 ____________________________________________________________________________
45626 [  9025] By: jhi                                   on 2001/03/05  02:13:09
45627         Log: Retracting \N{U+HHHH}.
45628      Branch: perl
45629            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
45630            ! t/lib/charnames.t toke.c
45631 ____________________________________________________________________________
45632 [  9024] By: jhi                                   on 2001/03/04  20:51:07
45633         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
45634              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
45635              Date: Fri, 02 Mar 2001 18:25:26 +0100
45636              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
45637              
45638              Casting problem.
45639      Branch: perl
45640            ! ext/Storable/Storable.xs
45641 ____________________________________________________________________________
45642 [  9023] By: jhi                                   on 2001/03/04  19:46:45
45643         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
45644              From: nick@talking.bollo.cx
45645              Date: Sat, 03 Mar 2001 21:41:33 +0000
45646              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
45647              
45648              Revert the workaround.
45649      Branch: perl
45650            ! perlio.c
45651 ____________________________________________________________________________
45652 [  9022] By: jhi                                   on 2001/03/04  19:36:28
45653         Log: Update Changes.
45654      Branch: perl
45655            ! Changes patchlevel.h
45656 ____________________________________________________________________________
45657 [  9021] By: jhi                                   on 2001/03/04  18:41:00
45658         Log: makedef.pl updates suggested by Chris Nandor; double-checking
45659              the changes in AIX, OS/2 Win32 would be nice.
45660      Branch: perl
45661            ! makedef.pl
45662 ____________________________________________________________________________
45663 [  9020] By: jhi                                   on 2001/03/04  18:23:58
45664         Log: Integrate change #9012 from maintperl into mainline,
45665              quench a compiler warning.
45666      Branch: perl
45667           !> toke.c
45668 ____________________________________________________________________________
45669 [  9019] By: jhi                                   on 2001/03/04  18:18:43
45670         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
45671              
45672              \N{U+HHHH} fix.
45673              
45674              pattern in G_ARRAY context
45675      Branch: maint-5.6/perl
45676           !> pp_hot.c t/op/pat.t toke.c
45677 ____________________________________________________________________________
45678 [  9018] By: jhi                                   on 2001/03/04  18:07:48
45679         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
45680              From: Jeff Pinyan <jeffp@crusoe.net>
45681              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
45682              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
45683      Branch: perl
45684            ! pp_hot.c t/op/pat.t
45685 ____________________________________________________________________________
45686 [  9017] By: jhi                                   on 2001/03/04  18:06:21
45687         Log: I thought I tested the #9014.
45688      Branch: perl
45689            ! toke.c
45690 ____________________________________________________________________________
45691 [  9016] By: jhi                                   on 2001/03/04  17:41:22
45692         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
45693              
45694              Tweak the get*ent() OS/2 prototypes.
45695              
45696              Add the \N{U+HHHH} syntax.
45697              
45698              More tr/// UTF-8 fixes from Inaba Hiroto.
45699      Branch: maint-5.6/perl
45700           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
45701           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
45702 ____________________________________________________________________________
45703 [  9015] By: jhi                                   on 2001/03/04  17:36:04
45704         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
45705      Branch: perl
45706            ! doop.c t/op/tr.t
45707 ____________________________________________________________________________
45708 [  9014] By: jhi                                   on 2001/03/04  17:24:49
45709         Log: Add the \N{U+HHHH} syntax.
45710      Branch: perl
45711            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
45712            ! t/lib/charnames.t toke.c
45713 ____________________________________________________________________________
45714 [  9013] By: jhi                                   on 2001/03/04  17:20:45
45715         Log: Tweak the get*ent() OS/2 prototypes.
45716      Branch: perl
45717            ! os2/os2.c
45718 ____________________________________________________________________________
45719 [  9012] By: gsar                                  on 2001/03/04  06:26:14
45720         Log: avoid warning (nit in change#9009)
45721      Branch: maint-5.6/perl
45722            ! toke.c
45723 ____________________________________________________________________________
45724 [  9011] By: gsar                                  on 2001/03/04  06:15:24
45725         Log: lib/charnames.t fails in 5.6.x because of older Unicode
45726              data
45727              
45728              TODO: need to revisit this after updating lib/unicode/...
45729      Branch: maint-5.6/perl
45730            ! t/lib/charnames.t
45731 ____________________________________________________________________________
45732 [  9010] By: gsar                                  on 2001/03/04  06:08:36
45733         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
45734      Branch: maint-5.6/perl
45735            ! toke.c
45736 ____________________________________________________________________________
45737 [  9009] By: jhi                                   on 2001/03/03  19:27:20
45738         Log: Integrate change #9008 from mainline to maintperl,
45739              UTF-8 tr/// fixes from Inaba Hiroto.
45740      Branch: maint-5.6/perl
45741           !> doop.c op.c t/op/tr.t toke.c
45742 ____________________________________________________________________________
45743 [  9008] By: jhi                                   on 2001/03/03  19:19:42
45744         Log: UTF8 tr/// fixes from Inaba Hiroto.
45745      Branch: perl
45746            ! doop.c op.c t/op/tr.t toke.c
45747 ____________________________________________________________________________
45748 [  9007] By: jhi                                   on 2001/03/03  19:00:30
45749         Log: Integrate change #9006 from maintperl to mainline,
45750              more robust quest for the infinite.
45751      Branch: perl
45752           !> lib/Math/Complex.pm
45753 ____________________________________________________________________________
45754 [  9006] By: jhi                                   on 2001/03/03  18:58:06
45755         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
45756              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45757              Date: Sat, 3 Mar 2001 12:51:50 -0500
45758              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
45759              
45760              Be more robust in our quest for the infinite.
45761      Branch: maint-5.6/perl
45762            ! lib/Math/Complex.pm
45763 ____________________________________________________________________________
45764 [  9005] By: jhi                                   on 2001/03/03  17:55:50
45765         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
45766      Branch: maint-5.6/perl
45767            ! doio.c
45768 ____________________________________________________________________________
45769 [  9004] By: jhi                                   on 2001/03/03  17:40:14
45770         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
45771              so that picky compilers like IRIX won't get huffy about
45772              "statements without effect" (like 1;).
45773      Branch: perl
45774            ! toke.c
45775 ____________________________________________________________________________
45776 [  9003] By: jhi                                   on 2001/03/03  17:15:52
45777         Log: Integrate change #9002 from mainline to maintperl.
45778              
45779              Subject: [perl-5.6.x, perl-current] accept for EPOC
45780      Branch: maint-5.6/perl
45781           !> pp_sys.c
45782 ____________________________________________________________________________
45783 [  9002] By: jhi                                   on 2001/03/03  17:14:30
45784         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
45785              From: Olaf Flebbe <O.Flebbe@science-computing.de>
45786              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
45787              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
45788      Branch: perl
45789            ! pp_sys.c
45790 ____________________________________________________________________________
45791 [  9001] By: jhi                                   on 2001/03/03  17:13:13
45792         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
45793              From: "Craig A. Berry" <craigberry@mac.com>
45794              Date: Fri, 02 Mar 2001 17:44:40 -0600
45795              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
45796      Branch: perl
45797            ! t/pod/find.t
45798 ____________________________________________________________________________
45799 [  9000] By: jhi                                   on 2001/03/03  17:11:55
45800         Log: Integrate changes #8997,8999 from maintperl.
45801              
45802              Subject: [PATCH 5.6.1] compiling on OS/2
45803              (Better error message from hints/os2.sh)
45804              
45805              Subject: [PATCH 5.6.1] syslog.t
45806      Branch: perl
45807           !> hints/os2.sh t/lib/syslog.t
45808 ____________________________________________________________________________
45809 [  8999] By: jhi                                   on 2001/03/03  17:09:28
45810         Log: Subject: [PATCH 5.6.1] syslog.t
45811              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45812              Date: Sat, 3 Mar 2001 02:11:17 -0500
45813              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
45814      Branch: maint-5.6/perl
45815            ! t/lib/syslog.t
45816 ____________________________________________________________________________
45817 [  8998] By: jhi                                   on 2001/03/03  17:07:50
45818         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
45819              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45820              Date: Sat, 3 Mar 2001 01:53:52 -0500
45821              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
45822      Branch: maint-5.6/perl
45823            ! opcode.pl os2/os2.c
45824 ____________________________________________________________________________
45825 [  8997] By: jhi                                   on 2001/03/03  17:03:30
45826         Log: Subject: [PATCH 5.6.1] compiling on OS/2
45827              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45828              Date: Sat, 3 Mar 2001 01:59:59 -0500
45829              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
45830      Branch: maint-5.6/perl
45831            ! hints/os2.sh
45832 ____________________________________________________________________________
45833 [  8996] By: jhi                                   on 2001/03/03  00:55:58
45834         Log: Regen files for mainline.
45835      Branch: perl
45836            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45837            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
45838 ____________________________________________________________________________
45839 [  8995] By: jhi                                   on 2001/03/03  00:35:22
45840         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
45841              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
45842              to maintperl.
45843              
45844              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
45845              
45846              Add Configure option -Dmksymlinks which will create a symlink
45847              forest if the current/build differs from the source directory.
45848              (8218,8220,8221,8317,8318,8971)
45849              
45850              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
45851              (Document APPLLIB_EXP in INSTALL.)
45852              
45853              If running byacc write-enable also perly.h.
45854              
45855              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
45856              
45857              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
45858              
45859              Sanity check for conflicting thread flavours.
45860              
45861              Fix the sys/fcntl.h problem reported by Peter Prymmer.
45862              
45863              Add few CPUs/architectures to the Cppsym scan,
45864              add -perlio to archname if so selected (modified 8890)
45865              
45866              Be more helpful for devel builders, suggested by John L. Allen.
45867              (admittedly pointless change for maintperl, but the usedevel
45868              code is there already)
45869      Branch: maint-5.6/perl
45870           !> Configure INSTALL Makefile.SH Porting/Glossary
45871           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
45872           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
45873           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
45874           !> win32/config.bc win32/config.gc win32/config.vc
45875 ____________________________________________________________________________
45876 [  8994] By: jhi                                   on 2001/03/02  23:31:41
45877         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
45878      Branch: metaconfig/U/perl
45879            ! gccvers.U
45880 ____________________________________________________________________________
45881 [  8993] By: jhi                                   on 2001/03/02  23:22:12
45882         Log: Regenerate various files for maint.
45883      Branch: maint-5.6/perl
45884            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
45885            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
45886 ____________________________________________________________________________
45887 [  8992] By: alanbur                               on 2001/03/02  22:48:34
45888         Log: Resync wuth parent
45889      Branch: maint-5.6/pureperl
45890           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
45891           !> (integrate 60 files)
45892 ____________________________________________________________________________
45893 [  8991] By: jhi                                   on 2001/03/02  21:00:08
45894         Log: Retract the #8742 part of #8986, backward compat.
45895      Branch: maint-5.6/perl
45896            ! embed.pl
45897 ____________________________________________________________________________
45898 [  8990] By: jhi                                   on 2001/03/02  20:40:07
45899         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
45900      Branch: maint-5.6/perl
45901            ! hv.c
45902 ____________________________________________________________________________
45903 [  8989] By: jhi                                   on 2001/03/02  19:59:56
45904         Log: Update Changes.
45905      Branch: perl
45906            ! Changes patchlevel.h
45907 ____________________________________________________________________________
45908 [  8988] By: jhi                                   on 2001/03/02  19:57:08
45909         Log: Integrate perlio.
45910      Branch: perl
45911           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
45912           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
45913           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
45914           !> ext/Encode/Encode/iso8859-10.ucm
45915           !> ext/Encode/Encode/iso8859-13.ucm
45916           !> ext/Encode/Encode/iso8859-14.ucm
45917           !> ext/Encode/Encode/iso8859-15.ucm
45918           !> ext/Encode/Encode/iso8859-16.ucm
45919           !> ext/Encode/Encode/iso8859-2.ucm
45920           !> ext/Encode/Encode/iso8859-3.ucm
45921           !> ext/Encode/Encode/iso8859-4.ucm
45922           !> ext/Encode/Encode/iso8859-5.ucm
45923           !> ext/Encode/Encode/iso8859-6.ucm
45924           !> ext/Encode/Encode/iso8859-7.ucm
45925           !> ext/Encode/Encode/iso8859-8.ucm
45926           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
45927           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
45928 ____________________________________________________________________________
45929 [  8987] By: jhi                                   on 2001/03/02  19:43:40
45930         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
45931              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
45932              8950,8952,8955 from mainline to maintperl.
45933              
45934              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
45935              
45936              Put to rest the 20010205.001, the email address checking (not) regex.
45937              
45938              fork() not everywhere, cleanup temp files.
45939              
45940              The #8843 wasn't quite right: %Config needs to imported.
45941              
45942              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
45943              (#8849: the glob-basic hunk needed massaging as it depended
45944              on Schwern's large-scale (unintegrated) patches)
45945              
45946              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
45947              
45948              Upgrade to CGI.pm 2.752, from Lincoln Stein.
45949              (Note: there were some conflicts due to EBCDIC and EPOC
45950              patches, in general I preferred the repository code.)
45951              (When 2.753 comes out, we need to synchronize.)
45952              
45953              Subject: [PATCH] fix for charnames above FFFF
45954              
45955              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
45956              
45957              If no sfio, no -lsfio.
45958              
45959              Run run/*.t also in minitest.
45960              
45961              Subject:  [PATCH perl 5.7.0] malloc message address offset
45962              
45963              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
45964              
45965              Subject: fix for parameter -Dm (for perl@8867)
45966              
45967              Subject: [PATCH: perl@8892] was Re: hashing order difference?
45968              (make the test more portable)
45969              
45970              Subject: Re: [PATCH] fix for charnames above FFFF
45971              
45972              Subject: Re: I'm losing the war...
45973              (hv_store() not working correctly in ENV_IS_CASELESS case.)
45974              
45975              Subject: Modified README.bs2000 
45976              
45977              Subject: [PATCH: perl@8935] -Dt padsv($var)
45978              
45979              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
45980              
45981              Subject: PATCH: extra tests to check on negative float to unsigned cast
45982              
45983              Subject: [PATCH] XPUSH[insp] was Re: progress
45984              
45985              Subject: Re: Compile with perlcc..
45986      Branch: maint-5.6/perl
45987           !> (integrate 36 files)
45988 ____________________________________________________________________________
45989 [  8986] By: jhi                                   on 2001/03/02  18:51:25
45990         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
45991              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
45992              to maintperl.
45993              
45994              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
45995              
45996              Subject: [DOC PATCH] overload.pm nits
45997              
45998              Add header for LIB$ prototypes (C. Berry)
45999              
46000              Convert fwrite()s to sockets to write()s, since some socket stacks
46001              don't take kindly to stdio.
46002              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
46003              (for often optional LNMs)
46004              Correct a few typos
46005              (C. Bailey)
46006              
46007              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
46008              
46009              De-cut-and-pasto.
46010              
46011              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
46012              
46013              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
46014              
46015              Upgrade to CPAN 1.59_54, from Andreas König.
46016              
46017              Bogus shebang.
46018              
46019              Subject: [PATCH] Document makepatch in Porting/patching
46020              
46021              UTF-8 documentation.
46022              
46023              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
46024              
46025              Sort the MANIFEST.
46026              
46027              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
46028              
46029              Subject: [PATCH @8807] toke.c cleanup: scan_str()
46030              
46031              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
46032              
46033              Add run/*.t to testables.
46034              
46035              TODO: integrate #8784.
46036      Branch: maint-5.6/perl
46037           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
46038           !> (integrate 28 files)
46039 ____________________________________________________________________________
46040 [  8985] By: nick                                  on 2001/03/02  18:15:45
46041         Log: Integrate mainline
46042      Branch: perlio
46043           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
46044           !> vms/vms.c
46045 ____________________________________________________________________________
46046 [  8984] By: jhi                                   on 2001/03/02  16:00:17
46047         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
46048              
46049              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
46050              5.004_05, and mention the suidperl August 2000 security problem.
46051              (#8978,#8981)
46052              
46053              Subject: [ID 20010301.004] Technically speaking in perldata
46054              
46055              Subject: [PATCH] File::Copy for bleadperl, maintperl
46056              
46057              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
46058              
46059              (The #8982, fix for 20010221.005 and 20010221.008,
46060              would be nice too but it didn't integrate cleanly.)
46061      Branch: maint-5.6/perl
46062           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
46063 ____________________________________________________________________________
46064 [  8983] By: jhi                                   on 2001/03/02  15:51:16
46065         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
46066              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46067              Date:     Thu, 1 Mar 2001 15:54:09 EST
46068              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
46069      Branch: perl
46070            ! vms/vms.c
46071 ____________________________________________________________________________
46072 [  8982] By: jhi                                   on 2001/03/02  15:43:31
46073         Log: Subject: Re: sync sync sync: have I missed any patches?
46074              From: Radu Greab <radu@netsoft.ro> 
46075              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
46076              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
46077              
46078              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
46079              was checking argv[0] regardless of whether a different pathname
46080              will actually be executed."  Test case not supplied because 
46081              drafting that, ironically enough, revealed another bug
46082              (or a feature).
46083      Branch: perl
46084            ! doio.c
46085 ____________________________________________________________________________
46086 [  8981] By: jhi                                   on 2001/03/02  15:28:03
46087         Log: Misdate in #8978.
46088      Branch: perl
46089            ! pod/perlfaq1.pod
46090 ____________________________________________________________________________
46091 [  8980] By: jhi                                   on 2001/03/02  15:24:20
46092         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
46093              From: Chris Nandor <pudge@pobox.com>
46094              Date: Wed, 28 Feb 2001 22:10:15 -0500
46095              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
46096      Branch: perl
46097            ! lib/File/Copy.pm
46098 ____________________________________________________________________________
46099 [  8979] By: jhi                                   on 2001/03/02  15:17:16
46100         Log: Subject: [ID 20010301.004] Technically speaking in perldata
46101              From: abela@geneanet.org
46102              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
46103              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
46104      Branch: perl
46105            ! pod/perldata.pod
46106 ____________________________________________________________________________
46107 [  8978] By: jhi                                   on 2001/03/02  15:15:27
46108         Log: Subject: [ID 20010301.003] ref to 5.004
46109              From: abela@geneanet.org
46110              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
46111              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
46112              
46113              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
46114              and mention the suidperl August 2000 security problem.
46115      Branch: perl
46116            ! pod/perlfaq1.pod
46117 ____________________________________________________________________________
46118 [  8977] By: alanbur                               on 2001/03/02  14:17:45
46119         Log: Resynchronised with parent
46120      Branch: maint-5.6/pureperl
46121           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
46122           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
46123           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
46124           !> vms/descrip_mms.template win32/win32.c win32/win32.h
46125           !> win32/win32iop.h
46126 ____________________________________________________________________________
46127 [  8976] By: nick                                  on 2001/03/01  23:25:30
46128         Log: Integrate mainline.
46129      Branch: perlio
46130            - t/op/qu.t
46131           !> (integrate 55 files)
46132 ____________________________________________________________________________
46133 [  8975] By: jhi                                   on 2001/03/01  16:51:34
46134         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
46135      Branch: perl
46136           !> toke.c
46137 ____________________________________________________________________________
46138 [  8974] By: gsar                                  on 2001/03/01  16:28:21
46139         Log: fix for bugid 20010226.008
46140              
46141              the problem was that some of the pointers (PL_last_lop and
46142              PL_last_uni specifically) into the lex buffers weren't correctly
46143              being invalidated when the buffer changed; this would leave the
46144              pointers pointing at an arbitrary location in the buffer if
46145              the buffer didn't need to be reallocated, or point into freed
46146              memory if the buffer had to be realloced
46147              
46148              TODO item for bugdb maintainers: check other seemingly random
46149              parser-related bugs--they might be cured by this
46150      Branch: maint-5.6/perl
46151            ! toke.c
46152 ____________________________________________________________________________
46153 [  8973] By: jhi                                   on 2001/03/01  02:23:25
46154         Log: Retract #8970 because of a completely mysterious core dump:
46155              adding the tests 241..244 causes op/pat dump core at test #25.
46156              The test needs a lot of whittling down before the bug can be solved.
46157      Branch: perl
46158            ! t/op/pat.t
46159 ____________________________________________________________________________
46160 [  8972] By: jhi                                   on 2001/03/01  01:58:38
46161         Log: Regen perlapi.
46162      Branch: perl
46163            ! pod/perlapi.pod
46164 ____________________________________________________________________________
46165 [  8971] By: jhi                                   on 2001/03/01  01:34:09
46166         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))
46167              From: Nicholas Clark <nick@ccl4.org>
46168              Date: Wed, 28 Feb 2001 23:28:49 +0000
46169              Message-ID: <20010228232849.A55187@plum.flirble.org>
46170              
46171              Allow a completely write protected source code tree
46172              when using the Configure -Dmksymlinks.
46173      Branch: perl
46174            ! embed.pl warnings.pl
46175 ____________________________________________________________________________
46176 [  8970] By: jhi                                   on 2001/03/01  01:32:04
46177         Log: Add back the EBCDIC character range tests (for matching).
46178      Branch: perl
46179            ! t/op/pat.t
46180 ____________________________________________________________________________
46181 [  8969] By: nick                                  on 2001/02/28  18:18:01
46182         Log: Add charname comments to .ucm files writen by 'compile',
46183              also order charmaps in those files by source encoding.
46184              regenerate distrubuted .ucm files
46185      Branch: perlio
46186            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
46187            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
46188            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
46189            ! ext/Encode/Encode/iso8859-10.ucm
46190            ! ext/Encode/Encode/iso8859-13.ucm
46191            ! ext/Encode/Encode/iso8859-14.ucm
46192            ! ext/Encode/Encode/iso8859-15.ucm
46193            ! ext/Encode/Encode/iso8859-16.ucm
46194            ! ext/Encode/Encode/iso8859-2.ucm
46195            ! ext/Encode/Encode/iso8859-3.ucm
46196            ! ext/Encode/Encode/iso8859-4.ucm
46197            ! ext/Encode/Encode/iso8859-5.ucm
46198            ! ext/Encode/Encode/iso8859-6.ucm
46199            ! ext/Encode/Encode/iso8859-7.ucm
46200            ! ext/Encode/Encode/iso8859-8.ucm
46201            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
46202            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
46203 ____________________________________________________________________________
46204 [  8968] By: jhi                                   on 2001/02/28  16:26:37
46205         Log: Expand usemorebits early if d_casti32 needs to be undefined.
46206      Branch: perl
46207            ! hints/hpux.sh hints/irix_6.sh
46208 ____________________________________________________________________________
46209 [  8967] By: jhi                                   on 2001/02/28  16:22:26
46210         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
46211              retract toke.c/qu parts of #8583, retract #8485, retract
46212              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
46213              op/length.t, and MANIFEST, and delete t/op/qu.t.
46214      Branch: perl
46215            - t/op/qu.t
46216            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
46217            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
46218            ! t/op/length.t toke.c
46219 ____________________________________________________________________________
46220 [  8966] By: jhi                                   on 2001/02/28  15:00:27
46221         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
46222              by not changing from pre-Unicode days into being Unicode-aware.
46223              Sniff.
46224      Branch: perl
46225            ! pp.c t/op/pack.t t/op/qu.t
46226 ____________________________________________________________________________
46227 [  8965] By: jhi                                   on 2001/02/28  14:37:55
46228         Log: Subject: Re: Errors in core PODs
46229              From: Michael Stevens <michael@etla.org> 
46230              Date: Fri, 23 Feb 2001 15:47:56 +0000
46231              Message-ID: <20010223154756.A7723@firedrake.org> 
46232      Branch: perl
46233            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
46234            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
46235            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
46236            ! x2p/a2p.pod
46237 ____________________________________________________________________________
46238 [  8964] By: jhi                                   on 2001/02/28  14:35:35
46239         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
46240              (The #8961 was too bold.)
46241      Branch: perl
46242            ! hints/hpux.sh hints/irix_6.sh
46243 ____________________________________________________________________________
46244 [  8963] By: jhi                                   on 2001/02/28  14:33:39
46245         Log: Subject: Re: sync sync sync: have I missed any patches?
46246              From: Tim Jenness <t.jenness@jach.hawaii.edu>
46247              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
46248              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
46249              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
46250              
46251              Replace djSP with dSP.
46252      Branch: perl
46253            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
46254            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
46255            ! win32/perlhost.h
46256 ____________________________________________________________________________
46257 [  8962] By: jhi                                   on 2001/02/27  23:21:14
46258         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
46259      Branch: perl
46260            ! lib/Filter/Simple.pm
46261 ____________________________________________________________________________
46262 [  8961] By: jhi                                   on 2001/02/27  22:55:26
46263         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
46264              and this would be it.
46265      Branch: perl
46266            ! hints/hpux.sh hints/irix_6.sh
46267 ____________________________________________________________________________
46268 [  8960] By: jhi                                   on 2001/02/27  22:51:33
46269         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
46270              From: "Craig A. Berry" <craigberry@mac.com>
46271              Date: Tue, 27 Feb 2001 16:11:44 -0600
46272              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
46273      Branch: maint-5.6/perl
46274            ! configure.com vms/descrip_mms.template
46275 ____________________________________________________________________________
46276 [  8959] By: jhi                                   on 2001/02/27  22:47:23
46277         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
46278              From: "Craig A. Berry" <craigberry@mac.com>
46279              Date: Tue, 27 Feb 2001 16:11:44 -0600
46280              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
46281      Branch: perl
46282            ! configure.com vms/descrip_mms.template
46283 ____________________________________________________________________________
46284 [  8958] By: jhi                                   on 2001/02/27  15:16:42
46285         Log: Update Changes.
46286      Branch: perl
46287            ! Changes patchlevel.h
46288 ____________________________________________________________________________
46289 [  8957] By: jhi                                   on 2001/02/27  06:15:07
46290         Log: Subject: [5.6.x] EPOC additions
46291              From: Olaf Flebbe <O.Flebbe@science-computing.de>
46292              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
46293              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
46294      Branch: maint-5.6/perl
46295            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
46296 ____________________________________________________________________________
46297 [  8956] By: jhi                                   on 2001/02/27  06:12:11
46298         Log: Subject: [perl-current] EPOC 
46299              From: Olaf Flebbe <O.Flebbe@science-computing.de>
46300              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
46301              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
46302      Branch: perl
46303            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
46304            ! epoc/epocish.c epoc/epocish.h pp_sys.c
46305 ____________________________________________________________________________
46306 [  8955] By: jhi                                   on 2001/02/27  05:59:50
46307         Log: Subject: Re: Compile with perlcc..
46308              From: Edward Peschko <edwardp@excitehome.net>
46309              Date: Mon, 26 Feb 2001 18:51:58 -0800
46310              Message-ID: <20010226185158.A9871@excitehome.net>
46311              
46312              plus add a simple usage message if no arguments given.
46313      Branch: perl
46314            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
46315            ! utils/Makefile utils/perlcc.PL win32/pod.mak
46316 ____________________________________________________________________________
46317 [  8954] By: nick                                  on 2001/02/26  21:02:59
46318         Log: Integrate mainline
46319      Branch: perlio
46320           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
46321           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
46322           !> t/op/sprintf.t
46323 ____________________________________________________________________________
46324 [  8953] By: jhi                                   on 2001/02/26  14:43:54
46325         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
46326              From: Nicholas Clark <nick@ccl4.org>
46327              Date: Mon, 26 Feb 2001 00:42:07 +0000
46328              Message-ID: <20010226004207.F23333@plum.flirble.org>
46329      Branch: perl
46330            ! pp_ctl.c
46331 ____________________________________________________________________________
46332 [  8952] By: jhi                                   on 2001/02/26  14:42:13
46333         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
46334              From: Simon Cozens <simon@netthink.co.uk>
46335              Date: Mon, 26 Feb 2001 12:23:48 +0000
46336              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
46337      Branch: perl
46338            ! pod/perlguts.pod
46339 ____________________________________________________________________________
46340 [  8951] By: jhi                                   on 2001/02/26  14:39:15
46341         Log: Subject: [PATCH] perlio - unknown layer
46342              From: Nicholas Clark <nick@ccl4.org>
46343              Date: Mon, 26 Feb 2001 00:27:19 +0000
46344              Message-ID: <20010226002719.E23333@plum.flirble.org>
46345      Branch: perl
46346            ! perlio.c
46347 ____________________________________________________________________________
46348 [  8950] By: jhi                                   on 2001/02/26  14:38:04
46349         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
46350              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
46351              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
46352              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
46353      Branch: perl
46354            ! t/op/bop.t
46355 ____________________________________________________________________________
46356 [  8949] By: jhi                                   on 2001/02/26  14:37:07
46357         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
46358              From: Peter Prymmer <pvhp@forte.com>
46359              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
46360              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
46361      Branch: perl
46362            ! lib/Test.pm
46363 ____________________________________________________________________________
46364 [  8948] By: jhi                                   on 2001/02/26  14:35:53
46365         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
46366              From: Radu Greab <radu@netsoft.ro>
46367              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
46368              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
46369      Branch: perl
46370            ! pod/perlop.pod
46371 ____________________________________________________________________________
46372 [  8947] By: jhi                                   on 2001/02/26  14:34:46
46373         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
46374              From: David Mitchell <davem@fdgroup.co.uk>
46375              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
46376              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
46377      Branch: perl
46378            ! run.c
46379 ____________________________________________________________________________
46380 [  8946] By: jhi                                   on 2001/02/26  14:32:37
46381         Log: Subject: Modified README.bs2000 
46382              From: Dorner Thomas <Thomas.Dorner@start.de>
46383              Date: Mon, 26 Feb 2001 09:22:17 +0100
46384              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
46385      Branch: perl
46386            ! README.bs2000
46387 ____________________________________________________________________________
46388 [  8945] By: jhi                                   on 2001/02/26  14:19:53
46389         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
46390              to maintperl, listing the known failures on the tests 129 and 130.
46391      Branch: maint-5.6/perl
46392           !> t/op/sprintf.t
46393 ____________________________________________________________________________
46394 [  8944] By: jhi                                   on 2001/02/26  14:14:15
46395         Log: Add more known sprintf failures.
46396      Branch: perl
46397            ! t/op/sprintf.t
46398 ____________________________________________________________________________
46399 [  8943] By: jhi                                   on 2001/02/26  13:56:22
46400         Log: perlglob.exe needs to be found in Win32, patch from
46401              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
46402              which needs external glob at mini-perl time."
46403      Branch: perl
46404            ! ext/Encode/compile
46405 ____________________________________________________________________________
46406 [  8942] By: jhi                                   on 2001/02/26  13:52:19
46407         Log: A missing dTHX from Vadim Konovalov.
46408      Branch: perl
46409            ! perlio.c
46410 ____________________________________________________________________________
46411 [  8941] By: jhi                                   on 2001/02/26  13:37:05
46412         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
46413      Branch: perl
46414            ! op.c
46415 ____________________________________________________________________________
46416 [  8940] By: jhi                                   on 2001/02/26  13:35:40
46417         Log: Integrate perlio.
46418      Branch: perl
46419           !> ext/Encode/Encode.pm
46420 ____________________________________________________________________________
46421 [  8939] By: nick                                  on 2001/02/25  23:47:09
46422         Log: Integrate mainline.
46423      Branch: perlio
46424           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
46425           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
46426 ____________________________________________________________________________
46427 [  8938] By: nick                                  on 2001/02/25  19:36:28
46428         Log: Encode implementations docs.
46429      Branch: perlio
46430            ! ext/Encode/Encode.pm
46431 ____________________________________________________________________________
46432 [  8937] By: jhi                                   on 2001/02/25  19:26:16
46433         Log: Script wasn't aligned with reality.
46434      Branch: perl
46435            ! t/pod/find.t
46436 ____________________________________________________________________________
46437 [  8936] By: jhi                                   on 2001/02/25  18:54:55
46438         Log: Update Changes.
46439      Branch: perl
46440            ! Changes patchlevel.h
46441 ____________________________________________________________________________
46442 [  8935] By: jhi                                   on 2001/02/25  18:46:36
46443         Log: Retract #8929,8930,8932,8933 for now.
46444      Branch: perl
46445            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
46446 ____________________________________________________________________________
46447 [  8934] By: jhi                                   on 2001/02/25  17:34:35
46448         Log: Integrate perlio.
46449      Branch: perl
46450           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
46451           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
46452           !> t/lib/encode.t
46453 ____________________________________________________________________________
46454 [  8933] By: jhi                                   on 2001/02/25  17:33:12
46455         Log: (Retracted by #8395.)
46456              
46457              Slight tweaks in scan_const(), not fixes yet, it seems like
46458              lots of work remains to be done...
46459      Branch: perl
46460            ! toke.c
46461 ____________________________________________________________________________
46462 [  8932] By: jhi                                   on 2001/02/25  17:27:11
46463         Log: (Retracted by #8395.)
46464              
46465              Missing from #8930.
46466      Branch: perl
46467            ! perl.h
46468 ____________________________________________________________________________
46469 [  8931] By: jhi                                   on 2001/02/25  17:26:19
46470         Log: A comment tweak.
46471      Branch: perl
46472            ! utf8.c
46473 ____________________________________________________________________________
46474 [  8930] By: jhi                                   on 2001/02/25  17:25:47
46475         Log: (Retracted by #8395.)
46476              
46477              Attempt to fix the EBCDIC character range problem with //.
46478      Branch: perl
46479            ! regcomp.c
46480 ____________________________________________________________________________
46481 [  8929] By: jhi                                   on 2001/02/25  17:23:45
46482         Log: (Retracted by #8395.)
46483              
46484              Expand the EBCDIC character range tests, and add few nasty
46485              tr tests from Karsten Sperling.
46486      Branch: perl
46487            ! t/op/pat.t t/op/tr.t
46488 ____________________________________________________________________________
46489 [  8928] By: jhi                                   on 2001/02/25  17:18:49
46490         Log: Missing check-in.
46491      Branch: perl
46492            ! lib/Pod/Find.pm
46493 ____________________________________________________________________________
46494 [  8927] By: nick                                  on 2001/02/25  11:30:22
46495         Log: Change method names in Encode implementation classes to something
46496              less confusing (preparing to "go public").
46497      Branch: perlio
46498            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
46499 ____________________________________________________________________________
46500 [  8926] By: nick                                  on 2001/02/25  10:53:24
46501         Log: GCC __atribute__ / printf fix
46502      Branch: perlio
46503            ! perl.h
46504 ____________________________________________________________________________
46505 [  8925] By: nick                                  on 2001/02/25  10:52:25
46506         Log: Checked in the wrong one ...
46507      Branch: perlio
46508            ! ext/Encode/Encode.pm
46509 ____________________________________________________________________________
46510 [  8924] By: nick                                  on 2001/02/24  18:46:51
46511         Log: Integrate mainline - to see what Jarkko has in ...
46512      Branch: perlio
46513           +> t/pod/testpods/lib/Pod/Stuff.pm
46514           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
46515 ____________________________________________________________________________
46516 [  8923] By: nick                                  on 2001/02/24  17:05:23
46517         Log: Encode API documentation nd tidy up.
46518              Minor additions to test.
46519              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
46520              Adds STRLEN to standard typemap.
46521      Branch: perlio
46522            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
46523            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
46524 ____________________________________________________________________________
46525 [  8922] By: jhi                                   on 2001/02/24  16:38:12
46526         Log: Add a test for the "character range should match in EBCDIC
46527              if specified using explicit numerics" bug found by Karsten
46528              Sperling.
46529      Branch: perl
46530            ! t/op/pat.t
46531 ____________________________________________________________________________
46532 [  8921] By: jhi                                   on 2001/02/24  16:30:16
46533         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
46534              From: schwern@pobox.com
46535              Date: Fri, 23 Feb 2001 03:21:37 -0500
46536              Message-ID: <20010223032137.A26022@magnonel.guild.net>
46537              
46538              plus Charles Lane's fixes, plus tweaks.
46539      Branch: perl
46540            + t/pod/testpods/lib/Pod/Stuff.pm
46541            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
46542 ____________________________________________________________________________
46543 [  8920] By: nick                                  on 2001/02/24  10:30:11
46544         Log: Integrate mainline
46545      Branch: perlio
46546           !> (integrate 33 files)
46547 ____________________________________________________________________________
46548 [  8919] By: jhi                                   on 2001/02/24  00:23:35
46549         Log: Subject: Re: I'm losing the war...
46550              From: "Vadim Konovalov" <watman@inbox.ru>
46551              Date: Sat, 24 Feb 2001 00:10:14 +0300
46552              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
46553              
46554              hv_store() not working correctly in ENV_IS_CASELESS case.
46555      Branch: perl
46556            ! hv.c
46557 ____________________________________________________________________________
46558 [  8918] By: jhi                                   on 2001/02/24  00:20:09
46559         Log: Subject: Re: [PATCH] fix for charnames above FFFF
46560              From: andreas.koenig@anima.de (Andreas J. Koenig)
46561              Date: 23 Feb 2001 02:39:03 +0100
46562              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
46563              
46564              A further efficiency tweak.
46565      Branch: perl
46566            ! lib/charnames.pm
46567 ____________________________________________________________________________
46568 [  8917] By: jhi                                   on 2001/02/23  20:27:51
46569         Log: Integrate change #8916 from mainline,
46570              do away with USE_WIN32_RTL_ENV.
46571      Branch: maint-5.6/perl
46572           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
46573 ____________________________________________________________________________
46574 [  8916] By: jhi                                   on 2001/02/23  20:02:25
46575         Log: Abolish USE_WIN32_RTL_ENV.
46576      Branch: perl
46577            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
46578 ____________________________________________________________________________
46579 [  8915] By: jhi                                   on 2001/02/23  19:36:00
46580         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
46581              later protected by some #define.
46582      Branch: perl
46583            ! gv.c
46584 ____________________________________________________________________________
46585 [  8914] By: jhi                                   on 2001/02/23  19:31:38
46586         Log: Retract #8902 for now, requested by Charles Lane, the correct
46587              fix will be something else.
46588      Branch: perl
46589            ! op.c
46590 ____________________________________________________________________________
46591 [  8913] By: jhi                                   on 2001/02/23  19:11:36
46592         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
46593              From: Peter Prymmer <pvhp@forte.com>
46594              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
46595              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
46596      Branch: perl
46597            ! t/op/lex_assign.t
46598 ____________________________________________________________________________
46599 [  8912] By: jhi                                   on 2001/02/23  18:38:20
46600         Log: Subject: [patch] perlio + useithreads
46601              From: Doug MacEachern <dougm@covalent.net>
46602              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
46603              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
46604              
46605              Gets things running but not complete.
46606      Branch: perl
46607            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
46608 ____________________________________________________________________________
46609 [  8911] By: jhi                                   on 2001/02/23  04:20:02
46610         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
46611              
46612              Duplicated environment freeing, File::Temp 0.12,
46613              op/append portability (EBCDIC) tweak.
46614      Branch: maint-5.6/perl
46615           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
46616           !> t/op/append.t
46617 ____________________________________________________________________________
46618 [  8910] By: jhi                                   on 2001/02/23  02:07:33
46619         Log: Integrate change #8909 from mainline, a better Borland
46620              putenv() workaround.
46621      Branch: maint-5.6/perl
46622           !> perl.c
46623 ____________________________________________________________________________
46624 [  8909] By: jhi                                   on 2001/02/23  02:05:46
46625         Log: A better workaround for Borland putenv() brokenness from Sarathy.
46626      Branch: perl
46627            ! perl.c
46628 ____________________________________________________________________________
46629 [  8908] By: jhi                                   on 2001/02/23  02:04:14
46630         Log: Subject: fix for parameter -Dm (for perl@8867)
46631              From: "Vadim Konovalov" <watman@inbox.ru>
46632              Date: Thu, 22 Feb 2001 17:30:12 +0300
46633              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
46634      Branch: perl
46635            ! perl.h
46636 ____________________________________________________________________________
46637 [  8907] By: jhi                                   on 2001/02/23  01:58:20
46638         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
46639              From: Peter Prymmer <pvhp@forte.com>
46640              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
46641              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
46642      Branch: perl
46643            ! t/op/append.t
46644 ____________________________________________________________________________
46645 [  8906] By: jhi                                   on 2001/02/23  01:48:34
46646         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
46647      Branch: perl
46648            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
46649 ____________________________________________________________________________
46650 [  8905] By: jhi                                   on 2001/02/23  01:43:30
46651         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
46652              From: Peter Prymmer <pvhp@forte.com>
46653              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
46654              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
46655      Branch: perl
46656            ! t/lib/st-06compat.t
46657 ____________________________________________________________________________
46658 [  8904] By: jhi                                   on 2001/02/23  01:42:39
46659         Log: Metaconfig unit change for #8903.
46660      Branch: metaconfig/U/perl
46661            ! Devel.U
46662 ____________________________________________________________________________
46663 [  8903] By: jhi                                   on 2001/02/23  01:42:12
46664         Log: Be more helpful for devel builders, suggested by John L. Allen.
46665      Branch: perl
46666            ! Configure
46667 ____________________________________________________________________________
46668 [  8902] By: jhi                                   on 2001/02/23  01:37:41
46669         Log: (Retracted by #8914)
46670              (Wrongly, reinstated by #8941)
46671              
46672              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
46673              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46674              Date:     Thu, 22 Feb 2001 09:43:57 EST
46675              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
46676      Branch: perl
46677            ! op.c
46678 ____________________________________________________________________________
46679 [  8901] By: jhi                                   on 2001/02/23  01:20:32
46680         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
46681              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46682              Date:     Thu, 22 Feb 2001 08:01:35 EST
46683              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
46684      Branch: perl
46685            ! malloc.c
46686 ____________________________________________________________________________
46687 [  8900] By: jhi                                   on 2001/02/23  01:18:02
46688         Log: Integrate changes #8898,8899 from mainline, environ handling.
46689      Branch: maint-5.6/perl
46690           !> perl.c
46691 ____________________________________________________________________________
46692 [  8899] By: jhi                                   on 2001/02/23  01:16:25
46693         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
46694              putenv() is not to be relied on, they are either broken or leaky
46695              or both.)
46696      Branch: perl
46697            ! perl.c
46698 ____________________________________________________________________________
46699 [  8898] By: jhi                                   on 2001/02/22  23:36:59
46700         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
46701              and safesysfree() must be used.
46702      Branch: perl
46703            ! perl.c
46704 ____________________________________________________________________________
46705 [  8897] By: jhi                                   on 2001/02/22  23:25:45
46706         Log: With environ one must use safesysmalloc()/safesysfree().
46707      Branch: perl
46708            ! perl.c
46709 ____________________________________________________________________________
46710 [  8896] By: jhi                                   on 2001/02/22  22:13:18
46711         Log: If we have a duplicated environment free it
46712              if PERL_DESTRUCT_LEVEL.
46713      Branch: perl
46714            ! perl.c
46715 ____________________________________________________________________________
46716 [  8895] By: alanbur                               on 2001/02/22  19:31:57
46717         Log: Synchronised with parent
46718      Branch: maint-5.6/pureperl
46719           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
46720 ____________________________________________________________________________
46721 [  8894] By: gsar                                  on 2001/02/22  19:06:18
46722         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
46723              
46724              fix memory leak in method call optimization (change#3768);
46725              made C<eval "$x->foo()"> leak
46726              
46727              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
46728      Branch: maint-5.6/perl
46729           !> op.c
46730 ____________________________________________________________________________
46731 [  8893] By: jhi                                   on 2001/02/22  18:35:27
46732         Log: (Retracted by #8915.)
46733              
46734              Third Degree finding:
46735              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
46736      Branch: perl
46737            ! gv.c
46738 ____________________________________________________________________________
46739 [  8892] By: jhi                                   on 2001/02/22  14:28:32
46740         Log: Update Changes.
46741      Branch: perl
46742            ! Changes patchlevel.h
46743 ____________________________________________________________________________
46744 [  8891] By: jhi                                   on 2001/02/22  13:22:45
46745         Log: Metaconfig unit changes for #8890.
46746      Branch: metaconfig
46747            ! U/modified/Cppsym.U U/threads/archname.U
46748 ____________________________________________________________________________
46749 [  8890] By: jhi                                   on 2001/02/22  13:22:12
46750         Log: Add -stdio to the archname if no perlio selected,
46751              no -perlio added since that is now the default.
46752              
46753              Add few CPUs/architectures to the Cppsym scan.
46754      Branch: perl
46755            ! Configure config_h.SH
46756 ____________________________________________________________________________
46757 [  8889] By: jhi                                   on 2001/02/22  13:05:59
46758         Log: Metaconfig unit change for #8888.
46759      Branch: metaconfig/U/perl
46760            ! useperlio.U
46761 ____________________________________________________________________________
46762 [  8888] By: jhi                                   on 2001/02/22  13:05:28
46763         Log: *drum roll*  Make perlio the default.
46764      Branch: perl
46765            ! Configure config_h.SH
46766 ____________________________________________________________________________
46767 [  8887] By: jhi                                   on 2001/02/22  12:50:52
46768         Log: Integrate change #8665 from maintperl to mainline,
46769              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
46770      Branch: perl
46771           !> ext/POSIX/POSIX.xs
46772 ____________________________________________________________________________
46773 [  8886] By: jhi                                   on 2001/02/22  12:49:24
46774         Log: Integrate changes #8883,8884 from mainline to maintperl.
46775              
46776              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
46777              Subject: Re: File::Temp::_gettemp warning
46778      Branch: maint-5.6/perl
46779           !> embed.h embed.pl lib/File/Temp.pm
46780 ____________________________________________________________________________
46781 [  8885] By: jhi                                   on 2001/02/22  12:43:59
46782         Log: Based on
46783              
46784              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
46785              From: schwab@suse.de
46786              Date: Thu, 22 Feb 2001 13:08:09 +0100
46787              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
46788              
46789              but the fix done slightly differently because the other
46790              half was already done in #8664.
46791      Branch: maint-5.6/perl
46792            ! ext/POSIX/POSIX.xs
46793 ____________________________________________________________________________
46794 [  8884] By: jhi                                   on 2001/02/22  12:37:15
46795         Log: Subject: Re: File::Temp::_gettemp warning
46796              From: Tim Jenness <t.jenness@jach.hawaii.edu>
46797              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
46798              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
46799              
46800              This patch to File::Temp does two things:
46801              
46802              1. Fixes the problem with CGI::Carp when determining
46803              the Fcntl constants
46804              
46805              2. Removes most of the carps and consolidates them so that all the
46806              reasons are included in a single die that is caught by the test. This
46807              means that the correct skipping behaviour is displayed by the test.
46808      Branch: perl
46809            ! lib/File/Temp.pm
46810 ____________________________________________________________________________
46811 [  8883] By: jhi                                   on 2001/02/22  12:29:19
46812         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
46813              From: Peter Prymmer <pvhp@forte.com>
46814              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
46815              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
46816      Branch: perl
46817            ! embed.h embed.pl
46818 ____________________________________________________________________________
46819 [  8882] By: jhi                                   on 2001/02/21  19:41:33
46820         Log: Integrate change #8881 from mainlin to maintperl.
46821              
46822              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
46823      Branch: maint-5.6/perl
46824           !> op.c
46825 ____________________________________________________________________________
46826 [  8881] By: jhi                                   on 2001/02/21  19:38:57
46827         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
46828              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46829              Date:     Wed, 21 Feb 2001 13:08:03 EST
46830              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
46831      Branch: perl
46832            ! op.c
46833 ____________________________________________________________________________
46834 [  8880] By: jhi                                   on 2001/02/21  19:34:34
46835         Log: Retract #8875, cannot let go of the old semantics of unpack U
46836              without rethinking utf8decode.t.
46837      Branch: perl
46838            ! pp.c t/op/pack.t
46839 ____________________________________________________________________________
46840 [  8879] By: jhi                                   on 2001/02/21  19:08:02
46841         Log: Run run/*.t also in minitest.
46842      Branch: perl
46843            ! Makefile.SH
46844 ____________________________________________________________________________
46845 [  8878] By: nick                                  on 2001/02/21  18:55:37
46846         Log: Integrate mainline
46847      Branch: perlio
46848           !> (integrate 76 files)
46849 ____________________________________________________________________________
46850 [  8877] By: jhi                                   on 2001/02/21  15:09:33
46851         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
46852      Branch: metaconfig
46853            ! U/compline/nblock_io.U
46854      Branch: perl
46855            ! Configure config_h.SH
46856 ____________________________________________________________________________
46857 [  8876] By: jhi                                   on 2001/02/21  14:54:45
46858         Log: If no sfio, no -lsfio.
46859      Branch: metaconfig/U/perl
46860            ! d_sfio.U
46861      Branch: perl
46862            ! Configure config_h.SH
46863 ____________________________________________________________________________
46864 [  8875] By: jhi                                   on 2001/02/21  14:54:00
46865         Log: Make unpack C and unpack U truly equivalent.
46866      Branch: perl
46867            ! pp.c t/op/pack.t
46868 ____________________________________________________________________________
46869 [  8874] By: jhi                                   on 2001/02/21  14:26:02
46870         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
46871              From: Peter Prymmer <pvhp@forte.com>
46872              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
46873              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
46874      Branch: perl
46875            ! pod/perlport.pod
46876 ____________________________________________________________________________
46877 [  8873] By: jhi                                   on 2001/02/21  14:24:31
46878         Log: Subject: [PATCH] fix for charnames above FFFF
46879              From: andreas.koenig@anima.de (Andreas J. Koenig)
46880              Date: 21 Feb 2001 07:05:45 +0100
46881              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
46882      Branch: perl
46883            ! lib/charnames.pm t/lib/charnames.t
46884 ____________________________________________________________________________
46885 [  8872] By: jhi                                   on 2001/02/21  14:15:25
46886         Log: Integrate change #8868 from pureperl to mainline.
46887              
46888              Fixed reference count loop caused by sv_magic.
46889      Branch: perl
46890           !> sv.c
46891 ____________________________________________________________________________
46892 [  8871] By: jhi                                   on 2001/02/21  14:07:29
46893         Log: Integrate change #8868 from pureperl to maintperl.
46894              
46895              Fixed reference count loop caused by sv_magic.
46896      Branch: maint-5.6/perl
46897           !> sv.c
46898 ____________________________________________________________________________
46899 [  8870] By: jhi                                   on 2001/02/21  14:04:41
46900         Log: Put back the #8840, it was innocent.
46901      Branch: perl
46902            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
46903            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
46904 ____________________________________________________________________________
46905 [  8869] By: jhi                                   on 2001/02/21  14:00:03
46906         Log: unpack("C", ...) was left slightly unfinished by #8865.
46907      Branch: perl
46908            ! pp.c t/op/pack.t
46909 ____________________________________________________________________________
46910 [  8868] By: alanbur                               on 2001/02/21  01:33:45
46911         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
46912              from gv_fetchpv to create single-character magic variables (e.g. $!),
46913              and it is passed a sv and the gv that contains the sv as the mg_obj
46914              value.  When sv_magic stores the mg_obj pointer it increments the gv
46915              refcount, thus causing a sv-gv pair that can't be freed.  There is
46916              already a check for sv == obj which is used to prevent such reference
46917              loops.  This change extends the check to cover the case described above.
46918      Branch: maint-5.6/pureperl
46919            ! sv.c
46920 ____________________________________________________________________________
46921 [  8867] By: jhi                                   on 2001/02/21  00:52:39
46922         Log: Update Changes.
46923      Branch: perl
46924            ! Changes patchlevel.h
46925 ____________________________________________________________________________
46926 [  8866] By: jhi                                   on 2001/02/21  00:34:20
46927         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
46928              (Note: there were some conflicts due to EBCDIC and EPOC
46929              patches, in general I preferred the repository code.)
46930              (When 2.753 comes out, we need to synchronize.)
46931      Branch: perl
46932            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
46933            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
46934            ! t/lib/cgi-html.t
46935 ____________________________________________________________________________
46936 [  8865] By: jhi                                   on 2001/02/21  00:24:22
46937         Log: Make pack("C", 0x100) to create Unicode, unless under the
46938              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
46939              will understand Unicode, unless you under know what.
46940      Branch: perl
46941            ! pp.c t/op/pack.t t/op/qu.t
46942 ____________________________________________________________________________
46943 [  8864] By: alanbur                               on 2001/02/20  22:35:34
46944         Log: Resynchronised with parent
46945      Branch: maint-5.6/pureperl
46946           !> README.win32 ext/GDBM_File/GDBM_File.pm
46947           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
46948           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
46949           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
46950           !> t/lib/sdbm.t util.c
46951 ____________________________________________________________________________
46952 [  8863] By: jhi                                   on 2001/02/20  20:55:11
46953         Log: Integrate change #8860,8861 from mainline into maintperl.
46954              
46955              "pseudo-literal j"
46956              
46957              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
46958      Branch: maint-5.6/perl
46959           !> lib/Test.pm pod/perlop.pod
46960 ____________________________________________________________________________
46961 [  8862] By: jhi                                   on 2001/02/20  20:30:07
46962         Log: Don't do casting between pointers pointing to differently sized
46963              integers.
46964      Branch: perl
46965            ! hv.c sv.c
46966 ____________________________________________________________________________
46967 [  8861] By: jhi                                   on 2001/02/20  19:53:44
46968         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
46969              From: Peter Prymmer <pvhp@forte.com>
46970              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
46971              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
46972      Branch: perl
46973            ! lib/Test.pm
46974 ____________________________________________________________________________
46975 [  8860] By: jhi                                   on 2001/02/20  19:48:02
46976         Log: "pseudo-literal j", a documentation glitch reported to Debian.
46977              The text recovered from Perl 5.005_03, and pseudo-literal replaced
46978              by "backtick string".
46979      Branch: perl
46980            ! pod/perlop.pod
46981 ____________________________________________________________________________
46982 [  8859] By: jhi                                   on 2001/02/20  19:15:46
46983         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
46984              from Chris Nandor.
46985      Branch: perl
46986            ! makedef.pl
46987 ____________________________________________________________________________
46988 [  8858] By: jhi                                   on 2001/02/20  17:36:53
46989         Log: Integrate pureperl changes #8844,8845,8850 to mainline
46990              (via maintperl #8855).
46991              
46992              Fixed %^H scoping bug
46993              
46994              Removed GV <-> CV refcount loop
46995              
46996              Removed %ENV refcount loop
46997      Branch: perl
46998           !> gv.c op.c perl.c pp.c scope.c
46999 ____________________________________________________________________________
47000 [  8857] By: jhi                                   on 2001/02/20  17:34:32
47001         Log: Integrate changes #8853,8854 from maintperl to mainline.
47002              
47003              EBDIC fixes, README.win32 Borland update.
47004      Branch: perl
47005           !> README.win32 handy.h util.c
47006 ____________________________________________________________________________
47007 [  8856] By: jhi                                   on 2001/02/20  17:33:16
47008         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
47009      Branch: maint-5.6/perl
47010           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
47011           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
47012           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
47013 ____________________________________________________________________________
47014 [  8855] By: jhi                                   on 2001/02/20  17:32:13
47015         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
47016              
47017              Fixed %^H scoping bug
47018              
47019              Removed GV <-> CV refcount loop
47020              
47021              Removed %ENV refcount loop
47022      Branch: maint-5.6/perl
47023           !> gv.c op.c perl.c pp.c scope.c
47024 ____________________________________________________________________________
47025 [  8854] By: jhi                                   on 2001/02/20  17:25:06
47026         Log: Subject: Addition to readme.win32 for Borland C++ compilers
47027              Date: Tue, 20 Feb 2001 02:15:25 +0300
47028              From: "Vadim Konovalov" <watman@inbox.ru>
47029              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
47030              
47031              Document Borland compiler misbehaviour.
47032      Branch: maint-5.6/perl
47033            ! README.win32
47034 ____________________________________________________________________________
47035 [  8853] By: jhi                                   on 2001/02/20  17:22:25
47036         Log: The assimilation of ebcdic.c didn't quite work at the first try,
47037              patches from Thomas Dorner.
47038      Branch: maint-5.6/perl
47039            ! handy.h util.c
47040 ____________________________________________________________________________
47041 [  8852] By: jhi                                   on 2001/02/20  17:20:15
47042         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
47043              From: Chris Nandor <pudge@pobox.com>
47044              Date: Tue, 20 Feb 2001 08:32:45 -0500
47045              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
47046      Branch: maint-5.6/perl
47047            ! makedef.pl mg.c
47048 ____________________________________________________________________________
47049 [  8851] By: jhi                                   on 2001/02/20  17:15:52
47050         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
47051      Branch: perl
47052            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
47053            ! t/lib/filter-util.t
47054 ____________________________________________________________________________
47055 [  8850] By: alanbur                               on 2001/02/20  17:12:40
47056         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
47057              and the magic pointer points back to the GV that contains the
47058              %ENV hash.  This creates a refcount loop that prevents members
47059              of %ENV from being freed correctly.  This change removes the
47060              refcount loop - the magic pointer was never used anyway, the
47061              only use of the magic was to check the type ('E') so that the
47062              appropriate environment manipulation code is called when %ENV
47063              is modified.
47064      Branch: maint-5.6/pureperl
47065            ! perl.c
47066 ____________________________________________________________________________
47067 [  8849] By: jhi                                   on 2001/02/20  17:12:20
47068         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
47069              From: "Craig A. Berry" <craigberry@mac.com>
47070              Date: Mon, 19 Feb 2001 23:36:12 -0600
47071              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
47072              
47073              Case-forgiving systems match TestInit.pm with TES*.
47074      Branch: perl
47075            ! t/lib/glob-basic.t
47076 ____________________________________________________________________________
47077 [  8848] By: jhi                                   on 2001/02/20  17:10:02
47078         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
47079      Branch: perl
47080            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
47081            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
47082            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
47083 ____________________________________________________________________________
47084 [  8847] By: jhi                                   on 2001/02/20  15:34:41
47085         Log: The #8843 wasn't quite right: %Config needs to imported.
47086      Branch: perl
47087            ! t/run/runenv.t
47088 ____________________________________________________________________________
47089 [  8846] By: jhi                                   on 2001/02/20  15:31:50
47090         Log: Retract the #8838 and #8840 for now because of
47091              the DB_File tie problem.
47092      Branch: perl
47093            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
47094            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
47095            ! proto.h sv.c
47096 ____________________________________________________________________________
47097 [  8845] By: alanbur                               on 2001/02/20  14:25:41
47098         Log: Removed GV <-> CV refcount loop
47099              CvGV(mycv) points to the parent GV of the CV, and was previously
47100              refcounted.  The pointer remains, but the refcounting has been removed
47101              as it causes a refcount loop between the CV and GV that means the CV
47102              can't ever be deleted.
47103      Branch: maint-5.6/pureperl
47104            ! gv.c op.c pp.c
47105 ____________________________________________________________________________
47106 [  8844] By: alanbur                               on 2001/02/20  14:23:13
47107         Log: Fixed %^H scoping bug
47108      Branch: maint-5.6/pureperl
47109            ! scope.c
47110 ____________________________________________________________________________
47111 [  8843] By: jhi                                   on 2001/02/19  13:38:08
47112         Log: fork() not everywhere, cleanup temp files.
47113      Branch: perl
47114            ! t/run/runenv.t
47115 ____________________________________________________________________________
47116 [  8842] By: alanbur                               on 2001/02/19  12:42:07
47117         Log: Resynchronised with parent
47118      Branch: maint-5.6/pureperl
47119           !> pod/perlfaq4.pod sv.c utf8.c
47120 ____________________________________________________________________________
47121 [  8841] By: jhi                                   on 2001/02/19  03:35:51
47122         Log: Update Changes.
47123      Branch: perl
47124            ! Changes patchlevel.h
47125 ____________________________________________________________________________
47126 [  8840] By: jhi                                   on 2001/02/19  00:23:41
47127         Log: Subject: [patch] add sv_setref_uv
47128              From: Doug MacEachern <dougm@covalent.net>
47129              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
47130              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
47131      Branch: perl
47132            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
47133            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
47134 ____________________________________________________________________________
47135 [  8839] By: jhi                                   on 2001/02/19  00:01:38
47136         Log: Put to rest the 20010205.001, the email address checking (not) regex.
47137      Branch: perl
47138            ! pod/perlfaq9.pod
47139 ____________________________________________________________________________
47140 [  8838] By: jhi                                   on 2001/02/18  22:17:54
47141         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
47142              From: Doug MacEachern <dougm@covalent.net>
47143              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
47144              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
47145      Branch: perl
47146            ! lib/ExtUtils/xsubpp
47147 ____________________________________________________________________________
47148 [  8837] By: jhi                                   on 2001/02/18  22:16:50
47149         Log: Subject: [patch] -Wall cleanup round 2
47150              From: Doug MacEachern <dougm@covalent.net>
47151              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
47152              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
47153      Branch: perl
47154            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
47155            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
47156            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
47157            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
47158            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
47159            ! ext/SDBM_File/SDBM_File.xs
47160 ____________________________________________________________________________
47161 [  8836] By: jhi                                   on 2001/02/18  22:11:20
47162         Log: Misapplied regex optimizations when \C is present.
47163              Fixes 20001230.002.
47164              
47165              What still remains broken is that the submatches that
47166              have \C in them get their UTF8 flag on because their
47167              parent SV has it on.  This will result in malformed
47168              UTF8 if a \C happened to match a non-ASCII byte.
47169      Branch: perl
47170            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
47171            ! t/pragma/utf8.t
47172 ____________________________________________________________________________
47173 [  8835] By: jhi                                   on 2001/02/18  20:12:02
47174         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
47175              
47176              The hash key got wrongly UTF8fied.
47177      Branch: perl
47178            ! pod/perlapi.pod toke.c utf8.c
47179 ____________________________________________________________________________
47180 [  8834] By: jhi                                   on 2001/02/18  19:44:25
47181         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
47182              don't warn on magical or overloaded things.
47183      Branch: perl
47184            ! pp_hot.c
47185 ____________________________________________________________________________
47186 [  8833] By: nick                                  on 2001/02/18  19:31:22
47187         Log: Integrate mainline
47188      Branch: perlio
47189           +> t/TestInit.pm t/run/runenv.t
47190            - t/UTEST
47191           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
47192           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
47193           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
47194           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
47195           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
47196           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
47197           !> utf8.c
47198 ____________________________________________________________________________
47199 [  8832] By: jhi                                   on 2001/02/18  19:21:18
47200         Log: Integrate perlio.
47201      Branch: perl
47202           !> perlio.c pod/perldiag.pod
47203 ____________________________________________________________________________
47204 [  8831] By: jhi                                   on 2001/02/18  19:14:20
47205         Log: Integrate change #8827 from mainline.
47206              
47207              UTF8 tweaks.
47208      Branch: maint-5.6/perl
47209           !> sv.c utf8.c
47210 ____________________________________________________________________________
47211 [  8830] By: nick                                  on 2001/02/18  19:10:34
47212         Log: Apply the spirit of patch from Nick Clark:
47213              Subject: [PATCH] Re: extensions that provide layers
47214              From: Nicholas Clark <nick@ccl4.org>
47215              Date: Mon, 12 Feb 2001 16:43:51 +0000
47216              Message-Id: <20010212164350.Q3652@plum.flirble.org>
47217      Branch: perlio
47218            ! perlio.c pod/perldiag.pod
47219 ____________________________________________________________________________
47220 [  8829] By: jhi                                   on 2001/02/18  19:03:25
47221         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
47222              From: schwern@pobox.com 
47223              Date: Sun, 18 Feb 2001 13:44:35 -0500
47224              Message-ID: <20010218134435.A17544@magnonel.guild.net>
47225              
47226              Applied, but as t/TestInit.pm.
47227      Branch: perl
47228            + t/TestInit.pm
47229            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
47230            ! t/op/subst_wamp.t
47231 ____________________________________________________________________________
47232 [  8828] By: jhi                                   on 2001/02/18  18:43:52
47233         Log: Integrate perlio.
47234      Branch: perl
47235           !> perlio.c
47236 ____________________________________________________________________________
47237 [  8827] By: jhi                                   on 2001/02/18  18:41:33
47238         Log: UTF-8 tweaks.
47239      Branch: perl
47240            ! sv.c utf8.c
47241 ____________________________________________________________________________
47242 [  8826] By: nick                                  on 2001/02/18  17:40:59
47243         Log: Fix [ID 20010217.002]
47244              open FOO, "<:raw:perlio", ...
47245              :raw now inserts default base layer below itself.
47246              Also
47247              open FOO, "<:unix", ...
47248              works as well - but leaves buffer layer on stack under the unix layer.
47249      Branch: perlio
47250            ! perlio.c
47251 ____________________________________________________________________________
47252 [  8825] By: jhi                                   on 2001/02/18  17:15:39
47253         Log: Integrate perlio.
47254      Branch: perl
47255           !> perlio.c perliol.h
47256 ____________________________________________________________________________
47257 [  8824] By: jhi                                   on 2001/02/18  17:10:53
47258         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
47259              From: schwern@pobox.com
47260              Date: Sun, 18 Feb 2001 01:48:50 -0500
47261              Message-ID: <20010218014850.C19957@magnonel.guild.net>
47262      Branch: perl
47263            ! lib/Test/Harness.pm t/TEST t/op/chop.t
47264 ____________________________________________________________________________
47265 [  8823] By: jhi                                   on 2001/02/18  17:01:06
47266         Log: Add run/*.t to testables.
47267      Branch: perl
47268            ! t/TEST
47269 ____________________________________________________________________________
47270 [  8822] By: jhi                                   on 2001/02/18  16:58:58
47271         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
47272              From: schwern@pobox.com
47273              Date: Sun, 18 Feb 2001 01:11:35 -0500
47274              Message-ID: <20010218011135.A19957@magnonel.guild.net>
47275              
47276              Revive mjd's and Simon's PERL5OPT fix.
47277      Branch: perl
47278            + t/run/runenv.t
47279            ! MANIFEST perl.c
47280 ____________________________________________________________________________
47281 [  8821] By: jhi                                   on 2001/02/18  16:53:46
47282         Log: Subject: Re: Why t/TEST and not Test::Harness?
47283              From: schwern@pobox.com
47284              Date: Sat, 17 Feb 2001 22:44:44 -0500
47285              Message-ID: <20010217224444.A6679@magnonel.guild.net>
47286              
47287              Replace UTEST with TEST -utf8.
47288      Branch: perl
47289            - t/UTEST
47290            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
47291            ! t/lib/glob-basic.t
47292 ____________________________________________________________________________
47293 [  8820] By: nick                                  on 2001/02/18  13:06:16
47294         Log: Clean up a few core dumps when layers are used in unexpected ways.
47295              (Still not "right"...)
47296      Branch: perlio
47297            ! perlio.c perliol.h
47298 ____________________________________________________________________________
47299 [  8819] By: jhi                                   on 2001/02/18  02:25:55
47300         Log: Integrate change #8818 from maintperl, a FAQ nit.
47301      Branch: perl
47302           !> pod/perlfaq4.pod
47303 ____________________________________________________________________________
47304 [  8818] By: jhi                                   on 2001/02/18  02:24:50
47305         Log: FAQ nit from Chris Fedde.
47306      Branch: maint-5.6/perl
47307            ! pod/perlfaq4.pod
47308 ____________________________________________________________________________
47309 [  8817] By: nick                                  on 2001/02/17  18:20:14
47310         Log: Integrate mainline
47311      Branch: perlio
47312           +> lib/unicode/UCD.html lib/unicode/Unicode.html
47313           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
47314           +> pod/perlclib.pod
47315            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
47316            - lib/unicode/Unicode.301
47317           !> (integrate 324 files)
47318 ____________________________________________________________________________
47319 [  8816] By: jhi                                   on 2001/02/17  16:56:58
47320         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
47321      Branch: perl
47322            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
47323            ! ext/Storable/Storable.xs t/lib/st-06compat.t
47324            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
47325 ____________________________________________________________________________
47326 [  8815] By: jhi                                   on 2001/02/17  16:40:07
47327         Log: Subject: [patch] -Wall
47328              From: Doug MacEachern <dougm@covalent.net>
47329              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
47330              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
47331      Branch: perl
47332            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
47333            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
47334 ____________________________________________________________________________
47335 [  8814] By: jhi                                   on 2001/02/16  19:27:18
47336         Log: Document qu better.
47337      Branch: perl
47338            ! pod/perlop.pod
47339 ____________________________________________________________________________
47340 [  8813] By: jhi                                   on 2001/02/15  13:54:37
47341         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
47342              From: Hugo <hv@crypt.compulink.co.uk>
47343              Date: Thu, 15 Feb 2001 13:39:49 +0000
47344              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
47345      Branch: perl
47346            ! toke.c
47347 ____________________________________________________________________________
47348 [  8812] By: alanbur                               on 2001/02/15  13:52:16
47349         Log: Resynchronised with parent
47350      Branch: maint-5.6/pureperl
47351            - ebcdic.c
47352           !> (integrate 36 files)
47353 ____________________________________________________________________________
47354 [  8811] By: jhi                                   on 2001/02/15  13:51:16
47355         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
47356              
47357              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
47358              From: Jan Dubois <JanD@ActiveState.com>
47359              Date: Wed, 31 Jan 2001 21:17:03 -0800
47360              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
47361              
47362              tweak change#8659 to keep it simple
47363              
47364              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
47365              From: Russ Allbery <rra@stanford.edu>
47366              Date: 14 Feb 2001 10:15:41 -0800
47367              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
47368              
47369              (8809 empty)
47370              
47371              Upgrade to podlators 1.08, from Russ Allbery.
47372      Branch: perl
47373           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
47374           !> utils/perldoc.PL
47375 ____________________________________________________________________________
47376 [  8810] By: jhi                                   on 2001/02/15  13:35:08
47377         Log: Upgrade to podlators 1.08, from Russ Allbery.
47378      Branch: maint-5.6/perl
47379            ! lib/Pod/Man.pm lib/Pod/Text.pm
47380 ____________________________________________________________________________
47381 [  8809] By: jhi                                   on 2001/02/15  13:26:38
47382         Log: (accidentally empty check-in)
47383      Branch: maint-5.6/perl
47384            ! lib/Test/Harness.pm
47385 ____________________________________________________________________________
47386 [  8808] By: jhi                                   on 2001/02/15  13:23:47
47387         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
47388              From: Russ Allbery <rra@stanford.edu>
47389              Date: 14 Feb 2001 10:15:41 -0800
47390              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
47391              
47392              perldoc was hardcoding $Config{installscript}, which breaks
47393              when install* isn't where Perl ends up (such as with AFS).
47394              
47395              Use $Config{scriptdir} instead.
47396      Branch: maint-5.6/perl
47397            ! utils/perldoc.PL
47398 ____________________________________________________________________________
47399 [  8807] By: jhi                                   on 2001/02/14  14:37:27
47400         Log: Update Changes.
47401      Branch: perl
47402            ! Changes patchlevel.h
47403 ____________________________________________________________________________
47404 [  8806] By: jhi                                   on 2001/02/14  14:25:31
47405         Log: Integrate changes #8803,8804,8805 from mainline.
47406              
47407              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
47408              
47409              Don't skip too much of the locale error message if no environ array,
47410              from Chris Nandor.
47411              
47412              More MacOS Classic fixes from Chris Nandor.
47413      Branch: maint-5.6/perl
47414           !> doop.c lib/Cwd.pm perl.c perl.h util.c
47415 ____________________________________________________________________________
47416 [  8805] By: jhi                                   on 2001/02/14  03:29:01
47417         Log: More MacOS Classic fixes from Chris Nandor.
47418      Branch: perl
47419            ! doop.c lib/Cwd.pm
47420 ____________________________________________________________________________
47421 [  8804] By: jhi                                   on 2001/02/14  03:18:35
47422         Log: Don't skip too much of the locale error message if no environ array,
47423              from Chris Nandor.
47424      Branch: perl
47425            ! util.c
47426 ____________________________________________________________________________
47427 [  8803] By: jhi                                   on 2001/02/14  03:14:14
47428         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
47429      Branch: perl
47430            ! perl.c perl.h
47431 ____________________________________________________________________________
47432 [  8802] By: jhi                                   on 2001/02/13  18:31:33
47433         Log: AUTHORS update.
47434      Branch: perl
47435            ! AUTHORS
47436 ____________________________________________________________________________
47437 [  8801] By: jhi                                   on 2001/02/13  17:55:19
47438         Log: Integrate change #8792 from mainline.
47439              
47440              Subject: buncha MacPerl patches for bleadperl
47441              From: Chris Nandor <pudge@pobox.com>
47442              Date: Tue, 13 Feb 2001 00:02:43 -0500
47443              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
47444      Branch: maint-5.6/perl
47445           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
47446           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
47447           !> t/lib/basename.t toke.c util.h
47448 ____________________________________________________________________________
47449 [  8800] By: jhi                                   on 2001/02/13  17:46:43
47450         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
47451              to be forced to Off_t.
47452              
47453              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
47454              From: nick@ccl4.org
47455              Date: Thu, 1 Feb 2001 12:01:04 +0000
47456              Message-Id: <20010201120103.E11401@plum.flirble.org>
47457      Branch: maint-5.6/perl
47458            ! iperlsys.h perlio.c
47459 ____________________________________________________________________________
47460 [  8799] By: jhi                                   on 2001/02/13  16:52:51
47461         Log: Duplex duplex hunk hunk.
47462      Branch: maint-5.6/perl
47463            ! Makefile.SH
47464 ____________________________________________________________________________
47465 [  8797] By: jhi                                   on 2001/02/13  14:52:04
47466         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
47467              From: "Craig A. Berry" <craigberry@mac.com>
47468              Date: Mon, 12 Feb 2001 11:05:25 -0600
47469              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
47470      Branch: perl
47471            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
47472 ____________________________________________________________________________
47473 [  8796] By: jhi                                   on 2001/02/13  14:36:47
47474         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
47475              From: simon.cozens@pembroke.oxford.ac.uk 
47476              Date: Sat, 10 Feb 2001 17:57:02 +0000
47477              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
47478              
47479              Now it does include.
47480      Branch: perl
47481            ! pod/perldiag.pod
47482 ____________________________________________________________________________
47483 [  8795] By: jhi                                   on 2001/02/13  14:30:11
47484         Log: Sort the MANIFEST.
47485      Branch: perl
47486            ! MANIFEST
47487 ____________________________________________________________________________
47488 [  8794] By: jhi                                   on 2001/02/13  14:26:51
47489         Log: Integrate change #8793 from mainline, FAQ updates.
47490      Branch: maint-5.6/perl
47491           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
47492 ____________________________________________________________________________
47493 [  8793] By: jhi                                   on 2001/02/13  14:25:13
47494         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
47495      Branch: perl
47496            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
47497 ____________________________________________________________________________
47498 [  8792] By: jhi                                   on 2001/02/13  14:22:50
47499         Log: Subject: buncha MacPerl patches for bleadperl
47500              From: Chris Nandor <pudge@pobox.com>
47501              Date: Tue, 13 Feb 2001 00:02:43 -0500
47502              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
47503      Branch: perl
47504            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
47505            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
47506            ! t/lib/basename.t toke.c util.h
47507 ____________________________________________________________________________
47508 [  8791] By: jhi                                   on 2001/02/13  14:10:39
47509         Log: Integrate change #8790 from mainline.
47510              
47511              environ array wrongly assumed in Perl_init_i18nl10n(),
47512      Branch: maint-5.6/perl
47513           !> util.c
47514 ____________________________________________________________________________
47515 [  8790] By: jhi                                   on 2001/02/13  14:06:15
47516         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
47517              noticed by Chris Nandor in MacOS Classic.
47518      Branch: perl
47519            ! util.c
47520 ____________________________________________________________________________
47521 [  8789] By: jhi                                   on 2001/02/13  13:58:07
47522         Log: Integrate changes #8373,8487,8544,8783 from mainline.
47523              
47524              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
47525              hints files, the dynaloading, assimilate ebcdic into util.c.
47526      Branch: maint-5.6/perl
47527            - ebcdic.c
47528            ! MANIFEST hints/posix-bc.sh
47529           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
47530           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
47531           !> perlapi.c proto.h util.c
47532 ____________________________________________________________________________
47533 [  8788] By: alanbur                               on 2001/02/13  10:33:13
47534         Log: Integrated changes from maint-5.6
47535      Branch: maint-5.6/pureperl
47536           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
47537           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
47538           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
47539           !> vos/config.ga.h vos/configure_perl.cm
47540 ____________________________________________________________________________
47541 [  8787] By: jhi                                   on 2001/02/13  05:56:36
47542         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
47543      Branch: perl
47544           !> Makefile.SH
47545 ____________________________________________________________________________
47546 [  8786] By: jhi                                   on 2001/02/13  05:54:34
47547         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
47548              From: Dorner Thomas <Thomas.Dorner@start.de>
47549              Date: Mon, 12 Feb 2001 15:06:26 +0100
47550              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
47551      Branch: maint-5.6/perl
47552            ! Makefile.SH
47553 ____________________________________________________________________________
47554 [  8785] By: jhi                                   on 2001/02/13  05:29:04
47555         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
47556      Branch: perl
47557           !> hints/openbsd.sh
47558 ____________________________________________________________________________
47559 [  8784] By: jhi                                   on 2001/02/13  02:25:24
47560         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
47561              From: Peter Prymmer <pvhp@forte.com>
47562              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
47563              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
47564      Branch: perl
47565            ! pod/perlclib.pod
47566 ____________________________________________________________________________
47567 [  8783] By: jhi                                   on 2001/02/13  02:22:36
47568         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
47569      Branch: perl
47570            - ebcdic.c
47571            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
47572            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
47573            ! util.c
47574 ____________________________________________________________________________
47575 [  8782] By: jhi                                   on 2001/02/13  02:00:07
47576         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
47577      Branch: maint-5.6/perl
47578            ! pod/perlport.pod
47579 ____________________________________________________________________________
47580 [  8781] By: jhi                                   on 2001/02/13  01:58:44
47581         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
47582      Branch: maint-5.6/perl
47583            ! hints/openbsd.sh
47584 ____________________________________________________________________________
47585 [  8780] By: jhi                                   on 2001/02/13  01:57:33
47586         Log: Synchronize the regexp tests between maintperl and mainline.
47587      Branch: maint-5.6/perl
47588           !> t/op/re_tests
47589 ____________________________________________________________________________
47590 [  8779] By: jhi                                   on 2001/02/13  01:49:35
47591         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
47592              From: Hugo <hv@crypt.compulink.co.uk>
47593              Date: Tue, 13 Feb 2001 00:11:11 +0000
47594              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
47595      Branch: perl
47596            ! regcomp.c t/op/re_tests
47597 ____________________________________________________________________________
47598 [  8778] By: jhi                                   on 2001/02/13  00:23:10
47599         Log: Comments do not nest.
47600      Branch: perl
47601            ! perl.h
47602 ____________________________________________________________________________
47603 [  8777] By: jhi                                   on 2001/02/13  00:17:54
47604         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
47605              From: Hugo <hv@crypt.compulink.co.uk>
47606              Date: Tue, 13 Feb 2001 00:11:11 +0000
47607              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
47608      Branch: maint-5.6/perl
47609            ! regcomp.c t/op/re_tests
47610 ____________________________________________________________________________
47611 [  8776] By: jhi                                   on 2001/02/12  23:25:52
47612         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
47613      Branch: maint-5.6/perl
47614            ! pod/perlport.pod
47615 ____________________________________________________________________________
47616 [  8775] By: jhi                                   on 2001/02/12  23:04:28
47617         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
47618      Branch: maint-5.6/perl
47619            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
47620            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
47621            ! vos/configure_perl.cm
47622 ____________________________________________________________________________
47623 [  8774] By: jhi                                   on 2001/02/12  22:59:11
47624         Log: Subject: Re: [patch] context for 'U' magic functions
47625              From: Doug MacEachern <dougm@covalent.net>
47626              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
47627              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
47628              
47629              plus the suggestion by Nick Ing-Simmons to name the macro
47630              as PERL_MG_UFUNC to avoid namespace pollution, plus add
47631              the advice by Doug for XS writers to perl.h
47632      Branch: perl
47633            ! mg.c perl.h
47634 ____________________________________________________________________________
47635 [  8773] By: jhi                                   on 2001/02/11  20:14:12
47636         Log: Update Changes.
47637      Branch: perl
47638            ! Changes patchlevel.h
47639 ____________________________________________________________________________
47640 [  8772] By: jhi                                   on 2001/02/11  18:47:52
47641         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
47642              From: Simon Cozens <simon@cozens.net>
47643              Date: Wed, 31 Jan 2001 16:31:43 +0000
47644              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
47645      Branch: perl
47646            + pod/perlclib.pod
47647            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
47648            ! pod/perltoc.pod
47649 ____________________________________________________________________________
47650 [  8771] By: jhi                                   on 2001/02/11  18:36:48
47651         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
47652              
47653              Blocks-4d3.beta.txt
47654              CaseFolding-3d4.beta.txt
47655              CompositionExclusions-3d6.beta.txt
47656              EastAsianWidth-4d4.beta.txt
47657              LineBreak-6d3.beta.txt
47658              NamesList-3.1.0d1.beta.txt
47659              PropList-3.1.0d4.beta.txt
47660              SpecialCasing-4d1.beta.txt
47661              UnicodeData-3.1.0d6.beta.txt
47662      Branch: perl
47663            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
47664           +> lib/unicode/UCD.html lib/unicode/Unicode.html
47665            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
47666            - lib/unicode/Unicode.301
47667            ! (edit 257 files)
47668 ____________________________________________________________________________
47669 [  8770] By: jhi                                   on 2001/02/11  17:26:22
47670         Log: UTF-8 documentation.
47671      Branch: perl
47672            ! utf8.h
47673 ____________________________________________________________________________
47674 [  8769] By: jhi                                   on 2001/02/11  17:12:49
47675         Log: Retract #8762.
47676      Branch: perl
47677            ! regexec.c
47678 ____________________________________________________________________________
47679 [  8768] By: jhi                                   on 2001/02/11  16:54:45
47680         Log: Subject: [PATCH] Test::Harness
47681              From: andreas.koenig@anima.de (Andreas J. Koenig)
47682              Date: 11 Feb 2001 14:37:00 +0100
47683              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
47684      Branch: perl
47685            ! lib/Test/Harness.pm
47686 ____________________________________________________________________________
47687 [  8767] By: jhi                                   on 2001/02/11  16:53:52
47688         Log: Subject: [PATCH] Document makepatch in Porting/patching
47689              From: andreas.koenig@anima.de (Andreas J. Koenig)
47690              Date: 11 Feb 2001 16:46:28 +0100
47691              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
47692      Branch: perl
47693            ! Porting/patching.pod
47694 ____________________________________________________________________________
47695 [  8766] By: jhi                                   on 2001/02/11  06:30:23
47696         Log: Subject: Re: [patch] GvSHARED
47697              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
47698              From: Doug MacEachern <dougm@covalent.net>
47699              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
47700              
47701              Subject: Re: [patch] GvSHARED
47702              From: Doug MacEachern <dougm@covalent.net>
47703              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
47704              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
47705              
47706              Subject: [patch] attributes.pm support for `shared'
47707              From: Doug MacEachern <dougm@covalent.net>
47708              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
47709              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
47710              
47711              our() attributes were ignored, our :shared pieces missing,
47712              allow attributes.pm to turn on shared.
47713      Branch: perl
47714            ! op.c t/op/attrs.t toke.c xsutils.c
47715 ____________________________________________________________________________
47716 [  8765] By: alanbur                               on 2001/02/10  23:11:19
47717         Log: Resync with parent (hopefully sucessfully this time)
47718      Branch: maint-5.6/pureperl
47719           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
47720           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
47721           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
47722           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
47723           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
47724           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
47725           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
47726 ____________________________________________________________________________
47727 [  8764] By: jhi                                   on 2001/02/10  22:54:38
47728         Log: Make TEST and UTEST more verbose in case something goes
47729              wrong in running/compiling a script, suggested by Doug
47730              MacEachern.
47731      Branch: perl
47732            ! t/TEST t/UTEST
47733 ____________________________________________________________________________
47734 [  8763] By: jhi                                   on 2001/02/10  22:11:34
47735         Log: Bogus shebang.
47736      Branch: perl
47737            ! t/lib/texttabs.t
47738 ____________________________________________________________________________
47739 [  8762] By: jhi                                   on 2001/02/10  21:56:02
47740         Log: (Retracted by #8769)
47741      Branch: perl
47742            ! regexec.c
47743 ____________________________________________________________________________
47744 [  8761] By: jhi                                   on 2001/02/10  21:26:15
47745         Log: Subject: Re: [patch] GvSHARED 
47746              From: Doug MacEachern <dougm@covalent.net>
47747              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
47748              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
47749              
47750              our @EXPORT : shared = (...);
47751      Branch: perl
47752            ! toke.c
47753 ____________________________________________________________________________
47754 [  8760] By: jhi                                   on 2001/02/10  21:25:07
47755         Log: Subject: [patch] GvSHARED
47756              From: Doug MacEachern <dougm@covalent.net>
47757              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
47758              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
47759      Branch: perl
47760            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
47761 ____________________________________________________________________________
47762 [  8759] By: alanbur                               on 2001/02/10  21:24:27
47763         Log: Backed out mismerge.
47764      Branch: maint-5.6/pureperl
47765            ! MANIFEST README.hpux README.vmesa gv.c installhtml
47766            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
47767            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
47768            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
47769            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
47770            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
47771            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
47772 ____________________________________________________________________________
47773 [  8758] By: jhi                                   on 2001/02/10  18:01:17
47774         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
47775              
47776              Fixed UMRs and leak in Perl_pmtrans()
47777              
47778              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
47779              associated UTFied tr/// code.  Also fixed scoping leak of
47780              PL_reg_start_tmp.
47781              
47782              newATTRSUB leaks when an attempt to redefine the active sort sub is
47783              made.
47784      Branch: maint-5.6/perl
47785           !> op.c regcomp.c
47786 ____________________________________________________________________________
47787 [  8757] By: alanbur                               on 2001/02/10  17:56:46
47788         Log: Resynchronised with parent
47789      Branch: maint-5.6/pureperl
47790           +> README.bs2000
47791            - README.posix-bc
47792            ! gv.c perl.c sv.c
47793           !> MANIFEST README.hpux README.vmesa installhtml
47794           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
47795           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
47796           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
47797           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
47798           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
47799           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
47800 ____________________________________________________________________________
47801 [  8756] By: alanbur                               on 2001/02/10  17:51:15
47802         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
47803              made.
47804      Branch: maint-5.6/pureperl
47805            ! op.c
47806 ____________________________________________________________________________
47807 [  8755] By: jhi                                   on 2001/02/09  22:41:35
47808         Log: Upgrade to CPAN 1.59_54, from Andreas König.
47809      Branch: perl
47810            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
47811 ____________________________________________________________________________
47812 [  8754] By: jhi                                   on 2001/02/09  22:29:20
47813         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
47814              
47815              Didn't upgrade the fill.t since it has a dependency to File::Slurp
47816              purely for debugging purposes, the actual test hasn't changed.
47817      Branch: perl
47818            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
47819            ! t/lib/textwrap.t
47820 ____________________________________________________________________________
47821 [  8753] By: jhi                                   on 2001/02/09  20:17:50
47822         Log: Integrate change #8682 from maintperl.
47823              
47824              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
47825              to work correctly.
47826      Branch: perl
47827           !> hints/irix_6.sh
47828 ____________________________________________________________________________
47829 [  8752] By: jhi                                   on 2001/02/09  20:00:46
47830         Log: Update Changes.
47831      Branch: perl
47832            ! Changes patchlevel.h
47833 ____________________________________________________________________________
47834 [  8751] By: nick                                  on 2001/02/09  19:48:37
47835         Log: Integrate mainline
47836      Branch: perlio
47837           +> README.bs2000 t/lib/cgi-esc.t
47838            - README.posix-bc
47839           !> (integrate 53 files)
47840 ____________________________________________________________________________
47841 [  8750] By: nick                                  on 2001/02/09  19:25:16
47842         Log: Subject: RE: Biannual Competition to Improve Hashing Function
47843              From: Fisher Mark <fisherm@tce.com>
47844              Date: Thu, 8 Feb 2001 10:44:00 -0500
47845              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
47846              Date: Thu, 8 Feb 2001 15:02:47 -0500
47847              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
47848      Branch: perl
47849            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
47850 ____________________________________________________________________________
47851 [  8749] By: jhi                                   on 2001/02/09  19:02:35
47852         Log: Forgotten fragment.
47853      Branch: perl
47854            ! pod/perlapi.pod
47855 ____________________________________________________________________________
47856 [  8748] By: jhi                                   on 2001/02/09  18:31:34
47857         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
47858              plus manual tweakage.
47859              
47860              Sync the perlfaq2 between mainline and maintperl.
47861      Branch: maint-5.6/perl
47862            ! pod/perlfaq2.pod
47863      Branch: perl
47864           !> pod/perlfaq2.pod
47865 ____________________________________________________________________________
47866 [  8747] By: jhi                                   on 2001/02/09  18:12:04
47867         Log: Subject: versiononly and installperl
47868              From: abigail@foad.org
47869              Date: Wed, 7 Feb 2001 22:43:12 +0100
47870              Message-ID: <20010207214312.7045.qmail@foad.org>    
47871              
47872              Add +v flag to force a normal install of the perl binary
47873              and the utilities.
47874              
47875              Subject: [PATCH] installperl
47876              From: Nicholas Clark <nick@ccl4.org>
47877              Date: Fri, 9 Feb 2001 16:28:57 +0000
47878              Message-ID: <20010209162857.B10931@plum.flirble.org>
47879              
47880              Add -A flag which also hardlinks the binary with
47881              the full architecture name.
47882      Branch: perl
47883            ! installperl
47884 ____________________________________________________________________________
47885 [  8746] By: jhi                                   on 2001/02/09  18:03:43
47886         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
47887              
47888              Subject: perlfaq2, re: perlmongers
47889              
47890              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
47891              
47892              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
47893              
47894              Subject: [ID 20010205.001] typo in perlfaq9
47895              
47896              Subject: [ID 20010208.002] unordered explanation in perlcall
47897      Branch: maint-5.6/perl
47898           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
47899           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
47900           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
47901 ____________________________________________________________________________
47902 [  8745] By: jhi                                   on 2001/02/09  17:59:09
47903         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
47904              From: abela@geneanet.org
47905              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
47906              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
47907      Branch: perl
47908            ! pod/perlcall.pod
47909 ____________________________________________________________________________
47910 [  8744] By: jhi                                   on 2001/02/09  17:48:16
47911         Log: Subject: [ID 20010205.001] typo in perlfaq9
47912              From: eserte@vran.herceg.de
47913              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
47914              Message-Id: <200102042244.XAA21926@vran.herceg.de>
47915      Branch: perl
47916            ! pod/perlfaq9.pod
47917 ____________________________________________________________________________
47918 [  8743] By: jhi                                   on 2001/02/09  17:25:12
47919         Log: Integrate change #8695 from maintperl.
47920              
47921              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
47922      Branch: perl
47923           !> thread.h
47924 ____________________________________________________________________________
47925 [  8742] By: jhi                                   on 2001/02/09  17:21:22
47926         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
47927              From: Andy Dougherty <doughera@lafayette.edu>
47928              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
47929              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
47930      Branch: perl
47931            ! embed.pl
47932 ____________________________________________________________________________
47933 [  8741] By: jhi                                   on 2001/02/09  17:05:19
47934         Log: Integrate changes #8738,8739,8740 from maintperl.
47935              
47936              Html files will be installed in a more logical and easier to
47937              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
47938              
47939              Html files will be generated with a header to make them look
47940              a little less bare.
47941              
47942              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
47943      Branch: perl
47944           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
47945 ____________________________________________________________________________
47946 [  8740] By: jhi                                   on 2001/02/09  17:03:46
47947         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
47948              From: "Brendan O'Dea" <bod@compusol.com.au>
47949              Date: Sun, 4 Feb 2001 11:17:56 +1100
47950              Message-ID: <20010204111756.A16301@compusol.com.au>
47951      Branch: maint-5.6/perl
47952            ! pod/perlfaq3.pod
47953 ____________________________________________________________________________
47954 [  8739] By: jhi                                   on 2001/02/09  17:01:59
47955         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
47956              From: "Indy Singh" <indy@nusphere.com>
47957              Date: Fri, 2 Feb 2001 15:09:59 -0500
47958              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
47959              
47960              Html files will be generated with a header to make them look
47961              a little less bare.
47962      Branch: maint-5.6/perl
47963            ! installhtml
47964 ____________________________________________________________________________
47965 [  8738] By: jhi                                   on 2001/02/09  16:58:48
47966         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
47967              From: "Indy Singh" <indy@nusphere.com>
47968              Date: Fri, 2 Feb 2001 15:08:23 -0500
47969              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
47970              
47971              Html files will be installed in a more logical and easier to
47972              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
47973      Branch: maint-5.6/perl
47974            ! win32/Makefile win32/makefile.mk
47975 ____________________________________________________________________________
47976 [  8737] By: jhi                                   on 2001/02/09  16:46:54
47977         Log: Integrate changes #8687,8736 from maintperl.
47978              
47979              HP-UX thread patches from Merijn H. Brand.
47980              
47981              Latin nit from Philip Newton.
47982      Branch: perl
47983           !> README.hpux hints/hpux.sh
47984 ____________________________________________________________________________
47985 [  8736] By: jhi                                   on 2001/02/09  16:42:31
47986         Log: Latin nit from Philip Newton.
47987      Branch: maint-5.6/perl
47988            ! README.hpux
47989 ____________________________________________________________________________
47990 [  8735] By: jhi                                   on 2001/02/09  16:24:03
47991         Log: Integrate changes #8704,8710 from pureperl.
47992              
47993              Fixed UMRs and leak in Perl_pmtrans()
47994              
47995              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
47996              associated UTFied tr/// code.  Also fixed scoping leak of
47997              PL_reg_start_tmp.
47998      Branch: perl
47999           !> op.c regcomp.c
48000 ____________________________________________________________________________
48001 [  8734] By: jhi                                   on 2001/02/09  15:40:21
48002         Log: Integrate change #8733 from maintperl.
48003              
48004              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
48005      Branch: perl
48006           !> pod/perlre.pod
48007 ____________________________________________________________________________
48008 [  8733] By: jhi                                   on 2001/02/09  15:35:47
48009         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
48010              From: Prymmer/Kahn <pvhp@best.com>
48011              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
48012              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
48013      Branch: maint-5.6/perl
48014            ! pod/perlre.pod
48015 ____________________________________________________________________________
48016 [  8732] By: jhi                                   on 2001/02/09  15:26:17
48017         Log: Rename README.posix-bc to README.bs2000 (to avoid the
48018              confusion of a "perlposix-bc.pod"), add a few missing
48019              arch pods, regen toc.
48020      Branch: maint-5.6/perl
48021           +> README.bs2000
48022            - README.posix-bc
48023            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
48024            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
48025 ____________________________________________________________________________
48026 [  8731] By: jhi                                   on 2001/02/09  15:23:39
48027         Log: De-cut-and-pasto.
48028      Branch: perl
48029            ! pod/perl.pod
48030 ____________________________________________________________________________
48031 [  8730] By: jhi                                   on 2001/02/09  15:11:13
48032         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
48033              when people think that perlposix-bc.pod tells anything about
48034              Perl and POSIX.  Regen toc.
48035      Branch: perl
48036           +> README.bs2000
48037            - README.posix-bc
48038            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
48039            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
48040 ____________________________________________________________________________
48041 [  8729] By: jhi                                   on 2001/02/09  14:52:28
48042         Log: The README.vmesa part of #8712 from maintperl.
48043      Branch: perl
48044            ! README.vmesa
48045 ____________________________________________________________________________
48046 [  8728] By: jhi                                   on 2001/02/09  14:46:06
48047         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
48048              From: Peter Prymmer <pvhp@forte.com>
48049              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
48050              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
48051      Branch: maint-5.6/perl
48052            ! README.vmesa win32/Makefile win32/makefile.mk
48053 ____________________________________________________________________________
48054 [  8727] By: jhi                                   on 2001/02/09  14:33:25
48055         Log: Integrate change #8712 from mainline.
48056              
48057              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
48058      Branch: maint-5.6/perl
48059           !> lib/Pod/Find.pm
48060 ____________________________________________________________________________
48061 [  8726] By: jhi                                   on 2001/02/09  14:30:28
48062         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
48063              From: Peter Prymmer <pvhp@forte.com>
48064              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
48065              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
48066      Branch: perl
48067            + t/lib/cgi-esc.t
48068            ! MANIFEST lib/CGI/Util.pm
48069 ____________________________________________________________________________
48070 [  8725] By: jhi                                   on 2001/02/09  04:56:47
48071         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
48072      Branch: maint-5.6/perl
48073            ! pod/perlport.pod
48074 ____________________________________________________________________________
48075 [  8724] By: jhi                                   on 2001/02/09  04:40:59
48076         Log: Integrate changes 7819,7820 from vmsperl into mainline.
48077              
48078              Add header for LIB$ prototypes (C. Berry)
48079              
48080              Convert fwrite()s to sockets to write()s, since some socket stacks
48081              don't take kindly to stdio.
48082              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
48083              (for often optional LNMs)
48084              Correct a few typos
48085              (C. Bailey)
48086      Branch: perl
48087           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
48088 ____________________________________________________________________________
48089 [  8723] By: jhi                                   on 2001/02/09  03:29:29
48090         Log: Integrate change #8722 from mainline.
48091              
48092              The Im() function wasn't returning zero for non-Math::Complex
48093              arguments.  The bug reported by John Gamble.
48094      Branch: maint-5.6/perl
48095           !> lib/Math/Complex.pm
48096 ____________________________________________________________________________
48097 [  8722] By: jhi                                   on 2001/02/09  03:28:33
48098         Log: The Im() function wasn't returning zero for non-Math::Complex
48099              arguments.  The bug reported by John Gamble.
48100      Branch: perl
48101            ! lib/Math/Complex.pm
48102 ____________________________________________________________________________
48103 [  8721] By: nick                                  on 2001/02/08  22:11:35
48104         Log: Correct the correction :-(
48105      Branch: perl
48106            ! perl.c
48107 ____________________________________________________________________________
48108 [  8720] By: bailey                                on 2001/02/08  20:59:22
48109         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
48110              don't take kindly to stdio.
48111              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
48112              (for often optional LNMs)
48113              Correct a few typos
48114              (C. Bailey)
48115      Branch: vmsperl
48116            ! vms/vms.c vms/vmsish.h
48117 ____________________________________________________________________________
48118 [  8719] By: bailey                                on 2001/02/08  20:51:02
48119         Log: Add header for LIB$ prototypes (C. Berry)
48120      Branch: vmsperl
48121            ! ext/Devel/DProf/DProf.xs
48122 ____________________________________________________________________________
48123 [  8718] By: bailey                                on 2001/02/08  20:49:00
48124         Log: SYN SYN
48125      Branch: vmsperl
48126           +> pod/perliol.pod t/lib/sample-tests/bailout
48127           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
48128           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
48129           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
48130           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
48131           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
48132           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
48133            - lib/unicode/Is/DCinital.pl
48134           !> (integrate 101 files)
48135 ____________________________________________________________________________
48136 [  8717] By: nick                                  on 2001/02/08  19:38:48
48137         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
48138              From: Robin Barker <rmb1@cise.npl.co.uk>
48139              Date: Thu, 8 Feb 2001 14:38:07 GMT
48140              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
48141      Branch: perl
48142            ! lib/CPAN.pm
48143 ____________________________________________________________________________
48144 [  8716] By: nick                                  on 2001/02/08  19:29:07
48145         Log: Generated files form 8713 etc.
48146      Branch: perl
48147            ! embed.h global.sym objXSUB.h perlapi.c proto.h
48148 ____________________________________________________________________________
48149 [  8715] By: nick                                  on 2001/02/08  19:26:08
48150         Log: Fixup non-ithread build after 8713
48151      Branch: perl
48152            ! perl.c
48153 ____________________________________________________________________________
48154 [  8714] By: nick                                  on 2001/02/08  19:17:45
48155         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
48156              From: nick@ccl4.org
48157              Date: Wed, 7 Feb 2001 00:27:47 +0000
48158              Message-Id: <20010207002747.B63724@plum.flirble.org>
48159      Branch: perl
48160            ! sv.c toke.c
48161 ____________________________________________________________________________
48162 [  8713] By: nick                                  on 2001/02/08  19:15:58
48163         Log: Subject: Re: [patch] Re: PL_ptr_table
48164              From: Doug Maceachern <dougm@covalent.net>
48165              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
48166              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
48167      Branch: perl
48168            ! embed.pl perl.c sv.c sv.h
48169 ____________________________________________________________________________
48170 [  8712] By: nick                                  on 2001/02/08  19:12:47
48171         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
48172              From: Peter Prymmer <pvhp@forte.com>
48173              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
48174              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
48175      Branch: perl
48176            ! lib/Pod/Find.pm
48177 ____________________________________________________________________________
48178 [  8711] By: nick                                  on 2001/02/07  21:06:11
48179         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
48180              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
48181              From: Alan Burlison <Alan.Burlison@uk.sun.com>
48182              Date: Tue, 06 Feb 2001 23:37:01 +0000
48183              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
48184      Branch: perl
48185            ! regcomp.c
48186 ____________________________________________________________________________
48187 [  8710] By: alanbur                               on 2001/02/07  00:22:04
48188         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
48189              associated UTFied tr/// code.  Also fixed scoping leak of
48190              PL_reg_start_tmp.
48191      Branch: maint-5.6/pureperl
48192            ! op.c regcomp.c
48193 ____________________________________________________________________________
48194 [  8709] By: nick                                  on 2001/02/06  21:16:49
48195         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
48196              From: Michael G Schwern <schwern@pobox.com>
48197              Date: Sun, 4 Feb 2001 19:47:14 -0500
48198              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
48199      Branch: perl
48200            ! pod/perlapi.pod pod/perlmodlib.PL
48201 ____________________________________________________________________________
48202 [  8708] By: nick                                  on 2001/02/06  20:41:20
48203         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
48204              From: Michael G Schwern <schwern@pobox.com>
48205              Date: Sun, 4 Feb 2001 21:17:49 -0500
48206              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
48207      Branch: perl
48208            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
48209            ! pod/perltootc.pod
48210 ____________________________________________________________________________
48211 [  8707] By: nick                                  on 2001/02/06  20:29:11
48212         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
48213              From: Michael G Schwern <schwern@pobox.com>
48214              Date: Tue, 6 Feb 2001 05:54:30 -0500
48215              Message-Id: <20010206055430.A951@blackrider.aocn.com>
48216      Branch: perl
48217            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
48218 ____________________________________________________________________________
48219 [  8706] By: nick                                  on 2001/02/06  20:21:40
48220         Log: Subject: RE: some win32 fixes
48221              Date: Tue, 6 Feb 2001 09:23:20 +0300
48222              From: Vadim Konovalov <vkonovalov@lucent.com>
48223              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
48224      Branch: perl
48225            ! toke.c win32/Makefile win32/config.bc win32/config.gc
48226            ! win32/config.vc win32/config_H.bc win32/makefile.mk
48227 ____________________________________________________________________________
48228 [  8705] By: alanbur                               on 2001/02/06  15:00:03
48229         Log: Synchronised with parent
48230      Branch: maint-5.6/pureperl
48231            ! regexec.c
48232           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
48233           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
48234 ____________________________________________________________________________
48235 [  8704] By: alanbur                               on 2001/02/06  14:55:24
48236         Log: Fixed UMRs and leak in Perl_pmtrans()
48237      Branch: maint-5.6/pureperl
48238            ! op.c
48239 ____________________________________________________________________________
48240 [  8703] By: gsar                                  on 2001/02/06  02:29:37
48241         Log: $(MAKE) distclean doesn't clean up properly on windows
48242      Branch: maint-5.6/perl
48243            ! win32/Makefile win32/makefile.mk
48244 ____________________________________________________________________________
48245 [  8702] By: gsar                                  on 2001/02/06  01:00:46
48246         Log: tweak change#8659 to keep it simple
48247      Branch: maint-5.6/perl
48248            ! utils/perldoc.PL
48249 ____________________________________________________________________________
48250 [  8701] By: gsar                                  on 2001/02/05  22:45:41
48251         Log: change#8693 was missing testsuite changes
48252      Branch: maint-5.6/perl
48253           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
48254 ____________________________________________________________________________
48255 [  8700] By: nick                                  on 2001/02/05  20:32:52
48256         Log: Integrate mainline
48257      Branch: perlio
48258           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
48259           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
48260           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
48261           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
48262           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
48263           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
48264           +> t/lib/test-harness.t
48265           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
48266           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
48267           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
48268           !> pod/perlutil.pod t/TEST utils/h2xs.PL
48269 ____________________________________________________________________________
48270 [  8699] By: nick                                  on 2001/02/05  19:41:07
48271         Log: Subject: perlfaq2, re: perlmongers
48272              From: David H. Adler <dha@panix.com>
48273              Date: Sun, 4 Feb 2001 23:48:23 -0500
48274              Message-Id: <20010204234823.A13429@panix.com>
48275      Branch: perl
48276            ! pod/perlfaq2.pod
48277 ____________________________________________________________________________
48278 [  8698] By: nick                                  on 2001/02/05  19:39:31
48279         Log: Missed file f#rom the testharness mess.
48280      Branch: perl
48281            + t/lib/test-harness.t
48282 ____________________________________________________________________________
48283 [  8697] By: nick                                  on 2001/02/05  19:37:21
48284         Log: Subject: [DOC PATCH] overload.pm nits
48285              From: John Tobey <jtobey@john-edwin-tobey.org>
48286              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
48287              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
48288      Branch: perl
48289            ! lib/overload.pm
48290 ____________________________________________________________________________
48291 [  8696] By: alanbur                               on 2001/02/05  11:56:00
48292         Log: Sync with parent
48293      Branch: maint-5.6/pureperl
48294           !> thread.h
48295 ____________________________________________________________________________
48296 [  8695] By: gsar                                  on 2001/02/05  03:27:34
48297         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
48298      Branch: maint-5.6/perl
48299            ! thread.h
48300 ____________________________________________________________________________
48301 [  8694] By: alanbur                               on 2001/02/05  00:07:47
48302         Log: Initial branch creation from //depot/maint-5.6/perl
48303      Branch: maint-5.6/pureperl
48304           +> (branch 1719 files)
48305 ____________________________________________________________________________
48306 [  8693] By: gsar                                  on 2001/02/04  22:38:49
48307         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
48308              changes)
48309      Branch: maint-5.6/perl
48310           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
48311           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
48312           !> ext/DB_File/version.c
48313 ____________________________________________________________________________
48314 [  8692] By: nick                                  on 2001/02/04  18:15:57
48315         Log: The missed t/TEST part of the grand testharness upgrade.
48316      Branch: perl
48317            ! t/TEST
48318 ____________________________________________________________________________
48319 [  8691] By: nick                                  on 2001/02/04  18:05:17
48320         Log: New improved test harness
48321              Subject: Re: [PATCH Test::Harness] Third time's a charm?
48322              From: Michael G Schwern <schwern@pobox.com>
48323              Date: Sun, 4 Feb 2001 08:01:20 -0500
48324              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
48325      Branch: perl
48326            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
48327            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
48328            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
48329            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
48330            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
48331            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
48332            ! MANIFEST lib/Test/Harness.pm
48333 ____________________________________________________________________________
48334 [  8690] By: nick                                  on 2001/02/04  17:57:51
48335         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
48336              From: Jonathan Stowe <gellyfish@gellyfish.com>
48337              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
48338              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
48339      Branch: perl
48340            ! utils/h2xs.PL
48341 ____________________________________________________________________________
48342 [  8689] By: nick                                  on 2001/02/04  17:55:24
48343         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
48344              From: Michael G Schwern <schwern@pobox.com>
48345              Date: Sat, 3 Feb 2001 22:46:38 -0500
48346              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
48347      Branch: perl
48348            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
48349            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
48350 ____________________________________________________________________________
48351 [  8688] By: nick                                  on 2001/02/04  17:43:55
48352         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
48353              length byfailing to spot lack of closing )
48354              From: nick@talking.bollo.cx
48355              Date: Sat, 03 Feb 2001 23:53:16 +0000
48356              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
48357      Branch: perl
48358            ! perlio.c pod/perldiag.pod
48359 ____________________________________________________________________________
48360 [  8687] By: jhi                                   on 2001/02/03  17:11:42
48361         Log: HP-UX thread patches from Merijn H. Brand.
48362      Branch: maint-5.6/perl
48363            ! README.hpux hints/hpux.sh
48364 ____________________________________________________________________________
48365 [  8686] By: jhi                                   on 2001/02/03  16:40:12
48366         Log: Metaconfig changes for #8685.
48367      Branch: metaconfig
48368            ! U/installdirs/instubperl.U
48369      Branch: metaconfig/U/perl
48370            ! Devel.U versiononly.U
48371 ____________________________________________________________________________
48372 [  8685] By: jhi                                   on 2001/02/03  16:39:49
48373         Log: For -Dusedevel builds turn off installusrbinperl and turn on
48374              versiononly, a combined idea of Richard Soderberg and Merijn
48375              H. Brand.  You can still override both of these from the command
48376              line if you need to, -Dinstallusrbinperl and -Uversiononly.
48377      Branch: perl
48378            ! Configure
48379 ____________________________________________________________________________
48380 [  8684] By: jhi                                   on 2001/02/03  16:16:34
48381         Log: Metaconfig unit fix for #8683.
48382      Branch: metaconfig
48383            ! U/compline/nblock_io.U
48384 ____________________________________________________________________________
48385 [  8683] By: jhi                                   on 2001/02/03  16:16:12
48386         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
48387              reported by Peter Prymmer for 5.6-TRIAL1.
48388      Branch: perl
48389            ! Configure
48390 ____________________________________________________________________________
48391 [  8682] By: jhi                                   on 2001/02/03  05:52:11
48392         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
48393              to work correctly.
48394      Branch: maint-5.6/perl
48395            ! hints/irix_6.sh
48396 ____________________________________________________________________________
48397 [  8681] By: jhi                                   on 2001/02/03  05:47:33
48398         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
48399      Branch: maint-5.6/perl
48400            ! pod/perlport.pod
48401 ____________________________________________________________________________
48402 [  8680] By: jhi                                   on 2001/02/02  21:39:49
48403         Log: perlport update from Peter Prymmer.
48404      Branch: maint-5.6/perl
48405            ! pod/perlport.pod
48406 ____________________________________________________________________________
48407 [  8679] By: nick                                  on 2001/02/02  20:50:48
48408         Log: Integrate mainline
48409      Branch: perlio
48410           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
48411           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
48412           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
48413 ____________________________________________________________________________
48414 [  8678] By: gsar                                  on 2001/02/02  16:02:12
48415         Log: note about bincompat, slightly modified (from Lupe Christoph)
48416      Branch: maint-5.6/perl
48417            ! README.solaris
48418 ____________________________________________________________________________
48419 [  8677] By: jhi                                   on 2001/02/02  15:46:20
48420         Log: Supported platforms updates.
48421      Branch: maint-5.6/perl
48422            ! pod/perlport.pod
48423 ____________________________________________________________________________
48424 [  8676] By: jhi                                   on 2001/02/02  03:41:26
48425         Log: A couple more perlfaq2 tweaks.
48426      Branch: maint-5.6/perl
48427            ! pod/perlfaq2.pod
48428 ____________________________________________________________________________
48429 [  8675] By: jhi                                   on 2001/02/02  03:17:44
48430         Log: Misedit in #8661.
48431      Branch: maint-5.6/perl
48432            ! Configure
48433 ____________________________________________________________________________
48434 [  8674] By: jhi                                   on 2001/02/02  03:14:38
48435         Log: Damien again.
48436      Branch: maint-5.6/perl
48437            ! pod/perlfaq2.pod
48438 ____________________________________________________________________________
48439 [  8673] By: jhi                                   on 2001/02/02  03:12:40
48440         Log: perlfaq update from Elaine Ashton.
48441      Branch: maint-5.6/perl
48442            ! pod/perlfaq2.pod
48443 ____________________________________________________________________________
48444 [  8672] By: jhi                                   on 2001/02/02  03:07:08
48445         Log: UTF-8 s/// patch from Inaba Hiroto.
48446      Branch: maint-5.6/perl
48447            ! pp_ctl.c pp_hot.c
48448 ____________________________________________________________________________
48449 [  8671] By: jhi                                   on 2001/02/01  22:34:31
48450         Log: Update Changes.
48451      Branch: perl
48452            ! Changes patchlevel.h
48453 ____________________________________________________________________________
48454 [  8670] By: jhi                                   on 2001/02/01  22:15:29
48455         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
48456              from maintperl.
48457              
48458              Upgrade to Getopt::Long 2.25, from Johan Vromans.
48459              
48460              more files need to be writable in the source distribution
48461              
48462              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
48463              
48464              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
48465              
48466              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
48467              
48468              Allow the float to be fuzzier.
48469              
48470              need to use INT2PTR instead of a straight cast or ia64 fails
48471              
48472              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
48473              
48474              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
48475      Branch: perl
48476           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
48477           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
48478           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
48479 ____________________________________________________________________________
48480 [  8669] By: jhi                                   on 2001/02/01  21:57:02
48481         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
48482              From: Robin Barker <rmb1@cise.npl.co.uk>
48483              Date: Thu, 1 Feb 2001 16:59:05 GMT
48484              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
48485      Branch: maint-5.6/perl
48486            ! pod/perlmodlib.PL
48487 ____________________________________________________________________________
48488 [  8668] By: nick                                  on 2001/02/01  19:41:40
48489         Log: Integrate mainline
48490      Branch: perlio
48491           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
48492           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
48493           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
48494 ____________________________________________________________________________
48495 [  8667] By: gsar                                  on 2001/02/01  16:59:11
48496         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
48497      Branch: maint-5.6/perl
48498            ! embed.pl embedvar.h
48499 ____________________________________________________________________________
48500 [  8666] By: gsar                                  on 2001/02/01  16:34:51
48501         Log: add missing entries to win32/config.?c
48502      Branch: maint-5.6/perl
48503            ! win32/config.bc win32/config.gc win32/config.vc
48504            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48505 ____________________________________________________________________________
48506 [  8665] By: jhi                                   on 2001/02/01  14:58:51
48507         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
48508              From: "Stephen P. Potter" <spp@spotter.yi.org>
48509              Date: Thu, 01 Feb 2001 10:45:46 -0500
48510              Message-Id: <200102011545.KAA31479@spotter.yi.org>
48511      Branch: maint-5.6/perl
48512            ! pod/perlfunc.pod
48513 ____________________________________________________________________________
48514 [  8664] By: gsar                                  on 2001/02/01  14:52:37
48515         Log: need to use INT2PTR instead of a straight cast or ia64 fails
48516              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
48517      Branch: maint-5.6/perl
48518            ! ext/POSIX/POSIX.xs
48519 ____________________________________________________________________________
48520 [  8663] By: jhi                                   on 2001/02/01  14:09:13
48521         Log: Allow the float to be fuzzier.
48522      Branch: maint-5.6/perl
48523            ! t/lib/peek.t
48524 ____________________________________________________________________________
48525 [  8662] By: jhi                                   on 2001/02/01  13:59:00
48526         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
48527              From: Robin Barker <rmb1@cise.npl.co.uk>
48528              Date: Thu, 1 Feb 2001 13:05:39 GMT
48529              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
48530      Branch: maint-5.6/perl
48531            ! pod/perlmodlib.pod
48532 ____________________________________________________________________________
48533 [  8661] By: jhi                                   on 2001/02/01  13:57:38
48534         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
48535              Date: Thu, 01 Feb 2001 14:15:41 +0100
48536              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48537              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
48538              
48539              Have the $ccflags in the gcc version test (strange, this change
48540              is claimed to be have been integrated already)
48541      Branch: maint-5.6/perl
48542            ! Configure
48543 ____________________________________________________________________________
48544 [  8660] By: jhi                                   on 2001/02/01  13:44:10
48545         Log: Integrate changes #7950,7964,7962 from mainline.
48546              
48547              Find the stdchar signedness using cpp, should fix some of
48548              the Solaris compiler warnings reported by Alan Burlison.
48549      Branch: maint-5.6/perl
48550           !> Configure config_h.SH
48551 ____________________________________________________________________________
48552 [  8659] By: jhi                                   on 2001/02/01  05:35:32
48553         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
48554              From: Jan Dubois <JanD@ActiveState.com>
48555              Date: Wed, 31 Jan 2001 21:17:03 -0800
48556              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
48557      Branch: maint-5.6/perl
48558            ! utils/perldoc.PL
48559 ____________________________________________________________________________
48560 [  8658] By: jhi                                   on 2001/02/01  04:33:17
48561         Log: Integrate the README.os390 and README.posix-bc parts of mainline
48562              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
48563              installperl parts were taken care of by #8657.)
48564      Branch: maint-5.6/perl
48565           !> README.os390 README.posix-bc
48566 ____________________________________________________________________________
48567 [  8657] By: jhi                                   on 2001/02/01  04:29:21
48568         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
48569              From: Peter Prymmer <pvhp@forte.com>
48570              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
48571              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
48572      Branch: maint-5.6/perl
48573            + ext/DynaLoader/dl_dllload.xs
48574            ! MANIFEST Makefile.SH hints/os390.sh installperl
48575 ____________________________________________________________________________
48576 [  8656] By: jhi                                   on 2001/02/01  04:25:45
48577         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
48578              From: Peter Prymmer <pvhp@forte.com>
48579              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
48580              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
48581      Branch: maint-5.6/perl
48582            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
48583 ____________________________________________________________________________
48584 [  8655] By: jhi                                   on 2001/02/01  04:14:47
48585         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
48586              From: troc@netrus.net
48587              Date: Wed, 31 Jan 2001 22:31:26 -0500
48588              Message-Id: <200102010331.WAA117.85@rocco.homenet>
48589      Branch: maint-5.6/perl
48590            ! os2/os2.c
48591 ____________________________________________________________________________
48592 [  8654] By: jhi                                   on 2001/02/01  04:12:52
48593         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
48594              as reported by Alan Burlison.
48595      Branch: maint-5.6/perl
48596            ! pp.h
48597 ____________________________________________________________________________
48598 [  8653] By: jhi                                   on 2001/02/01  04:05:12
48599         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
48600              From: dsugalski@northernlight.com
48601              Date: Wed, 31 Jan 2001 18:54:11 -0500
48602              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
48603      Branch: maint-5.6/perl
48604            ! configure.com
48605 ____________________________________________________________________________
48606 [  8652] By: jhi                                   on 2001/02/01  04:03:11
48607         Log: Misplaced #endif.
48608              
48609              Subject: [perl-5-6-1-trial2] patches for EPOC
48610              From: Olaf Flebbe <O.Flebbe@science-computing.de>
48611              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
48612              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
48613      Branch: maint-5.6/perl
48614            ! epoc/epocish.c
48615 ____________________________________________________________________________
48616 [  8651] By: jhi                                   on 2001/02/01  04:00:25
48617         Log: Integrate changes #8647,8648,8650 from mainline.
48618              
48619              Macrofy a magic UTF-8 test.
48620              
48621              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
48622              
48623              Watch out for cross compiling for EPOC (usually done on linux).
48624      Branch: maint-5.6/perl
48625           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
48626 ____________________________________________________________________________
48627 [  8650] By: jhi                                   on 2001/02/01  03:56:20
48628         Log: Watch out for cross compiling for EPOC (usually done on linux)
48629              
48630              Subject: [perl-5-6-1-trial2] patches for EPOC
48631              From: Olaf Flebbe <O.Flebbe@science-computing.de>
48632              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
48633              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
48634      Branch: perl
48635            ! ext/Errno/Errno_pm.PL
48636 ____________________________________________________________________________
48637 [  8649] By: gsar                                  on 2001/02/01  00:46:00
48638         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
48639      Branch: maint-5.6/perl
48640            ! sv.c
48641 ____________________________________________________________________________
48642 [  8648] By: jhi                                   on 2001/01/31  23:35:36
48643         Log: All the uses of PL_numeric_radix must be protected by
48644              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
48645              
48646              Subject: [perl-5-6-1-trial2] patches for EPOC
48647              From: Olaf Flebbe <O.Flebbe@science-computing.de>
48648              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
48649              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
48650      Branch: perl
48651            ! sv.c
48652 ____________________________________________________________________________
48653 [  8647] By: jhi                                   on 2001/01/31  22:56:16
48654         Log: Macrofy a magic UTF-8 test.
48655      Branch: perl
48656            ! utf8.c utf8.h
48657 ____________________________________________________________________________
48658 [  8646] By: gsar                                  on 2001/01/31  15:55:12
48659         Log: update Changes
48660      Branch: maint-5.6/perl
48661            ! Changes
48662 ____________________________________________________________________________
48663 [  8645] By: gsar                                  on 2001/01/31  15:10:14
48664         Log: Configure tweak suggested by Peter Prymmer
48665      Branch: maint-5.6/perl
48666            ! Configure
48667 ____________________________________________________________________________
48668 [  8644] By: gsar                                  on 2001/01/31  15:06:32
48669         Log: more files need to be writable in the source distribution
48670      Branch: maint-5.6/perl
48671            ! Porting/makerel
48672 ____________________________________________________________________________
48673 [  8643] By: jhi                                   on 2001/01/31  14:59:46
48674         Log: Integrate changes #8258,8278,8279 from mainline.
48675              
48676              Make the large file tests more robust/talkative.
48677      Branch: maint-5.6/perl
48678           !> t/lib/syslfs.t t/op/lfs.t
48679 ____________________________________________________________________________
48680 [  8642] By: gsar                                  on 2001/01/31  14:53:48
48681         Log: integrate changes#8311,8334 from mainline
48682              
48683              Add a new MakeMaker variable PM_FILTER that defines a Unix
48684              filter to be run on each .pm during the pm_to_blib() phase,
48685              a fixed version of
48686              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
48687              
48688              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
48689              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
48690              accurate reading of the "atime".  
48691      Branch: maint-5.6/perl
48692           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
48693           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
48694           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
48695 ____________________________________________________________________________
48696 [  8641] By: jhi                                   on 2001/01/31  14:46:37
48697         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
48698      Branch: maint-5.6/perl
48699            ! lib/Getopt/Long.pm
48700 ____________________________________________________________________________
48701 [  8640] By: gsar                                  on 2001/01/31  14:40:24
48702         Log: make regen_all
48703      Branch: maint-5.6/perl
48704            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
48705 ____________________________________________________________________________
48706 [  8639] By: gsar                                  on 2001/01/31  14:37:25
48707         Log: refresh windows config files
48708      Branch: maint-5.6/perl
48709            ! win32/Makefile win32/config_H.bc win32/config_H.gc
48710            ! win32/config_H.vc win32/makefile.mk
48711 ____________________________________________________________________________
48712 [  8638] By: gsar                                  on 2001/01/31  14:28:10
48713         Log: makefile tweaks for windows: introduce a bulk-switch to enable
48714              same options as ActivePerl; sync changes with makefile.mk
48715      Branch: maint-5.6/perl
48716            ! win32/Makefile win32/makefile.mk
48717 ____________________________________________________________________________
48718 [  8637] By: jhi                                   on 2001/01/31  04:41:30
48719         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
48720              From: Nicholas Clark <nick@ccl4.org>
48721              Date: Tue, 30 Jan 2001 19:51:05 +0000
48722              Message-ID: <20010130195105.R76607@plum.flirble.org> 
48723              
48724              op/inc cure.
48725      Branch: perl
48726            ! pp.c pp.h pp_hot.c t/op/arith.t
48727 ____________________________________________________________________________
48728 [  8636] By: jhi                                   on 2001/01/31  02:38:32
48729         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
48730              no perlio],8257,8380,8479,8515 from mainline.
48731              
48732              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
48733              
48734              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
48735              Subject: [PATCH perl@8133] fix-up for VMS extensions
48736              
48737              In VMS embedded perls couldn't access the statically built Socket.
48738              
48739              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
48740              
48741              Further VMS piping fixes from Charles Lane.
48742              
48743              Subject:  [PATCH] make t/op/misc.t work on VMS
48744              
48745              Add tracing for debugging extensions builds in VMS.
48746              
48747              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
48748      Branch: maint-5.6/perl
48749           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
48750           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
48751           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
48752 ____________________________________________________________________________
48753 [  8635] By: jhi                                   on 2001/01/31  01:46:41
48754         Log: Integrate change #7732 from mainline.
48755              
48756              Sparc 64-bit pack() fix from Jens Hamisch.
48757      Branch: maint-5.6/perl
48758           !> pp.c
48759 ____________________________________________________________________________
48760 [  8634] By: jhi                                   on 2001/01/31  01:41:16
48761         Log: One spot missing from #8626.
48762      Branch: maint-5.6/perl
48763            ! sv.c
48764 ____________________________________________________________________________
48765 [  8633] By: jhi                                   on 2001/01/31  00:49:17
48766         Log: Integrate change #7495 from mainline.
48767              
48768              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
48769      Branch: maint-5.6/perl
48770           !> MANIFEST ext/re/Makefile.PL
48771 ____________________________________________________________________________
48772 [  8632] By: jhi                                   on 2001/01/30  23:38:49
48773         Log: Integrate change #8396 from mainline.
48774              
48775              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
48776              better multicast support (resend)
48777      Branch: maint-5.6/perl
48778           !> ext/Socket/Socket.pm
48779 ____________________________________________________________________________
48780 [  8631] By: jhi                                   on 2001/01/30  23:28:03
48781         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
48782              
48783              More AIX lore. (7514, ext/re/hints/aix.pl)
48784              
48785              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
48786              
48787              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)
48788              
48789              Subject: [ID 20001214.002] Net::Ping patch
48790              
48791              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
48792              
48793              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
48794              
48795              Add ReuseAddr as a (preferred) alias for Reuse as we now
48796              also have ReusePort.
48797              
48798              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
48799      Branch: maint-5.6/perl
48800           +> ext/re/hints/aix.pl
48801           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
48802           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
48803 ____________________________________________________________________________
48804 [  8630] By: jhi                                   on 2001/01/30  23:03:59
48805         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
48806              
48807              read() documentation tweak for 20001121.004.
48808              
48809              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
48810      Branch: maint-5.6/perl
48811           !> pod/perlfunc.pod pod/perlre.pod
48812 ____________________________________________________________________________
48813 [  8629] By: jhi                                   on 2001/01/30  22:41:57
48814         Log: Integrate change #8098 from mainline.
48815              
48816              fastgetcwd is defined using a glob alias on a $^O dependent basis
48817              and there was no default assignment or perl subroutine.
48818      Branch: maint-5.6/perl
48819           !> lib/Cwd.pm
48820 ____________________________________________________________________________
48821 [  8628] By: jhi                                   on 2001/01/30  21:58:52
48822         Log: Integrate change #7866 from mainline.
48823              
48824              File::Temp 0.11.
48825      Branch: maint-5.6/perl
48826           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
48827 ____________________________________________________________________________
48828 [  8627] By: jhi                                   on 2001/01/30  21:39:44
48829         Log: Integrate changes #8075,8086,8228 from mainline.  
48830              
48831              Darwin is not Windows. (8075,8086)
48832              
48833              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
48834      Branch: maint-5.6/perl
48835           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
48836           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
48837           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
48838           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
48839 ____________________________________________________________________________
48840 [  8626] By: jhi                                   on 2001/01/30  21:22:11
48841         Log: Integrate with tweakery the change #8625 from mainline,
48842              the multibyte decimal separator fix ("fa_IR locale failure").
48843      Branch: maint-5.6/perl
48844            ! embedvar.h perlapi.h
48845           !> intrpvar.h perl.c perl.h sv.c util.c
48846 ____________________________________________________________________________
48847 [  8625] By: jhi                                   on 2001/01/30  20:26:33
48848         Log: Fix for the fa_IR locale failure.  The reason for the failure
48849              was that Perl was assuming the decimal separator aka the radix
48850              separator is one character.  The Farsi-Iranian locale crushed
48851              that bad assumption since there the separator is 'Momayyez',
48852              glyphwise looking somewhat like a slash, and in Unicode UTF-8
48853              encoded in two bytes, 0xd9 0xab.
48854      Branch: perl
48855            ! intrpvar.h perl.c perl.h sv.c util.c
48856 ____________________________________________________________________________
48857 [  8624] By: gsar                                  on 2001/01/30  20:17:03
48858         Log: regen_headers
48859      Branch: maint-5.6/perl
48860            ! Makefile.SH pod/perlintern.pod
48861 ____________________________________________________________________________
48862 [  8623] By: gsar                                  on 2001/01/30  19:42:34
48863         Log: backout change#7431 and its dependents (causes spurious rebuilds
48864              of autogenerated files)
48865              
48866              fix benign b.t failure
48867      Branch: maint-5.6/perl
48868            ! Makefile.SH t/lib/b.t
48869 ____________________________________________________________________________
48870 [  8622] By: jhi                                   on 2001/01/30  19:41:41
48871         Log: Microperl sync.
48872      Branch: perl
48873            ! mg.c perl.h
48874 ____________________________________________________________________________
48875 [  8621] By: gsar                                  on 2001/01/30  19:24:47
48876         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
48877              from mainline
48878              
48879              Subject: podlators 1.06 released
48880              
48881              Subject: [PATCH @8436] Eliminate op_children
48882              
48883              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
48884              
48885              (Replaced by #8448)  More op_children traces (cleanup of #8442).
48886              
48887              Subject: [PATCH #3 @8436] Re: Eliminate op_children
48888              Replace #8444 and #8445.
48889              
48890              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
48891              at the setting of the ofs_sv in new_struct_thread() as the
48892              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
48893              uninitialized fields are, uh, initialized with),
48894              SvREFCNT_inc()ing that invited a core dump.
48895              
48896              podlators 1.07, from Russ Allbery.
48897              
48898              Subject: [PATCH] regcomp.c old feature removal
48899              From: mjd@plover.com
48900              Date: 16 Jan 2001 14:43:18 -0000 
48901              Message-ID: <20010116144318.7140.qmail@plover.com> 
48902      Branch: maint-5.6/perl
48903           +> lib/Pod/Text/Overstrike.pm
48904           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
48905           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
48906           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
48907           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
48908           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
48909           !> util.c
48910 ____________________________________________________________________________
48911 [  8620] By: gsar                                  on 2001/01/30  18:48:32
48912         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
48913              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
48914              now fails one test)
48915              
48916              Subject: [PATCH] lvalue AUTOLOAD. No, really.
48917              
48918              Subject: [PATCH] Interesting syntax idea
48919              Make opens + bareword assigns do typeglob assigns.
48920              
48921              Tests for #8254.
48922              
48923              Subject: [PATCH @8269] Continue blocks and B::Deparse
48924              Make the peephole optimizer to bypass more null ops and
48925              and rewrite the deparse handling of continue blocks.
48926              
48927              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
48928              Doc tweak on #8313.
48929              
48930              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
48931              
48932              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
48933              
48934              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
48935              
48936              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
48937              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
48938              according to the platform.
48939              
48940              Subject: [PATCH @8404] Consolidated lvalue sub changes
48941              
48942              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
48943              
48944              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
48945              
48946              Subject: B::Concise -- an improved replacement for B::Terse 
48947              
48948              The B::Terse drop-in replacement wasn't quite drop-in.
48949              
48950              The LVRET macro needed an aTHX.
48951              
48952              Use the /^Perl_/-less form of is_lvalue_sub().
48953              
48954              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
48955      Branch: maint-5.6/perl
48956           +> ext/B/B/Concise.pm
48957           !> (integrate 27 files)
48958 ____________________________________________________________________________
48959 [  8619] By: nick                                  on 2001/01/30  18:40:28
48960         Log: Integrate mainline
48961      Branch: perlio
48962           !> (integrate 40 files)
48963 ____________________________________________________________________________
48964 [  8618] By: jhi                                   on 2001/01/30  18:37:18
48965         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
48966              Date: Mon, 29 Jan 2001 22:51:29 -0600
48967              From: "Craig A. Berry" <craigberry@mac.com>
48968              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
48969      Branch: perl
48970            ! vms/test.com
48971 ____________________________________________________________________________
48972 [  8617] By: jhi                                   on 2001/01/30  18:34:53
48973         Log: Subject: [PATCH] Add missing CV flags to dump.c
48974              From: Tim Jenness <t.jenness@jach.hawaii.edu>
48975              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
48976              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
48977      Branch: perl
48978            ! dump.c
48979 ____________________________________________________________________________
48980 [  8616] By: jhi                                   on 2001/01/30  18:20:58
48981         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
48982              part isn't applicable to maintperl.
48983              
48984              UTF-8 nit from Inaba Hiroto.
48985      Branch: maint-5.6/perl
48986           !> pod/perlapi.pod utf8.c
48987 ____________________________________________________________________________
48988 [  8615] By: jhi                                   on 2001/01/30  18:18:51
48989         Log: UTF-8 nit from Inaba Hiroto.
48990      Branch: perl
48991            ! pod/perlapi.pod t/op/each.t utf8.c
48992 ____________________________________________________________________________
48993 [  8614] By: jhi                                   on 2001/01/30  18:13:38
48994         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
48995              
48996              perl's internal variables are not for public consumption,
48997              move their docs from perlapi.pod to perlintern.pod
48998              
48999              support for -Dusethreads build under HP-UX 10.20 and DCE threads
49000              library (11.0 and later have pthreads but 10.x don't)
49001              
49002              avoid uninitialized value warnings
49003              
49004              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
49005              gets weird results)
49006              
49007              perldoc nit on windows
49008              
49009              make it possible to run the tests outside the source tree
49010              (there's still a dependency on ../lib being the library
49011              location)
49012      Branch: perl
49013           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
49014           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
49015           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
49016           !> win32/bin/search.pl win32/vdir.h
49017 ____________________________________________________________________________
49018 [  8613] By: gsar                                  on 2001/01/30  16:39:59
49019         Log: make it possible to run the tests outside the source tree
49020              (there's still a dependency on ../lib being the library
49021              location)
49022      Branch: maint-5.6/perl
49023            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
49024 ____________________________________________________________________________
49025 [  8612] By: gsar                                  on 2001/01/30  16:31:12
49026         Log: perldoc nit on windows
49027      Branch: maint-5.6/perl
49028            ! utils/perldoc.PL
49029 ____________________________________________________________________________
49030 [  8611] By: gsar                                  on 2001/01/30  16:22:54
49031         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
49032              gets weird results)
49033      Branch: maint-5.6/perl
49034            ! win32/vdir.h
49035 ____________________________________________________________________________
49036 [  8610] By: gsar                                  on 2001/01/30  16:12:45
49037         Log: avoid uninitialized value warnings
49038      Branch: maint-5.6/perl
49039            ! win32/bin/search.pl
49040 ____________________________________________________________________________
49041 [  8609] By: gsar                                  on 2001/01/30  16:08:01
49042         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
49043              library (11.0 and later have pthreads but 10.x don't)
49044      Branch: maint-5.6/perl
49045            ! hints/hpux.sh thread.h
49046 ____________________________________________________________________________
49047 [  8608] By: gsar                                  on 2001/01/30  15:48:55
49048         Log: perl's internal variables are not for public consumption,
49049              move their docs from perlapi.pod to perlintern.pod
49050      Branch: maint-5.6/perl
49051            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
49052            ! thrdvar.h
49053 ____________________________________________________________________________
49054 [  8607] By: gsar                                  on 2001/01/30  15:44:27
49055         Log: mistakenly branched perl56delta.pod, revert
49056      Branch: maint-5.6/perl
49057            - pod/perl56delta.pod
49058           !> pod/perldelta.pod
49059 ____________________________________________________________________________
49060 [  8606] By: gsar                                  on 2001/01/30  14:20:24
49061         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
49062              dTHR which has been a noop for a while now, except for the
49063              compatibility definition in thread.h)
49064      Branch: maint-5.6/perl
49065           !> (integrate 45 files)
49066 ____________________________________________________________________________
49067 [  8605] By: jhi                                   on 2001/01/30  05:43:58
49068         Log: Mark the UTF-8 APIs as experimental.
49069      Branch: maint-5.6/perl
49070            ! embed.pl pod/perlapi.pod
49071 ____________________________________________________________________________
49072 [  8604] By: jhi                                   on 2001/01/30  05:38:40
49073         Log: Nits from earlier integrates.
49074      Branch: maint-5.6/perl
49075            ! lib/Carp/Heavy.pm
49076           !> sv.c
49077 ____________________________________________________________________________
49078 [  8603] By: jhi                                   on 2001/01/30  05:27:26
49079         Log: Regenerate Porting files.
49080      Branch: maint-5.6/perl
49081            ! Porting/Glossary Porting/config.sh Porting/config_H
49082 ____________________________________________________________________________
49083 [  8602] By: jhi                                   on 2001/01/30  05:14:59
49084         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
49085              8310,8339,8447,8492,8493,8505,8525: documentation changes.
49086              
49087              Subject: Re: perlfaq style changes
49088              
49089              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
49090              
49091              Subject: [PATCH] docs on NaN
49092              
49093              Subject: [patch] perlfaq7
49094              
49095              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
49096              
49097              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
49098              
49099              Subject: [PATCH] open() example in perlfunc.pod
49100              
49101              Podify README.mpeix (a new version from the web)
49102              
49103              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
49104              
49105              Subject: [PATCH] format and rewording in perlfaq.pod
49106              
49107              Subject: [PATCH] API Variable documentation   
49108              
49109              Memory management calls documentation.
49110              
49111              Subject: [PATCH: perl@8482] README.vms URL updates
49112              
49113              Subject: Minor typos in perlfaq2.pod
49114              
49115              Subject: [PATCH] pod/perlvar.pod
49116      Branch: maint-5.6/perl
49117           +> pod/perl56delta.pod
49118            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
49119           !> README.amiga README.epoc README.mpeix README.vms
49120           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
49121           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
49122           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
49123           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
49124           !> pod/perlvar.pod thrdvar.h
49125 ____________________________________________________________________________
49126 [  8601] By: jhi                                   on 2001/01/30  04:38:35
49127         Log: Integrate changes #8036,8096,8253 from mainline:
49128              hints changes.
49129              
49130              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
49131              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
49132              
49133              Output the (apparent) version of gcc in Tru64.
49134      Branch: maint-5.6/perl
49135           +> ext/POSIX/hints/svr4.pl
49136           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
49137           !> hints/svr4.sh t/lib/bigfltpm.t
49138 ____________________________________________________________________________
49139 [  8600] By: jhi                                   on 2001/01/30  04:04:01
49140         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
49141              locale fixes.
49142              
49143              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
49144              
49145              Debian allows /usr/bin/locale to exist without any locales. (7868)
49146              
49147              Allow the locale test needing POSIX and the taint test
49148              needing IPC::SysV to run under 'minitest' (basically,
49149              bail out if loading the extension fails). (8384)
49150              
49151              Cleanup the locale.t output  (8480)
49152      Branch: maint-5.6/perl
49153           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
49154           !> t/pragma/locale.t
49155 ____________________________________________________________________________
49156 [  8599] By: jhi                                   on 2001/01/30  03:51:04
49157         Log: Missing generated files from #8598.
49158      Branch: maint-5.6/perl
49159            ! embed.h global.sym objXSUB.h perlapi.c proto.h
49160 ____________________________________________________________________________
49161 [  8598] By: jhi                                   on 2001/01/30  03:41:54
49162         Log: Integrate change #8555 from mainline, manually integrate parts
49163              of changes 8452 and 8583.
49164              
49165              Subject: [PATCH] utf8.c documentation (8452)
49166              
49167              No point in checking the length if the pointer is bogus. (8555)
49168              
49169              Introduce bytes_from_utf8() and implement sv_eq() using it,
49170              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
49171              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
49172              was malformed. (8583)
49173      Branch: maint-5.6/perl
49174            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
49175           !> pod/perlapi.pod sv.c utf8.c
49176 ____________________________________________________________________________
49177 [  8597] By: gsar                                  on 2001/01/30  02:37:26
49178         Log: get PERL_OBJECT build going again on windows
49179      Branch: maint-5.6/perl
49180            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
49181            ! pod/perlapi.pod proto.h sv.c
49182 ____________________________________________________________________________
49183 [  8596] By: jhi                                   on 2001/01/30  02:16:17
49184         Log: Signedness nit.
49185      Branch: perl
49186            ! sv.c
49187 ____________________________________________________________________________
49188 [  8595] By: jhi                                   on 2001/01/30  02:11:07
49189         Log: EBCDIC patch for Storable, from Peter Prymmer.
49190      Branch: perl
49191            ! t/lib/st-06compat.t
49192 ____________________________________________________________________________
49193 [  8594] By: jhi                                   on 2001/01/30  01:04:48
49194         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
49195              From: Peter Prymmer <pvhp@forte.com>
49196              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
49197              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
49198      Branch: perl
49199            ! t/lib/b.t
49200 ____________________________________________________________________________
49201 [  8593] By: jhi                                   on 2001/01/30  00:56:47
49202         Log: Subject: [PATCH: perl@8585] pod problems in io
49203              From: Peter Prymmer <pvhp@forte.com>
49204              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
49205              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
49206      Branch: perl
49207            ! pod/perlapio.pod pod/perliol.pod
49208 ____________________________________________________________________________
49209 [  8592] By: jhi                                   on 2001/01/30  00:48:20
49210         Log: Integrate perlio.
49211      Branch: perl
49212           !> pod/perlapio.pod pod/perliol.pod
49213 ____________________________________________________________________________
49214 [  8591] By: nick                                  on 2001/01/29  22:02:28
49215         Log: GNU 'merge' Simon's copy of perliol.pod with version
49216              patched by Craig's patch.
49217      Branch: perlio
49218            ! pod/perliol.pod
49219 ____________________________________________________________________________
49220 [  8590] By: nick                                  on 2001/01/29  21:55:10
49221         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
49222      Branch: perlio
49223            ! pod/perlapio.pod pod/perliol.pod
49224 ____________________________________________________________________________
49225 [  8589] By: jhi                                   on 2001/01/29  15:35:33
49226         Log: Integrate change #8586 from maint-5.6/perl.
49227              
49228              make the BOM detection code not call tell() until it has to
49229              (meant to fix esoteric compatibility issues where PL_rsfp
49230              is overridden)
49231      Branch: perl
49232           !> toke.c
49233 ____________________________________________________________________________
49234 [  8588] By: jhi                                   on 2001/01/29  15:29:11
49235         Log: Subject: MAking Solaris malloc() the default
49236              From: Lupe Christoph <lupe@lupe-christoph.de>
49237              Date: Mon, 29 Jan 2001 12:59:36 +0100
49238              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
49239              
49240              The README.solaris part slightly tweaked.
49241      Branch: perl
49242            ! README.solaris hints/solaris_2.sh
49243 ____________________________________________________________________________
49244 [  8587] By: jhi                                   on 2001/01/29  15:17:34
49245         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
49246              From: root@ak-75.mind.de
49247              Date: Sun, 28 Jan 2001 20:32:29 +0100
49248              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
49249      Branch: perl
49250            ! pod/perlre.pod
49251 ____________________________________________________________________________
49252 [  8586] By: gsar                                  on 2001/01/29  13:43:44
49253         Log: make the BOM detection code not call tell() until it has to
49254              (meant to fix esoteric compatibility issues where PL_rsfp
49255              is overridden)
49256      Branch: maint-5.6/perl
49257            ! toke.c
49258 ____________________________________________________________________________
49259 [  8585] By: jhi                                   on 2001/01/28  20:05:45
49260         Log: Update Changes.
49261      Branch: perl
49262            ! Changes patchlevel.h
49263 ____________________________________________________________________________
49264 [  8584] By: jhi                                   on 2001/01/28  19:30:02
49265         Log: Integrate perlio.
49266      Branch: perl
49267           +> pod/perliol.pod
49268           !> MANIFEST pod/perlapio.pod
49269 ____________________________________________________________________________
49270 [  8583] By: jhi                                   on 2001/01/28  19:28:40
49271         Log: Patch from Inaba Hiroto:
49272              - canonical UTF-8 hash keys: if a key string for a hash is
49273              UTF8-on, try downgrade the string and use it if
49274              unicode::distinct is not in effect.
49275              For the task, I added a function bytes_from_utf8() to utf8.c.
49276              It might resemble utf8_to_bytes() but it is not convenient
49277              to the task.
49278              Made a test for it and added to t/op/each.t
49279              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
49280              the mortal copy of the argument SV.
49281              And changed t/io/utf8.t test 18 which expects print() to
49282              upgrade its argument.
49283              - re-implement sv_eq with bytes_from_utf8()
49284              - some bug fixes
49285              - tr/// does not handle UTF8 range (\x{}-\x{})
49286              - \ before raw UTF8 character produced
49287              "Malformed UTF-8 character" warning.
49288              - "\x{100}\N{CENT SIGN}" is Malformed.
49289              Added tests for these 3.
49290              - and one silly bug (by me) with qu operator.
49291      Branch: perl
49292            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
49293            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
49294            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
49295 ____________________________________________________________________________
49296 [  8582] By: nick                                  on 2001/01/28  19:25:04
49297         Log: Add pod/perliol.pod to MANIFEST :-(
49298      Branch: perlio
49299            ! MANIFEST
49300 ____________________________________________________________________________
49301 [  8581] By: nick                                  on 2001/01/28  19:22:40
49302         Log: PerlIO documentation. Proofing and sub-editing requested.
49303      Branch: perlio
49304            + pod/perliol.pod
49305            ! pod/perlapio.pod
49306 ____________________________________________________________________________
49307 [  8580] By: jhi                                   on 2001/01/28  05:16:25
49308         Log: Revert the change to sv_2pv() done by #8054: Someone who
49309              did SvNV_set() on a scalar that also happened to be POK,
49310              followed by sv_2pv() won't get the right coercion anymore.
49311              [Sarathy]
49312      Branch: maint-5.6/perl
49313            ! sv.c
49314 ____________________________________________________________________________
49315 [  8579] By: jhi                                   on 2001/01/28  05:15:04
49316         Log: Remove the #8084 effect: do not allow -Q to be interpreted
49317              as -&Q(), this is too much wiggle room.
49318      Branch: maint-5.6/perl
49319            ! toke.c
49320 ____________________________________________________________________________
49321 [  8578] By: jhi                                   on 2001/01/28  05:12:45
49322         Log: Needed bits of #8439 (should have been in #8576),
49323              mainly for lval substr().
49324      Branch: maint-5.6/perl
49325            ! mg.c pp.c pp_hot.c
49326 ____________________________________________________________________________
49327 [  8577] By: jhi                                   on 2001/01/28  05:02:46
49328         Log: A missing check-in.
49329      Branch: maint-5.6/perl
49330            ! utf8.c
49331 ____________________________________________________________________________
49332 [  8576] By: jhi                                   on 2001/01/28  04:26:18
49333         Log: Integrate changes #8425,8436,8439,8517 from mainline.
49334              The 8439 was not truly integrated because it had too many
49335              dependencies on the development branch and because it introduced
49336              concepts too bold for a maintenance branch (such as the qu operator).
49337              
49338              Subject: [PATCH perl@8342] -Wformat
49339              
49340              Tighten some of the UTF-8 tests a bit.
49341              
49342              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
49343              - The substr lval was still not okay.
49344              - Now pp_stringify and sv_setsv copies source's UTF8 flag
49345              even if IN_BYTE.  pp_stringify is called from fold_constants
49346              at optimization phase and "\x{100}" was made SvUTF8_off under
49347              use bytes (the bytes pragma is for "byte semantics" and not
49348              for "do not produce UTF8 data")
49349      Branch: maint-5.6/perl
49350            ! t/lib/charnames.t t/op/substr.t toke.c
49351           !> sv.c t/pragma/utf8.t
49352 ____________________________________________________________________________
49353 [  8575] By: jhi                                   on 2001/01/28  04:01:51
49354         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
49355              
49356              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
49357              
49358              Subject: [ID 20001230.003] UTF-8 tr still hurts
49359              
49360              Test cases for #8385 (from Simon's "torture.pl")
49361              
49362              Start fixing UTF-8 lval substr() (8405)
49363      Branch: maint-5.6/perl
49364           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
49365           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
49366 ____________________________________________________________________________
49367 [  8574] By: jhi                                   on 2001/01/28  03:09:06
49368         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
49369              from mainline.
49370              
49371              UTF-8 cleanup.
49372              
49373              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
49374              
49375              "\x{FF}\xFF" was broken.
49376              
49377              Tests for #8329 and #8330.
49378              
49379              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
49380              
49381              IRIX compiler noticed that the bof initialization might be
49382              bypassed by control flow.
49383              
49384              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
49385      Branch: maint-5.6/perl
49386           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
49387           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
49388 ____________________________________________________________________________
49389 [  8573] By: jhi                                   on 2001/01/28  02:06:12
49390         Log: Retract #8552.
49391      Branch: perl
49392            ! lib/Text/Wrap.pm t/lib/textwrap.t
49393 ____________________________________________________________________________
49394 [  8572] By: jhi                                   on 2001/01/28  02:04:49
49395         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
49396              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
49397              not really integrated but instead salvaged by hand
49398              (they had too many dependencies on the development release
49399              to be cleanly integratable).
49400              
49401              Subject: more UTF8 test suites and an UTF8 patch
49402              
49403              Tweak for MULTIPLICITY/USE_PERLIO
49404              
49405              Signedness nit.
49406              
49407              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
49408              
49409              Use the UTF8_XXX macros in is_utf8_char().
49410              
49411              Rewrite pp_concat() in terms of sv_catsv().  The . operator
49412              should now be UTF-8-proof.
49413              
49414              Subject: [PATCH perl@8269] scanning two hex-constants
49415              fails on EBCDIC environment (script length.t)
49416              
49417              Add some Unicode chop() tests.
49418      Branch: maint-5.6/perl
49419            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
49420           !> sv.c t/op/chop.t utf8.h
49421 ____________________________________________________________________________
49422 [  8571] By: jhi                                   on 2001/01/28  00:35:59
49423         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
49424              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
49425              
49426              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
49427              
49428              The maxiters upper limit sanity check (guarding against
49429              non-progress) assumed bytes instead of characters in s///
49430              and split().
49431              
49432              Signedness nit.
49433              
49434              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
49435              join() should now be UTF-8-proof.
49436              
49437              More split // UTF-8 tests. (8250)
49438      Branch: maint-5.6/perl
49439           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
49440           !> util.c
49441 ____________________________________________________________________________
49442 [  8570] By: jhi                                   on 2001/01/27  22:15:46
49443         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
49444              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
49445              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
49446              8084,8204,8244,8333 from mainline.
49447              
49448              For -Q where Q might be a one-letter sub name one does no more
49449              get a warning about an unknown filetest (7941,7943,7944,8084).
49450              
49451              Subject: Re: [ID 20001130.011] expression parsing bug ?
49452              
49453              Make uv_to_utf8() to zero-terminate its output buffer.
49454              
49455              Split off t/op/length.t (7995)
49456              
49457              Split off t/op/utf8decode.t (7996)
49458              
49459              Remove an unnecessary 'use utf8' from the utf8.t (7998)
49460              
49461              Split off t/op/concat.t (8004)
49462              
49463              Split off t/op/ver.t (8005)
49464              
49465              Document utf8_length(), utf8_distance(), and utf8_hop().
49466              
49467              Document utf8_to_uv() better.
49468              
49469              Introduce macros for UTF8 decoding (8028,8033).
49470              
49471              Add test for reverse() (8030,8031).
49472              
49473              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
49474              
49475              Do not return the Unicode replacement character    on UTF-8
49476              decoding failure.
49477              
49478              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
49479              not this_utf8 i.e. the output string has one, but don't mess
49480              with source assumption. (8052,8053)
49481              
49482              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
49483              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
49484              was not expecting to be called with something that was already
49485              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
49486              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
49487              (8054)
49488              
49489              Recode the naughty binary bytes in utf8decode.t using the \xHH.
49490              
49491              Make some panic messages a bit more logical.
49492      Branch: maint-5.6/perl
49493           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
49494           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
49495           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
49496           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
49497           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
49498           !> utf8.c utf8.h
49499 ____________________________________________________________________________
49500 [  8569] By: jhi                                   on 2001/01/27  19:16:43
49501         Log: Integrate changes #7750 from perlio and #8566 from mainline.
49502      Branch: maint-5.6/perl
49503           !> regexec.c sv.c
49504 ____________________________________________________________________________
49505 [  8568] By: jhi                                   on 2001/01/27  18:06:51
49506         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
49507              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
49508              7935[-perlio.c],7936,7959,7965 from mainline.
49509              
49510              Change the "big byte" error message to "Wide character".
49511              (7355, the croak-if-wide-chars-in-print part ignored)
49512              
49513              Use UINT64_C().
49514              
49515              Introduce Perl_utf8_length().
49516              
49517              diff -se shows these as different (7753, forgotten check-ins)
49518              
49519              Subject: [PATCH] doop.c - UTF8 tr///
49520              
49521              If we use (aTHX_ ...) then put Perl_ on the front.
49522              
49523              Make utf8_length() and utf8_distance() to be less forgiving
49524              about bad UTF-8.
49525              
49526              Test line numbers are different with utf8.
49527              
49528              No need to scan till infinity, 13 is enough. (7872,7911)
49529              
49530              Subject: [PATCH] Tokeniser debugging
49531              
49532              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
49533              
49534              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
49535              
49536              Be more careful in Perl_sv_utf8_downgrade().
49537              
49538              Use DO_UTF8().
49539              
49540              Raw zero bytes in text files confuse at least GNU patch 2.1.
49541      Branch: maint-5.6/perl
49542           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
49543           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
49544           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
49545           !> t/pragma/utf8.t toke.c utf8.c utf8.h
49546 ____________________________________________________________________________
49547 [  8567] By: nick                                  on 2001/01/27  11:10:38
49548         Log: Integrate mainline
49549      Branch: perlio
49550           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
49551           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
49552           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
49553           !> toke.c
49554 ____________________________________________________________________________
49555 [  8566] By: jhi                                   on 2001/01/27  06:22:48
49556         Log: More documentation for the regexp context stack.
49557      Branch: perl
49558            ! regexec.c
49559 ____________________________________________________________________________
49560 [  8565] By: jhi                                   on 2001/01/27  05:21:57
49561         Log: Update Changes.
49562      Branch: perl
49563            ! Changes patchlevel.h
49564 ____________________________________________________________________________
49565 [  8564] By: jhi                                   on 2001/01/27  04:44:04
49566         Log: Threadedness patch for #8562 from Doug MacEachern.
49567      Branch: perl
49568            ! toke.c
49569 ____________________________________________________________________________
49570 [  8563] By: jhi                                   on 2001/01/27  04:26:24
49571         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
49572              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
49573              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
49574              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
49575      Branch: perl
49576            ! op.c
49577 ____________________________________________________________________________
49578 [  8562] By: jhi                                   on 2001/01/27  04:20:30
49579         Log: Subject: Re: Announce : Tokener reporting patch
49580              From: Simon Cozens <simon@cozens.net>
49581              Date: Mon, 22 Jan 2001 02:17:22 +0000
49582              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
49583      Branch: perl
49584            ! embed.h embed.pl proto.h toke.c
49585 ____________________________________________________________________________
49586 [  8561] By: jhi                                   on 2001/01/27  04:17:24
49587         Log: Forgot from #8545.  Oops.
49588      Branch: perl
49589            ! pp.c t/pragma/overload.t
49590 ____________________________________________________________________________
49591 [  8560] By: jhi                                   on 2001/01/27  03:01:47
49592         Log: A better module compilation test, use MANIFEST as suggested
49593              by Spider.
49594      Branch: perl
49595            ! t/lib/1_compile.t
49596 ____________________________________________________________________________
49597 [  8559] By: jhi                                   on 2001/01/27  02:50:48
49598         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
49599              From: Peter Prymmer <pvhp@forte.com>
49600              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
49601              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
49602      Branch: perl
49603            ! t/lib/b.t
49604 ____________________________________________________________________________
49605 [  8558] By: jhi                                   on 2001/01/27  02:27:05
49606         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
49607              From: Peter Prymmer <pvhp@forte.com>
49608              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
49609              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
49610      Branch: perl
49611            ! t/pragma/sub_lval.t
49612 ____________________________________________________________________________
49613 [  8557] By: jhi                                   on 2001/01/27  02:26:03
49614         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
49615              From: Peter Prymmer <pvhp@forte.com>
49616              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
49617              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
49618      Branch: perl
49619            ! t/lib/st-06compat.t
49620 ____________________________________________________________________________
49621 [  8556] By: jhi                                   on 2001/01/27  02:24:33
49622         Log: Subject: [PATCH: perl@8531] minor update to README.os390
49623              From: Peter Prymmer <pvhp@forte.com>
49624              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
49625              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
49626      Branch: perl
49627            ! README.os390
49628 ____________________________________________________________________________
49629 [  8555] By: jhi                                   on 2001/01/27  00:35:47
49630         Log: No point in checking the length before we know whether the pointer
49631              is bogus or not, fixes Abigail's odbm failures in Linux.
49632      Branch: perl
49633            ! sv.c
49634 ____________________________________________________________________________
49635 [  8554] By: nick                                  on 2001/01/26  19:01:31
49636         Log: Integrate mainline
49637      Branch: perlio
49638           !> lib/Text/Wrap.pm t/lib/textwrap.t
49639 ____________________________________________________________________________
49640 [  8553] By: jhi                                   on 2001/01/26  15:19:39
49641         Log: Integrate change #7792 from perlio (multiplicity fix),
49642              fix the AV leak in regex DEBUGGING (tiny part of the
49643              polymorphic regexp patch #8143).
49644      Branch: maint-5.6/perl
49645            ! regcomp.c
49646           !> scope.h
49647 ____________________________________________________________________________
49648 [  8552] By: jhi                                   on 2001/01/26  15:03:23
49649         Log: (Retracted by #8573)
49650              
49651              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
49652              From: Michael G Schwern <schwern@pobox.com>
49653              Date: Fri, 26 Jan 2001 09:28:31 -0500
49654              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
49655      Branch: perl
49656            ! lib/Text/Wrap.pm t/lib/textwrap.t
49657 ____________________________________________________________________________
49658 [  8551] By: jhi                                   on 2001/01/26  02:33:19
49659         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
49660              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
49661              
49662              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
49663              
49664              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
49665              
49666              Message nit.
49667              
49668              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
49669              
49670              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
49671              
49672              (the cleanup of unused submatches in regtry() and regcppop())
49673              
49674              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
49675              stored and restored, and thusly was trounced by the utf8 swash
49676              routines.
49677              
49678              use utf8 not required to use \x{}.
49679              
49680              Removed two more tests that make no sense in UTF-8 since the test
49681              data is not in UTF-8.
49682              
49683              Get the three different space character classes right under utf8.
49684              
49685              Implement ANYOFUTF8 regprop() dumping.
49686              
49687              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
49688              
49689              Document the regex context pushing/popping a bit better.
49690      Branch: maint-5.6/perl
49691           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
49692           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
49693           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
49694           !> t/op/regmesg.t utf8.c
49695 ____________________________________________________________________________
49696 [  8550] By: nick                                  on 2001/01/25  19:42:30
49697         Log: Integrate mainline
49698      Branch: perlio
49699           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
49700           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
49701           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
49702           !> t/lib/bigint.t t/lib/bigintpm.t
49703 ____________________________________________________________________________
49704 [  8549] By: jhi                                   on 2001/01/25  15:22:28
49705         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
49706      Branch: maint-5.6/perl
49707            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
49708 ____________________________________________________________________________
49709 [  8548] By: jhi                                   on 2001/01/25  15:02:55
49710         Log: Integrate changes #7997,8063,8492,8547 from mainline.
49711              
49712              Subject: Re: STRLEN - what?
49713              
49714              Subject: [PATCH] perlguts.pod
49715              
49716              Memory management calls documentation.
49717              
49718              Layout using tabulator is not a good idea in a pod.
49719      Branch: maint-5.6/perl
49720           !> pod/perlguts.pod
49721 ____________________________________________________________________________
49722 [  8547] By: jhi                                   on 2001/01/25  14:49:05
49723         Log: Layout using tabulator is not a good idea in a pod.
49724      Branch: perl
49725            ! pod/perlguts.pod
49726 ____________________________________________________________________________
49727 [  8546] By: jhi                                   on 2001/01/25  14:31:12
49728         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
49729              from mainline.
49730              
49731              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
49732              
49733              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
49734              
49735              More Win32 editor/IDE/shell hints.
49736              
49737              More Win32 Perling.
49738              
49739              Yet another editor edit.
49740              
49741              Edit edit edit.
49742              
49743              IDE/editor section tweaking.
49744              
49745              Few more IDE/editor nits from p5p.
49746      Branch: maint-5.6/perl
49747           !> pod/perlfaq3.pod
49748 ____________________________________________________________________________
49749 [  8545] By: jhi                                   on 2001/01/25  04:16:32
49750         Log: Subject: [PATCH 5.7.0] overload int()
49751              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49752              Date: Wed, 24 Jan 2001 19:06:57 -0500
49753              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
49754      Branch: perl
49755            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
49756            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
49757            ! t/lib/bigintpm.t
49758 ____________________________________________________________________________
49759 [  8544] By: jhi                                   on 2001/01/25  04:15:11
49760         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
49761              From: Peter Prymmer <pvhp@forte.com>
49762              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
49763              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
49764      Branch: perl
49765            ! Makefile.SH README.os390 hints/os390.sh installperl
49766 ____________________________________________________________________________
49767 [  8543] By: jhi                                   on 2001/01/25  03:52:08
49768         Log: Integrate change #8462,8469 from mainline.
49769              
49770              In VMS Perl subversion (perl -V) is undef.
49771      Branch: maint-5.6/perl
49772           !> configure.com
49773 ____________________________________________________________________________
49774 [  8542] By: jhi                                   on 2001/01/25  03:44:55
49775         Log: Integrate changes #7835,7850,8315,8316 from mainline.
49776              
49777              Solaris hints.
49778      Branch: maint-5.6/perl
49779           !> hints/solaris_2.sh
49780 ____________________________________________________________________________
49781 [  8541] By: jhi                                   on 2001/01/25  03:39:28
49782         Log: Integrate #8336 from mainline.
49783      Branch: maint-5.6/perl
49784           !> hv.c
49785 ____________________________________________________________________________
49786 [  8540] By: jhi                                   on 2001/01/25  03:23:50
49787         Log: Retract #8539.
49788      Branch: maint-5.6/perl
49789            ! pod/perlfaq3.pod
49790 ____________________________________________________________________________
49791 [  8539] By: jhi                                   on 2001/01/25  03:21:55
49792         Log: (Retracted by #8540.)
49793      Branch: maint-5.6/perl
49794            ! pod/perlfaq3.pod
49795 ____________________________________________________________________________
49796 [  8538] By: jhi                                   on 2001/01/25  03:14:07
49797         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
49798              From: Peter Prymmer <pvhp@forte.com>
49799              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
49800              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
49801              
49802              The VMS bits.
49803      Branch: maint-5.6/perl
49804            ! configure.com vms/descrip_mms.template
49805 ____________________________________________________________________________
49806 [  8537] By: jhi                                   on 2001/01/25  03:06:09
49807         Log: Integrate #7710,7824,7973 from mainline.
49808      Branch: maint-5.6/perl
49809           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
49810           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
49811           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
49812           !> vos/config.ga.def vos/config.ga.h win32/config.bc
49813           !> win32/config.gc win32/config.vc
49814 ____________________________________________________________________________
49815 [  8536] By: jhi                                   on 2001/01/24  13:50:20
49816         Log: Revert the edits made by me so far to the 5.6 branch since
49817              the TRIAL1 since I did edits when I should have been using
49818              integrates.  Bad programmer.   (Will integrate them properly later.)
49819              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
49820              The #8353 will not be reapplied at least for now since
49821              the UTF-8 hash keys need more thinking.
49822              (The patches #8347, #8354, #8454, #8473 were okay since they
49823              were original edits made specifically for the 5.6.1-TRIAL1.)
49824      Branch: maint-5.6/perl
49825            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49826            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
49827            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
49828            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
49829            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
49830            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
49831            ! win32/config.bc win32/config.gc win32/config.vc
49832 ____________________________________________________________________________
49833 [  8535] By: bailey                                on 2001/01/24  06:37:02
49834         Log: SYN SYN
49835      Branch: vmsperl
49836           +> (branch 26 files)
49837           !> (integrate 130 files)
49838 ____________________________________________________________________________
49839 [  8534] By: nick                                  on 2001/01/23  19:30:57
49840         Log: Integrate mainline.
49841      Branch: perlio
49842           !> Changes Configure Porting/Glossary Porting/config.sh
49843           !> Porting/config_H embed.h embed.pl ext/Encode/compile
49844           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
49845           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
49846           !> pod/perlvar.pod proto.h t/lib/1_compile.t
49847 ____________________________________________________________________________
49848 [  8533] By: jhi                                   on 2001/01/23  16:15:46
49849         Log: Forgotten from #8501.
49850      Branch: perl
49851            ! Porting/Glossary Porting/config.sh Porting/config_H
49852 ____________________________________________________________________________
49853 [  8532] By: jhi                                   on 2001/01/23  16:13:27
49854         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
49855              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
49856              Date: Mon, 22 Jan 2001 17:51:58 +0100
49857              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
49858      Branch: perl
49859            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
49860 ____________________________________________________________________________
49861 [  8531] By: jhi                                   on 2001/01/23  15:46:01
49862         Log: Update Changes.
49863      Branch: perl
49864            ! Changes patchlevel.h
49865 ____________________________________________________________________________
49866 [  8530] By: jhi                                   on 2001/01/23  15:38:39
49867         Log: De-cut-and-pasto.
49868      Branch: perl
49869            ! t/lib/1_compile.t
49870 ____________________________________________________________________________
49871 [  8529] By: jhi                                   on 2001/01/23  15:11:04
49872         Log: Document the mkdir trailing slashes case.
49873      Branch: perl
49874            ! pod/perlfunc.pod
49875 ____________________________________________________________________________
49876 [  8528] By: jhi                                   on 2001/01/23  15:08:28
49877         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
49878              get installed:
49879              
49880              Subject: lib/lib.pm
49881              From: <abigail@foad.org>
49882              Date: Mon, 28 Aug 2000 20:35:08 -0400
49883              Message-ID: <20000829003508.21281.qmail@foad.org>
49884      Branch: perl
49885            ! installperl
49886 ____________________________________________________________________________
49887 [  8527] By: jhi                                   on 2001/01/23  14:44:04
49888         Log: Metaconfig unit change for #8526.
49889      Branch: metaconfig
49890            ! U/threads/archname.U
49891 ____________________________________________________________________________
49892 [  8526] By: jhi                                   on 2001/01/23  14:43:19
49893         Log: Attach -perlio to the archname if so selected.
49894      Branch: perl
49895            ! Configure
49896 ____________________________________________________________________________
49897 [  8525] By: jhi                                   on 2001/01/23  14:24:01
49898         Log: Subject: [PATCH] pod/perlvar.pod
49899              From: abigail@foad.org
49900              Date: Tue, 23 Jan 2001 01:41:10 +0100
49901              Message-ID: <20010123004110.22259.qmail@foad.org>
49902      Branch: perl
49903            ! pod/perlvar.pod
49904 ____________________________________________________________________________
49905 [  8524] By: jhi                                   on 2001/01/23  14:22:32
49906         Log: A bug introduced in #8217 (the undefined variable in the
49907              lib/safe1_t #3) fixed, by Charles Lane:
49908              
49909              The earlier patch made it so that stuff running in Safe
49910              compartments could do a "caller" and see "main".  That
49911              little change in name is done right before the code in
49912              the compartment is run, and apparantly the parser
49913              was picking up the stash name before it got changed.
49914              
49915              (why it was threaded vs. unthreaded Perl that was sensitive to this
49916              I still don't know...and it probably doesn't matter).
49917              
49918              I tryed removing the stash name-change and saw that threaded Perl
49919              did indeed pass the lib/safe1.t tests.
49920              
49921              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
49922              do the name change (and to connect _ in the compartment to the global
49923              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
49924              to call _safe_pkg_prep when creating a new compartment.
49925              
49926              Passes all tests with threaded perl on linux; passes all tests
49927              with unthreaded perl on VMS.
49928              
49929              At some point I'll probably want to revisit Safe and Opcode to
49930              provide more sensible handling of global variables...and to get
49931              formats working in Safe compartments, which they don't do currently.
49932      Branch: perl
49933            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
49934 ____________________________________________________________________________
49935 [  8523] By: jhi                                   on 2001/01/23  14:11:58
49936         Log: Also the lib/Thread.pm itself needs to be ignored if
49937              the Thread extension hasn't been built.
49938      Branch: perl
49939            ! t/lib/1_compile.t
49940 ____________________________________________________________________________
49941 [  8522] By: jhi                                   on 2001/01/23  13:51:28
49942         Log: print() instead of warn() so that stderr doesn't get
49943              unnecessarily polluted.
49944      Branch: perl
49945            ! ext/Encode/compile
49946 ____________________________________________________________________________
49947 [  8521] By: jhi                                   on 2001/01/23  13:49:48
49948         Log: Integrate perlio.
49949      Branch: perl
49950           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
49951           !> ext/Encode/encode.h
49952 ____________________________________________________________________________
49953 [  8520] By: nick                                  on 2001/01/22  21:44:00
49954         Log: More messing with Encode:
49955              Extra fields in header to allow multiple names and to record
49956              other things "compile" knows.
49957              Re-organise compile to factor out common output routines.
49958      Branch: perlio
49959            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
49960 ____________________________________________________________________________
49961 [  8519] By: nick                                  on 2001/01/22  20:33:50
49962         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
49963      Branch: perlio
49964            ! ext/Encode/Makefile.PL ext/Encode/compile
49965 ____________________________________________________________________________
49966 [  8518] By: nick                                  on 2001/01/22  20:28:13
49967         Log: Integrate mainline
49968      Branch: perlio
49969           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
49970           !> vos/config.alpha.def vos/config.alpha.h
49971 ____________________________________________________________________________
49972 [  8517] By: jhi                                   on 2001/01/22  15:37:17
49973         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
49974              by Inaba Hiroto.
49975      Branch: perl
49976            ! sv.c
49977 ____________________________________________________________________________
49978 [  8516] By: jhi                                   on 2001/01/22  14:55:15
49979         Log: More SIG_SIZE fixes.
49980      Branch: perl
49981            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
49982 ____________________________________________________________________________
49983 [  8515] By: jhi                                   on 2001/01/22  14:50:27
49984         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
49985              From: "Craig A. Berry" <craigberry@mac.com>
49986              Date: Mon, 22 Jan 2001 00:42:24 -0600
49987              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
49988      Branch: perl
49989            ! configure.com
49990 ____________________________________________________________________________
49991 [  8514] By: jhi                                   on 2001/01/22  14:31:17
49992         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
49993              From: "Craig A. Berry" <craigberry@mac.com>
49994              Date: Sun, 21 Jan 2001 23:03:25 -0600
49995              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
49996      Branch: perl
49997            ! configure.com
49998 ____________________________________________________________________________
49999 [  8513] By: jhi                                   on 2001/01/22  14:14:00
50000         Log: Add the .ucm encoding tables to the MANIFEST.
50001      Branch: perl
50002            ! MANIFEST
50003 ____________________________________________________________________________
50004 [  8512] By: jhi                                   on 2001/01/22  13:43:33
50005         Log: Integrate perlio.
50006      Branch: perl
50007           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
50008           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
50009           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
50010           +> ext/Encode/Encode/iso8859-10.ucm
50011           +> ext/Encode/Encode/iso8859-13.ucm
50012           +> ext/Encode/Encode/iso8859-14.ucm
50013           +> ext/Encode/Encode/iso8859-15.ucm
50014           +> ext/Encode/Encode/iso8859-16.ucm
50015           +> ext/Encode/Encode/iso8859-2.ucm
50016           +> ext/Encode/Encode/iso8859-3.ucm
50017           +> ext/Encode/Encode/iso8859-4.ucm
50018           +> ext/Encode/Encode/iso8859-5.ucm
50019           +> ext/Encode/Encode/iso8859-6.ucm
50020           +> ext/Encode/Encode/iso8859-7.ucm
50021           +> ext/Encode/Encode/iso8859-8.ucm
50022           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
50023           +> ext/Encode/Encode/symbol.ucm
50024           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
50025           !> perliol.h
50026 ____________________________________________________________________________
50027 [  8511] By: nick                                  on 2001/01/21  23:44:47
50028         Log: Make "real" layers of ":utf8" and ":raw".
50029              So now PERLIO=utf8 perl ...
50030              does what Andreas wanted.
50031              Fix arg passing in open.pm (still have a Carp issue).
50032      Branch: perlio
50033            ! lib/open.pm perlio.c perliol.h
50034 ____________________________________________________________________________
50035 [  8510] By: jhi                                   on 2001/01/21  22:56:53
50036         Log: Document the regex content pushing/popping a bit better.
50037      Branch: perl
50038            ! regexec.c
50039 ____________________________________________________________________________
50040 [  8509] By: jhi                                   on 2001/01/21  22:55:44
50041         Log: Tweak the mkdir trailing slash code some more.
50042              
50043              TO DO: the same handling should probably be done for
50044              all the other filesystem functions that can have directories
50045              as their arguments.
50046      Branch: perl
50047            ! pp_sys.c
50048 ____________________________________________________________________________
50049 [  8508] By: nick                                  on 2001/01/21  21:37:43
50050         Log: Switch "compiled in" encodings to .ucm format.
50051              (Leave others as .enc till we can run-time load .ucm,
50052              or find some other way to load them.)
50053      Branch: perlio
50054            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
50055            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
50056            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
50057            + ext/Encode/Encode/iso8859-10.ucm
50058            + ext/Encode/Encode/iso8859-13.ucm
50059            + ext/Encode/Encode/iso8859-14.ucm
50060            + ext/Encode/Encode/iso8859-15.ucm
50061            + ext/Encode/Encode/iso8859-16.ucm
50062            + ext/Encode/Encode/iso8859-2.ucm
50063            + ext/Encode/Encode/iso8859-3.ucm
50064            + ext/Encode/Encode/iso8859-4.ucm
50065            + ext/Encode/Encode/iso8859-5.ucm
50066            + ext/Encode/Encode/iso8859-6.ucm
50067            + ext/Encode/Encode/iso8859-7.ucm
50068            + ext/Encode/Encode/iso8859-8.ucm
50069            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
50070            + ext/Encode/Encode/symbol.ucm
50071            ! ext/Encode/Makefile.PL ext/Encode/compile
50072 ____________________________________________________________________________
50073 [  8507] By: nick                                  on 2001/01/21  21:02:03
50074         Log: Integrate (partial) mainline.
50075      Branch: perlio
50076           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
50077           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
50078           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
50079 ____________________________________________________________________________
50080 [  8506] By: jhi                                   on 2001/01/21  20:09:30
50081         Log: Update Changes.
50082      Branch: perl
50083            ! Changes patchlevel.h
50084 ____________________________________________________________________________
50085 [  8505] By: jhi                                   on 2001/01/21  19:39:59
50086         Log: Subject: Minor typos in perlfaq2.pod
50087              From: "Stephen P. Potter" <spp@spotter.yi.org>
50088              Message-Id: <200101192101.QAA11911@spotter.yi.org>
50089              Date: Fri, 19 Jan 2001 16:01:13 -0500
50090              
50091              with a nit from Philip Newton.
50092      Branch: perl
50093            ! pod/perlfaq2.pod
50094 ____________________________________________________________________________
50095 [  8504] By: jhi                                   on 2001/01/21  19:33:05
50096         Log: Metaconfig change for #8503.
50097      Branch: metaconfig
50098            ! U/threads/usethreads.U
50099 ____________________________________________________________________________
50100 [  8503] By: jhi                                   on 2001/01/21  19:32:21
50101         Log: Sanity check for conflicting thread flavours.
50102      Branch: perl
50103            ! Configure config_h.SH
50104 ____________________________________________________________________________
50105 [  8502] By: jhi                                   on 2001/01/21  19:23:00
50106         Log: Metaconfig change for #8501.
50107      Branch: metaconfig
50108            ! U/modified/sig_name.U
50109 ____________________________________________________________________________
50110 [  8501] By: jhi                                   on 2001/01/21  19:22:26
50111         Log: The SIG_SIZE is the number of the elements *excluding*
50112              the terminating NULL.
50113      Branch: perl
50114            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
50115            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
50116            ! win32/config_H.vc
50117 ____________________________________________________________________________
50118 [  8500] By: jhi                                   on 2001/01/21  18:31:31
50119         Log: Integrate perlio.
50120      Branch: perl
50121           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
50122           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
50123           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
50124           !> pp_sys.c proto.h sv.c
50125 ____________________________________________________________________________
50126 [  8499] By: jhi                                   on 2001/01/21  17:43:57
50127         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
50128              From: Hugo <hv@crypt.compulink.co.uk>
50129              Date: Sun, 21 Jan 2001 13:34:05 +0000
50130              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
50131              
50132              In sprintf UTF8ize only if necessary.
50133      Branch: perl
50134            ! sv.c
50135 ____________________________________________________________________________
50136 [  8498] By: nick                                  on 2001/01/21  16:25:32
50137         Log: Encode cleanup.
50138              Add command line control over "compile" so that Makefile.PL
50139              needs can be combined with other uses.
50140              Use command line options in Makefile.PL.
50141              Fix multi-byte parsing in .ucm files.
50142      Branch: perlio
50143            ! ext/Encode/Makefile.PL ext/Encode/compile
50144 ____________________________________________________________________________
50145 [  8497] By: nick                                  on 2001/01/21  12:56:27
50146         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
50147      Branch: perlio
50148            ! ext/Encode/Encode.xs
50149 ____________________________________________________________________________
50150 [  8496] By: nick                                  on 2001/01/21  12:18:45
50151         Log: Fixup after integrate:
50152              missed the .sym files that are changed by regen_headers
50153              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
50154      Branch: perlio
50155            ! global.sym pp.sym sv.c
50156 ____________________________________________________________________________
50157 [  8495] By: nick                                  on 2001/01/21  11:51:07
50158         Log: Integrate mainline.
50159      Branch: perlio
50160           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
50161           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
50162           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
50163           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
50164           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
50165           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
50166           !> win32/Makefile win32/makefile.mk
50167 ____________________________________________________________________________
50168 [  8494] By: jhi                                   on 2001/01/20  23:12:11
50169         Log: Forgot the expect_number() prototype.
50170      Branch: perl
50171            ! embed.h embed.pl proto.h
50172 ____________________________________________________________________________
50173 [  8493] By: jhi                                   on 2001/01/20  22:56:39
50174         Log: Subject: [PATCH: perl@8482] README.vms URL updates
50175              From: Peter Prymmer <pvhp@forte.com>
50176              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
50177              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
50178              
50179              Plus Craig A. Berry's suggestion to use compaq.com instead
50180              of digital.com.
50181      Branch: perl
50182            ! README.vms
50183 ____________________________________________________________________________
50184 [  8492] By: jhi                                   on 2001/01/20  22:50:05
50185         Log: Memory management calls documentation.
50186      Branch: perl
50187            ! pod/perlguts.pod
50188 ____________________________________________________________________________
50189 [  8491] By: jhi                                   on 2001/01/20  22:38:33
50190         Log: Signedness nit plus few memcpy/Copy nits.
50191      Branch: perl
50192            ! sv.c
50193 ____________________________________________________________________________
50194 [  8490] By: jhi                                   on 2001/01/20  22:25:53
50195         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
50196              From: Peter Prymmer <pvhp@forte.com>
50197              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
50198              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
50199      Branch: perl
50200            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
50201 ____________________________________________________________________________
50202 [  8489] By: jhi                                   on 2001/01/20  22:24:41
50203         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
50204              From: Peter Prymmer <pvhp@forte.com>
50205              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
50206              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
50207      Branch: perl
50208            ! win32/Makefile win32/makefile.mk
50209 ____________________________________________________________________________
50210 [  8488] By: jhi                                   on 2001/01/20  22:22:27
50211         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
50212              From: Peter Prymmer <pvhp@forte.com>
50213              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
50214              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
50215      Branch: perl
50216            ! Makefile.SH
50217 ____________________________________________________________________________
50218 [  8487] By: jhi                                   on 2001/01/20  22:21:18
50219         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
50220              From: Peter Prymmer <pvhp@forte.com>
50221              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
50222              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
50223      Branch: perl
50224            + ext/DynaLoader/dl_dllload.xs
50225            ! MANIFEST Makefile.SH hints/os390.sh
50226 ____________________________________________________________________________
50227 [  8486] By: jhi                                   on 2001/01/20  22:17:53
50228         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
50229              From: Peter Prymmer <pvhp@forte.com>
50230              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
50231              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
50232      Branch: perl
50233            ! README.os390 README.posix-bc
50234 ____________________________________________________________________________
50235 [  8485] By: jhi                                   on 2001/01/20  20:15:30
50236         Log: Document and test the new qu operator.
50237      Branch: perl
50238            + t/op/qu.t
50239            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
50240            ! pod/perlretut.pod pod/perlunicode.pod
50241 ____________________________________________________________________________
50242 [  8484] By: nick                                  on 2001/01/20  19:42:30
50243         Log: Infrastructure to allow:
50244              open($fh,"|-",@array);
50245              to be implemented
50246              i.e. mark pp_open as needing a stack mark, and make pp_open
50247              process its args in that style (and pass them _all_ to tied handles OPEN).
50248              Invent do_openn() which takes SV ** at allow it to see multiple args.
50249              Note this does not _do_ anything yet.
50250      Branch: perlio
50251            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
50252            ! perlapi.c pp_proto.h pp_sys.c proto.h
50253 ____________________________________________________________________________
50254 [  8483] By: nick                                  on 2001/01/20  17:23:14
50255         Log: Integrate mainline.
50256      Branch: perlio
50257           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
50258           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
50259 ____________________________________________________________________________
50260 [  8482] By: jhi                                   on 2001/01/19  15:37:49
50261         Log: Update Changes.
50262      Branch: perl
50263            ! Changes patchlevel.h
50264 ____________________________________________________________________________
50265 [  8481] By: jhi                                   on 2001/01/19  14:41:24
50266         Log: Subject: Re: new feature: s?printf parameter reordering 
50267              From: Hugo <hv@crypt.compulink.co.uk>
50268              Date: Thu, 11 Jan 2001 17:09:03 +0000
50269              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
50270              
50271              - support reordering for all parameters: %, *v, *, .*
50272              - lay down that the reordering specification must immediately
50273              follow that parameter: %3$, *v3$, *3$, .*3$
50274              - fix vectorisation of a zero-length string
50275              - factor out the code choosing the argument to format
50276              
50277              Possibly unwanted side-effects:
50278              - the special format specifiers ' +-0' must now precede any
50279              vectorisation specifier. Tests in op/sprintf and op/ver
50280              have been changed to reflect this.
50281              - sprintf.t test #214 changed its expectations because in many
50282              cases, the next parameter has already been consumed when an
50283              invalid type letter is detected.
50284              
50285              Probably wanted side-effects:
50286              - attempts to format a non-existent parameter will warn as if C<undef>
50287              - attempt to write to non-existent parameter with '%n' will complain
50288              of "attempt to modify read-only value" instead of being silent
50289      Branch: perl
50290            ! sv.c t/op/sprintf.t t/op/ver.t
50291 ____________________________________________________________________________
50292 [  8480] By: jhi                                   on 2001/01/19  14:08:37
50293         Log: Subject: PATCH pragma/locale.t
50294              From: andreas.koenig@anima.de (Andreas J. Koenig)
50295              Date: 18 Jan 2001 09:45:37 +0100
50296              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
50297      Branch: perl
50298            ! t/pragma/locale.t
50299 ____________________________________________________________________________
50300 [  8479] By: jhi                                   on 2001/01/19  13:19:58
50301         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
50302      Branch: perl
50303            ! configure.com
50304 ____________________________________________________________________________
50305 [  8478] By: jhi                                   on 2001/01/19  02:12:35
50306         Log: Automate 1_compile.t.
50307      Branch: perl
50308            ! t/lib/1_compile.t
50309 ____________________________________________________________________________
50310 [  8477] By: jhi                                   on 2001/01/19  01:49:56
50311         Log: Integrate perlio.
50312      Branch: perl
50313           !> sv.c win32/config.bc win32/config.gc win32/config.vc
50314           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
50315 ____________________________________________________________________________
50316 [  8476] By: nick                                  on 2001/01/18  21:51:52
50317         Log: Integrate mainline
50318      Branch: perlio
50319           +> t/lib/1_compile.t t/lib/compmod.pl
50320           !> MANIFEST configure.com lib/unicode/distinct.pm
50321 ____________________________________________________________________________
50322 [  8475] By: nick                                  on 2001/01/18  21:48:02
50323         Log: Win32 "safe signals" co-existance fix.
50324              Fix SIG_SIZE value.
50325              Clear PL_sig_pending when cloning (fork).
50326      Branch: perlio
50327            ! sv.c win32/config.bc win32/config.gc win32/config.vc
50328            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
50329 ____________________________________________________________________________
50330 [  8474] By: jhi                                   on 2001/01/18  14:40:57
50331         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
50332      Branch: perl
50333            ! t/lib/1_compile.t
50334 ____________________________________________________________________________
50335 [  8473] By: gsar                                  on 2001/01/18  11:42:31
50336         Log: unsubmitted trial1 change
50337      Branch: maint-5.6/perl
50338            ! Changes
50339 ____________________________________________________________________________
50340 [  8472] By: jhi                                   on 2001/01/18  04:30:24
50341         Log: The first bug found by 1_compile.t.
50342      Branch: perl
50343            ! lib/unicode/distinct.pm
50344 ____________________________________________________________________________
50345 [  8471] By: jhi                                   on 2001/01/18  04:29:42
50346         Log: Add Schwern's 1_compile test.  The compile_module script renamed
50347              to be a bit shorter for the 8.3 people.
50348      Branch: perl
50349            + t/lib/1_compile.t t/lib/compmod.pl
50350            ! MANIFEST
50351 ____________________________________________________________________________
50352 [  8470] By: jhi                                   on 2001/01/18  04:16:00
50353         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)
50354              From: Peter Prymmer <pvhp@forte.com>
50355              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
50356              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
50357              Replace #8463.
50358      Branch: maint-5.6/perl
50359            ! configure.com
50360 ____________________________________________________________________________
50361 [  8469] By: jhi                                   on 2001/01/18  04:13:02
50362         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)
50363              From: Peter Prymmer <pvhp@forte.com>
50364              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
50365              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
50366              Replace #8462.
50367      Branch: perl
50368            ! configure.com
50369 ____________________________________________________________________________
50370 [  8468] By: jhi                                   on 2001/01/18  03:42:08
50371         Log: Integrate perlio.
50372      Branch: perl
50373           !> gv.c mg.c perlio.c util.c
50374 ____________________________________________________________________________
50375 [  8467] By: nick                                  on 2001/01/17  22:41:10
50376         Log: "Safe" signals - trial implementation.
50377              gv.c tweaked to zero PL_sig_pend array
50378              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
50379              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
50380              Odd thing is that it "works" with PERLIO=stdio as well (linux).
50381      Branch: perlio
50382            ! gv.c mg.c perlio.c util.c
50383 ____________________________________________________________________________
50384 [  8466] By: nick                                  on 2001/01/17  20:40:20
50385         Log: Integrate mainline.
50386      Branch: perlio
50387           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
50388           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
50389           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
50390           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50391           !> vos/config.ga.h win32/config.bc win32/config.gc
50392           !> win32/config.vc
50393 ____________________________________________________________________________
50394 [  8465] By: jhi                                   on 2001/01/17  18:37:13
50395         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
50396              From: Nicholas Clark <nick@ccl4.org>
50397              Date: Wed, 17 Jan 2001 17:31:33 +0000
50398              Message-ID: <20010117173133.I2633@plum.flirble.org>
50399      Branch: perl
50400            ! t/op/int.t
50401 ____________________________________________________________________________
50402 [  8464] By: jhi                                   on 2001/01/17  14:43:17
50403         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
50404              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
50405              Date: Wed, 17 Jan 2001 15:16:43 +0100
50406              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
50407              
50408              pp_int() was dropping an NV to the floor,
50409              int(279964589018079/59) either returned not an integer
50410              4745162525730.15, or one got "Attempt to free unreferenced scalar."
50411      Branch: perl
50412            ! pp.c
50413 ____________________________________________________________________________
50414 [  8463] By: jhi                                   on 2001/01/17  06:12:42
50415         Log: (Replaced by #8470)
50416              
50417              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)
50418              From: "Craig A. Berry" <craigberry@mac.com>
50419              Date: Tue, 16 Jan 2001 23:38:46 -0600
50420              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
50421      Branch: maint-5.6/perl
50422            ! configure.com
50423 ____________________________________________________________________________
50424 [  8462] By: jhi                                   on 2001/01/17  06:11:31
50425         Log: (Replaced by #8469)
50426              
50427              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)
50428              From: "Craig A. Berry" <craigberry@mac.com>
50429              Date: Tue, 16 Jan 2001 23:38:46 -0600
50430              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
50431      Branch: perl
50432            ! configure.com
50433 ____________________________________________________________________________
50434 [  8461] By: jhi                                   on 2001/01/17  05:56:12
50435         Log: Allow for one trailing slash in the directory of mkdir().
50436      Branch: perl
50437            ! pp_sys.c
50438 ____________________________________________________________________________
50439 [  8460] By: jhi                                   on 2001/01/17  03:26:01
50440         Log: Metaconfig unit changes for #8459.
50441      Branch: metaconfig
50442            ! U/modified/Loc.U U/modified/sig_name.U
50443 ____________________________________________________________________________
50444 [  8459] By: jhi                                   on 2001/01/17  03:24:48
50445         Log: Define SIG_SIZE, the number of elements in the sig_name and
50446              sig_num arrays, including the final NULL entry.
50447      Branch: perl
50448            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50449            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
50450            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
50451            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
50452            ! win32/config.bc win32/config.gc win32/config.vc
50453 ____________________________________________________________________________
50454 [  8458] By: jhi                                   on 2001/01/17  01:41:33
50455         Log: Integrate perlio.
50456      Branch: perl
50457           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
50458           !> perlapi.h proto.h sv.c
50459 ____________________________________________________________________________
50460 [  8457] By: nick                                  on 2001/01/16  22:07:26
50461         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
50462              Provides all the "cost" but no benefit yet - it is to allow cost
50463              to be measured, and implementation experiments (just in mg.c?).
50464      Branch: perlio
50465            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
50466            ! perlapi.h proto.h sv.c
50467 ____________________________________________________________________________
50468 [  8456] By: nick                                  on 2001/01/16  21:07:07
50469         Log: Integrate mainline.
50470      Branch: perlio
50471           !> (integrate 51 files)
50472 ____________________________________________________________________________
50473 [  8455] By: jhi                                   on 2001/01/16  18:13:43
50474         Log: Subject: [PATCH] regcomp.c old feature removal
50475              From: mjd@plover.com
50476              Date: 16 Jan 2001 14:43:18 -0000 
50477              Message-ID: <20010116144318.7140.qmail@plover.com> 
50478      Branch: perl
50479            ! regcomp.c
50480 ____________________________________________________________________________
50481 [  8454] By: jhi                                   on 2001/01/16  16:12:39
50482         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
50483              From: "Indy Singh" <indy@nusphere.com>
50484              Date: Wed, 10 Jan 2001 20:17:49 -0500
50485              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
50486      Branch: maint-5.6/perl
50487            ! win32/Makefile
50488 ____________________________________________________________________________
50489 [  8453] By: jhi                                   on 2001/01/16  16:09:33
50490         Log: Update Changes.
50491      Branch: perl
50492            ! Changes patchlevel.h
50493 ____________________________________________________________________________
50494 [  8452] By: jhi                                   on 2001/01/16  15:42:04
50495         Log: Subject: Re: API Cleanup
50496              To: perl5-porters@perl.org
50497              Date: Tue, 16 Jan 2001 13:42:30 +0000
50498              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
50499              
50500              Subject: [PATCH] utf8.c documentation
50501              From: Simon Cozens <simon@cozens.net>
50502              Date: Tue, 16 Jan 2001 13:52:48 +0000
50503              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
50504              
50505              Subject: Re: API Cleanup
50506              From: Simon Cozens <simon@cozens.net>
50507              Date: Tue, 16 Jan 2001 14:58:55 +0000
50508              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
50509              
50510              UTF-8 doc patches.
50511      Branch: perl
50512            ! embed.pl pod/perlapi.pod utf8.c
50513 ____________________________________________________________________________
50514 [  8451] By: jhi                                   on 2001/01/16  14:41:39
50515         Log: podlators 1.07, from Russ Allbery.
50516      Branch: perl
50517            ! lib/Pod/Man.pm
50518 ____________________________________________________________________________
50519 [  8450] By: jhi                                   on 2001/01/16  14:24:19
50520         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
50521              From: "Indy Singh" <indy@nusphere.com>
50522              Date: Mon, 15 Jan 2001 20:59:40 -0500
50523              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
50524      Branch: perl
50525            ! win32/Makefile
50526 ____________________________________________________________________________
50527 [  8449] By: jhi                                   on 2001/01/16  03:42:55
50528         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
50529              at the setting of the ofs_sv in new_struct_thread() as the
50530              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
50531              uninitialized fields are, uh, initialized with),
50532              SvREFCNT_inc()ing that invited a core dump.
50533      Branch: perl
50534            ! util.c
50535 ____________________________________________________________________________
50536 [  8448] By: jhi                                   on 2001/01/16  01:49:07
50537         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
50538              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
50539              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
50540              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
50541              
50542              Replace #8444 and #8445.
50543      Branch: perl
50544            ! ext/B/B.xs ext/B/B/Debug.pm
50545 ____________________________________________________________________________
50546 [  8447] By: jhi                                   on 2001/01/15  21:05:35
50547         Log: Subject: [PATCH] API Variable documentation   
50548              From: Simon Cozens <simon@cozens.net>
50549              Date: Mon, 15 Jan 2001 19:35:54 +0000
50550              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
50551      Branch: perl
50552            ! pod/perlapi.pod thrdvar.h
50553 ____________________________________________________________________________
50554 [  8446] By: jhi                                   on 2001/01/15  20:49:20
50555         Log: Signedness nit.
50556      Branch: perl
50557            ! pp_ctl.c
50558 ____________________________________________________________________________
50559 [  8445] By: jhi                                   on 2001/01/15  20:28:48
50560         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
50561      Branch: perl
50562            ! ext/B/B/Debug.pm
50563 ____________________________________________________________________________
50564 [  8444] By: jhi                                   on 2001/01/15  13:09:10
50565         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
50566      Branch: perl
50567            ! ext/B/B.xs
50568 ____________________________________________________________________________
50569 [  8443] By: jhi                                   on 2001/01/15  13:06:26
50570         Log: Missing from #8439.
50571      Branch: perl
50572            ! keywords.h mg.c
50573 ____________________________________________________________________________
50574 [  8442] By: jhi                                   on 2001/01/15  13:02:38
50575         Log: Subject: [PATCH @8436] Eliminate op_children
50576              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
50577              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
50578              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
50579              
50580              Subject: [PATCH @8436] Re: Eliminate op_children
50581              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
50582              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
50583              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
50584      Branch: perl
50585            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
50586            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
50587            ! op.c op.h
50588 ____________________________________________________________________________
50589 [  8441] By: jhi                                   on 2001/01/15  12:57:08
50590         Log: Use the /^Perl_/-less form of is_lvalue_sub().
50591      Branch: perl
50592            ! pp.h
50593 ____________________________________________________________________________
50594 [  8440] By: jhi                                   on 2001/01/15  05:13:09
50595         Log: Revert #8437 and #8438, the Linux large files story is more complex.
50596      Branch: metaconfig/U/perl
50597            ! d_fpos64_t.U d_off64_t.U
50598      Branch: perl
50599            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50600            ! config_h.SH configure.com epoc/config.sh perl.h
50601            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
50602            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
50603            ! win32/config.bc win32/config.gc win32/config.vc
50604 ____________________________________________________________________________
50605 [  8439] By: jhi                                   on 2001/01/15  05:02:24
50606         Log: More UTF-8 patches from Inaba Hiroto.
50607              - The substr lval was still not okay.
50608              - Now pp_stringify and sv_setsv copies source's UTF8 flag
50609              even if IN_BYTE.  pp_stringify is called from fold_constants
50610              at optimization phase and "\x{100}" was made SvUTF8_off under
50611              use bytes (the bytes pragma is for "byte semantics" and not
50612              for "do not produce UTF8 data")
50613              - New `qu' operator to generate UTF8 string explicitly.
50614              Though I agree with the policy "0x00-0xff always produce bytes",
50615              sometimes want to such a string to be coded in UTF8.
50616              I can use pack"U0a*" but it requires more typing and has
50617              runtime overhead.
50618              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
50619              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
50620              string is not UTF8_on and has char 0x80-0xff.
50621              
50622              TODO: document and test qu.
50623      Branch: perl
50624            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
50625            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
50626            ! toke.c
50627 ____________________________________________________________________________
50628 [  8438] By: jhi                                   on 2001/01/14  05:10:23
50629         Log: (Reverted by #8440)
50630              
50631              Metaconfig unit changes for #8437.
50632      Branch: metaconfig/U/perl
50633            ! d_fpos64_t.U d_off64_t.U
50634 ____________________________________________________________________________
50635 [  8437] By: jhi                                   on 2001/01/14  04:55:34
50636         Log: (Reverted by #8440)
50637              
50638              Add <features.h> probing, seems to be needed for (some?)
50639              Linux largefileness.
50640      Branch: perl
50641            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50642            ! config_h.SH configure.com epoc/config.sh perl.h
50643            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
50644            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
50645            ! win32/config.bc win32/config.gc win32/config.vc
50646 ____________________________________________________________________________
50647 [  8436] By: jhi                                   on 2001/01/13  17:47:21
50648         Log: Tighten some of the tests a bit.
50649      Branch: perl
50650            ! t/pragma/utf8.t
50651 ____________________________________________________________________________
50652 [  8435] By: jhi                                   on 2001/01/13  17:31:54
50653         Log: Integrate perlio.
50654      Branch: perl
50655           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
50656           !> win32/config_H.gc win32/config_H.vc
50657 ____________________________________________________________________________
50658 [  8434] By: nick                                  on 2001/01/13  11:36:53
50659         Log: Run dmake regen_config_h for Win32
50660      Branch: perlio
50661            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
50662 ____________________________________________________________________________
50663 [  8433] By: nick                                  on 2001/01/13  11:31:55
50664         Log: VMS friendly patch to Encode compile process
50665      Branch: perlio
50666            ! ext/Encode/Makefile.PL ext/Encode/compile
50667 ____________________________________________________________________________
50668 [  8432] By: nick                                  on 2001/01/13  11:06:44
50669         Log: Integrate mainline
50670      Branch: perlio
50671           +> ext/B/B/Concise.pm
50672           !> (integrate 52 files)
50673 ____________________________________________________________________________
50674 [  8431] By: jhi                                   on 2001/01/13  05:55:55
50675         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
50676              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
50677              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
50678              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
50679      Branch: perl
50680            ! ext/B/B/Concise.pm
50681 ____________________________________________________________________________
50682 [  8430] By: jhi                                   on 2001/01/13  04:24:18
50683         Log: The LVRET macro needed an aTHX.
50684      Branch: perl
50685            ! pp.h
50686 ____________________________________________________________________________
50687 [  8429] By: jhi                                   on 2001/01/13  02:12:42
50688         Log: Update Changes.
50689      Branch: perl
50690            ! Changes patchlevel.h
50691 ____________________________________________________________________________
50692 [  8428] By: jhi                                   on 2001/01/13  02:08:50
50693         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
50694              From: Peter Prymmer <pvhp@forte.com>
50695              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
50696              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
50697              
50698              Add a BEGIN guard for sloppy floating point division.
50699      Branch: perl
50700            ! lib/Math/BigInt.pm lib/bigint.pl
50701 ____________________________________________________________________________
50702 [  8427] By: jhi                                   on 2001/01/13  01:47:16
50703         Log: The B::Terse drop-in replacement wasn't quite drop-in.
50704      Branch: perl
50705            ! ext/B/B/Terse.pm
50706 ____________________________________________________________________________
50707 [  8426] By: jhi                                   on 2001/01/12  21:20:43
50708         Log: Use UVXf.
50709      Branch: perl
50710            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50711            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
50712            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
50713            ! vos/config.ga.def vos/config.ga.h win32/config.bc
50714            ! win32/config.gc win32/config.vc
50715 ____________________________________________________________________________
50716 [  8425] By: jhi                                   on 2001/01/12  20:20:14
50717         Log: Subject: [PATCH perl@8342] -Wformat
50718              From: Robin Barker <rmb1@cise.npl.co.uk>
50719              Date: Fri, 12 Jan 2001 20:03:14 GMT
50720              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
50721      Branch: perl
50722            ! ext/Encode/Encode.xs mg.c sv.c toke.c
50723 ____________________________________________________________________________
50724 [  8424] By: jhi                                   on 2001/01/12  20:01:48
50725         Log: Subject: B::Concise -- an improved replacement for B::Terse 
50726              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
50727              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
50728              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
50729      Branch: perl
50730            + ext/B/B/Concise.pm
50731            ! MANIFEST ext/B/B/Terse.pm
50732 ____________________________________________________________________________
50733 [  8423] By: jhi                                   on 2001/01/12  19:24:02
50734         Log: The new metaconfig unit from the #8421.
50735      Branch: metaconfig/U/perl
50736            + d_sigprocmask.U
50737 ____________________________________________________________________________
50738 [  8422] By: jhi                                   on 2001/01/12  19:23:43
50739         Log: Forgot the microperl config from the #8421.
50740      Branch: perl
50741            ! uconfig.h uconfig.sh
50742 ____________________________________________________________________________
50743 [  8421] By: jhi                                   on 2001/01/12  19:05:27
50744         Log: Add sigprocmask() probe, regen Configure, regen toc.
50745      Branch: perl
50746            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50747            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
50748            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50749            ! vos/config.ga.h win32/config.bc win32/config.gc
50750            ! win32/config.vc
50751 ____________________________________________________________________________
50752 [  8420] By: jhi                                   on 2001/01/12  18:34:31
50753         Log: Add sockatmark() to the todo list.
50754      Branch: perl
50755            ! Todo-5.6
50756 ____________________________________________________________________________
50757 [  8419] By: jhi                                   on 2001/01/12  18:09:46
50758         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
50759      Branch: perl
50760            ! op.c
50761 ____________________________________________________________________________
50762 [  8418] By: jhi                                   on 2001/01/12  18:05:30
50763         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
50764              From: Radu Greab <radu@netsoft.ro>
50765              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
50766              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
50767      Branch: perl
50768            ! op.c t/pragma/sub_lval.t
50769 ____________________________________________________________________________
50770 [  8417] By: jhi                                   on 2001/01/12  16:09:09
50771         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
50772              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
50773              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
50774              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
50775      Branch: perl
50776            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
50777            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
50778            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
50779            ! t/pragma/sub_lval.t toke.c
50780 ____________________________________________________________________________
50781 [  8416] By: jhi                                   on 2001/01/12  15:42:06
50782         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
50783              From: "Richard Soderberg" <rs@crystalflame.net>
50784              Date: Fri, 12 Jan 2001 04:49:35 -0800
50785              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
50786              
50787              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
50788              according to the platform.
50789      Branch: perl
50790            ! op.c
50791 ____________________________________________________________________________
50792 [  8415] By: jhi                                   on 2001/01/12  15:33:41
50793         Log: One more UTF-8 fix from Inaba Hiroto.
50794      Branch: perl
50795            ! pp.c regexec.c t/pragma/utf8.t
50796 ____________________________________________________________________________
50797 [  8414] By: jhi                                   on 2001/01/12  15:30:18
50798         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
50799      Branch: perl
50800            ! regexec.c
50801 ____________________________________________________________________________
50802 [  8413] By: jhi                                   on 2001/01/12  15:22:10
50803         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
50804              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
50805              Date: Thu, 11 Jan 2001 12:53:36 +0100
50806              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
50807      Branch: perl
50808            ! toke.c
50809 ____________________________________________________________________________
50810 [  8412] By: jhi                                   on 2001/01/12  15:20:25
50811         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
50812              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
50813              Date: Fri, 12 Jan 2001 14:37:55 +0100
50814              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
50815      Branch: perl
50816            ! hints/posix-bc.sh
50817 ____________________________________________________________________________
50818 [  8411] By: jhi                                   on 2001/01/12  15:14:14
50819         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
50820              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
50821              Date: Fri, 12 Jan 2001 10:42:21 +0100
50822              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
50823      Branch: perl
50824            ! t/op/regmesg.t
50825 ____________________________________________________________________________
50826 [  8410] By: jhi                                   on 2001/01/12  05:48:55
50827         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
50828              From: Nicholas Clark <nick@ccl4.org> 
50829              Date: Sun, 7 Jan 2001 19:47:14 +0000
50830              Message-ID: <20010107194714.B1048@plum.flirble.org>
50831      Branch: perl
50832            ! t/op/numconvert.t
50833 ____________________________________________________________________________
50834 [  8409] By: jhi                                   on 2001/01/12  05:41:28
50835         Log: Integrate perlio.
50836      Branch: perl
50837           !> mg.c scope.h
50838 ____________________________________________________________________________
50839 [  8408] By: nick                                  on 2001/01/11  22:43:28
50840         Log: Remove variables that were used in experiments.
50841      Branch: perlio
50842            ! mg.c
50843 ____________________________________________________________________________
50844 [  8407] By: nick                                  on 2001/01/11  20:57:44
50845         Log: Catch die in %SIG handler and unblock the signal before re-dying.
50846              This make Linux work _without_ sigsetjmp().
50847              Turn off sigsetjmp() to see what else it does.
50848              May need Configure probe for sigprocmask() if anything has sigaction()
50849              but not sigprocmask().
50850      Branch: perlio
50851            ! mg.c scope.h
50852 ____________________________________________________________________________
50853 [  8406] By: nick                                  on 2001/01/11  19:32:07
50854         Log: Integrate mainline
50855      Branch: perlio
50856           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
50857           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
50858           !> t/op/substr.t
50859 ____________________________________________________________________________
50860 [  8405] By: jhi                                   on 2001/01/11  17:11:01
50861         Log: Fix UTF-8 lval substr().
50862      Branch: perl
50863            ! mg.c t/op/substr.t
50864 ____________________________________________________________________________
50865 [  8404] By: jhi                                   on 2001/01/11  05:13:58
50866         Log: Update Changes.
50867      Branch: perl
50868            ! Changes patchlevel.h
50869 ____________________________________________________________________________
50870 [  8403] By: jhi                                   on 2001/01/11  04:38:24
50871         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
50872              From: Hugo <hv@crypt.compulink.co.uk>
50873              Date: Mon, 30 Oct 2000 01:33:26 +0000
50874              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
50875      Branch: perl
50876            ! regexec.c t/op/re_tests
50877 ____________________________________________________________________________
50878 [  8402] By: jhi                                   on 2001/01/11  04:26:12
50879         Log: Integrate perlio.
50880      Branch: perl
50881           !> scope.h util.c
50882 ____________________________________________________________________________
50883 [  8401] By: nick                                  on 2001/01/10  22:52:55
50884         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
50885              (So Alan and Ilya can try setting via hints.)
50886              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
50887              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
50888              doing the save everywhere seems to restart read() correctly, but just
50889              doing it once "round" the handler does not.
50890      Branch: perlio
50891            ! scope.h
50892 ____________________________________________________________________________
50893 [  8400] By: jhi                                   on 2001/01/10  21:57:54
50894         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
50895              of IRIX, HP-UX is unaffected.
50896      Branch: perl
50897            ! perl.h
50898 ____________________________________________________________________________
50899 [  8399] By: nick                                  on 2001/01/10  21:29:19
50900         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
50901      Branch: perlio
50902            ! util.c
50903 ____________________________________________________________________________
50904 [  8398] By: jhi                                   on 2001/01/10  20:55:31
50905         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
50906              also have ReusePort.
50907      Branch: perl
50908            ! ext/IO/lib/IO/Socket/INET.pm
50909 ____________________________________________________________________________
50910 [  8397] By: jhi                                   on 2001/01/10  20:50:57
50911         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
50912              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
50913              Date: Wed, 10 Jan 2001 01:38:13 -0800
50914              Message-ID: <20010110013813.B41744@yahoo-inc.com>
50915      Branch: perl
50916            ! ext/IO/lib/IO/Socket/INET.pm
50917 ____________________________________________________________________________
50918 [  8396] By: jhi                                   on 2001/01/10  20:49:30
50919         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
50920              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
50921              Date: Wed, 10 Jan 2001 01:37:32 -0800
50922              Message-ID: <20010110013732.A41744@yahoo-inc.com>
50923      Branch: perl
50924            ! ext/Socket/Socket.pm
50925 ____________________________________________________________________________
50926 [  8395] By: jhi                                   on 2001/01/10  20:41:37
50927         Log: Test for bug id 20010105.016 (fixed by #8378).
50928      Branch: perl
50929            ! t/op/split.t
50930 ____________________________________________________________________________
50931 [  8394] By: jhi                                   on 2001/01/10  20:26:32
50932         Log: Integrate perlio.
50933      Branch: perl
50934            ! util.c
50935 ____________________________________________________________________________
50936 [  8393] By: nick                                  on 2001/01/10  19:34:30
50937         Log: Back out Simon's pid hackery for now.
50938      Branch: perlio
50939            ! util.c
50940 ____________________________________________________________________________
50941 [  8392] By: nick                                  on 2001/01/10  19:23:13
50942         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
50943      Branch: perlio
50944           !> (integrate 29 files)
50945 ____________________________________________________________________________
50946 [  8391] By: jhi                                   on 2001/01/10  18:43:15
50947         Log: Subject: [PATCH] Fix my_pclose segfault
50948              From: Simon Cozens <simon@cozens.net>
50949              Date: Wed, 10 Jan 2001 18:39:35 +0000
50950              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
50951      Branch: perl
50952            ! util.c
50953 ____________________________________________________________________________
50954 [  8390] By: jhi                                   on 2001/01/10  18:42:08
50955         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
50956              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50957              Date:     Wed, 10 Jan 2001 13:23:02 EST
50958              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
50959      Branch: perl
50960            ! ext/Opcode/Opcode.xs
50961 ____________________________________________________________________________
50962 [  8389] By: jhi                                   on 2001/01/10  15:16:07
50963         Log: Turn off the integer preservation for now.
50964      Branch: perl
50965            ! perl.h
50966 ____________________________________________________________________________
50967 [  8388] By: jhi                                   on 2001/01/10  15:01:25
50968         Log: Few more IDE/editor nits from p5p.
50969      Branch: perl
50970            ! pod/perlfaq3.pod
50971 ____________________________________________________________________________
50972 [  8387] By: jhi                                   on 2001/01/10  06:53:16
50973         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
50974              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
50975              Date: Tue, 9 Jan 2001 23:16:02 +0000
50976              Message-ID: <20010109231602.A81101@plum.flirble.org>
50977      Branch: perl
50978            ! sv.c
50979 ____________________________________________________________________________
50980 [  8386] By: jhi                                   on 2001/01/10  03:17:54
50981         Log: Test cases for #8385 (from Simon's "torture.pl")
50982      Branch: perl
50983            ! t/op/tr.t
50984 ____________________________________________________________________________
50985 [  8385] By: jhi                                   on 2001/01/10  03:17:11
50986         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
50987              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
50988              Date: Wed, 10 Jan 2001 11:39:39 +0900
50989              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
50990              
50991              Some more UTF-8 tr cases fixed.
50992      Branch: perl
50993            ! doop.c
50994 ____________________________________________________________________________
50995 [  8384] By: jhi                                   on 2001/01/09  22:45:40
50996         Log: Allow the locale test needing POSIX and the taint test
50997              needing IPC::SysV to run under 'minitest' (basically,
50998              bail out if loading the extension fails)
50999      Branch: perl
51000            ! t/op/misc.t t/op/taint.t
51001 ____________________________________________________________________________
51002 [  8383] By: jhi                                   on 2001/01/09  21:36:04
51003         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
51004              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
51005              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
51006              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
51007      Branch: perl
51008            ! t/io/openpid.t
51009 ____________________________________________________________________________
51010 [  8382] By: jhi                                   on 2001/01/09  21:06:08
51011         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
51012              Should finish up the bug id 20001205.022.
51013      Branch: perl
51014            ! pp.c pp_hot.c scope.c
51015 ____________________________________________________________________________
51016 [  8381] By: jhi                                   on 2001/01/09  18:27:43
51017         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
51018              From: Andy Dougherty <doughera@lafayette.edu>
51019              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
51020              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
51021              
51022              More robust yacc/bison error detection.
51023      Branch: perl
51024            ! t/comp/proto.t
51025 ____________________________________________________________________________
51026 [  8380] By: jhi                                   on 2001/01/09  15:21:38
51027         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
51028              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51029              Date:     Tue, 9 Jan 2001 07:53:55 EST
51030              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
51031      Branch: perl
51032            ! t/op/misc.t vms/test.com
51033 ____________________________________________________________________________
51034 [  8379] By: jhi                                   on 2001/01/09  15:20:38
51035         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
51036              From: jhi@cc.hut.fi
51037              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
51038              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
51039              
51040              The #8378 fixed this.
51041      Branch: perl
51042            ! t/op/tr.t
51043 ____________________________________________________________________________
51044 [  8378] By: jhi                                   on 2001/01/09  15:05:32
51045         Log: Subject: One more patch for UTF8 
51046              From: Inaba Hiroto <inaba@st.rim.or.jp>
51047              Date: Tue, 09 Jan 2001 01:04:32 +0900
51048              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
51049              
51050              UTF-8 fixes for 'x' and tr///.
51051      Branch: perl
51052            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
51053            ! regcomp.c regexec.c toke.c utf8.c
51054 ____________________________________________________________________________
51055 [  8377] By: jhi                                   on 2001/01/09  14:32:17
51056         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
51057      Branch: perl
51058            ! t/op/length.t
51059 ____________________________________________________________________________
51060 [  8376] By: jhi                                   on 2001/01/09  04:32:32
51061         Log: integrate changes #7775, #8316, #8316 from mainline
51062      Branch: maint-5.6/perl
51063            ! hints/solaris_2.sh
51064 ____________________________________________________________________________
51065 [  8375] By: jhi                                   on 2001/01/09  04:26:43
51066         Log: Update Changes.
51067      Branch: perl
51068            ! Changes patchlevel.h
51069 ____________________________________________________________________________
51070 [  8374] By: jhi                                   on 2001/01/09  04:14:32
51071         Log: IDE/editor section tweaking.
51072      Branch: perl
51073            ! pod/perlfaq3.pod
51074 ____________________________________________________________________________
51075 [  8373] By: jhi                                   on 2001/01/09  02:38:26
51076         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
51077              From: Peter Prymmer <pvhp@forte.com>
51078              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
51079              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
51080              
51081              In preparation os OS/390 dynamic loading.
51082      Branch: perl
51083            ! README.os390 hints/os390.sh
51084 ____________________________________________________________________________
51085 [  8372] By: jhi                                   on 2001/01/09  00:24:30
51086         Log: Integrate with perlio.
51087      Branch: perl
51088           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
51089 ____________________________________________________________________________
51090 [  8371] By: nick                                  on 2001/01/08  23:54:33
51091         Log: Fix "scalars leaked" bugs caused by overload magic
51092              (Highlighted by Ilya's DESTROY optimization.)
51093      Branch: perlio
51094            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
51095 ____________________________________________________________________________
51096 [  8370] By: nick                                  on 2001/01/08  20:19:41
51097         Log: Integrate mainline
51098      Branch: perlio
51099           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
51100           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
51101           !> t/op/64bitint.t
51102 ____________________________________________________________________________
51103 [  8369] By: jhi                                   on 2001/01/08  17:30:52
51104         Log: save_delete() Safefree() doesn't (anymore?) work with shared
51105              strings, one test failure in op/misc and almost all of lib/b.
51106              (Outcomments #8369.)
51107      Branch: perl
51108            ! scope.c
51109 ____________________________________________________________________________
51110 [  8368] By: jhi                                   on 2001/01/08  14:47:10
51111         Log: (Outcommented by #8369.)
51112              
51113              Subject: Re: Perl BugID 20001205.022 ---- save_delete
51114              From: Simon Cozens <simon@cozens.net>
51115              Date: Sat, 6 Jan 2001 11:48:40 +0000
51116              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
51117              
51118              The save_delete() does need the Safefree.
51119      Branch: perl
51120            ! scope.c
51121 ____________________________________________________________________________
51122 [  8367] By: bailey                                on 2001/01/08  08:53:52
51123         Log: Once again syncing after too long an absence
51124      Branch: vmsperl
51125           +> (branch 55 files)
51126            - MAINTAIN fix_pl vos/config.def vos/config.h
51127            - vos/config_h.SH_orig
51128           !> (integrate 498 files)
51129 ____________________________________________________________________________
51130 [  8366] By: jhi                                   on 2001/01/08  02:42:59
51131         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
51132              From: nick@ccl4.org
51133              Date: Sun, 7 Jan 2001 21:07:18 +0000
51134              Message-Id: <20010107210717.D1048@plum.flirble.org>
51135      Branch: perl
51136            ! sv.c t/op/64bitint.t
51137 ____________________________________________________________________________
51138 [  8365] By: jhi                                   on 2001/01/08  02:35:16
51139         Log: Subject: [PATCH] environ nit
51140              From: Simon Cozens <simon@cozens.net>
51141              Date: Sun, 7 Jan 2001 17:57:07 +0000
51142              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
51143              
51144              Use environ only if we have it.
51145      Branch: perl
51146            ! mg.c
51147 ____________________________________________________________________________
51148 [  8364] By: jhi                                   on 2001/01/08  02:24:51
51149         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
51150      Branch: perl
51151            ! ext/GDBM_File/GDBM_File.xs
51152 ____________________________________________________________________________
51153 [  8363] By: jhi                                   on 2001/01/08  02:19:24
51154         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
51155              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
51156              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
51157              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
51158      Branch: perl
51159            ! dump.c op.c
51160 ____________________________________________________________________________
51161 [  8362] By: jhi                                   on 2001/01/08  02:17:43
51162         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
51163              From: Doug MacEachern <dougm@covalent.net>
51164              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
51165              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
51166              
51167              Allow AUTOLOAD to be an xsub and allow such xsubs
51168              to avoid use of $AUTOLOAD.
51169      Branch: perl
51170            ! gv.c
51171 ____________________________________________________________________________
51172 [  8361] By: jhi                                   on 2001/01/08  02:16:07
51173         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
51174              From: Radu Greab <radu@netsoft.ro>
51175              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
51176              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
51177              
51178              No need for the potentially nonportable $SIG{CHLD}.
51179      Branch: perl
51180            ! t/io/pipe.t
51181 ____________________________________________________________________________
51182 [  8360] By: jhi                                   on 2001/01/08  01:58:23
51183         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
51184      Branch: perl
51185            ! lib/Getopt/Long.pm
51186 ____________________________________________________________________________
51187 [  8359] By: jhi                                   on 2001/01/08  01:55:44
51188         Log: Integrate perlio.
51189      Branch: perl
51190           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
51191           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
51192           !> utf8.c win32/Makefile
51193 ____________________________________________________________________________
51194 [  8358] By: jhi                                   on 2001/01/07  21:16:50
51195         Log: Update the EPOC cross SDK URL.
51196      Branch: perl
51197            ! README.epoc
51198 ____________________________________________________________________________
51199 [  8357] By: jhi                                   on 2001/01/07  21:16:09
51200         Log: Update the EPOC cross SDK URL.
51201      Branch: maint-5.6/perl
51202            ! README.epoc
51203 ____________________________________________________________________________
51204 [  8356] By: nick                                  on 2001/01/06  21:47:52
51205         Log: FILE * in XS code for PerlIO world:
51206              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
51207              - Add FILE * T_STDIO typemap.
51208              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
51209      Branch: perlio
51210            ! lib/ExtUtils/typemap perlio.c perlio.h
51211 ____________________________________________________________________________
51212 [  8355] By: jhi                                   on 2001/01/06  20:27:15
51213         Log: integrate change #8336 from mainline
51214              
51215              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
51216      Branch: maint-5.6/perl
51217            ! hv.c
51218 ____________________________________________________________________________
51219 [  8354] By: jhi                                   on 2001/01/06  20:24:29
51220         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
51221              From: Robin Barker <rmb1@cise.npl.co.uk>
51222              Date: Fri, 22 Dec 2000 12:17:38 GMT
51223              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
51224              
51225              The patch reformats some long =item lines so they give
51226              correct output via pod2man | nroff -man
51227              
51228              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
51229              From: Robin Barker <rmb1@cise.npl.co.uk>
51230              Date: Tue, 2 Jan 2001 15:35:03 GMT
51231              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
51232              
51233              Here is a _further_ patch which corrects a few more errors:
51234              * an empty C<=item> in CPAN.pm
51235              * patching the wrong file (pod/perlamiga.pod not README.amiga)
51236              * leaving empty C<=item>s which formatted incorrectly
51237              * over long C<=item>s revealed by latest patch to Pod::Man
51238      Branch: maint-5.6/perl
51239            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
51240            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
51241            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
51242            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
51243            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
51244            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
51245 ____________________________________________________________________________
51246 [  8353] By: jhi                                   on 2001/01/06  20:21:10
51247         Log: integrate changes #7980, 8056, 8057 from mainline
51248              
51249              UTF-8 hash keys.
51250      Branch: maint-5.6/perl
51251            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
51252 ____________________________________________________________________________
51253 [  8352] By: jhi                                   on 2001/01/06  20:18:44
51254         Log: Forgotten from #8438.
51255      Branch: maint-5.6/perl
51256            ! epoc/epocish.h
51257 ____________________________________________________________________________
51258 [  8351] By: jhi                                   on 2001/01/06  20:18:12
51259         Log: Forgotten from #8347.
51260      Branch: maint-5.6/perl
51261            ! config_h.SH
51262 ____________________________________________________________________________
51263 [  8350] By: jhi                                   on 2001/01/06  20:00:19
51264         Log: Thinko in #8347.
51265      Branch: maint-5.6/perl
51266            ! regcomp.c
51267 ____________________________________________________________________________
51268 [  8349] By: jhi                                   on 2001/01/06  18:05:30
51269         Log: Copy the FAQ3 IDE section from the development branch,
51270              changes originally by Peter Prymmer.
51271      Branch: maint-5.6/perl
51272            ! pod/perlfaq3.pod
51273 ____________________________________________________________________________
51274 [  8348] By: jhi                                   on 2001/01/06  18:03:02
51275         Log: EPOC updates for TRIAL1.
51276              
51277              Subject: [5.6.1 trial1] EPOC update
51278              From: Olaf Flebbe <O.Flebbe@science-computing.de>
51279              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
51280              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
51281              
51282              Subject: epoc patch2 for perl-5.6.1-trial1
51283              From: Olaf Flebbe <O.Flebbe@science-computing.de>
51284              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
51285              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
51286      Branch: maint-5.6/perl
51287            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
51288            ! epoc/epocish.c
51289 ____________________________________________________________________________
51290 [  8347] By: jhi                                   on 2001/01/06  17:29:10
51291         Log: integrate changes #7710,7824,7973 from mainline,
51292              plus VMS nits from Peter Prymmer and Dan Sugalski.
51293              
51294              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
51295              library (getprotobyname and getprotobynumber are outversioned by
51296              the same calls in libc, at least for xlc version 3.
51297              
51298              Add HAS_SBRK_PROTO.
51299              
51300              Fixes for signedness warnings noticed by VMSperlers.
51301      Branch: maint-5.6/perl
51302            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51303            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
51304            ! sv.c vms/descrip_mms.template vos/config.alpha.def
51305            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
51306            ! win32/config.bc win32/config.gc win32/config.vc
51307 ____________________________________________________________________________
51308 [  8346] By: nick                                  on 2001/01/06  14:36:01
51309         Log: Fixup accumulated integrate muddles (perlio == devperl again)
51310      Branch: perlio
51311            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
51312 ____________________________________________________________________________
51313 [  8345] By: nick                                  on 2001/01/06  14:24:58
51314         Log: Integrate mainline
51315      Branch: perlio
51316           !> (integrate 55 files)
51317 ____________________________________________________________________________
51318 [  8344] By: jhi                                   on 2001/01/06  02:24:02
51319         Log: Subject: [patch] PerlIO_cleanup() prototype
51320              From: Doug MacEachern <dougm@covalent.net>
51321              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
51322              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
51323      Branch: perl
51324            ! perlio.h
51325 ____________________________________________________________________________
51326 [  8343] By: jhi                                   on 2001/01/06  01:04:09
51327         Log: IRIX compiler noticed that the bof initialization might be
51328              bypassed by control flow.
51329      Branch: perl
51330            ! toke.c
51331 ____________________________________________________________________________
51332 [  8342] By: jhi                                   on 2001/01/06  00:10:48
51333         Log: Update Changes.
51334      Branch: perl
51335            ! Changes patchlevel.h
51336 ____________________________________________________________________________
51337 [  8341] By: jhi                                   on 2001/01/05  23:52:33
51338         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
51339      Branch: perl
51340            ! toke.c
51341 ____________________________________________________________________________
51342 [  8340] By: jhi                                   on 2001/01/05  22:44:08
51343         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
51344              From: Radu Greab <radu@netsoft.ro>
51345              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
51346              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
51347      Branch: perl
51348            ! t/io/pipe.t util.c
51349 ____________________________________________________________________________
51350 [  8339] By: jhi                                   on 2001/01/05  22:35:17
51351         Log: Subject: [PATCH] format and rewording in perlfaq.pod
51352              From: Robin Barker <rmb1@cise.npl.co.uk>
51353              Date: Fri, 5 Jan 2001 18:51:20 GMT
51354              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
51355      Branch: perl
51356            ! pod/perlfaq.pod
51357 ____________________________________________________________________________
51358 [  8338] By: jhi                                   on 2001/01/05  22:31:17
51359         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
51360              From: Peter Prymmer <pvhp@forte.com>
51361              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
51362              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
51363      Branch: perl
51364            ! utils/perlbug.PL
51365 ____________________________________________________________________________
51366 [  8337] By: jhi                                   on 2001/01/05  18:15:11
51367         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
51368              From: Robin Barker <rmb1@cise.npl.co.uk>
51369              Date: Tue, 2 Jan 2001 15:24:07 GMT
51370              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
51371              
51372              If you call configure as C<./Configure> or C<sh ./Configure>,
51373              $src is set to the absolute path name, not '.'.
51374              
51375              This, in turn, means -Dmksymlink tries to do its stuff because
51376              it does not think it is in the src directory.
51377              
51378              (plus a metaconfig nitfix)
51379      Branch: metaconfig
51380            ! U/compline/ccflags.U U/modified/src.U
51381      Branch: perl
51382            ! Configure config_h.SH
51383 ____________________________________________________________________________
51384 [  8336] By: jhi                                   on 2001/01/05  17:48:32
51385         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
51386              From: Alan Burlison <Alan.Burlison@uk.sun.com>
51387              Message-ID: <3A5606C4.473D2226@uk.sun.com>
51388              Date: Fri, 05 Jan 2001 17:39:16 +0000
51389      Branch: perl
51390            ! hv.c
51391 ____________________________________________________________________________
51392 [  8335] By: jhi                                   on 2001/01/05  16:05:44
51393         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
51394      Branch: perl
51395            ! lib/Getopt/Long.pm
51396 ____________________________________________________________________________
51397 [  8334] By: jhi                                   on 2001/01/05  16:00:51
51398         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
51399              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
51400              Date: Fri, 05 Jan 2001 13:46:51 +0100
51401              Message-ID: <13693.978698811@nice.ram.loc>
51402              
51403              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
51404              accurate reading of the "atime".  
51405      Branch: perl
51406            ! t/io/fs.t
51407 ____________________________________________________________________________
51408 [  8333] By: jhi                                   on 2001/01/05  15:57:37
51409         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
51410              From: Simon Cozens <simon@cozens.net>
51411              Date: Fri, 8 Dec 2000 13:33:31 +0000
51412              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
51413              
51414              A lost patch fragment.
51415      Branch: perl
51416            ! doop.c
51417 ____________________________________________________________________________
51418 [  8332] By: jhi                                   on 2001/01/05  15:40:42
51419         Log: Do away with strncpy() and a fixed length buffer.
51420      Branch: perl
51421            ! utf8.c
51422 ____________________________________________________________________________
51423 [  8331] By: jhi                                   on 2001/01/05  15:03:07
51424         Log: Tests for #8329 and #8330.
51425      Branch: perl
51426            ! t/op/bop.t
51427 ____________________________________________________________________________
51428 [  8330] By: jhi                                   on 2001/01/05  15:02:38
51429         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
51430              raw 8-bit form to the UTF-8 string.
51431      Branch: perl
51432            ! toke.c
51433 ____________________________________________________________________________
51434 [  8329] By: jhi                                   on 2001/01/05  14:55:13
51435         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
51436              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
51437              Date: Fri, 5 Jan 2001 12:28:52 +0100
51438              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
51439              
51440              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
51441              no effect.  (changed the strncpy() to Copy())
51442      Branch: perl
51443            ! toke.c
51444 ____________________________________________________________________________
51445 [  8328] By: jhi                                   on 2001/01/05  06:44:27
51446         Log: UTF-8 cleanup.
51447      Branch: perl
51448            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
51449            ! regexec.c sv.c toke.c
51450 ____________________________________________________________________________
51451 [  8327] By: jhi                                   on 2001/01/05  01:11:29
51452         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')
51453              From: Radu Greab <radu@netsoft.ro>
51454              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
51455              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
51456              
51457              Cleans up Harness to not use FileHandle, which uses IO.
51458      Branch: perl
51459            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
51460 ____________________________________________________________________________
51461 [  8326] By: jhi                                   on 2001/01/05  00:56:37
51462         Log: Update Changes.
51463      Branch: perl
51464            ! Changes patchlevel.h
51465 ____________________________________________________________________________
51466 [  8325] By: jhi                                   on 2001/01/05  00:53:18
51467         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
51468              From: Peter Prymmer <pvhp@forte.com>
51469              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
51470              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
51471              
51472              plus a couple more tailing whitespace removals.
51473      Branch: perl
51474            ! win32/Makefile
51475 ____________________________________________________________________________
51476 [  8324] By: jhi                                   on 2001/01/05  00:47:39
51477         Log: Add some Unicode chop() tests.
51478      Branch: perl
51479            ! t/op/chop.t
51480 ____________________________________________________________________________
51481 [  8323] By: jhi                                   on 2001/01/05  00:47:23
51482         Log: Unify UTF-8 malformedness handling.
51483      Branch: perl
51484            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
51485 ____________________________________________________________________________
51486 [  8322] By: jhi                                   on 2001/01/04  22:21:54
51487         Log: The new $issymlink was unknown to Mksymlinks.
51488      Branch: metaconfig/U/perl
51489            ! Mksymlinks.U issymlink.U
51490      Branch: perl
51491            ! Configure config_h.SH
51492 ____________________________________________________________________________
51493 [  8321] By: jhi                                   on 2001/01/04  21:51:05
51494         Log: The test didn't work under the core test framework.
51495      Branch: perl
51496            ! t/lib/st-lock.t
51497 ____________________________________________________________________________
51498 [  8320] By: jhi                                   on 2001/01/04  21:14:22
51499         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
51500      Branch: perl
51501            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
51502 ____________________________________________________________________________
51503 [  8319] By: jhi                                   on 2001/01/04  20:46:17
51504         Log: Typo in #8312 when manually applying a problematic patch fragment.
51505      Branch: perl
51506            ! ext/Storable/Storable.xs
51507 ____________________________________________________________________________
51508 [  8318] By: jhi                                   on 2001/01/04  20:43:01
51509         Log: The $sh_c didn't fly.
51510      Branch: metaconfig
51511            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
51512            ! U/modified/Loc.U U/modified/myhostname.U
51513            ! U/modified/spitshell.U
51514      Branch: metaconfig/U/perl
51515            ! issymlink.U
51516      Branch: perl
51517            ! Configure config_h.SH
51518 ____________________________________________________________________________
51519 [  8317] By: jhi                                   on 2001/01/04  19:58:01
51520         Log: AIX builtin test -h is broken, changes based on
51521              
51522              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
51523              Date: Tue, 02 Jan 2001 11:24:39 +0100
51524              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51525              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
51526      Branch: metaconfig
51527            + U/modified/spitshell.U
51528            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
51529            ! U/modified/Loc.U U/modified/myhostname.U
51530      Branch: metaconfig/U/perl
51531            ! Mksymlinks.U issymlink.U
51532      Branch: perl
51533            ! Configure
51534 ____________________________________________________________________________
51535 [  8316] By: jhi                                   on 2001/01/04  19:02:22
51536         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
51537              From: Andy Dougherty <doughera@lafayette.edu>
51538              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
51539              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
51540              
51541              Beware of GNU ld.
51542      Branch: perl
51543            ! hints/solaris_2.sh
51544 ____________________________________________________________________________
51545 [  8315] By: jhi                                   on 2001/01/04  18:56:48
51546         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
51547              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
51548              Date: Wed, 3 Jan 2001 07:58:51 +0100
51549              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
51550      Branch: perl
51551            ! hints/solaris_2.sh
51552 ____________________________________________________________________________
51553 [  8314] By: jhi                                   on 2001/01/04  18:54:07
51554         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
51555              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
51556              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
51557              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
51558              
51559              Doc tweak on #8313.
51560      Branch: perl
51561            ! ext/B/B/Deparse.pm
51562 ____________________________________________________________________________
51563 [  8313] By: jhi                                   on 2001/01/04  18:52:27
51564         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
51565              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
51566              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
51567              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
51568              
51569              Make the peephole optimizer to bypass more null ops and
51570              and rewrite the deparse handling of continue blocks.
51571      Branch: perl
51572            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
51573 ____________________________________________________________________________
51574 [  8312] By: jhi                                   on 2001/01/04  18:47:39
51575         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
51576      Branch: perl
51577            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
51578            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
51579            ! t/lib/st-lock.t
51580 ____________________________________________________________________________
51581 [  8311] By: jhi                                   on 2001/01/04  18:36:08
51582         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
51583              filter to be run on each .pm during the pm_to_blib() phase,
51584              a fixed version of
51585              
51586              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
51587              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
51588              Date: Wed, 03 Jan 2001 22:01:30 +0100
51589              Message-ID: <5296.978555690@nice.ram.loc>
51590      Branch: perl
51591            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
51592            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
51593            ! lib/ExtUtils/MakeMaker.pm
51594 ____________________________________________________________________________
51595 [  8310] By: jhi                                   on 2001/01/04  18:32:54
51596         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
51597              From: Robin Barker <rmb1@cise.npl.co.uk>
51598              Date: Tue, 2 Jan 2001 15:35:03 GMT
51599              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
51600      Branch: perl
51601            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
51602            ! pod/perlrequick.pod
51603 ____________________________________________________________________________
51604 [  8309] By: jhi                                   on 2001/01/04  18:29:07
51605         Log: Subject: Re: [patch] static-ize XS()
51606              From: Doug MacEachern <dougm@covalent.net>
51607              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
51608              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
51609              
51610              Provide prototypes for the XS functions.
51611      Branch: perl
51612            ! lib/ExtUtils/xsubpp
51613 ____________________________________________________________________________
51614 [  8308] By: jhi                                   on 2001/01/04  18:27:44
51615         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
51616              From: Doug MacEachern <dougm@covalent.net>
51617              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
51618              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
51619      Branch: perl
51620            ! lib/ExtUtils/typemap
51621 ____________________________________________________________________________
51622 [  8307] By: jhi                                   on 2001/01/04  18:25:25
51623         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
51624              From: Doug MacEachern <dougm@covalent.net>
51625              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
51626              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
51627              
51628              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
51629      Branch: perl
51630            ! lib/ExtUtils/MM_Unix.pm
51631 ____________________________________________________________________________
51632 [  8306] By: jhi                                   on 2001/01/04  18:23:00
51633         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
51634              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
51635              Date: Thu, 4 Jan 2001 12:47:10 +0100 
51636              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
51637              
51638              The toke.c part only, patching embed.h and proto.h is futile.
51639      Branch: perl
51640            ! toke.c
51641 ____________________________________________________________________________
51642 [  8305] By: jhi                                   on 2001/01/04  18:05:51
51643         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
51644              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
51645              Date: Thu, 4 Jan 2001 17:50:12 +0100 
51646              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
51647      Branch: perl
51648            ! toke.c
51649 ____________________________________________________________________________
51650 [  8304] By: jhi                                   on 2001/01/04  18:03:26
51651         Log: Subject: [PATCH perl@8269]
51652              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
51653              Date: Thu, 4 Jan 2001 12:53:39 +0100 
51654              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
51655              
51656              If running byacc write-enable also perly.h.
51657      Branch: perl
51658            ! Makefile.SH
51659 ____________________________________________________________________________
51660 [  8303] By: jhi                                   on 2001/01/04  15:40:49
51661         Log: Rewrite pp_concat() in terms of sv_catsv().
51662      Branch: perl
51663            ! pp_hot.c
51664 ____________________________________________________________________________
51665 [  8302] By: nick                                  on 2001/01/03  22:43:22
51666         Log: Integrate mainline.
51667      Branch: perlio
51668           !> ext/Encode/Encode.xs sv.c utf8.c
51669 ____________________________________________________________________________
51670 [  8301] By: jhi                                   on 2001/01/02  23:40:26
51671         Log: Variable naming tweak.
51672      Branch: perl
51673            ! sv.c
51674 ____________________________________________________________________________
51675 [  8300] By: jhi                                   on 2001/01/02  23:40:02
51676         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
51677              in is_utf8_string().
51678      Branch: perl
51679            ! utf8.c
51680 ____________________________________________________________________________
51681 [  8299] By: jhi                                   on 2001/01/02  22:14:40
51682         Log: Integrate perlio.
51683      Branch: perl
51684           !> pp.c pp_hot.c win32/Makefile
51685 ____________________________________________________________________________
51686 [  8298] By: nick                                  on 2001/01/02  22:03:06
51687         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
51688      Branch: perlio
51689            ! pp.c pp_hot.c
51690 ____________________________________________________________________________
51691 [  8297] By: jhi                                   on 2001/01/02  04:26:28
51692         Log: Signedness nit.
51693      Branch: perl
51694            ! ext/Encode/Encode.xs
51695 ____________________________________________________________________________
51696 [  8296] By: nick                                  on 2001/01/01  23:49:36
51697         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
51698      Branch: perlio
51699            ! win32/Makefile
51700 ____________________________________________________________________________
51701 [  8295] By: jhi                                   on 2001/01/01  23:05:48
51702         Log: Integrate perlio.
51703      Branch: perl
51704           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
51705           !> t/lib/encode.t
51706 ____________________________________________________________________________
51707 [  8294] By: nick                                  on 2001/01/01  22:48:34
51708         Log: Integrate mainline
51709      Branch: perlio
51710            ! pp_hot.c t/lib/encode.t
51711           !> (integrate 65 files)
51712 ____________________________________________________________________________
51713 [  8293] By: nick                                  on 2001/01/01  21:58:50
51714         Log: More rigor in UTF-8-ness of Encode's toUnicode
51715              XS export some of the utf8 internal functions.
51716              Test some of the functions.
51717              Fix pp_concat() bug shown by said tests.
51718      Branch: perlio
51719            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
51720            ! t/lib/encode.t
51721 ____________________________________________________________________________
51722 [  8292] By: jhi                                   on 2001/01/01  18:11:44
51723         Log: Integrate perlio.
51724      Branch: perl
51725           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
51726           !> ext/Encode/encengine.c ext/Encode/encode.h
51727 ____________________________________________________________________________
51728 [  8291] By: jhi                                   on 2001/01/01  18:10:58
51729         Log: Podify README.mpeix (a new version from the web),
51730              add a dummy NAME to Carp::Heavy, regen toc.
51731      Branch: perl
51732            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
51733            ! pod/perltoc.pod
51734 ____________________________________________________________________________
51735 [  8290] By: nick                                  on 2001/01/01  17:43:47
51736         Log: Loose the "Loading..." warning.
51737              Another bug in fallback support
51738      Branch: perlio
51739            ! ext/Encode/Encode.pm ext/Encode/encengine.c
51740 ____________________________________________________________________________
51741 [  8289] By: jhi                                   on 2001/01/01  00:01:57
51742         Log: Bump up Larry's copyright.
51743      Branch: perl
51744            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
51745            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
51746            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
51747            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
51748            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
51749            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
51750            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
51751            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
51752 ____________________________________________________________________________
51753 [  8288] By: nick                                  on 2000/12/31  21:27:53
51754         Log: Fix .ucm reading - forgot a chr()
51755              Start of .ucm write (for .enc to .ucm)
51756      Branch: perlio
51757            ! ext/Encode/compile
51758 ____________________________________________________________________________
51759 [  8287] By: jhi                                   on 2000/12/31  18:15:56
51760         Log: Comment away a diagnostic message as noted by Craig A. Berry
51761              (the unexpected message was confusing testing)
51762      Branch: perl
51763            ! ext/Encode/Encode.pm
51764 ____________________________________________________________________________
51765 [  8286] By: jhi                                   on 2000/12/31  18:14:51
51766         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
51767              Date: Sun, 31 Dec 2000 11:17:37 -0600
51768              From: "Craig A. Berry" <craigberry@mac.com>
51769              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
51770      Branch: perl
51771            ! ext/Encode/Makefile.PL
51772 ____________________________________________________________________________
51773 [  8285] By: nick                                  on 2000/12/31  18:11:54
51774         Log: Start of support of ICU-style .ucm files:
51775              - teach compile how to read a .ucm file
51776              - first guess at how to represent fallbacks in "tries".
51777              - use fallbacks if check == 0
51778              - new return code to indicate we used one.
51779      Branch: perlio
51780            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
51781            ! ext/Encode/encengine.c ext/Encode/encode.h
51782 ____________________________________________________________________________
51783 [  8284] By: jhi                                   on 2000/12/31  18:04:41
51784         Log: Pacify picky VMS compiler.
51785              
51786              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
51787              From: "Craig A. Berry" <craig.berry@psinetcs.com>
51788              Date: Sat, 30 Dec 2000 18:10:02 -0600
51789              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
51790      Branch: perl
51791            ! sv.c
51792 ____________________________________________________________________________
51793 [  8283] By: jhi                                   on 2000/12/31  16:11:47
51794         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
51795      Branch: perl
51796            ! t/lib/glob-basic.t
51797 ____________________________________________________________________________
51798 [  8282] By: jhi                                   on 2000/12/31  15:26:11
51799         Log: Integrate perlio.
51800      Branch: perl
51801           !> makedef.pl opcode.pl os2/os2.c perlio.c
51802 ____________________________________________________________________________
51803 [  8281] By: nick                                  on 2000/12/31  10:06:15
51804         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
51805              is available to be exported
51806      Branch: perlio
51807            ! makedef.pl perlio.c
51808 ____________________________________________________________________________
51809 [  8280] By: nick                                  on 2000/12/31  09:41:26
51810         Log: Ilya's OS2 patch (testing for damage on Win32)
51811      Branch: perlio
51812            ! makedef.pl opcode.pl os2/os2.c
51813 ____________________________________________________________________________
51814 [  8279] By: jhi                                   on 2000/12/30  21:52:07
51815         Log: Test nits.
51816      Branch: perl
51817            ! t/lib/syslfs.t t/op/lfs.t
51818 ____________________________________________________________________________
51819 [  8278] By: jhi                                   on 2000/12/30  21:47:49
51820         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
51821              From: andreas.koenig@anima.de (Andreas J. Koenig)
51822              Date: 30 Dec 2000 22:35:37 +0100
51823              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
51824              
51825              The 32-bit wraparound test wasn't quite right.
51826      Branch: perl
51827            ! t/lib/syslfs.t t/op/lfs.t
51828 ____________________________________________________________________________
51829 [  8277] By: jhi                                   on 2000/12/30  21:33:44
51830         Log: Subject: [PATCH] open() example in perlfunc.pod 
51831              From: Karsten Sperling <s_sperli@ira.uka.de>
51832              Date: Sat, 30 Dec 2000 22:27:09 +0100
51833              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
51834      Branch: perl
51835            ! pod/perlfunc.pod
51836 ____________________________________________________________________________
51837 [  8276] By: jhi                                   on 2000/12/30  20:32:40
51838         Log: Not quite that many tests yet.
51839      Branch: perl
51840            ! t/op/pat.t
51841 ____________________________________________________________________________
51842 [  8275] By: jhi                                   on 2000/12/30  20:26:58
51843         Log: Integrate perlio.
51844      Branch: perl
51845           !> toke.c
51846 ____________________________________________________________________________
51847 [  8274] By: jhi                                   on 2000/12/30  20:24:56
51848         Log: Signedness nit.
51849      Branch: perl
51850            ! utf8.c
51851 ____________________________________________________________________________
51852 [  8273] By: jhi                                   on 2000/12/30  20:15:46
51853         Log: Add a test case for 20000731.001 which was fixed by the #8267.
51854      Branch: perl
51855            ! t/op/pat.t
51856 ____________________________________________________________________________
51857 [  8272] By: nick                                  on 2000/12/30  19:47:51
51858         Log: Tweak for MULTIPLICITY/USE_PERLIO
51859      Branch: perlio
51860            ! toke.c
51861 ____________________________________________________________________________
51862 [  8271] By: nick                                  on 2000/12/30  19:46:45
51863         Log: Integrate mainline
51864      Branch: perlio
51865           +> lib/unicode/distinct.pm
51866           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
51867           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
51868           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
51869 ____________________________________________________________________________
51870 [  8270] By: jhi                                   on 2000/12/30  19:39:50
51871         Log: Subject: RE: perl@8269
51872              From: "Richard Soderberg" <rs@crystalflame.net>
51873              Date: Sat, 30 Dec 2000 11:36:27 -0800
51874              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
51875              
51876              A missing aTHX_.
51877      Branch: perl
51878            ! toke.c
51879 ____________________________________________________________________________
51880 [  8269] By: jhi                                   on 2000/12/30  18:55:48
51881         Log: Update Changes.
51882      Branch: perl
51883            ! Changes patchlevel.h
51884 ____________________________________________________________________________
51885 [  8268] By: jhi                                   on 2000/12/30  17:18:40
51886         Log: Add a test for Unicode split //.  The #8267 was the cure.
51887      Branch: perl
51888            ! t/op/split.t
51889 ____________________________________________________________________________
51890 [  8267] By: jhi                                   on 2000/12/30  17:14:19
51891         Log: Subject: more UTF8 test suites and an UTF8 patch
51892              From: Inaba Hiroto <inaba@st.rim.or.jp>
51893              Date: Sat, 30 Dec 2000 14:27:10 +0900
51894              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
51895              
51896              Just the patch part for now, and the pragma renamed
51897              as unicode::distinct.
51898      Branch: perl
51899            + lib/unicode/distinct.pm
51900            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
51901            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
51902            ! regcomp.h regexec.c sv.c toke.c utf8.c
51903 ____________________________________________________________________________
51904 [  8266] By: nick                                  on 2000/12/30  16:40:49
51905         Log: Integrate mainline
51906      Branch: perlio
51907           +> lib/Pod/Text/Overstrike.pm
51908           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
51909           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
51910           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
51911           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
51912           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
51913 ____________________________________________________________________________
51914 [  8265] By: jhi                                   on 2000/12/30  07:28:55
51915         Log: The sv_catsv() fix, take two.
51916      Branch: perl
51917            ! sv.c t/op/join.t
51918 ____________________________________________________________________________
51919 [  8264] By: jhi                                   on 2000/12/30  06:19:18
51920         Log: Undo all the join-related changes since #8248: relevant
51921              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
51922              The new sv_catsv() doesn't fly so it must go back to
51923              the drawing board.
51924      Branch: perl
51925            ! sv.c t/op/join.t t/pragma/utf8.t
51926 ____________________________________________________________________________
51927 [  8263] By: jhi                                   on 2000/12/30  01:08:32
51928         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
51929      Branch: perl
51930            ! sv.c
51931 ____________________________________________________________________________
51932 [  8262] By: jhi                                   on 2000/12/30  00:45:14
51933         Log: Retract #8261.
51934      Branch: perl
51935            ! hv.c util.c
51936 ____________________________________________________________________________
51937 [  8261] By: jhi                                   on 2000/12/30  00:38:32
51938         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
51939      Branch: perl
51940            ! hv.c util.c
51941 ____________________________________________________________________________
51942 [  8260] By: jhi                                   on 2000/12/29  22:51:33
51943         Log: (Retracted by #8264)  More fixing for #8251.
51944      Branch: perl
51945            ! sv.c
51946 ____________________________________________________________________________
51947 [  8259] By: jhi                                   on 2000/12/29  18:27:30
51948         Log: Subject: podlators 1.06 released
51949              From: Russ Allbery <rra@stanford.edu>
51950              Date: 25 Dec 2000 05:09:30 -0800
51951              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
51952      Branch: perl
51953            + lib/Pod/Text/Overstrike.pm
51954            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
51955            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
51956 ____________________________________________________________________________
51957 [  8258] By: jhi                                   on 2000/12/29  18:20:45
51958         Log: Make the large file tests more robust/talkative as suggested by
51959              
51960              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
51961              From: andreas.koenig@anima.de (Andreas J. Koenig)
51962              Date: 29 Dec 2000 14:23:01 +0100
51963              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
51964      Branch: perl
51965            ! t/lib/syslfs.t t/op/lfs.t
51966 ____________________________________________________________________________
51967 [  8257] By: jhi                                   on 2000/12/29  17:48:04
51968         Log: Further VMS piping fixes from Charles Lane:
51969              
51970              In summary, error messages produced when a subprocess terminated
51971              abnormally were being sent not just to the parent process, but to
51972              grandparents, because of default values for error output that were
51973              not completely overridden when the subprocess was started.
51974              
51975              This patch fixes this behavior by defining user-mode (i.e., temporary
51976              for the duration of the program) logical names for SYS$OUTPUT and
51977              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
51978              changes to make it so that the user-mode logicals are the ones that
51979              control where Perl's error messages go if it terminates abnormally.
51980              
51981              I also added some gratuitous fixes to the indentation of braces in
51982              the piping code.  It just looked ugly, before.
51983      Branch: perl
51984            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
51985 ____________________________________________________________________________
51986 [  8256] By: jhi                                   on 2000/12/29  17:45:12
51987         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
51988              From: "Casey R. Tweten" <crt@kiski.net>
51989              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
51990              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
51991              
51992              Tests for for #8240.
51993      Branch: perl
51994            ! t/pragma/constant.t
51995 ____________________________________________________________________________
51996 [  8255] By: jhi                                   on 2000/12/29  17:43:07
51997         Log: Subject: Re: [PATCH] Interesting syntax idea
51998              From: Simon Cozens <simon@cozens.net>
51999              Date: Fri, 29 Dec 2000 14:34:04 +0000
52000              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
52001              
52002              Tests for #8254.
52003      Branch: perl
52004            ! t/pragma/sub_lval.t
52005 ____________________________________________________________________________
52006 [  8254] By: jhi                                   on 2000/12/29  17:42:11
52007         Log: Subject: [PATCH] Interesting syntax idea
52008              From: Simon Cozens <simon@cozens.net>
52009              Date: Wed, 27 Dec 2000 05:08:57 +0000
52010              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
52011              
52012              Make opens + bareword assigns do typeglob assigns.
52013      Branch: perl
52014            ! op.c
52015 ____________________________________________________________________________
52016 [  8253] By: jhi                                   on 2000/12/29  17:36:45
52017         Log: Output the (apparent) version of gcc, as suggested by
52018              
52019              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
52020              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
52021              Date: 26 Dec 2000 04:29:17 -0500
52022              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
52023              
52024              (The patch as such didn't any more apply as the misparsing had
52025              already been addressed in #6474.)  Also change the wording about
52026              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
52027      Branch: perl
52028            ! hints/dec_osf.sh
52029 ____________________________________________________________________________
52030 [  8252] By: nick                                  on 2000/12/29  12:14:31
52031         Log: Integrate mainline
52032      Branch: perlio
52033           !> (integrate 27 files)
52034 ____________________________________________________________________________
52035 [  8251] By: jhi                                   on 2000/12/29  08:45:46
52036         Log: (Retracted by #8264)
52037              
52038              (Fixed by #8260.)
52039              
52040              sv_catsv() needs one more byte space than seems reasonable.
52041              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
52042              Curiouser and curiouser.
52043      Branch: perl
52044            ! sv.c
52045 ____________________________________________________________________________
52046 [  8250] By: jhi                                   on 2000/12/29  07:57:52
52047         Log: More split // UTF-8 tests.
52048      Branch: perl
52049            ! t/pragma/utf8.t
52050 ____________________________________________________________________________
52051 [  8249] By: jhi                                   on 2000/12/29  07:54:51
52052         Log: (Retracted by #8264)  More join() testing which was good because
52053              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
52054      Branch: perl
52055            ! pp.c t/op/join.t utf8.c utf8.h
52056 ____________________________________________________________________________
52057 [  8248] By: jhi                                   on 2000/12/29  07:08:32
52058         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
52059              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
52060              that the only cases to care about are byte+byte and byte+character.
52061              
52062              TODO: See how well pp_concat() could be implemented in terms
52063              of sv_catsv().
52064      Branch: perl
52065            ! doop.c sv.c t/op/join.t utf8.h
52066 ____________________________________________________________________________
52067 [  8247] By: jhi                                   on 2000/12/29  06:35:23
52068         Log: Signedness nit.
52069      Branch: perl
52070            ! pp_hot.c
52071 ____________________________________________________________________________
52072 [  8246] By: jhi                                   on 2000/12/29  01:23:31
52073         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
52074              From: Lupe Christoph <lupe@lupe-christoph.de>
52075              Date: Thu, 28 Dec 2000 23:00:00 +0100
52076              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
52077              
52078              Suggest rsync --delete --dry-run.
52079      Branch: perl
52080            ! pod/perlhack.pod
52081 ____________________________________________________________________________
52082 [  8245] By: jhi                                   on 2000/12/28  23:57:05
52083         Log: The maxiters upper limit sanity check (guarding against
52084              non-progress) assumed bytes instead of characters in s///
52085              and split().
52086      Branch: perl
52087            ! pp.c pp_hot.c
52088 ____________________________________________________________________________
52089 [  8244] By: jhi                                   on 2000/12/28  23:34:08
52090         Log: Make some panic messages a bit more logical.
52091      Branch: perl
52092            ! doop.c pod/perldiag.pod pp.c pp_hot.c
52093 ____________________________________________________________________________
52094 [  8243] By: jhi                                   on 2000/12/28  22:59:16
52095         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
52096              From: Simon Cozens <simon@cozens.net>
52097              Date: Wed, 27 Dec 2000 02:30:03 +0000
52098              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
52099      Branch: perl
52100            ! pp.c t/pragma/sub_lval.t
52101 ____________________________________________________________________________
52102 [  8242] By: jhi                                   on 2000/12/28  22:56:53
52103         Log: Subject: [PATCH blead] Fix B::Terse indentation
52104              From: Daniel Chetlin <daniel@chetlin.com>
52105              Date: Wed, 27 Dec 2000 06:43:30 -0800
52106              Message-ID: <20001227064329.B9573@darkstar>
52107      Branch: perl
52108            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
52109 ____________________________________________________________________________
52110 [  8241] By: jhi                                   on 2000/12/28  22:48:59
52111         Log: The latter patch from the
52112              
52113              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
52114              From: Peter Prymmer <pvhp@forte.com> 
52115              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
52116              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
52117              
52118              (the former patch from the above should have been
52119              taken care of by Nick I-S)
52120      Branch: perl
52121            ! win32/Makefile
52122 ____________________________________________________________________________
52123 [  8240] By: jhi                                   on 2000/12/28  22:45:22
52124         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
52125              From: "Casey R. Tweten" <crt@kiski.net>
52126              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
52127              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
52128      Branch: perl
52129            ! lib/constant.pm
52130 ____________________________________________________________________________
52131 [  8239] By: jhi                                   on 2000/12/28  22:37:45
52132         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
52133              From: Simon Cozens <simon@cozens.net>
52134              Date: Wed, 27 Dec 2000 14:12:44 +0000
52135              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
52136      Branch: perl
52137            ! t/op/method.t t/op/sort.t toke.c
52138 ____________________________________________________________________________
52139 [  8238] By: jhi                                   on 2000/12/28  22:30:32
52140         Log: Subject: [PATCH perl@8229] Call.pm
52141              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
52142              Date: Mon, 25 Dec 2000 10:47:15 -0000
52143              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
52144      Branch: perl
52145            ! ext/Filter/Util/Call/Call.pm
52146 ____________________________________________________________________________
52147 [  8237] By: jhi                                   on 2000/12/28  22:19:21
52148         Log: Subject: [PATCH blead] Fix problem with `&' prototype
52149              From: Daniel Chetlin <daniel@chetlin.com>
52150              Date: Wed, 27 Dec 2000 15:55:32 -0800
52151              Message-ID: <20001227155532.D9573@darkstar>
52152      Branch: perl
52153            ! op.c t/comp/proto.t
52154 ____________________________________________________________________________
52155 [  8236] By: jhi                                   on 2000/12/28  22:09:25
52156         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
52157              From: Daniel Chetlin <daniel@chetlin.com>
52158              Date: Sun, 24 Dec 2000 04:09:49 -0800
52159              Message-ID: <20001224040949.B3090@darkstar>
52160      Branch: perl
52161            ! gv.c mg.c t/op/attrs.t
52162 ____________________________________________________________________________
52163 [  8235] By: jhi                                   on 2000/12/28  22:07:11
52164         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
52165              From: Jan Dubois <jand@ActiveState.com>
52166              Date: Tue, 26 Dec 2000 20:57:31 -0800
52167              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
52168      Branch: perl
52169            ! win32/win32.c
52170 ____________________________________________________________________________
52171 [  8234] By: jhi                                   on 2000/12/28  21:52:42
52172         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
52173              From: Simon Cozens <simon@cozens.net>
52174              Date: Thu, 28 Dec 2000 20:33:13 +0000
52175              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
52176      Branch: perl
52177            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
52178 ____________________________________________________________________________
52179 [  8233] By: jhi                                   on 2000/12/28  19:40:49
52180         Log: Integrate perlio.
52181      Branch: perl
52182           !> ext/Encode/Makefile.PL ext/Encode/compile
52183 ____________________________________________________________________________
52184 [  8232] By: nick                                  on 2000/12/23  16:06:00
52185         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
52186              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
52187      Branch: perlio
52188            ! ext/Encode/Makefile.PL
52189 ____________________________________________________________________________
52190 [  8231] By: nick                                  on 2000/12/23  14:30:34
52191         Log: "Compiled" encode build cleanup
52192              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
52193              - .c files do not export sub-tables
52194      Branch: perlio
52195            ! ext/Encode/Makefile.PL ext/Encode/compile
52196 ____________________________________________________________________________
52197 [  8230] By: nick                                  on 2000/12/23  12:50:37
52198         Log: Integrate mainline
52199      Branch: perlio
52200           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
52201           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
52202           !> pod/perl5004delta.pod pod/perl5005delta.pod
52203           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
52204           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
52205           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
52206           !> pod/perlsub.pod
52207 ____________________________________________________________________________
52208 [  8229] By: jhi                                   on 2000/12/22  15:32:12
52209         Log: Integrate perlio.
52210      Branch: perl
52211           +> win32/distclean.bat
52212           !> MANIFEST t/io/utf8.t
52213 ____________________________________________________________________________
52214 [  8228] By: jhi                                   on 2000/12/22  15:29:40
52215         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
52216              From: Robin Barker <rmb1@cise.npl.co.uk>
52217              Date: Fri, 22 Dec 2000 12:17:38 GMT
52218              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
52219      Branch: perl
52220            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
52221            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
52222            ! pod/perl5004delta.pod pod/perl5005delta.pod
52223            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
52224            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
52225            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
52226            ! pod/perlsub.pod
52227 ____________________________________________________________________________
52228 [  8227] By: jhi                                   on 2000/12/22  15:24:28
52229         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
52230              From: "John L. Allen" <allen@grumman.com>
52231              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
52232              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
52233              
52234              Document APPLLIB_EXP.
52235      Branch: perl
52236            ! INSTALL
52237 ____________________________________________________________________________
52238 [  8226] By: nick                                  on 2000/12/21  22:11:50
52239         Log: Handy script for when one forgets to "dmake clean" 
52240      Branch: perlio
52241            + win32/distclean.bat
52242            ! MANIFEST
52243 ____________________________________________________________________________
52244 [  8225] By: nick                                  on 2000/12/21  21:54:04
52245         Log: CRLF platform issue with io/utf8 fix.
52246      Branch: perlio
52247            ! t/io/utf8.t
52248 ____________________________________________________________________________
52249 [  8224] By: nick                                  on 2000/12/21  21:02:20
52250         Log: Integrate mainline
52251      Branch: perlio
52252           !> Changes Configure Makefile.SH Porting/Glossary
52253           !> Porting/config.sh Porting/config_H configure.com
52254           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
52255           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
52256           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
52257           !> win32/config.bc win32/config.gc win32/config.vc
52258 ____________________________________________________________________________
52259 [  8223] By: jhi                                   on 2000/12/21  17:09:16
52260         Log: Update Changes.
52261      Branch: perl
52262            ! Changes patchlevel.h
52263 ____________________________________________________________________________
52264 [  8222] By: jhi                                   on 2000/12/21  16:24:01
52265         Log: Metaconfig unit changes for #8221.
52266      Branch: metaconfig/U/perl
52267           +> issymlink.U
52268            - testsyml.U
52269            ! Mksymlinks.U
52270 ____________________________________________________________________________
52271 [  8221] By: jhi                                   on 2000/12/21  16:23:48
52272         Log: Rename testsyml to issymlink.
52273      Branch: perl
52274            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52275            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
52276            ! win32/config.vc
52277 ____________________________________________________________________________
52278 [  8220] By: jhi                                   on 2000/12/21  15:47:26
52279         Log: Robustness support for #8218 (symlink forest) since the GNU
52280              tools seem to be overly picky about symlinkage depths.
52281      Branch: perl
52282            ! Makefile.SH t/io/fs.t
52283 ____________________________________________________________________________
52284 [  8219] By: jhi                                   on 2000/12/21  15:38:27
52285         Log: Metaconfig changes for #8218.
52286      Branch: metaconfig
52287            ! U/modified/Oldconfig.U
52288      Branch: metaconfig/U/perl
52289            + Mksymlinks.U
52290            ! testsyml.U
52291 ____________________________________________________________________________
52292 [  8218] By: jhi                                   on 2000/12/21  15:37:57
52293         Log: Add Configure option -Dmksymlinks which will create a symlink
52294              forest if the current/build differs from the source directory.
52295              TODO: mkdir -p is not portable.
52296      Branch: perl
52297            ! Configure
52298 ____________________________________________________________________________
52299 [  8217] By: jhi                                   on 2000/12/21  14:39:12
52300         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
52301              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
52302              Date: Thu, 21 Dec 2000 09:38:18 GMT
52303              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
52304              
52305              The ofs became an SV.
52306      Branch: perl
52307            ! ext/Thread/Thread.xs
52308 ____________________________________________________________________________
52309 [  8216] By: jhi                                   on 2000/12/21  05:40:21
52310         Log: The polymorphism seems to have fixed 20000517.001.
52311      Branch: perl
52312            ! t/pragma/utf8.t
52313 ____________________________________________________________________________
52314 [  8215] By: jhi                                   on 2000/12/21  04:44:52
52315         Log: read() documentation tweak for 20001121.004.
52316      Branch: perl
52317            ! pod/perlfunc.pod
52318 ____________________________________________________________________________
52319 [  8214] By: jhi                                   on 2000/12/21  03:54:11
52320         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
52321      Branch: perl
52322            ! pp_sys.c t/op/misc.t
52323 ____________________________________________________________________________
52324 [  8213] By: jhi                                   on 2000/12/21  00:28:10
52325         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
52326              From: Peter Prymmer <pvhp@forte.com>
52327              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
52328              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
52329      Branch: perl
52330            ! configure.com
52331 ____________________________________________________________________________
52332 [  8212] By: jhi                                   on 2000/12/21  00:26:21
52333         Log: Edit edit edit.
52334      Branch: perl
52335            ! pod/perlfaq3.pod
52336 ____________________________________________________________________________
52337 [  8211] By: jhi                                   on 2000/12/20  18:52:46
52338         Log: Update Changes.
52339      Branch: perl
52340            ! Changes patchlevel.h
52341 ____________________________________________________________________________
52342 [  8210] By: jhi                                   on 2000/12/20  18:34:47
52343         Log: Yet another editor edit.
52344      Branch: perl
52345            ! pod/perlfaq3.pod
52346 ____________________________________________________________________________
52347 [  8209] By: jhi                                   on 2000/12/20  15:33:28
52348         Log: More Win32 Perling.
52349      Branch: perl
52350            ! pod/perlfaq3.pod
52351 ____________________________________________________________________________
52352 [  8208] By: jhi                                   on 2000/12/20  15:07:46
52353         Log: More Win32 editor/IDE/shell hints.
52354      Branch: perl
52355            ! pod/perlfaq3.pod
52356 ____________________________________________________________________________
52357 [  8207] By: jhi                                   on 2000/12/20  03:54:08
52358         Log: Subject: [PATCH] obscure timing knowledge
52359              From: Nicholas Clark <nick@ccl4.org>
52360              Date: Tue, 19 Dec 2000 19:22:31 +0000
52361              Message-ID: <20001219192231.F2827@plum.flirble.org>
52362      Branch: perl
52363            ! sv.c
52364 ____________________________________________________________________________
52365 [  8206] By: jhi                                   on 2000/12/20  03:45:57
52366         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
52367              From: Spider Boardman <spider@leggy.zk3.dec.com>
52368              Date: Tue, 19 Dec 2000 21:30:16 -0500
52369              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
52370      Branch: perl
52371            ! sv.c
52372 ____________________________________________________________________________
52373 [  8205] By: jhi                                   on 2000/12/19  23:02:01
52374         Log: Update Changes.
52375      Branch: perl
52376            ! Changes patchlevel.h
52377 ____________________________________________________________________________
52378 [  8204] By: jhi                                   on 2000/12/19  22:58:18
52379         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
52380              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
52381              on editors and diffing/patching.
52382      Branch: perl
52383            ! t/op/utf8decode.t
52384 ____________________________________________________________________________
52385 [  8203] By: nick                                  on 2000/12/19  21:36:16
52386         Log: Integrate mainline (forgot my own change...)
52387      Branch: perlio
52388           !> ext/Encode/compile
52389 ____________________________________________________________________________
52390 [  8202] By: nick                                  on 2000/12/19  21:34:42
52391         Log: Integrate mainline.
52392      Branch: perlio
52393           !> (integrate 61 files)
52394 ____________________________________________________________________________
52395 [  8201] By: nick                                  on 2000/12/19  21:34:06
52396         Log: Avoid looking for File::Glob when we don't need it.
52397      Branch: perl
52398            ! ext/Encode/compile
52399 ____________________________________________________________________________
52400 [  8200] By: jhi                                   on 2000/12/19  18:35:49
52401         Log: Update Changes.
52402      Branch: perl
52403            ! Changes patchlevel.h
52404 ____________________________________________________________________________
52405 [  8199] By: jhi                                   on 2000/12/19  18:35:07
52406         Log: Microperl tweaks.
52407      Branch: perl
52408            ! sv.c uconfig.h uconfig.sh
52409 ____________________________________________________________________________
52410 [  8198] By: jhi                                   on 2000/12/19  18:29:59
52411         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
52412      Branch: perl
52413            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52414            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
52415 ____________________________________________________________________________
52416 [  8197] By: jhi                                   on 2000/12/19  17:55:29
52417         Log: In VMS embedded perls couldn't access the statically built Socket,
52418              from Charles Lane.
52419      Branch: perl
52420            ! configure.com
52421 ____________________________________________________________________________
52422 [  8196] By: jhi                                   on 2000/12/19  17:49:50
52423         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
52424              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
52425              Date: Sun, 17 Dec 2000 19:11:44 -0000
52426              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
52427      Branch: perl
52428            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
52429            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
52430 ____________________________________________________________________________
52431 [  8195] By: jhi                                   on 2000/12/19  17:47:53
52432         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
52433              From: Jonathan Stowe <gellyfish@gellyfish.com>
52434              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
52435              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
52436      Branch: perl
52437            ! utils/h2xs.PL
52438 ____________________________________________________________________________
52439 [  8194] By: jhi                                   on 2000/12/19  17:46:28
52440         Log: Subject: Re: useless use of void context work-around
52441              From: andreas.koenig@anima.de (Andreas J. Koenig)
52442              Date: 16 Dec 2000 15:13:36 +0100
52443              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
52444              
52445              Document (comment) the q(di ds ig) trick in the code.
52446      Branch: perl
52447            ! op.c
52448 ____________________________________________________________________________
52449 [  8193] By: jhi                                   on 2000/12/19  17:10:57
52450         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
52451              From: "Mark J. Reed" <mreed@strange.turner.com>
52452              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
52453              Message-Id: <200012160222.VAA13986@strange.turner.com>
52454      Branch: perl
52455            ! ext/Sys/Syslog/Syslog.pm
52456 ____________________________________________________________________________
52457 [  8192] By: jhi                                   on 2000/12/19  17:07:45
52458         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
52459              From: Nicholas Clark <nick@ccl4.org>
52460              Date: Sat, 16 Dec 2000 19:03:13 +0000
52461              Message-ID: <20001216190313.D68304@plum.flirble.org>
52462      Branch: perl
52463            ! t/op/64bitint.t
52464 ____________________________________________________________________________
52465 [  8191] By: jhi                                   on 2000/12/19  17:06:13
52466         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
52467              From: Dominic Dunlop <domo@computer.org>
52468              Date: Mon, 18 Dec 2000 12:00:15 +0100
52469              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
52470              
52471              This patchlet is needed in order that perl can be statically linked.  
52472      Branch: perl
52473            ! regexec.c
52474 ____________________________________________________________________________
52475 [  8190] By: jhi                                   on 2000/12/19  17:03:08
52476         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
52477              From: "Craig A. Berry" <craig.berry@psinetcs.com>
52478              Date: Sun, 17 Dec 2000 00:18:35 -0600
52479              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
52480      Branch: perl
52481            ! perlio.h vms/gen_shrfls.pl
52482 ____________________________________________________________________________
52483 [  8189] By: jhi                                   on 2000/12/19  16:20:28
52484         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
52485              From: Prymmer/Kahn <pvhp@best.com>
52486              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
52487              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
52488              
52489              A better version of #8188.
52490      Branch: perl
52491            ! pod/perlfaq3.pod
52492 ____________________________________________________________________________
52493 [  8188] By: jhi                                   on 2000/12/19  15:57:06
52494         Log: (Replaced by #8189)
52495              
52496              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
52497              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
52498              From: Prymmer/Kahn <pvhp@best.com>
52499              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
52500              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
52501              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
52502              Date: Mon, 18 Dec 2000 11:10:45 -0500
52503              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
52504      Branch: perl
52505            ! pod/perlfaq3.pod
52506 ____________________________________________________________________________
52507 [  8187] By: jhi                                   on 2000/12/19  15:54:19
52508         Log: Email address fix for Anton Berezin.
52509      Branch: perl
52510            ! AUTHORS
52511 ____________________________________________________________________________
52512 [  8186] By: jhi                                   on 2000/12/19  15:38:54
52513         Log: Subject: [PATCH perl@8102] cygwin port
52514              From: "Eric Fifer" <efifer@dircon.co.uk> 
52515              Date: Thu, 14 Dec 2000 13:41:29 -0000
52516              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
52517              
52518              When compiling modules the data item that is being imported
52519              from libperl.dll needs to be tagged as imported/shared data:
52520              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
52521      Branch: perl
52522            ! perliol.h
52523 ____________________________________________________________________________
52524 [  8185] By: jhi                                   on 2000/12/19  14:53:24
52525         Log: Regen uconfig.h and uconfig.sh.
52526      Branch: perl
52527            ! uconfig.h uconfig.sh
52528 ____________________________________________________________________________
52529 [  8184] By: jhi                                   on 2000/12/18  20:43:49
52530         Log: Comments work so much better when they are closed.
52531      Branch: perl
52532            ! regcomp.c
52533 ____________________________________________________________________________
52534 [  8183] By: jhi                                   on 2000/12/18  18:04:02
52535         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
52536              Fixes the bug 20001218.016.
52537      Branch: perl
52538            ! regcomp.c
52539 ____________________________________________________________________________
52540 [  8182] By: gsar                                  on 2000/12/18  09:53:47
52541         Log: delete spurious files
52542      Branch: maint-5.6/perl
52543            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
52544            - vos/config.h vos/config_h.SH_orig
52545 ____________________________________________________________________________
52546 [  8181] By: gsar                                  on 2000/12/18  09:46:08
52547         Log: regen perltoc
52548      Branch: maint-5.6/perl
52549            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
52550 ____________________________________________________________________________
52551 [  8180] By: gsar                                  on 2000/12/18  09:20:27
52552         Log: integrate changes#7924..7926,7946,7952 from mainline
52553              
52554              A test works better if it has the right 1..$n output.
52555              
52556              All the core library users of Class::Struct seem to be
52557              using "use Class::Struct 'struct';" instead of the bare
52558              "use Class::Struct;", which isn't documented in Class::Struct.
52559              This can't be right.
52560              
52561              Make the Class::Struct import() wiser.
52562              
52563              Upgrade to CPAN 1.59_51, from Andreas König.
52564              
52565              Subject: Re: long shell lines
52566              Split overly long shell command lines.
52567      Branch: maint-5.6/perl
52568           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
52569           !> lib/File/stat.pm t/lib/class-struct.t
52570 ____________________________________________________________________________
52571 [  8179] By: gsar                                  on 2000/12/18  08:55:54
52572         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
52573              7918,7919,7988,8907 from mainline (various)
52574              
52575              Subject: [ID 20001127.004] White space problem in perlamiga.pod
52576              
52577              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
52578              
52579              Subject: [PATCH] perlcc.PL cleanups
52580              
52581              Subject: [PATCH] Updating perltie.pod for arrays
52582              
52583              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
52584              Subject: Re: [PATCH] Updating perltie.pod for arrays
52585              Subject: Re: [PATCH] Updating perltie.pod for arrays
52586              
52587              One more perltie.pod nit from Casey R. Tweten.
52588              
52589              Subject: [PATCH] $^O  win32 -> MSWin32
52590              plus similar nits for vms, err, VMS, and UNICOS.
52591              
52592              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
52593              More checking in case someone has broken their services or
52594              protocol databases.
52595              
52596              Make "use Class::Struct 'struct';" work again (broken by #7617);
52597              add a test for Class::Struct.
52598              
52599              Integrate the "skip" messages to explain().
52600              
52601              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
52602      Branch: maint-5.6/perl
52603           +> t/lib/class-struct.t
52604           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
52605           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
52606           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
52607 ____________________________________________________________________________
52608 [  8178] By: gsar                                  on 2000/12/18  08:16:30
52609         Log: avoid redefinition warnings on windows due to sys/socket.h getting
52610              #included before win32.h
52611      Branch: maint-5.6/perl
52612            ! win32/include/sys/socket.h
52613 ____________________________________________________________________________
52614 [  8177] By: gsar                                  on 2000/12/18  05:24:04
52615         Log: make regen_headers; fix POSIX.xs problems; remove outdated
52616              code from sys/socket.h that makes build fail now
52617      Branch: maint-5.6/perl
52618            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
52619            ! pod/perlapi.pod
52620           !> win32/include/sys/socket.h
52621 ____________________________________________________________________________
52622 [  8176] By: gsar                                  on 2000/12/18  05:20:17
52623         Log: update Changes
52624      Branch: maint-5.6/perl
52625            ! Changes patchlevel.h
52626 ____________________________________________________________________________
52627 [  8175] By: gsar                                  on 2000/12/18  04:57:48
52628         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
52629              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
52630              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
52631              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
52632              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
52633              7823,7825,7838
52634              
52635              Subject: Re: [PATCH] README.solaris
52636              
52637              Add getpagesize() probing, on non-UNIX guess 'undef'.
52638              
52639              Simplify the getpagesize() unit by dropping the
52640              pagesize probe since it's nowadays slightly more
52641              complicated because of sysconf(). (Note: if some
52642              platform really needs the -lPW for getpagesize,
52643              I just broke it.)
52644              TODO: a new pagesize unit.
52645              
52646              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
52647              
52648              MachTen doesn't really do mmap() and munmap().
52649              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
52650              
52651              More README.solaris updates from Andy Dougherty.
52652              
52653              Copy the s// information of README.hpux also to the perlrun.
52654              
52655              Add HAS_FSYNC, lack noticed by Nicholas Clark.
52656              
52657              Add a metaconfig unit for fsync.
52658              
52659              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
52660              
52661              Many subdocumented return values of the IO extension now documented.
52662              ungetc and write still left subdocumented.
52663              Subject: [PATCH] (was Re: IO::Handle::ungetc)
52664              
52665              Document tell() on special streams.
52666              
52667              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
52668              
52669              Subject: [ID 20001112.007] sfio's sftell isn't ftell
52670              
52671              Couple of tests from #7660 salvaged.
52672              
52673              Tweak the definition of the bit complement on UTF-8 data:
52674              if none of the characters in the string are > 0xff,
52675              the result is a complemented byte string, not a (UTF-8)
52676              char string.  Based on the summary in
52677              Subject: Re: [ID 20000918.005] ~ on wide chars
52678              This should give us the maximum backward (pre-char string)
52679              compatibility and utf8 compatibility.  The other alternative
52680              would be to limit the bit complement to be always byte only,
52681              taking the least significant byte of the chars.
52682              
52683              Cleanup messy #ifdef.
52684              
52685              Typos in #7667.
52686              
52687              Declare reg_data like reg_substr_data.
52688              
52689              Placate nervous compilers that see longer than ints switch()ing.
52690              
52691              Remove the new two tests of lib/io_xs for now, they seem to
52692              fail under perlio on some platforms.
52693              
52694              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
52695              
52696              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
52697              
52698              Subject: tiny typo in perl5db.pl
52699              
52700              Subject: some additions for makefiles for win32 (for perl@7674)
52701              
52702              Hoist the duplicated socket/netdb include logic to perl.h;
52703              undef SETERRNO in case SOCKS has defined it.  Based on:
52704              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
52705              
52706              Regen Configure.
52707              
52708              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
52709              (a macro to define signed and unsigned integer constants).
52710              
52711              Use UINT64_C().
52712              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
52713              
52714              Use u_int32_t for the size of hash_cb(), not size_t.
52715              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
52716              
52717              Quit utf8_to_uv() instantly if curlen == 0.
52718              
52719              Subject: [PATCH: perl@7674] updates to README.os390
52720              
52721              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
52722              
52723              EBCDIC tweaks.
52724              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
52725              
52726              Linenumber fix.
52727              
52728              SOCKS has its own USE_THREADS, based on
52729              Subject: [ID 20001114.002] et. al. bugfix followup
52730              
52731              UINT64_C() work continues.
52732              
52733              Detypo.
52734              
52735              The type of the hash_cb() size argument is tricky.
52736              
52737              Add fwalk() probe to the configuration files and regen perltoc.
52738              
52739              Subject: perllocale.pod changes
52740              
52741              Avoid an infinite loop in VMS when utils scripts are run
52742              with no arguments, from Charles Lane.
52743              
52744              Subject: Re: Bug in Carp::Heavy/5.6.0?
52745              
52746              For Solaris use64bitall the stdchar needs a little bit of help.
52747              
52748              The long double hints can be here or there.
52749              
52750              Test tweak for the open pragma.
52751              
52752              Also the 64bitall hints can be either here or there.
52753              
52754              As surmised the #7719 wasn't a good move.
52755              
52756              Subject: Fix for 20000409.001
52757              
52758              Subject: Fix for 20000815.006
52759              It's really 20000518.006.
52760              
52761              Subject: [PATCH 5.6.0 README.win32] very minor typos
52762              
52763              Subject: Fix for README.amiga (20000323.033)
52764              
52765              Explain in more detail the {} syntax ambiguousity.
52766              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
52767              
52768              Sparc 64-bit pack() fix from Jens Hamisch.
52769              
52770              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
52771              
52772              Subject: podlators 1.05 available        
52773              
52774              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
52775              
52776              Subject: [perl 7711: EPOC] updates
52777              
52778              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
52779              
52780              Miraculous typo.
52781              
52782              sysseek() instead of seek().
52783              
52784              Solaris hints tweaks.
52785              
52786              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
52787              This may be overly harsh but until proven otherwise, we think this
52788              way, or until we have a simple test for Configure (having to start
52789              up servers is does not count as simple) to check for the problems.
52790              
52791              Remove the shared object before attempting to create
52792              (by linking) a new one.  E.g. in AIX not removing
52793              becomes quite painful if one tries to do more than one
52794              build in the same tree (an interrupted build, for example),
52795              since the AIX' shared dynaloader seemingly keeps the shared
52796              objects open and therefore 'busy' for quite a while, even when
52797              nobody is using the objects, leading into link failures.
52798              
52799              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
52800              
52801              Subject: DOC PATCH 5.6.0 perlreftut
52802              
52803              Subject: [PATCH: perl@7777] add system locale testing for VMS
52804              
52805              Subject: [PATCH] Test.pm POD peculiarity
52806              
52807              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
52808              
52809              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
52810              
52811              Subject: Re: perl@7777 
52812              Detypoing.
52813              
52814              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
52815              
52816              Go ahead and #include <unistd.h> in perl.h.
52817              
52818              Subject: [PATCH perl@7795] small cleanup task for test suite
52819              
52820              Subject: Re: av.c patch (having slight problems)
52821              unshift() speedup.
52822              
52823              Reach back one higher up when searching for PERL_SRC.
52824      Branch: maint-5.6/perl
52825           +> lib/File/Spec/Epoc.pm
52826           !> (integrate 88 files)
52827 ____________________________________________________________________________
52828 [  8174] By: gsar                                  on 2000/12/18  03:53:09
52829         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
52830              7625..7629,7631..7634,7637,7639,7642 from mainline
52831              
52832              Fix for the tie-refhash string table leaks.
52833              
52834              Subject: [patch perl@7595] VMS configure.com tweak
52835              
52836              More careful detection of how well NVs and UVs mix.
52837              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))
52838              Added some SIGFPE paranoia.
52839              
52840              Forgot to bump the line numbers in #7601.
52841              
52842              Subject: PATCH std stdio for (Free)BSD
52843              
52844              Deleting $ENV{PATH} in VMS is not recommendable.
52845              
52846              Locale buglets.
52847              Subject: RE: Locales support (setlocale) fixes
52848              
52849              Do not test UTF-8 locales since that the tests would require
52850              polymorphic regexen.
52851              
52852              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
52853              
52854              A missing aTHX_.
52855              
52856              Subject: [ID 20001108.013] spelling
52857              
52858              Subject: [PATCH] Class::Struct at compile time
52859              
52860              Make deleting for %ENV work for (newer versions of) VMS,
52861              from Craig A. Berry.
52862              
52863              Forgot from #7618.
52864              
52865              More VMS moves on environment handling, from Charles Lane.
52866              
52867              Remove unused extra arguments.
52868              
52869              Typo in an ifndef.
52870              Subject: Re: [PATCH 5.7.0] better messages from malloc()
52871              
52872              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
52873              All except the "cow orker" change.
52874              
52875              The generated boot_* headers are wrong.  Pickier compiler,
52876              such as KAI C++ will refuse to compile the resulting perlmain.
52877              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
52878              
52879              There's no =head3.
52880              
52881              Disable only the tests 99 and 166 for UTF-8 locales.
52882              
52883              Missing dTHXs.
52884              Subject: RE: perl@7595 builds not on cygwin
52885              
52886              Subject: Re: bash -c exit and linux hints 
52887              
52888              Various doc oddball characters.
52889              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
52890              
52891              Subject: [PATCH] IO::Seekable pod
52892              
52893              Amdahl UTS hints updates.
52894              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
52895              
52896              Explain better why certain regex tests are skipped.
52897              Subject: Re: tests skipped: unknown reason
52898              
52899              Subject: [PATCH] README.solaris
52900              
52901              Subject: [PATCH perl@7638] cygwin port
52902      Branch: maint-5.6/perl
52903           +> README.solaris
52904           !> (integrate 26 files)
52905 ____________________________________________________________________________
52906 [  8173] By: gsar                                  on 2000/12/18  03:37:02
52907         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
52908              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
52909              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
52910              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
52911              
52912              Better create a true mailing list for the repository keepers.
52913              
52914              Subject: [ID 20001027.007] uniq array in perlfaq
52915              
52916              De-quoted-unreadable to ISO Latin 1.
52917              (There's one ISO-2022-JP name in Changes5.004.)
52918              
52919              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
52920              
52921              The #7476 needs a MANIFEST change, too.
52922              
52923              Add also emailless people.
52924              
52925              UTF-8 decoder tweak.
52926              
52927              Make \x{...} consistently produce UTF-8.
52928              Subject: Re: \x{...} is confused 
52929              
52930              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
52931              
52932              Add a perlbug flag, -A, to avoid acknowledgement messages.
52933              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
52934              
52935              Use Errno magic.
52936              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
52937              
52938              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
52939              
52940              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
52941              
52942              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
52943              
52944              Be more lenient on bad UTF-8 when doing bit arithmetics.
52945              Subject: Re: [ID 20000918.005] ~ on wide chars
52946              (The ord() part of the patch skipped.)
52947              
52948              Subject: perlfaq style changes
52949              
52950              AUTHORS tweaks.
52951              
52952              Whitespace style tweak.  Was originally going to see to
52953              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
52954              but that had already been taken care of.
52955              
52956              The compiler is either gcc or cc, from Tom Bates.
52957              
52958              The osname has been lowercased by now, from Tom Bates.
52959              
52960              The NonStop-UX libraries have a novel way to say NaN.
52961              
52962              printf UVs the correct way, noticed by Robin Barker.
52963              
52964              Subject: [PATCH] startperl to respect versiononly
52965              
52966              AUTHORS updates.
52967              
52968              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
52969              
52970              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
52971              
52972              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
52973              
52974              Generalize the Camel wording.
52975              Subject: Re: perlfaq style changes
52976              
52977              Subject: [ID 20001005.006] Documentation -- description of qr//
52978              
52979              C.pm part of
52980              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
52981              
52982              Locale warning explanation tweak.
52983              
52984              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
52985              
52986              Make the POSIX::setuid and POSIX::setgid to really call setuid()
52987              and setgid() because they were just changing $< and $( which means
52988              only changing the real uid/gid, as opposed to changing both
52989              real and effective ids.  (The alternative way could have been
52990              in POSIX.pm to change $> and $), too, but making a direct call
52991              to the C API feels cleaner.)  Fixes the bug
52992              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
52993              
52994              Expand %Config variables and %ENV variables only if
52995              so requested during build time using the
52996              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
52997              Not expanding makes relocating distributions easier.
52998              
52999              More tweaking on the #7522 theme.
53000              
53001              Test::Harness revealed buglets in the new DynaLoader.
53002              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
53003              
53004              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
53005              fix a autovivification bug in Tie::RefHash, add tests for both.
53006              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
53007              
53008              Detpyo.
53009              
53010              recv() can fail and return undef.
53011              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
53012              
53013              Fix the problem discussed in
53014              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
53015              originally from Linc Madison.  Also Andreas König's comments
53016              taken into account.  Some other problems with Tie::SubstrHash
53017              fixed: didn't croak when the table exceeded the requested number
53018              of entries (as documented) but instead when the number of entries
53019              exceeded the size of the table, a croak() had an unnecessary \n,
53020              didn't have a CLEAR method, documented that there is no exists().
53021              Didn't fix to be strict-proof because the module uses &foo; and
53022              dynamic scope.  Added a test script exercizing both first tamely 
53023              the basic functionality, and then the failure cases reported by
53024              Linc Madison.
53025              
53026              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
53027              
53028              The #7521 touched things it shouldn't have.
53029              
53030              Subject: [PATCH 5.7.0] better messages from malloc()
53031              
53032              Subject: Re: README.aix
53033              
53034              Add FCNTL_CAN_LOCK.
53035              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
53036              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
53037              
53038              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
53039              create a "fast path" for locale name probing using "locale -a"
53040              if available, squash finally hopefully the s?printf resetting
53041              the numeric locale (since, IIUC perllocale, it never shouldn't). 
53042              
53043              More Changes tweakery.
53044              
53045              Dying is too strict here, better just skip.
53046              
53047              Subject: Locales support (setlocale) fixes
53048              Modified quite a bit to be more portable.
53049              
53050              Configure would use a bad $myuname from an old config.sh.
53051              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
53052              
53053              Fix for
53054              Subject: [ID 20001004.006] undef is never tainted
53055              An undef read from a slurped file was not tainted.
53056              
53057              Fix for
53058              Subject: [ID 20001004.007] taint propogation is inconsistent
53059              The culprit was sv_setsv() which was rather blindly
53060              propagating taint, which lead to behaviour where if
53061              a tainted anon hash value was seen all the hash values
53062              from then on at that level became tainted, or at any
53063              upper levels in the case of nested anon hashes.
53064              
53065              Test tweak: show also the failed locales.
53066              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
53067              
53068              A fix of sorts for 20000329.026, a better error message
53069              for a missing "use charnames" when using the \N{...}. 
53070              
53071              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
53072              
53073              Add =pod to be tidy.
53074              
53075              Fix for bug id 19990615.008, pos() unset during s///ge.
53076              
53077              Add a note for future generations about bug id 20000229.006.
53078              
53079              Use -dM for gcc (the suggested patch did it only for Linux,
53080              but I think it can be generalized).
53081              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
53082              
53083              opmini.o can linger from Configures past.
53084              
53085              Document that the evaled syntax errors cause scalar leaks.
53086              
53087              Fix for
53088              Subject: [ID 20000728.005] perl -P broken
53089              (hopefully).  The fix is also not complete, it seems to break
53090              BOM swallowing for libc5 systems, but until someone figures
53091              out a way to do this without ftell(), this will do.
53092              
53093              AUTHORS updates.
53094              
53095              Subject: Re: rsync'ed patches vs. rsync'ed source
53096              
53097              Admit that the test leaks scalars.
53098              
53099              Sanitize the environment further.
53100              
53101              VOS updates from Paul Green.
53102              
53103              Document %ENV = () portability issues.
53104              
53105              Make the stdio test program of 7427 less noisy while being 
53106              compiled so that Digital UNIX wouldn't get both
53107              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
53108              undefined.  This makes perlio happy.
53109              
53110              glibc5 detection by __GNU_LIBRARY__.
53111              
53112              %ENV note tweaks from Dan Sugalski.
53113              
53114              Varargs don't always work too well if one puts an unsigned
53115              char on the stack and pop an unsigned quad off the stack.
53116              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
53117              
53118              Subject: Pod updates
53119              
53120              Fake support of holey files in win/dosish platforms.
53121              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
53122              
53123              A doc addition for bug id 20001105.019, beware \p.
53124              
53125              Tweak #7587.
53126              
53127              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
53128              
53129              perlhack updates from H.Merijn Brand.
53130              
53131              Subject: [PATCH perl@7573] cygwin port
53132              Synchronize with Cygwin 1.1.5.
53133              
53134              Bad thinko in #7581 (I used the test program with the expanded
53135              values as-is).
53136              
53137              Make perlbug not insist on dumping to a file when stdout isn't a tty.
53138              Subject: [PATCH] perlbug.PL
53139              
53140              Overrideable keys, each, pop, push, shift, splice, unshift.
53141              Subject: [PATCH] prototyped functions that should be overrideable
53142              
53143              Try to avoid flockless and emulationless places.
53144      Branch: maint-5.6/perl
53145           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
53146            - MAINTAIN
53147           !> (integrate 111 files)
53148 ____________________________________________________________________________
53149 [  8172] By: jhi                                   on 2000/12/18  02:49:27
53150         Log: Regen pods.
53151      Branch: perl
53152            ! pod/perlmodlib.pod pod/perltoc.pod
53153 ____________________________________________________________________________
53154 [  8171] By: gsar                                  on 2000/12/18  02:49:24
53155         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
53156              7465..7471 from mainline
53157              
53158              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
53159              in platforms that strictly require all the symbols being present
53160              at link time.
53161              
53162              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
53163              
53164              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
53165              
53166              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
53167              
53168              Subject: [PATCH] todo
53169              
53170              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
53171              
53172              Use $sort, $uniq (and $tr) consistently as wondered
53173              by Nicholas Clark.
53174              
53175              Too enthusiastic editing in #7460.
53176              
53177              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
53178              
53179              Upgrade to CPAN 1.58_55.
53180              Subject: CPAN.pm status
53181              
53182              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
53183              
53184              Make target reordering to avoid pointless re-makes.
53185              Subject: Re: Total re-make of 'make okfile' after 7451 ?
53186              
53187              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
53188              
53189              Subject: DOC PATCH 5.6.0
53190              
53191              Add the repository doc by Malcolm, Sarathy, and by Simon,
53192              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
53193      Branch: maint-5.6/perl
53194           +> Porting/repository.pod
53195           !> Configure MANIFEST Makefile.SH README.dos README.os2
53196           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
53197           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
53198           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
53199 ____________________________________________________________________________
53200 [  8169] By: gsar                                  on 2000/12/18  02:33:34
53201         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
53202              7435..7441,7445 from mainline
53203              
53204              Make the UTF-8 decoding stricter and more verbose when
53205              malformation happens.  This involved adding an argument
53206              to utf8_to_uv_chk(), which involved changing its prototype,
53207              and prefer STRLEN over I32 for the UTF-8 length, which as
53208              a domino effect necessitated changing the prototypes of
53209              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
53210              The stricter UTF-8 decoding checking uses Markus Kuhn's
53211              UTF-8 Decode Stress Tester from
53212              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
53213              
53214              Run vms/vms_yfix.pl, should have done that after changing
53215              perly.c in #7382.
53216              
53217              Subject: [PATCH 5.7.0] static linking with uninstalled perl
53218              
53219              (Replaced by #7440.)
53220              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
53221              
53222              Fix the bug ID 20001024.005, the bug introduced by #7416.
53223              
53224              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
53225              
53226              Fix the bug reported in
53227              From: andreas.koenig@anima.de (Andreas J. Koenig)
53228              Also make is_utf8_char() stricter.
53229              
53230              Missed the header file changes from #7425.
53231              
53232              Check if stdio supports tweaking lval and cnt simultaneously.
53233              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
53234              
53235              Stratus VOS updates from Paul Green.
53236              
53237              Podify README.epoc and README.vos.
53238              
53239              Add targets to Makefile.SH, most importantly
53240              'regen_all' which also remembers to update vms/perly*.
53241              
53242              Subject: Minor update to find2perl, for portability
53243              
53244              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
53245              
53246              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
53247              
53248              Rename UTF8LEN() to be UNISKIP(), too confusing to have
53249              UTF8LEN() and UTF8SKIP(). 
53250              
53251              Allow poking holes at the UTF-8 decoding strictness.
53252              
53253              Continue the internal UTF-8 API tweaking.
53254              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
53255              used much more than the simpler API, now called utf8_to_uv_simple().
53256              Still not quite happy with API, too much partial duplication
53257              of functionality.
53258              
53259              A new version of making the syslog test more robust.
53260              (Replaces #7421.)
53261              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
53262              
53263              buildtoc target tweaks.
53264              
53265              Integrate with vmsperl #7430 by Charles Bailey:
53266              
53267              Cleanup from prior patch (Charles Lane?):
53268              - improve handling of MFDs in Basename and Path
53269              - default to no xsubpp line # munging when building debug images
53270      Branch: maint-5.6/perl
53271           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
53272           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
53273           !> (integrate 67 files)
53274 ____________________________________________________________________________
53275 [  8168] By: gsar                                  on 2000/12/18  02:05:49
53276         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
53277              
53278              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
53279              From: Martin Husemann <martin@duskware.de>
53280              
53281              Subject: [PATCH 5.7.0] restore match data on backtracing
53282              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53283      Branch: maint-5.6/perl
53284           !> regcomp.c regexec.c t/op/re_tests
53285 ____________________________________________________________________________
53286 [  8167] By: gsar                                  on 2000/12/18  01:55:22
53287         Log: integrate changes#7858,7986 from mainline
53288              
53289              C<foreach my $x ...> in pseudo-fork()ed process may diddle
53290              parent's memory; fix it by keeping track of the actual pad
53291              offset rather than a raw pointer (this change is probably also
53292              relevant to non-ithreads case to avoid fallout from reallocs of
53293              the pad array, but is currently only enabled for the ithreads
53294              case in the interests of minimal disruption to existing "well
53295              tested" code)
53296              
53297              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
53298              due to the notorious GetFileType() bug in Windows 9x, which fstat()
53299              tickles)
53300      Branch: maint-5.6/perl
53301           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
53302           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
53303           !> win32/win32.c win32/win32.h win32/win32sck.c
53304 ____________________________________________________________________________
53305 [  8166] By: gsar                                  on 2000/12/18  01:52:59
53306         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
53307              from mainline (xsubpp and ExtUtils::LibList fixups, various
53308              other small items)
53309              
53310              The generated boot_* headers are wrong.  Pickier compiler,
53311              such as KAI C++ will refuse to compile the resulting perlmain.
53312              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
53313              
53314              Various doc oddball characters.
53315              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
53316              
53317              Subject: [PATCH] Re: 20001101.003 PDL
53318              
53319              Subject: [PATCH 5.7.0] etags broken again
53320              
53321              Subject: [PATCH 5.7.0] Liblist finally works
53322              
53323              Subject: [PATCH 5.7.0] Liblist returns found libraries
53324              
53325              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
53326              
53327              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
53328              
53329              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
53330              OUT keyword nits.
53331              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
53332              OUT and IN_OUT documentation.
53333      Branch: maint-5.6/perl
53334           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
53335           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
53336           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
53337           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
53338           !> win32/bin/search.pl
53339 ____________________________________________________________________________
53340 [  8165] By: gsar                                  on 2000/12/18  01:28:45
53341         Log: integrate changes#7533,7563,7611,7623 from mainline (various
53342              malloc.c embellishments)
53343      Branch: maint-5.6/perl
53344           !> malloc.c pod/perldiag.pod
53345 ____________________________________________________________________________
53346 [  8164] By: gsar                                  on 2000/12/18  01:23:33
53347         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
53348              fixups)
53349      Branch: maint-5.6/perl
53350           !> utils/h2xs.PL
53351 ____________________________________________________________________________
53352 [  8163] By: gsar                                  on 2000/12/18  01:17:50
53353         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
53354              fixups)
53355      Branch: maint-5.6/perl
53356           !> Makefile.SH utils/perlbug.PL
53357 ____________________________________________________________________________
53358 [  8162] By: gsar                                  on 2000/12/18  00:25:43
53359         Log: always export Perl_deb() (it is required by re.xs whether
53360              Perl is built with or without -DDEBUGGING)
53361      Branch: maint-5.6/perl
53362            ! makedef.pl
53363 ____________________________________________________________________________
53364 [  8161] By: gsar                                  on 2000/12/18  00:23:38
53365         Log: integrate change#7414 from mainline
53366              
53367              Undo the basename() part of #7412 since the lib/basename
53368              tests would need upgrading too.
53369              
53370              squelch two tests in tr.t that rely on tr/// paranoia change
53371              that's not in 5.6.x
53372      Branch: maint-5.6/perl
53373            ! t/op/tr.t
53374           !> lib/File/Basename.pm
53375 ____________________________________________________________________________
53376 [  8160] By: gsar                                  on 2000/12/18  00:05:30
53377         Log: missing change in previous integrate
53378      Branch: maint-5.6/perl
53379           !> README.aix
53380 ____________________________________________________________________________
53381 [  8159] By: gsar                                  on 2000/12/18  00:03:38
53382         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
53383              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
53384              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
53385              7410..7413 from mainline
53386              
53387              Introduce the man[24-8] variables, from Andy Dougherty.
53388              
53389              Upgrade to CPAN 1.58, from Andreas König.
53390              
53391              An updated EBCDIC tr patch.
53392              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
53393              
53394              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
53395              
53396              Two thirds of
53397              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
53398              The Install.pm changes will be submitted separately because
53399              they need some work and discussion still.
53400              
53401              The Install.pm third of
53402              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
53403              
53404              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
53405              
53406              Subject: [PATCH 5.7.0] IVs in mtats
53407              
53408              Subject: [PATCH 5.7.0] Perl API for mstats
53409              
53410              Ilya implemented the memory profiling API.
53411              
53412              In Amdahl UTS "struct sv" is defined by a system header,
53413              <ksync.h>.
53414              
53415              Slight tweak of the code to appease Amdahl UTS cc.
53416              
53417              Amdahl UTS doesn't seem to do dynaloading.
53418              
53419              Use UTF8SKIP(), from Simon Cozens.
53420              
53421              Thinko in #7222.
53422              
53423              op/sprintf.t patch for OS/390 (and any other host with limited
53424              floating-point exponent length)
53425              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
53426              
53427              Tweak #7225.
53428              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
53429              
53430              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
53431              
53432              Needs to be conditional on SunOS 4.
53433              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
53434              
53435              Test cases for bug id 20000323.056 (the bug seems to be fixed).
53436              
53437              Add test for bug id 20000427.003 (which seems to have
53438              been fixed) (also duplicate as 20000427.004, though
53439              with a higher severity).  Move one utf8 from op/append
53440              to pragma/utf8, tag the tests with bug ids.
53441              
53442              Document FNCASE=y as discussed in the bug 20000902.009.
53443              
53444              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
53445              The problem was that rx->minlen was in chars while pp_split()
53446              thought it would be in bytes. 
53447              
53448              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
53449              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
53450              
53451              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
53452              
53453              Fix a couple of compiler-noted nits in #7235.
53454              
53455              Tweak the test of #7235.
53456              
53457              One more ~utf8 tweak.
53458              
53459              -w cleanup.
53460              Subject: Re: Problems with bleadperl 
53461              
53462              Subject: small pod patch
53463              
53464              Subject: [PATCH perlguts.pod] Document offset hack
53465              
53466              Add Charles Lane.
53467              
53468              Add the capability to include/exclude branches.
53469              
53470              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
53471              
53472              Detect early whether the std streams have gone bad.
53473              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
53474              
53475              More IoTYPE sprinkling.
53476              
53477              Workaround for a sfio bug where the stream error indicator
53478              is not cleared as documented.
53479              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
53480              
53481              Clarify documentation on 'use bytes'.
53482              Subject: Re: What does 'use bytes' "mean" ?
53483              
53484              Show the failed remote port, instead of the failing line number.
53485              Subject: [PATCH 5.6.1 Debugger] More diagnostics
53486              
53487              Make Cwd more bulletproof in chrooted environments.
53488              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
53489              
53490              Subject: Pod patch for Devel::Peek
53491              
53492              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
53493              
53494              Borland C fstat() never saw the fd as writable.
53495              Subject: fix for Borland's weak "stat" (perl@7211)
53496              
53497              Missing change from #7362.
53498              
53499              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
53500              
53501              Add the test case for the bug id 20000730.004 which seems
53502              to have been fixed by now.
53503              
53504              Fix of sorts for bug id 20000901.092.  There seems to be no trace
53505              of a 'pmshort' anywhere in the B, so the offending line was simply
53506              removed.
53507              
53508              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
53509              
53510              Subject: PATCH do_print has 2 PerlIO_error()s
53511              
53512              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
53513              
53514              Typo noted by Mark Lutz.
53515              
53516              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
53517              
53518              In the latest compiler builds cccdlflags must not become -fpic,
53519              from Wilfredo Sánchez.
53520              
53521              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
53522              
53523              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
53524              
53525              SOCKS function redefinitions need prototypes, too, otherwise
53526              for example 32 bit versus 64 bit differences cause a lot of
53527              problems.  Part of
53528              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
53529              
53530              Portability tweak on #7377.
53531              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
53532              
53533              Don't write double values through long double pointers,
53534              based on a part of
53535              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
53536              
53537              Reëntrancy fix.
53538              Subject: [PATCH perl@7229] Rentrant parser and yylex()
53539              
53540              Make scan_num() reëntrant, as suggested in
53541              Subject: [PATCH perl@7229] Rentrant parser and yylex()
53542              
53543              Fix for ID 20001020.006, concatenating an unset submatch
53544              with utf8 resulted in "Modification of a read-only value".
53545              
53546              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
53547              
53548              The #7383 was right only in the context of the original bug report,
53549              not in more general case.
53550              
53551              Update Changes.
53552              
53553              Testcases for a #7383,#7385 related bug.
53554              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
53555              
53556              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
53557              
53558              Tweak the Is* definitions of Unicode character classes
53559              to better match the official categorizations; embrace
53560              the official categorizations; add the combining marks
53561              as alpha (and -numeric); fix DCinital (a typo and edito)
53562              to be DCmedial.
53563              
53564              Hints tweak from Anton Berezin.
53565              
53566              Subject: installman go-faster stripes
53567              Subject: Re: installman go-faster stripes
53568              
53569              Subject: [ID 20001021.003] updated hints/openbsd.sh
53570              
53571              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
53572              
53573              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
53574              
53575              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
53576              
53577              Doc patch.
53578              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
53579              
53580              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
53581              
53582              Subject: Re: [ID 20001021.005] SEGV with regex match 
53583              
53584              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
53585              
53586              The change #7187 was not so good on VMS.
53587              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
53588              
53589              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
53590              
53591              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
53592              
53593              Document PERL_INSTALL_ROOT of #7210.
53594      Branch: maint-5.6/perl
53595           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
53596           +> t/lib/tie-splice.t
53597            - lib/unicode/Is/DCinital.pl
53598           !> (integrate 112 files)
53599 ____________________________________________________________________________
53600 [  8158] By: jhi                                   on 2000/12/17  23:04:24
53601         Log: Subject: [PATCHES] RE: perl@8150 
53602              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
53603              Date: Sun, 17 Dec 2000 21:46:39 +0100
53604              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
53605              
53606              Neither cygwin has a getpwuid() one can trust on.
53607      Branch: perl
53608            ! t/lib/glob-basic.t
53609 ____________________________________________________________________________
53610 [  8157] By: jhi                                   on 2000/12/17  23:01:54
53611         Log: More MAN.PODS => {} fixes.
53612      Branch: perl
53613            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
53614            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
53615            ! os2/OS2/REXX/Makefile.PL
53616 ____________________________________________________________________________
53617 [  8156] By: gsar                                  on 2000/12/17  22:49:13
53618         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
53619              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
53620              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
53621              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
53622              7201,7204 from mainline
53623              
53624              Remove vestiges of tr//CU.
53625              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
53626              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
53627              
53628              The return value of setlocale must be copied away.
53629              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
53630              
53631              Allow chop() and chomp() to be overridden.
53632              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
53633              
53634              Hints optimization.
53635              Subject: Minor nit
53636              
53637              Subject: [PATCH] de-wall t/README
53638              
53639              Subject: Re: Two advertising clauses need to be removed
53640              
53641              Batch of UTF-8 patches from Simon Cozens.
53642              
53643              Fix for a parsing bug, not for the original bug.
53644              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
53645              
53646              Compilation warnings and an error.
53647              
53648              Subject: File::Find 5.7.0 POD nits
53649              
53650              Subject: [PATCH perl-5.7.0] continued -Wformat support
53651              
53652              The one that got away.
53653              
53654              Subject: Re: perl@7078
53655              
53656              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
53657              convertable to bytes by checking it doesn't go above 0xc3
53658              Subject: Re: perl@7078
53659              
53660              Replace #7084 with
53661              Subject: Re: perl@7078 
53662              
53663              We don't need to count the high bit bytes, a boolean is enough. 
53664              
53665              Subject: [PATCH] utf8.c apidoc
53666              
53667              Subject: Re: perl@7078 
53668              
53669              Botched the #7090 check-in.
53670              
53671              Fix for the charnames.t failures from Spider Boardman.
53672              
53673              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
53674              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
53675              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
53676              0 to checking to get the warning.
53677              
53678              Subject: [PATCH] Nits in perlmod.pod
53679              
53680              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
53681              
53682              Subject: Re: unicode support and perl [ID 20000901.097]
53683              
53684              Subject: Re: unicode support and perl [ID 20000901.097]
53685              
53686              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
53687              
53688              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
53689              
53690              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
53691              
53692              Subject: [PATCH@blead] Fix some recursion in overload.pm
53693              
53694              s/Robin Parker/Robin Barker/
53695              
53696              Subject: [PATCH] Fix aliasing of tied filehandles
53697              
53698              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
53699              
53700              Subject: Re: [PATCH 5.005_64 missed]
53701              
53702              SOCK_DGRAM and listen() do not mix as reported in
53703              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
53704              The patch for 5.7.0+ had to be reengineered, though.
53705              
53706              Subject: DOC PATCH 5.6.0
53707              
53708              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
53709              
53710              Document the issue (is not a syntax error, kind of)
53711              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
53712              
53713              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
53714              Did not apply cleanly, manual intervention was needed.
53715              
53716              Subject: [PATCH] DLL not restartabke with threaded perl
53717              
53718              Inside require() $^S was always left undefined.
53719              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
53720              
53721              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
53722              
53723              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
53724              
53725              Regen headers.
53726              
53727              Subject: [PATCH 5.7.0] Epoc update
53728              
53729              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
53730              as suggested by Olaf Flebbe and Nick Clark.
53731              
53732              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
53733              
53734              Misplaced else.
53735              
53736              Scale down the VMS message boxes, by Charles Lane.
53737              Fix for ID 20000903.009, workaround at
53738              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
53739              
53740              Subject: [ID 20001003.006] B::Debug not -w clean
53741              
53742              Test harness update to sync with the new perlcc,
53743              from Simon Cozens.
53744              
53745              One remaining nit less at the VMS mailbox sizing.
53746              
53747              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
53748              
53749              It is possible to have no hosts database at all.  Pointed out in
53750              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
53751              
53752              Subject: [PATCH 5.7.0] h2xs not working
53753              Subject: [PATCH 5.7.0] h2xs not documenting the created module
53754              
53755              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
53756              
53757              Subject: perlhack.pod Patch for Externals Tools
53758              
53759              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
53760              
53761              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
53762              
53763              Enable disabling scripts installation by Configure -Uinstallscripts,
53764              suggested by H. Merijn Brand.
53765              
53766              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
53767              reported several times by Dominic Dunlop, for example in
53768              ID 20000315.008.  Patch from Dominic.  Patch affects at
53769              least MachTen, and possibly other oldish BSDs. Should not
53770              break non-broken platforms (tested on LinuxPPC). 
53771              
53772              Regen toc.
53773              
53774              Subject: Re: Questions about Tie::Array and perl modules
53775              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
53776              
53777              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
53778              
53779              Tweak #7153.
53780              
53781              IO::Handle->syswrite() did not handle length omission
53782              like CORE::syswrite() does.
53783              Subject: [Fwd] IO::Handle, syswrite and arguments
53784              The original patch from andrew@ugh.net.au.
53785              
53786              Also the $ccflags is needed for the C compiler check.
53787              Subject: Configure (check for C-compiler)
53788              
53789              Eliminate $Is_VMS code from the test.
53790              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
53791              
53792              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
53793              as the first option of cc/ld because of ultrapicky compilers
53794              (e.g. OS/390 R2.5)
53795              
53796              Change the version number of Tie::Handle in the core to 4.0,
53797              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
53798              Subject: Note on Tie::Handle
53799              
53800              UTF8ize split() so that the cloned substrings get the UTF8
53801              flag of the original scalar.  Problem reported by Simon Cozens.
53802              
53803              save_re_context() could reset PL_curcop to freed memory, causing core
53804              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
53805              
53806              Subject: PATCH 5.6 perldebguts grammar cleanup
53807              
53808              Add a todo note about overloadable assertions.
53809              
53810              on Windows, LoadLibrary() could load an extension DLL multiple
53811              times if forward slashes are used in the path
53812              
53813              on Windows, cwd strings in the environment should be of the
53814              form =X:=X:\foo instead of =X=X:\foo\
53815              
53816              on Windows, avoid potential exception (could happen if MSVCRT isn't
53817              being used) when closing a socket handle
53818              
53819              avoid nonportable example code
53820              
53821              Windows9x doesn't support link(), despite what Config.pm
53822              might think
53823              
53824              pod nit
53825              
53826              Change #7160 had a nasty typo.
53827              
53828              Warn about unknown scripts.
53829              Subject: Re: ideas? patches? [PATCH bleadperl]
53830              
53831              on Windows, clean targets might not work under some flavors of the shell
53832              
53833              tweak for change#7173
53834              
53835              Make eq work again with utf8 (disabling the upgrading
53836              should no more be necessary since the copies of the
53837              scalars are upgraded, not the scalars themselves).
53838              Takes care of ID 20001009.001.  (The claimed length()
53839              bug in 20001009.001 seems bogus to me.)
53840              
53841              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
53842              
53843              Upgrade to CGI.pm 2.74, from Lincoln Stein.
53844              
53845              Upgrade to podlators 1.04, from Russ Allbery.
53846              
53847              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
53848              
53849              Quote the temp file name, needed in Win32 because the
53850              default name unfortunately contains spaces, shouldn't
53851              hurt elsewhere.
53852              Subject: FW: perldoc fails if $TEMP contains spaces
53853              
53854              Subject: RE: [ID 19990803.001] README.win32 suggestions 
53855              
53856              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
53857              
53858              Subject: Re: utf8 concat, mg_get
53859              
53860              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
53861              
53862              Subject: [PATCH: perl@7181] op/tr tests on OS/390
53863              
53864              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
53865              
53866              Use the versiononly instead of the installscripts,
53867              retract the changes 7146 and 7147.
53868              
53869              Reapply Andy's patch and regen Configure.
53870              
53871              Add the test case for #7190, from the original bug report
53872              by Andreas König.
53873              
53874              Remove duplicated code.
53875              
53876              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
53877              
53878              restore change#7202
53879      Branch: maint-5.6/perl
53880           !> (integrate 121 files)
53881 ____________________________________________________________________________
53882 [  8155] By: jhi                                   on 2000/12/17  22:30:58
53883         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
53884              From: "Craig A. Berry" <craigberry@mac.com>
53885              Date: Sun, 17 Dec 2000 13:09:28 -0600
53886              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
53887              
53888              MAN.PODS => ' ' is naughty.
53889      Branch: perl
53890            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
53891 ____________________________________________________________________________
53892 [  8154] By: nick                                  on 2000/12/17  22:07:13
53893         Log: MULTIPLICITY nit.
53894      Branch: perl
53895            ! mg.c
53896 ____________________________________________________________________________
53897 [  8153] By: gsar                                  on 2000/12/17  21:23:05
53898         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
53899              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
53900              from mainline
53901              
53902              Document the SvIOK_.*UV().
53903              
53904              Update Unicode todo list.
53905              
53906              Guard against bad string->int conversion for quads.
53907              
53908              Subject: small apidoc fix
53909              
53910              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
53911              
53912              Subject: [PATCH] Tied filehandle documentation
53913              
53914              Subject: [PATCH] Modernize Opcode.pm documentation
53915              
53916              Make Data::Dumper (non-XS) to work with changed semantics of ref().
53917              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
53918              [applied even though said semantics didn't change in 5.6.x]
53919              
53920              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
53921              
53922              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
53923              
53924              Fix the URL, but the server is still missing in action.
53925              Subject: [ID 20000905.002] perlfaq1.pod URL error
53926              
53927              Subject: [ID 20000903.001] \w in utf8-strings
53928              
53929              Fix the ccversion detection for 5.1 and beyond.
53930              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
53931              
53932              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
53933              
53934              Subject: [ID 20000904.008] Tiny fix for perldiag
53935              
53936              Subject: Re: [ID 20000906.004] segfault with bad perl statement
53937              
53938              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
53939              
53940              Subject: [ID 20000908.002] perlipc documentation bug.
53941              
53942              Subject: [PATCH lib/Benchmark.pm]
53943              
53944              Re-allow vec() for characters > 255.
53945              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
53946              
53947              Do away with memory models cruft.  Sorry, PDP users.
53948              
53949              Continue #7041.
53950              
53951              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
53952              
53953              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
53954              
53955              Upgrade to CPAN 1.57_65, from Andreas König.
53956              
53957              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
53958              by Russ Allbery.
53959              
53960              Silence t/pod/*.t about alternate quote-mappings now implemented
53961              by Pod::Text, from Brad Appleton.
53962              
53963              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
53964              Subject: borland C++ win32.c tweak
53965              
53966              C<@a = @b = split(...)> optimization coredumps under ithreads
53967              (missed a spot when fixing up op_pmreplroot hack for ithreads)
53968              
53969              Document the SvUTF8*().
53970              
53971              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
53972              
53973              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
53974              
53975              Do in VMS as the #7054 does.
53976              
53977              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
53978              
53979              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
53980              
53981              Subject: [patch: perl@7045] vms updates
53982              
53983              Test for the #7049.
53984              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
53985              
53986              Break up the myconfig lines a bit.
53987              Subject: perlbug/perl -V output format
53988              
53989              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
53990              
53991              The #7054 truncated Configure badly.
53992              
53993              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
53994              initialization in all the threads on Windows
53995              
53996              Allow for whitespace between "#" and "line" in cpp output.
53997              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
53998              
53999              Remove vestiges of tr//CU.
54000              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
54001              
54002              The return value of setlocale must be copied away.
54003              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
54004              
54005              Allow chop() and chomp() to be overridden.
54006              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
54007              
54008              Hints optimization.
54009              Subject: Minor nit
54010              
54011              Subject: [PATCH] de-wall t/README
54012              
54013              Subject: Re: Two advertising clauses need to be removed
54014      Branch: maint-5.6/perl
54015           !> (integrate 75 files)
54016 ____________________________________________________________________________
54017 [  8152] By: gsar                                  on 2000/12/17  20:30:11
54018         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
54019              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
54020              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
54021              
54022              Don't attach -ld to the archname if pointless.
54023              
54024              Document UNTIE in a very minimalistic way.
54025              
54026              POSIX doesn't report long double values under -Duselongdouble
54027              when the long doubles are "real" (bigger than doubles).
54028              
54029              More author updates.
54030              
54031              Try to deduce NV_MAX.  Really should be Configure fodder.
54032              
54033              :: not allowed in pathnames, change to .
54034              Subject: [PATCH perl@6938] cygwin port
54035              
54036              Forget about NV_MAX (#6951).  Various floating point tweaks,
54037              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
54038              
54039              Move the Solaris 7 scan to use64bitall, make the
54040              failure to find 64-bot sparc libc to mention the
54041              possibility of being in an intel, from Lupe and Alan.
54042              
54043              Regen perltoc.
54044              
54045              AUTHORS tweaks, from Peter Prymmer.
54046              
54047              More address tweaking.
54048              
54049              Small tweaks all over.
54050              
54051              File::Temp patches from Andreas König,
54052              
54053              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
54054              
54055              Subject: CPAN.pm beta 1.57_57 for the core
54056              
54057              Part of the solution.
54058              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
54059              
54060              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
54061              
54062              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
54063              
54064              Add the overload warnings to perldiag.
54065              
54066              Drop unused argument.
54067              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
54068              
54069              Subject: Nit in Configure (bleadperl@6961)
54070              
54071              Update to PodParser 1.18, from Brad Appleton.
54072              
54073              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
54074              
54075              Subject: [PATCH: 6948] add SCNfldbl to configure.com
54076              
54077              Document UNTIE. Also tweak implementation to suppress the 'inner references'
54078              warning when UNTIE exists and instead pass the cound of extra references to
54079              the UNTIE method.
54080              
54081              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
54082              so that case-ignoring systems like DCL can tell them from
54083              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
54084              
54085              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
54086              
54087              Feature ordering tweak.
54088              
54089              Regen perltoc.
54090              
54091              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
54092              
54093              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
54094              
54095              Subject: http:// in L<>
54096              
54097              Detypo.
54098              
54099              change#6791 accidentally clobbered change#6710, put it back
54100              
54101              Only the first line, thank you very much.
54102              
54103              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
54104              plus rework the http: spots as suggested by Tom Christiansen,
54105              plus regen perltoc.
54106              
54107              Undo part of change 6489 which looks like a bulk edit which
54108              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
54109              The supressing of main:: on return from select() is undesirable.
54110              
54111              Apparently avoiding the swapping is too costly.
54112              
54113              Various Configure nits by Philip Newton,
54114              plus the ebcdic one by me.
54115              
54116              Make certain cc is set before trying to run it.
54117              
54118              If overloaded %{} etc. return the object do not loop.
54119              Thus  sub deref { $_[0] } functions if object is wanted type.
54120              
54121              Update perlhist.
54122              
54123              More %{} and other deref special casing - do not pass to 'nomethod'.
54124      Branch: maint-5.6/perl
54125           !> (integrate 59 files)
54126 ____________________________________________________________________________
54127 [  8151] By: gsar                                  on 2000/12/17  19:14:38
54128         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
54129              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
54130              
54131              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
54132              
54133              Make the epsilon to be relative, not absolute.
54134              
54135              Put back the flags dump as reasoned in
54136              Subject: Re: [PATCH] Glob dumping
54137              
54138              Introduce ccname to keep track of what compiler kind of we have.
54139              
54140              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
54141              
54142              Put back the slice accidentally removed by #6907.
54143              
54144              Reset archname and archname64 always, forcing them be
54145              recomputed at each Configure run, make Configure and
54146              the hints files agree on the naming of largefiles variables.
54147              
54148              Don't say "Perl 5.0 source kit".
54149              
54150              Subject: [PATCH] fix misc cast warnings
54151              
54152              Subject: typos in pods
54153              
54154              NVs not necessarily doubles, as pointed out by Yitzchak.
54155              
54156              Subject: [PATCH 6889] add a few ldbl formats to configure.com
54157              
54158              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
54159              
54160              Better options for rsync.
54161              
54162              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
54163              
54164              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
54165              
54166              Subject: [PATCH] Re: UNTIE method 
54167              
54168              A better fix for the Socket building problem from Craig Berry.
54169              
54170              Retract the dummy test, skip the security tests (instead of failing),
54171              explain what the warnings mean.
54172              
54173              Heap decorruption.
54174              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
54175              
54176              Update to Unicode 3.0.1.
54177              
54178              Missed one Unicode file.
54179              
54180              Subject: Re: typos in pods
54181              
54182              The #6929 was too skimpy.
54183              
54184              sscanf() may be the only way to read long doubles from strings.
54185              
54186              Reveal Borland's isnan.
54187              Subject: build with BC++ tweak
54188              
54189              Issue useful diagnostic on unknown pod commands.
54190              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
54191              
54192              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
54193              
54194              Clarify the third case of ftmp-security warnings.
54195              
54196              Make -Dusemorebits find long doubles in Solaris.
54197              
54198              Wrap the test in eval.
54199      Branch: maint-5.6/perl
54200           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
54201           +> lib/unicode/PropList.txt lib/unicode/README.perl
54202           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
54203           +> lib/unicode/Unicode.301 vms/vmspipe.com
54204            - lib/unicode/Props.txt lib/unicode/UCD300.html
54205            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
54206           !> (integrate 305 files)
54207 ____________________________________________________________________________
54208 [  8150] By: jhi                                   on 2000/12/17  18:47:57
54209         Log: Uncheckedin generated files.
54210      Branch: perl
54211            ! global.sym perlapi.c pod/perlapi.pod
54212 ____________________________________________________________________________
54213 [  8149] By: jhi                                   on 2000/12/17  18:41:22
54214         Log: Update Changes.
54215      Branch: perl
54216            ! Changes patchlevel.h
54217 ____________________________________________________________________________
54218 [  8148] By: jhi                                   on 2000/12/17  18:39:16
54219         Log: Subject: [PATCH] Fcntl constants speedup
54220              From: Nicholas Clark <nick@ccl4.org>
54221              Date: Sun, 17 Dec 2000 16:29:24 +0000
54222              Message-ID: <20001217162924.E97668@plum.flirble.org>
54223              
54224              Use IVs for the Fcntl constants instead of NVs.
54225      Branch: perl
54226            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
54227 ____________________________________________________________________________
54228 [  8147] By: jhi                                   on 2000/12/17  18:33:41
54229         Log: Add test for #8145 (binmode() warning), add warning for
54230              ioctl() and sockpair(), document them. (fileno() cannot
54231              be tripwired with the same kind of warning because
54232              'defined fileno($foo)' seems to be an idiom.)
54233      Branch: perl
54234            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
54235 ____________________________________________________________________________
54236 [  8146] By: gsar                                  on 2000/12/17  18:09:08
54237         Log: update Changes
54238      Branch: maint-5.6/perl
54239            ! Changes
54240 ____________________________________________________________________________
54241 [  8145] By: jhi                                   on 2000/12/17  17:39:35
54242         Log: Subject: [PATCH] Re: The long awaited feature ...
54243              From: Simon Cozens <simon@cozens.net>
54244              Date: Sun, 17 Dec 2000 12:31:56 +0000
54245              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
54246              
54247              Add a warning to binmode() about using bad filehandles
54248              (can happen e.g. if someone forgets the filehandle argument)
54249      Branch: perl
54250            ! pp_sys.c
54251 ____________________________________________________________________________
54252 [  8144] By: jhi                                   on 2000/12/17  17:33:48
54253         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
54254              From: Jonathan Stowe <gellyfish@gellyfish.com>
54255              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
54256              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
54257      Branch: perl
54258            ! lib/Net/Ping.pm
54259 ____________________________________________________________________________
54260 [  8143] By: jhi                                   on 2000/12/17  05:31:37
54261         Log: Polymorphic regexps.
54262              
54263              Fixes at least the bugs 20001028.003 (both of them...) and
54264              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
54265              also to be fixed by now, probably already before this patch.
54266      Branch: perl
54267            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
54268            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
54269            ! t/op/utf8decode.t t/pragma/utf8.t
54270 ____________________________________________________________________________
54271 [  8142] By: jhi                                   on 2000/12/16  17:16:05
54272         Log: Subject: [patch perl@8102] dos/djgpp update
54273              From: Laszlo Molnar <ml1050@freemail.hu>
54274              Date: Sat, 16 Dec 2000 01:40:52 +0100
54275              Message-ID: <20001216014052.A335@freemail.hu>
54276      Branch: perl
54277            ! djgpp/config.over t/base/commonsense.t
54278 ____________________________________________________________________________
54279 [  8141] By: jhi                                   on 2000/12/16  17:09:27
54280         Log: Few uncheckedin files.
54281      Branch: perl
54282            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
54283 ____________________________________________________________________________
54284 [  8140] By: nick                                  on 2000/12/15  22:14:31
54285         Log: Integrate mainline
54286      Branch: perlio
54287           !> (integrate 53 files)
54288 ____________________________________________________________________________
54289 [  8139] By: jhi                                   on 2000/12/15  19:49:49
54290         Log: One more IVUV tweak from Nicholas Clark.
54291      Branch: perl
54292            ! sv.c
54293 ____________________________________________________________________________
54294 [  8138] By: jhi                                   on 2000/12/15  19:17:06
54295         Log: Return of the IVUV-preservation, now seems to be happy even
54296              in Digital UNIX (the broken strtoul brokenness detection
54297              seems to have been the fly in the ointment).
54298      Branch: perl
54299            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54300            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
54301            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
54302            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
54303            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
54304            ! vos/config.ga.h win32/config.bc win32/config.gc
54305            ! win32/config.vc
54306 ____________________________________________________________________________
54307 [  8137] By: jhi                                   on 2000/12/15  18:12:14
54308         Log: Metaconfig unit change for #8136.
54309      Branch: metaconfig
54310            ! U/modified/d_strtoul.U
54311      Branch: metaconfig/U/perl
54312            ! d_strtoull.U d_strtouq.U
54313 ____________________________________________________________________________
54314 [  8136] By: jhi                                   on 2000/12/15  18:11:35
54315         Log: I don't think it's sensible or portable to test the strtou*
54316              on /^-/ strings.
54317      Branch: perl
54318            ! Configure
54319 ____________________________________________________________________________
54320 [  8135] By: jhi                                   on 2000/12/15  17:18:49
54321         Log: Metaconfig unit change for #8134.
54322      Branch: metaconfig
54323            ! U/modified/d_strtoul.U
54324 ____________________________________________________________________________
54325 [  8134] By: jhi                                   on 2000/12/15  17:14:13
54326         Log: If longsize is 8 we don't need a LL suffix for integer constants.
54327      Branch: perl
54328            ! Configure config_h.SH
54329 ____________________________________________________________________________
54330 [  8133] By: jhi                                   on 2000/12/15  16:00:23
54331         Log: Update Changes.
54332      Branch: perl
54333            ! Changes patchlevel.h
54334 ____________________________________________________________________________
54335 [  8132] By: jhi                                   on 2000/12/15  15:44:16
54336         Log: Some compilers get huffy if you do not cast a const pointer
54337              to a non-const when assigning.
54338      Branch: perl
54339            ! gv.c
54340 ____________________________________________________________________________
54341 [  8131] By: jhi                                   on 2000/12/15  15:38:30
54342         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
54343              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54344              Date: Fri, 15 Dec 2000 05:26:57 -0500
54345              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
54346      Branch: perl
54347            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
54348            ! t/pragma/overload.t
54349 ____________________________________________________________________________
54350 [  8130] By: jhi                                   on 2000/12/15  15:36:08
54351         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
54352              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54353              Date: Thu, 14 Dec 2000 22:02:43 -0500
54354              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
54355      Branch: perl
54356            ! gv.c perl.h
54357 ____________________________________________________________________________
54358 [  8129] By: jhi                                   on 2000/12/15  15:34:16
54359         Log: Subject: PATCH: h2xs nit
54360              From: Tim Jenness <t.jenness@jach.hawaii.edu>
54361              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
54362              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
54363              
54364              Add a template README.
54365      Branch: perl
54366            ! utils/h2xs.PL
54367 ____________________________________________________________________________
54368 [  8128] By: jhi                                   on 2000/12/15  15:32:22
54369         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
54370      Branch: perl
54371            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
54372 ____________________________________________________________________________
54373 [  8127] By: jhi                                   on 2000/12/15  15:19:34
54374         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
54375              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54376              Date:     Thu, 14 Dec 2000 20:04:42 EST
54377              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
54378      Branch: perl
54379            ! ext/Opcode/Opcode.xs
54380 ____________________________________________________________________________
54381 [  8126] By: jhi                                   on 2000/12/15  15:17:49
54382         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
54383              From: Peter Prymmer <pvhp@forte.com>
54384              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
54385              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
54386      Branch: perl
54387            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
54388            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
54389            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
54390 ____________________________________________________________________________
54391 [  8125] By: jhi                                   on 2000/12/15  15:11:05
54392         Log: This seems to be a stage sane and stable enough to checkin.
54393              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
54394      Branch: perl
54395            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
54396            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
54397            ! t/op/cmp.t t/op/numconvert.t
54398 ____________________________________________________________________________
54399 [  8124] By: jhi                                   on 2000/12/15  04:20:26
54400         Log: Something is really wonky.
54401      Branch: perl
54402            ! sv.c
54403 ____________________________________________________________________________
54404 [  8123] By: jhi                                   on 2000/12/15  04:00:50
54405         Log: Fixes for the IV UV patches to compile in Digital UNIX.
54406      Branch: perl
54407            ! sv.c
54408 ____________________________________________________________________________
54409 [  8122] By: jhi                                   on 2000/12/15  02:53:40
54410         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
54411              From: "Craig A. Berry" <craigberry@mac.com>
54412              Date: Thu, 14 Dec 2000 19:10:49 -0600
54413              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
54414      Branch: perl
54415            ! vms/vms.c
54416 ____________________________________________________________________________
54417 [  8121] By: jhi                                   on 2000/12/15  02:50:00
54418         Log: Metaconfig changes for #8120.
54419      Branch: metaconfig
54420            + U/modified/d_strtoul.U
54421      Branch: metaconfig/U/perl
54422            ! d_strtoull.U d_strtouq.U
54423 ____________________________________________________________________________
54424 [  8120] By: jhi                                   on 2000/12/15  02:49:42
54425         Log: From: Nicholas Clark <nick@ccl4.org> 
54426              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
54427              Date: Thu, 14 Dec 2000 18:38:57 +0000
54428              Message-ID: <20001214183857.B97909@plum.flirble.org>
54429      Branch: perl
54430            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54431            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
54432            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
54433            ! vos/config.ga.def vos/config.ga.h win32/config.bc
54434            ! win32/config.gc win32/config.vc
54435 ____________________________________________________________________________
54436 [  8119] By: jhi                                   on 2000/12/14  23:40:58
54437         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
54438              From: Nicholas Clark <nick@ccl4.org>
54439              Date: Wed, 13 Dec 2000 20:08:50 +0000
54440              Message-ID: <20001213200849.B71166@plum.flirble.org>
54441      Branch: perl
54442            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
54443            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
54444 ____________________________________________________________________________
54445 [  8118] By: jhi                                   on 2000/12/14  22:46:26
54446         Log: Integrate perlio.
54447      Branch: perl
54448           !> MANIFEST ext/Encode/compile makedef.pl
54449 ____________________________________________________________________________
54450 [  8117] By: nick                                  on 2000/12/14  22:38:53
54451         Log: Win32 tweaks to get Encode to build
54452              - temp hack to makedef.pl till PerlIO is properly "exported".
54453              - MSVC dislikes  
54454              static encpage_t foo[];
54455              so make 'em extern for now.
54456      Branch: perlio
54457            ! ext/Encode/compile makedef.pl
54458 ____________________________________________________________________________
54459 [  8116] By: nick                                  on 2000/12/14  22:00:53
54460         Log: Document the new files
54461      Branch: perlio
54462            ! MANIFEST
54463 ____________________________________________________________________________
54464 [  8115] By: jhi                                   on 2000/12/14  21:58:01
54465         Log: MANIFEST new files of #8114.
54466      Branch: perl
54467            ! MANIFEST
54468 ____________________________________________________________________________
54469 [  8114] By: jhi                                   on 2000/12/14  21:50:49
54470         Log: Integrate perlio.
54471      Branch: perl
54472           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
54473           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
54474           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
54475           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
54476           !> ext/Encode/Makefile.PL
54477 ____________________________________________________________________________
54478 [  8113] By: jhi                                   on 2000/12/14  21:48:49
54479         Log: The documentation part of the
54480              
54481              Subject: [ID 20001214.002] Net::Ping patch
54482              From: Jonathan Stowe <gellyfish@gellyfish.com>
54483              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
54484              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
54485              since the #7529 had already addressed the same problem.
54486      Branch: perl
54487            ! lib/Net/Ping.pm
54488 ____________________________________________________________________________
54489 [  8112] By: jhi                                   on 2000/12/14  21:42:57
54490         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
54491              From: Dominic Dunlop <domo@computer.org>
54492              Date: Tue, 12 Dec 2000 10:47:10 +0100
54493              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
54494              
54495              Document how elusive subroutines can be.
54496      Branch: perl
54497            ! pod/perlfunc.pod
54498 ____________________________________________________________________________
54499 [  8111] By: jhi                                   on 2000/12/14  21:38:05
54500         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
54501              From: Dominic Dunlop <domo@computer.org>
54502              Date: Thu, 14 Dec 2000 10:13:51 +0100
54503              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
54504      Branch: perl
54505            ! ext/POSIX/POSIX.pod
54506 ____________________________________________________________________________
54507 [  8110] By: jhi                                   on 2000/12/14  21:36:32
54508         Log: Subject: [patch] perlfaq7
54509              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
54510              Date: Thu, 14 Dec 2000 15:31:07 +0100
54511              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
54512      Branch: perl
54513            ! pod/perlfaq7.pod
54514 ____________________________________________________________________________
54515 [  8109] By: jhi                                   on 2000/12/14  21:29:20
54516         Log: Subject: [8104] Encode
54517              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54518              Date: Thu, 14 Dec 2000 14:49:34 +0100
54519              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
54520              
54521              Type casting for nervous compilers.
54522      Branch: perl
54523            ! ext/Encode/Encode.xs
54524 ____________________________________________________________________________
54525 [  8108] By: jhi                                   on 2000/12/14  21:26:17
54526         Log: Subject: [8104] DB_File
54527              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54528              Date: Thu, 14 Dec 2000 14:49:35 +0100
54529              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
54530              
54531              Type definition incorrect for DB 2.7.7.  Not known when it
54532              changed, so only changed it for a known revision.
54533      Branch: perl
54534            ! ext/DB_File/DB_File.xs
54535 ____________________________________________________________________________
54536 [  8107] By: jhi                                   on 2000/12/14  21:23:41
54537         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
54538              From: Peter Prymmer <pvhp@forte.com>
54539              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
54540              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
54541              
54542              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
54543      Branch: perl
54544            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
54545            ! ext/Encode/Encode/posix-bc.enc
54546 ____________________________________________________________________________
54547 [  8106] By: nick                                  on 2000/12/14  20:36:13
54548         Log: "Cold" build correction to Encode's Makefile.PL
54549      Branch: perlio
54550            ! ext/Encode/Makefile.PL
54551 ____________________________________________________________________________
54552 [  8105] By: nick                                  on 2000/12/14  20:09:37
54553         Log: "Compiled" encodings.
54554              Correct replacement character in EBCDIC .enc files
54555              Add 0x7F to ASCII repertoire.
54556      Branch: perlio
54557            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
54558            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
54559            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
54560            ! ext/Encode/Makefile.PL ext/Encode/compile
54561            ! ext/Encode/encengine.c ext/Encode/encode.h
54562 ____________________________________________________________________________
54563 [  8104] By: nick                                  on 2000/12/14  00:38:20
54564         Log: Integrate mainline
54565      Branch: perlio
54566           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
54567           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
54568           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
54569           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
54570           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
54571           !> t/lib/db-hash.t t/lib/db-recno.t
54572 ____________________________________________________________________________
54573 [  8103] By: nick                                  on 2000/12/13  23:16:13
54574         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
54575              so far and so it does not get lost.
54576      Branch: perlio
54577            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
54578 ____________________________________________________________________________
54579 [  8102] By: jhi                                   on 2000/12/13  17:14:22
54580         Log: Update Changes.
54581      Branch: perl
54582            ! Changes patchlevel.h
54583 ____________________________________________________________________________
54584 [  8101] By: jhi                                   on 2000/12/13  16:53:41
54585         Log: Move the proto of start_glob() to a better place; regen api files.
54586      Branch: perl
54587            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
54588 ____________________________________________________________________________
54589 [  8100] By: jhi                                   on 2000/12/13  16:47:11
54590         Log: Metaconfig change for #8099.
54591      Branch: metaconfig
54592            ! U/modified/Head.U
54593 ____________________________________________________________________________
54594 [  8099] By: jhi                                   on 2000/12/13  16:46:48
54595         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
54596              From: Andy Dougherty <doughera@lafayette.edu>
54597              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
54598              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
54599      Branch: perl
54600            ! Configure
54601 ____________________________________________________________________________
54602 [  8098] By: jhi                                   on 2000/12/13  16:39:02
54603         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
54604              From: rspier@pobox.com (Robert Spier)
54605              Date: Tue, 12 Dec 2000 21:12:39 -0500
54606              Message-ID: <14902.56087.678086.725773@rls.cx>
54607              
54608              fastgetcwd is defined using a glob alias on a $^O dependent basis -
54609              and there was no default assignment or perl subroutine.
54610      Branch: perl
54611            ! lib/Cwd.pm
54612 ____________________________________________________________________________
54613 [  8097] By: jhi                                   on 2000/12/13  16:16:01
54614         Log: Subject: [PATCH] move startglob out of pp_hot.c
54615              From: Nicholas Clark <nick@ccl4.org>
54616              Date: Mon, 11 Dec 2000 23:16:39 +0000
54617              Message-ID: <20001211231638.A55550@plum.flirble.org>
54618      Branch: perl
54619            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
54620 ____________________________________________________________________________
54621 [  8096] By: jhi                                   on 2000/12/13  15:26:23
54622         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
54623              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
54624              Date: Wed, 13 Dec 2000 14:01:37 +0100
54625              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
54626              
54627              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
54628              in turn requires libpthread in libswanted.
54629      Branch: perl
54630            ! hints/hpux.sh
54631 ____________________________________________________________________________
54632 [  8095] By: jhi                                   on 2000/12/12  19:51:05
54633         Log: The integration wars continue.
54634      Branch: perl
54635           !> sv.c
54636 ____________________________________________________________________________
54637 [  8094] By: jhi                                   on 2000/12/12  19:48:26
54638         Log: Subject: [PATCH perl@8070] DB_File-1.74  
54639              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
54640              Date: Mon, 11 Dec 2000 23:07:17 -0000
54641              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
54642      Branch: perl
54643            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
54644            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
54645            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
54646            ! t/lib/db-recno.t
54647 ____________________________________________________________________________
54648 [  8093] By: nick                                  on 2000/12/12  19:42:13
54649         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
54650      Branch: perlio
54651            ! sv.c
54652           !> lib/File/DosGlob.pm
54653 ____________________________________________________________________________
54654 [  8092] By: jhi                                   on 2000/12/12  19:28:11
54655         Log: Integrate perlio.
54656      Branch: perl
54657           !> sv.c
54658 ____________________________________________________________________________
54659 [  8091] By: nick                                  on 2000/12/12  18:49:45
54660         Log: Fix for Tk, and upgrading shared SVs.
54661      Branch: perlio
54662            ! sv.c
54663 ____________________________________________________________________________
54664 [  8090] By: jhi                                   on 2000/12/12  16:48:59
54665         Log: Subject: [PATCH] Re: Breadperl & Tk
54666              From: Nick Ing-Simmons <nik@tiuk.ti.com>
54667              Date: Tue, 12 Dec 2000 14:48:27 GMT
54668              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
54669      Branch: perl
54670            ! sv.c
54671 ____________________________________________________________________________
54672 [  8089] By: jhi                                   on 2000/12/12  03:37:19
54673         Log: Subject: DosGlob.pm diff for bash style brace expansion.
54674              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
54675              Date: Fri, 8 Dec 2000 10:45:30 -0600
54676              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
54677      Branch: perl
54678            ! lib/File/DosGlob.pm
54679 ____________________________________________________________________________
54680 [  8088] By: nick                                  on 2000/12/11  23:59:59
54681         Log: Integrate mainline
54682      Branch: perlio
54683           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
54684           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
54685           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
54686           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
54687           !> t/op/local.t t/pragma/warn/toke toke.c
54688 ____________________________________________________________________________
54689 [  8087] By: jhi                                   on 2000/12/11  23:20:23
54690         Log: Integrate perlio.
54691      Branch: perl
54692           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
54693 ____________________________________________________________________________
54694 [  8086] By: jhi                                   on 2000/12/11  22:50:59
54695         Log: Tune further the OS detection of CGI.
54696      Branch: perl
54697            ! lib/CGI.pm
54698 ____________________________________________________________________________
54699 [  8085] By: nick                                  on 2000/12/11  22:50:46
54700         Log: Finish 1st pass of "encoding" layer e.g. :
54701              open($fh,"<encoding(iso8859-7)",$greek) || die;
54702      Branch: perlio
54703            ! ext/Encode/Encode.xs perlio.c perliol.h
54704 ____________________________________________________________________________
54705 [  8084] By: jhi                                   on 2000/12/11  22:32:06
54706         Log: Revert the -f ambiguousity patch, seems to cause
54707              too much hassle (the interpret -Q as a function
54708              where Q is not a known filetest part is left in).
54709      Branch: perl
54710            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
54711            ! toke.c
54712 ____________________________________________________________________________
54713 [  8083] By: jhi                                   on 2000/12/11  22:27:23
54714         Log: (accidentally empty check-in)
54715      Branch: perl
54716            ! lib/File/DosGlob.pm
54717 ____________________________________________________________________________
54718 [  8082] By: nick                                  on 2000/12/11  19:09:51
54719         Log: Restore mmap function (broken by tweaks to shared buffer
54720              layer for encode(xxxx)).
54721      Branch: perlio
54722            ! perlio.c
54723 ____________________________________________________________________________
54724 [  8081] By: jhi                                   on 2000/12/11  18:29:13
54725         Log: Subject: Re: The long awaited feature ...
54726              From: Simon Cozens <simon@cozens.net>
54727              Date: Mon, 11 Dec 2000 15:54:24 +0000
54728              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
54729              
54730              More io/utf8 tests.
54731      Branch: perl
54732            ! t/io/utf8.t
54733 ____________________________________________________________________________
54734 [  8080] By: jhi                                   on 2000/12/11  18:19:36
54735         Log: Subject: PATCH MakeMaker manpage clarification
54736              From: andreas.koenig@anima.de (Andreas J. Koenig)
54737              Date: 10 Dec 2000 20:46:13 +0100
54738              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
54739      Branch: perl
54740            ! lib/ExtUtils/MakeMaker.pm
54741 ____________________________________________________________________________
54742 [  8079] By: jhi                                   on 2000/12/11  15:35:07
54743         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
54744              From: Simon Cozens <simon@cozens.net>
54745              Date: Sun, 10 Dec 2000 19:06:19 +0000
54746              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
54747      Branch: perl
54748            ! ext/B/B/Deparse.pm t/lib/b.t
54749 ____________________________________________________________________________
54750 [  8078] By: jhi                                   on 2000/12/11  15:09:11
54751         Log: Subject: [PATCH] docs on NaN
54752              From: Nicholas Clark <nick@ccl4.org>
54753              Date: Mon, 11 Dec 2000 01:48:38 +0000
54754              Message-ID: <20001211014838.B99205@plum.flirble.org>
54755      Branch: perl
54756            ! pod/perlop.pod
54757 ____________________________________________________________________________
54758 [  8077] By: jhi                                   on 2000/12/11  15:02:21
54759         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
54760              From: Simon Cozens <simon@cozens.net>
54761              Date: Mon, 11 Dec 2000 01:21:45 +0000
54762              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
54763      Branch: perl
54764            ! pp.c pp_hot.c scope.c t/op/local.t
54765 ____________________________________________________________________________
54766 [  8076] By: nick                                  on 2000/12/10  20:43:32
54767         Log: Not merge worthy...
54768              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
54769              syntax is modelled on attributes.
54770              Untested fix for io/utf8 on Win32 etc.
54771              Very clumsy start to the encode layer.
54772      Branch: perlio
54773            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
54774 ____________________________________________________________________________
54775 [  8075] By: jhi                                   on 2000/12/10  18:39:33
54776         Log: Darwin is not Windows.
54777      Branch: perl
54778            ! lib/CGI.pm
54779 ____________________________________________________________________________
54780 [  8074] By: jhi                                   on 2000/12/10  18:31:27
54781         Log: Subject: Ambiguous -%c() resolved as a file test
54782              From: "Paul Marquess" <Paul.Marquess@openwave.com>
54783              Date: Sun, 10 Dec 2000 15:35:07 -0000
54784              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
54785      Branch: perl
54786            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
54787 ____________________________________________________________________________
54788 [  8073] By: jhi                                   on 2000/12/10  18:16:29
54789         Log: Subject: PATCH installperl misinformed 
54790              From: andreas.koenig@anima.de (Andreas J. Koenig)
54791              Date: 10 Dec 2000 13:01:32 +0100 
54792              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
54793      Branch: perl
54794            ! installperl
54795 ____________________________________________________________________________
54796 [  8072] By: jhi                                   on 2000/12/10  18:07:55
54797         Log: The walkoptree confusion rages; walkoptree() seems to be coming
54798              from B.xs, while walkoptree_slow() comes from B.pm.
54799      Branch: perl
54800            ! ext/B/B.pm
54801 ____________________________________________________________________________
54802 [  8071] By: nick                                  on 2000/12/10  11:45:47
54803         Log: Integrate mainline
54804      Branch: perlio
54805           +> t/base/commonsense.t
54806           !> (integrate 37 files)
54807 ____________________________________________________________________________
54808 [  8070] By: jhi                                   on 2000/12/10  04:46:21
54809         Log: Update Changes.
54810      Branch: perl
54811            ! Changes patchlevel.h
54812 ____________________________________________________________________________
54813 [  8069] By: jhi                                   on 2000/12/10  04:39:19
54814         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
54815              From: andreas.koenig@anima.de (Andreas J. Koenig)
54816              Date: 09 Dec 2000 17:14:25 +0100
54817              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
54818      Branch: perl
54819            + t/base/commonsense.t
54820            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
54821 ____________________________________________________________________________
54822 [  8068] By: jhi                                   on 2000/12/10  04:17:36
54823         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
54824              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
54825              Date: Sat, 9 Dec 2000 16:47:22 -0000
54826              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
54827      Branch: perl
54828            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
54829            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
54830            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
54831            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
54832            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
54833            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
54834            ! t/lib/sdbm.t
54835 ____________________________________________________________________________
54836 [  8067] By: jhi                                   on 2000/12/10  03:52:02
54837         Log: Test case for #8066.
54838      Branch: perl
54839            ! t/op/misc.t
54840 ____________________________________________________________________________
54841 [  8066] By: jhi                                   on 2000/12/10  03:50:30
54842         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
54843              From: Simon Cozens <simon@cozens.net>
54844              Date: Sun, 10 Dec 2000 00:55:37 +0000
54845              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
54846      Branch: perl
54847            ! pp_sys.c
54848 ____________________________________________________________________________
54849 [  8065] By: jhi                                   on 2000/12/10  03:44:52
54850         Log: Test case for #8064.
54851      Branch: perl
54852            ! t/comp/proto.t
54853 ____________________________________________________________________________
54854 [  8064] By: jhi                                   on 2000/12/10  03:42:32
54855         Log: Subject: Re: prototype of substr
54856              From: Simon Cozens <simon@cozens.net>
54857              Date: Sun, 10 Dec 2000 00:13:33 +0000
54858              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
54859              
54860              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
54861              In other words, make the returned prototypes for any function
54862              stop prepending the ';' optionality marker after the first one.
54863              If they start getting optional, all the rest are optional.
54864      Branch: perl
54865            ! pp.c
54866 ____________________________________________________________________________
54867 [  8063] By: jhi                                   on 2000/12/10  03:39:42
54868         Log: Subject: [PATCH] perlguts.pod
54869              From: Simon Cozens <simon@cozens.net>
54870              Date: Sun, 10 Dec 2000 00:06:47 +0000
54871              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
54872              
54873              Documentation of the different types of ops,
54874              plus the functions in dump.c
54875      Branch: perl
54876            ! pod/perlguts.pod
54877 ____________________________________________________________________________
54878 [  8062] By: jhi                                   on 2000/12/10  03:30:04
54879         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
54880              From: Nicholas Clark <nick@talking.bollo.cx>
54881              Date: Sat, 09 Dec 2000 18:57:25 +0000
54882              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
54883              
54884              Be more robust in weird hostname setups.
54885      Branch: perl
54886            ! t/lib/net-hostent.t
54887 ____________________________________________________________________________
54888 [  8061] By: jhi                                   on 2000/12/10  03:28:21
54889         Log: Pacify fussy compiler. 
54890      Branch: perl
54891            ! pp_sys.c
54892 ____________________________________________________________________________
54893 [  8060] By: jhi                                   on 2000/12/10  02:52:46
54894         Log: Integrate perlio.
54895      Branch: perl
54896           !> pp_sys.c t/io/utf8.t
54897 ____________________________________________________________________________
54898 [  8059] By: nick                                  on 2000/12/09  23:40:14
54899         Log: read/sysread/recv should now be utf8 aware.
54900              Basic test for utf8 read.
54901      Branch: perlio
54902            ! pp_sys.c t/io/utf8.t
54903 ____________________________________________________________________________
54904 [  8058] By: jhi                                   on 2000/12/09  21:56:02
54905         Log: Integrate perlio.
54906      Branch: perl
54907           +> t/io/utf8.t
54908           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
54909 ____________________________________________________________________________
54910 [  8057] By: jhi                                   on 2000/12/09  21:53:35
54911         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
54912              From: Inaba Hiroto <inaba@st.rim.or.jp>
54913              Date: Sun, 10 Dec 2000 05:53:21 +0900
54914              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
54915              
54916              Tests for #8056.
54917      Branch: perl
54918            ! t/op/each.t
54919 ____________________________________________________________________________
54920 [  8056] By: jhi                                   on 2000/12/09  21:51:16
54921         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
54922              From: Inaba Hiroto <inaba@st.rim.or.jp>
54923              Date: Sat, 09 Dec 2000 18:02:00 +0900
54924              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
54925              
54926              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
54927      Branch: perl
54928            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
54929 ____________________________________________________________________________
54930 [  8055] By: nick                                  on 2000/12/09  20:11:48
54931         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
54932              than raw PerlIO_write() - does not seem to break any tests.
54933      Branch: perlio
54934            ! pp_sys.c
54935 ____________________________________________________________________________
54936 [  8054] By: nick                                  on 2000/12/09  19:47:30
54937         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
54938              (sysread, recv and write i.e. formats still to do...)
54939              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
54940              open($fh,">:utf8","name")
54941              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
54942              so no extra overhead is involved.
54943              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
54944              to a non-utf8 stream.
54945              Add initial io/utf8.t
54946              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
54947              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
54948              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
54949      Branch: perlio
54950            + t/io/utf8.t
54951            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
54952 ____________________________________________________________________________
54953 [  8053] By: nick                                  on 2000/12/09  19:26:37
54954         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
54955              was only testing this_utf8.
54956      Branch: perlio
54957            ! toke.c
54958 ____________________________________________________________________________
54959 [  8052] By: nick                                  on 2000/12/09  19:09:41
54960         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
54961              i.e. the output string has one, but don't mess with source assumption.
54962      Branch: perlio
54963            ! toke.c
54964 ____________________________________________________________________________
54965 [  8051] By: jhi                                   on 2000/12/09  16:55:17
54966         Log: Integrate perlio.
54967      Branch: perl
54968           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
54969           !> sv.c thrdvar.h util.c
54970 ____________________________________________________________________________
54971 [  8050] By: jhi                                   on 2000/12/09  16:48:07
54972         Log: Nits noticed by Peter Prymmer.
54973      Branch: perl
54974            ! lib/ExtUtils/MM_VMS.pm
54975 ____________________________________________________________________________
54976 [  8049] By: nick                                  on 2000/12/09  13:49:40
54977         Log: UTF8 output prework.
54978              - Store $\ and $, as SVs so they can have SvUTF8 flag
54979              - use do_print() rather than raw PerlIO_write() to print them.
54980      Branch: perlio
54981            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
54982            ! thrdvar.h util.c
54983 ____________________________________________________________________________
54984 [  8048] By: nick                                  on 2000/12/09  12:30:43
54985         Log: Integrate mainline.
54986      Branch: perlio
54987           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
54988           +> t/op/reverse.t
54989           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
54990           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
54991           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
54992           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
54993           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
54994           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
54995 ____________________________________________________________________________
54996 [  8047] By: jhi                                   on 2000/12/09  00:23:27
54997         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
54998              From: Michael G Schwern <schwern@pobox.com>
54999              Date: Fri, 8 Dec 2000 14:43:04 -0600
55000      Branch: perl
55001            ! lib/ExtUtils/MM_VMS.pm
55002 ____________________________________________________________________________
55003 [  8046] By: jhi                                   on 2000/12/08  23:10:27
55004         Log: A missed check-in.
55005      Branch: perl
55006            ! lib/ExtUtils/Manifest.pm
55007 ____________________________________________________________________________
55008 [  8045] By: jhi                                   on 2000/12/08  21:57:12
55009         Log: (null check-in)
55010      Branch: perl
55011            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
55012 ____________________________________________________________________________
55013 [  8044] By: jhi                                   on 2000/12/08  21:11:06
55014         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
55015              at the final draft stage.
55016      Branch: perl
55017            + ext/Encode/Encode/iso8859-16.enc
55018            ! MANIFEST
55019 ____________________________________________________________________________
55020 [  8043] By: jhi                                   on 2000/12/08  16:39:04
55021         Log: Update Changes.
55022      Branch: perl
55023            ! Changes patchlevel.h
55024 ____________________________________________________________________________
55025 [  8042] By: jhi                                   on 2000/12/08  16:33:39
55026         Log: Do not return the Unicode replacement character if UTF-8
55027              decoding goes awry, it should be up to the caller to decide.
55028      Branch: perl
55029            ! pod/perlapi.pod utf8.c
55030 ____________________________________________________________________________
55031 [  8041] By: jhi                                   on 2000/12/08  16:22:28
55032         Log: metaconfig maintenance.
55033      Branch: metaconfig
55034            ! U/modified/stdchar.U
55035      Branch: metaconfig/U/perl
55036            + testsyml.U
55037 ____________________________________________________________________________
55038 [  8040] By: jhi                                   on 2000/12/08  16:03:08
55039         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
55040              From: sthoenna@efn.org
55041              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
55042              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
55043      Branch: perl
55044            ! Changes lib/ExtUtils/MM_OS2.pm
55045 ____________________________________________________________________________
55046 [  8039] By: jhi                                   on 2000/12/08  15:57:11
55047         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
55048              From: Simon Cozens <simon@cozens.net>
55049              Date: Fri, 8 Dec 2000 13:33:31 +0000
55050              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
55051              
55052              (The pp_hot part needed a rewrite.)
55053      Branch: perl
55054            ! doop.c pp_hot.c utf8.c
55055 ____________________________________________________________________________
55056 [  8038] By: jhi                                   on 2000/12/08  15:25:08
55057         Log: Subject: djSP
55058              From: Michael Stevens <michael@etla.org>
55059              Date: Wed, 6 Dec 2000 23:24:01 +0000
55060              Message-ID: <20001206232400.A21381@firedrake.org>
55061              
55062              Plus a note from Nick Ing-Simmons.
55063      Branch: perl
55064            ! pp.h
55065 ____________________________________________________________________________
55066 [  8037] By: jhi                                   on 2000/12/08  15:18:35
55067         Log: Filetype is text.
55068      Branch: perl
55069            ! t/op/utf8decode.t
55070 ____________________________________________________________________________
55071 [  8036] By: jhi                                   on 2000/12/08  03:31:27
55072         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
55073              From: Andy Dougherty <doughera@lafayette.edu>
55074              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
55075              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
55076              
55077              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
55078              From: Andy Dougherty <doughera@lafayette.edu>
55079              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
55080              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
55081      Branch: perl
55082            + ext/POSIX/hints/svr4.pl
55083            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
55084 ____________________________________________________________________________
55085 [  8035] By: jhi                                   on 2000/12/08  03:26:01
55086         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
55087              From: Andy Dougherty <doughera@lafayette.edu>
55088              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
55089              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
55090      Branch: perl
55091            ! t/README t/base/term.t
55092 ____________________________________________________________________________
55093 [  8034] By: jhi                                   on 2000/12/08  03:21:59
55094         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
55095              From: mjd@plover.com  
55096              Date: 7 Dec 2000 21:04:20 -0000
55097              Message-ID: <20001207210420.22282.qmail@plover.com>
55098              
55099              Plus -z doc.
55100      Branch: perl
55101            ! pod/perlfunc.pod
55102 ____________________________________________________________________________
55103 [  8033] By: jhi                                   on 2000/12/08  03:19:03
55104         Log: Use the UTF8 macros a bit.  They can't be used with abandon
55105              everywhere because we do generate illegal UTF-8 in some situations.
55106              This is of course naughty.
55107      Branch: perl
55108            ! pod/perlapi.pod utf8.c utf8.h
55109 ____________________________________________________________________________
55110 [  8032] By: jhi                                   on 2000/12/08  03:00:09
55111         Log: Out of sync?
55112      Branch: perl
55113            ! t/pragma/warn/utf8
55114 ____________________________________________________________________________
55115 [  8031] By: jhi                                   on 2000/12/08  02:22:39
55116         Log: Cnt spl.
55117      Branch: perl
55118            ! MANIFEST
55119 ____________________________________________________________________________
55120 [  8030] By: jhi                                   on 2000/12/08  01:23:54
55121         Log: Add test for reverse().
55122      Branch: perl
55123            + t/op/reverse.t
55124            ! MANIFEST
55125 ____________________________________________________________________________
55126 [  8029] By: jhi                                   on 2000/12/08  01:21:47
55127         Log: Integrate perlio.
55128      Branch: perl
55129           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
55130           !> perlio.c perlio.h perlsdio.h warnings.pl
55131 ____________________________________________________________________________
55132 [  8028] By: jhi                                   on 2000/12/08  01:19:08
55133         Log: Introduce macros for UTF8 decoding.
55134      Branch: perl
55135            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
55136 ____________________________________________________________________________
55137 [  8027] By: nick                                  on 2000/12/07  22:18:19
55138         Log: Integrate mainline
55139      Branch: perlio
55140           !> embed.pl pod/perlapi.pod utf8.c
55141 ____________________________________________________________________________
55142 [  8026] By: nick                                  on 2000/12/07  21:45:08
55143         Log: Various oddities p4 diff -se showed up
55144              Remove 'our' from warnings.pl
55145      Branch: perlio
55146            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
55147 ____________________________________________________________________________
55148 [  8025] By: nick                                  on 2000/12/07  21:43:32
55149         Log: Change PerlIO_(get|set)pos to take SV *
55150              Should fix, OS/2, VMS, (sfio??)
55151      Branch: perlio
55152            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
55153 ____________________________________________________________________________
55154 [  8024] By: jhi                                   on 2000/12/07  19:05:32
55155         Log: Document utf8_to_uv() better.
55156      Branch: perl
55157            ! pod/perlapi.pod utf8.c
55158 ____________________________________________________________________________
55159 [  8023] By: jhi                                   on 2000/12/07  18:23:47
55160         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
55161      Branch: perl
55162            ! embed.pl pod/perlapi.pod utf8.c
55163 ____________________________________________________________________________
55164 [  8022] By: jhi                                   on 2000/12/07  04:13:51
55165         Log: Integrate perlio.
55166      Branch: perl
55167           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
55168           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
55169           !> win32/makefile.mk
55170 ____________________________________________________________________________
55171 [  8021] By: nick                                  on 2000/12/07  00:28:14
55172         Log: Various attempts at MSVC debug - not sure what has
55173              changed but works now. 
55174              Seems atexit() _may_ work for DLLs built with MSVC so don't
55175              call cleanup that way.
55176      Branch: perlio
55177            ! perlio.c win32/makefile.mk
55178 ____________________________________________________________________________
55179 [  8020] By: nick                                  on 2000/12/06  19:57:20
55180         Log: Integrate mainline
55181      Branch: perlio
55182           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
55183           !> (integrate 75 files)
55184 ____________________________________________________________________________
55185 [  8019] By: nick                                  on 2000/12/06  19:28:21
55186         Log: Add useperlio to config.vc
55187              Turn off binmode in config_H.PL
55188              Regen all the config_H.xx
55189              Attempt to get debugging build with MSVC.
55190      Branch: perlio
55191            ! win32/config.vc win32/config_H.bc win32/config_H.gc
55192            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
55193 ____________________________________________________________________________
55194 [  8018] By: nick                                  on 2000/12/06  19:21:57
55195         Log: Test various dup/external program options on all platforms.
55196      Branch: perlio
55197            ! t/io/dup.t
55198 ____________________________________________________________________________
55199 [  8017] By: nick                                  on 2000/12/06  19:20:47
55200         Log: Fix harness to be less picky
55201      Branch: perlio
55202            ! lib/Test/Harness.pm
55203 ____________________________________________________________________________
55204 [  8016] By: jhi                                   on 2000/12/06  16:45:12
55205         Log: Update Changes.
55206      Branch: perl
55207            ! Changes patchlevel.h
55208 ____________________________________________________________________________
55209 [  8015] By: jhi                                   on 2000/12/06  16:41:03
55210         Log: Test \x{...} with ord().
55211      Branch: perl
55212            ! t/op/ord.t
55213 ____________________________________________________________________________
55214 [  8014] By: jhi                                   on 2000/12/06  16:20:33
55215         Log: Test tweak because of #8013.
55216      Branch: perl
55217            ! t/lib/b.t
55218 ____________________________________________________________________________
55219 [  8013] By: jhi                                   on 2000/12/06  16:09:09
55220         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
55221              From: Michael G Schwern <schwern@pobox.com>
55222              Date: Tue, 5 Dec 2000 21:23:28 -0500
55223              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
55224              
55225              Carp::Heavy parts not very applicable because of recent changes.
55226      Branch: perl
55227            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
55228            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
55229            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
55230            ! lib/Exporter.pm lib/Exporter/Heavy.pm
55231            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
55232            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
55233            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
55234            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
55235            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
55236            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
55237            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
55238            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
55239            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
55240            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
55241            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
55242            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
55243            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
55244            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
55245            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
55246            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
55247            ! warnings.pl
55248 ____________________________________________________________________________
55249 [  8012] By: jhi                                   on 2000/12/06  15:22:38
55250         Log: Subject: [PATCH] Re: New harness is failing things
55251              From: Nick Ing-Simmons <nik@tiuk.ti.com>
55252              Date: Wed, 6 Dec 2000 13:00:30 GMT
55253              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
55254      Branch: perl
55255            ! lib/Test/Harness.pm
55256 ____________________________________________________________________________
55257 [  8011] By: jhi                                   on 2000/12/06  15:12:08
55258         Log: Subject: installhtml changes
55259              From: Michael Stevens <michael@etla.org>
55260              Date: Wed, 6 Dec 2000 13:15:53 +0000
55261              Message-ID: <20001206131553.A27317@firedrake.org>
55262      Branch: perl
55263            ! installhtml
55264 ____________________________________________________________________________
55265 [  8010] By: jhi                                   on 2000/12/06  15:06:05
55266         Log: Subject: the dTHR hits
55267              From: Michael Stevens <michael@etla.org>
55268              Date: Wed, 6 Dec 2000 12:06:03 +0000
55269              Message-ID: <20001206120603.A24581@firedrake.org>
55270              
55271              More, errrm, less dTHRs.
55272      Branch: perl
55273            ! bytecode.pl ext/B/B/C.pm
55274 ____________________________________________________________________________
55275 [  8009] By: jhi                                   on 2000/12/06  15:04:25
55276         Log: Subject: MakeMaker mailing list gone?
55277              From: Michael G Schwern <schwern@pobox.com>
55278              Date: Tue, 5 Dec 2000 19:29:59 -0500
55279              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
55280              
55281              The MakeMaker mailing list is dead, perlbug is the right
55282              address to report bugs.
55283      Branch: perl
55284            ! lib/ExtUtils/MakeMaker.pm
55285 ____________________________________________________________________________
55286 [  8008] By: jhi                                   on 2000/12/06  15:00:32
55287         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
55288              From: Michael G Schwern <schwern@pobox.com>
55289              Date: Tue, 5 Dec 2000 19:21:21 -0500
55290              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
55291              
55292              Add a default MANIFEST skip that ignores things like
55293              version control files, editor temporary files, and the Makefile.
55294      Branch: perl
55295            + lib/ExtUtils/MANIFEST.SKIP
55296            ! MANIFEST lib/ExtUtils/Manifest.pm
55297 ____________________________________________________________________________
55298 [  8007] By: jhi                                   on 2000/12/06  14:57:20
55299         Log: In Amiga more manual hackery of the scripts seems to be needed,
55300              from Jan-Erik Karlsson.  Why Configure does not get this right
55301              is unknown, may be shell-induced.
55302      Branch: perl
55303            ! README.amiga
55304 ____________________________________________________________________________
55305 [  8006] By: jhi                                   on 2000/12/05  23:53:12
55306         Log: Add TOPm1s to peek at the second topmost stack item.
55307      Branch: perl
55308            ! pp.h
55309 ____________________________________________________________________________
55310 [  8005] By: jhi                                   on 2000/12/05  23:13:55
55311         Log: Avaunt, you foul UTF-8 tests.
55312      Branch: perl
55313            ! t/op/ver.t t/pragma/utf8.t
55314 ____________________________________________________________________________
55315 [  8004] By: jhi                                   on 2000/12/05  23:09:54
55316         Log: Continue utf8 dispersal. 
55317      Branch: perl
55318            + t/op/concat.t
55319            ! MANIFEST t/pragma/utf8.t
55320 ____________________________________________________________________________
55321 [  8003] By: nick                                  on 2000/12/05  23:02:39
55322         Log: Integrate mainline.
55323      Branch: perlio
55324           +> t/op/length.t t/op/utf8decode.t
55325           !> (integrate 69 files)
55326 ____________________________________________________________________________
55327 [  8002] By: jhi                                   on 2000/12/05  22:59:28
55328         Log: Integrate perlio.
55329      Branch: perl
55330           !> iperlsys.h perl.c perlio.c win32/perllib.c
55331 ____________________________________________________________________________
55332 [  8001] By: nick                                  on 2000/12/05  22:07:52
55333         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
55334              - calloc/free suffer from damage on TerminateThread()
55335              - use PerlMemShared (as originally planned) now fixed
55336              - avoid doing anything important on DLL "detach".
55337      Branch: perlio
55338            ! perl.c perlio.c win32/perllib.c
55339 ____________________________________________________________________________
55340 [  8000] By: nick                                  on 2000/12/05  21:05:09
55341         Log: Fix gross PerlMemShared issue.
55342      Branch: perlio
55343            ! iperlsys.h
55344 ____________________________________________________________________________
55345 [  7999] By: jhi                                   on 2000/12/05  20:46:58
55346         Log: Test for Unicode (UTF-8) hash keys.
55347      Branch: perl
55348            ! t/op/each.t
55349 ____________________________________________________________________________
55350 [  7998] By: jhi                                   on 2000/12/05  20:30:35
55351         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
55352              is now always UTF-8), empty line cosmetics.
55353      Branch: perl
55354            ! t/pragma/utf8.t
55355 ____________________________________________________________________________
55356 [  7997] By: jhi                                   on 2000/12/05  20:15:40
55357         Log: Subject: Re: STRLEN - what?
55358              From: Andy Dougherty <doughera@lafayette.edu>
55359              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
55360              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
55361              
55362              Explain STRLEN.
55363      Branch: perl
55364            ! pod/perlguts.pod
55365 ____________________________________________________________________________
55366 [  7996] By: jhi                                   on 2000/12/05  20:13:34
55367         Log: Split off the UTF-8 decoder tests, make them to check also
55368              the error message.
55369      Branch: perl
55370            + t/op/utf8decode.t
55371            ! MANIFEST t/pragma/utf8.t utf8.c
55372 ____________________________________________________________________________
55373 [  7995] By: jhi                                   on 2000/12/05  16:39:47
55374         Log: Start migrating bits of pragma/utf8 to elsewhere
55375              (since the long term plan is to obsolete 'use utf8').
55376      Branch: perl
55377            + t/op/length.t
55378            ! MANIFEST t/pragma/utf8.t
55379 ____________________________________________________________________________
55380 [  7994] By: jhi                                   on 2000/12/05  16:30:21
55381         Log: Fix a manual edit typo from #7993, fix the message formatting
55382              for Unicode, add few our declarations.
55383      Branch: perl
55384            ! lib/Carp/Heavy.pm
55385 ____________________________________________________________________________
55386 [  7993] By: jhi                                   on 2000/12/05  16:09:15
55387         Log: Subject: Need help with warnings :-(
55388              From: "Ben Tilly" <ben_tilly@hotmail.com>
55389              Date: Tue, 05 Dec 2000 01:35:54 -0500
55390              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
55391              
55392              Subject: UPDATE: Carp/Heavy now passes all tests
55393              From: "Ben Tilly" <ben_tilly@hotmail.com>
55394              Date: Tue, 05 Dec 2000 07:59:41 -0500
55395              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
55396              
55397              The Brave New Carp.
55398      Branch: perl
55399            ! lib/Carp.pm lib/Carp/Heavy.pm
55400 ____________________________________________________________________________
55401 [  7992] By: jhi                                   on 2000/12/05  15:55:08
55402         Log: Subject: [PATCH perl@7979] cygwin port
55403              From: "Eric Fifer" <efifer@dircon.co.uk>
55404              Date: Tue, 5 Dec 2000 14:04:09 -0000
55405              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
55406      Branch: perl
55407            ! t/lib/net-hostent.t
55408 ____________________________________________________________________________
55409 [  7991] By: jhi                                   on 2000/12/05  15:52:34
55410         Log: Subject: Re: [PATCH] The largest hoax of all times?
55411              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55412              Date: Tue, 5 Dec 2000 00:40:25 -0500
55413              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
55414              
55415              Subject: Re: [PATCH] The largest hoax of all times?
55416              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55417              Date: Mon, 4 Dec 2000 23:55:53 -0500
55418              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
55419              
55420              Subject: Re: [PATCH] The largest hoax of all times?
55421              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55422              Date: Tue, 5 Dec 2000 01:28:45 -0500
55423              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
55424              
55425              Fix the unpredictable order of DESTROYs.
55426      Branch: perl
55427            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
55428            ! sv.c sv.h t/op/ref.t
55429 ____________________________________________________________________________
55430 [  7990] By: jhi                                   on 2000/12/05  14:38:53
55431         Log: Subject: [PATCH] shrink pp_hot fractionally
55432              From: Nicholas Clark <nick@ccl4.org>
55433              Date: Tue, 5 Dec 2000 12:44:31 +0000
55434              Message-ID: <20001205124431.E74518@plum.flirble.org>
55435              
55436              Use report_evil_fh().
55437      Branch: perl
55438            ! opcode.pl opnames.h pp_hot.c util.c
55439 ____________________________________________________________________________
55440 [  7989] By: jhi                                   on 2000/12/05  14:21:27
55441         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
55442              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55443              Date: Mon, 04 Dec 2000 22:21:59 -0800
55444              Message-ID: <HmIL6gzkgepS092yn@efn.org>
55445              
55446              Harness shouldn't ignore responses like "ok 3\r\r\n".
55447      Branch: perl
55448            ! lib/Test/Harness.pm
55449 ____________________________________________________________________________
55450 [  7988] By: jhi                                   on 2000/12/05  13:51:28
55451         Log: Integrate the "skip" messages to explain().
55452      Branch: perl
55453            ! t/lib/syslfs.t t/op/lfs.t
55454 ____________________________________________________________________________
55455 [  7987] By: jhi                                   on 2000/12/05  12:34:54
55456         Log: The one that got away in #7984.
55457              
55458              Subject: Re: dTHR - what and why?
55459              From: Michael Stevens <michael@etla.org> 
55460              Date: Tue, 5 Dec 2000 11:15:52 +0000
55461              Message-ID: <20001205111552.A4647@firedrake.org>
55462      Branch: perl
55463            ! sv.h
55464 ____________________________________________________________________________
55465 [  7986] By: gsar                                  on 2000/12/05  09:14:44
55466         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
55467              due to the notorious GetFileType() bug in Windows 9x, which fstat()
55468              tickles)
55469      Branch: perl
55470            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
55471 ____________________________________________________________________________
55472 [  7985] By: jhi                                   on 2000/12/05  05:49:03
55473         Log: Integrate perlio.
55474      Branch: perl
55475           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
55476           !> win32/perlhost.h win32/perllib.c
55477 ____________________________________________________________________________
55478 [  7984] By: jhi                                   on 2000/12/05  05:48:16
55479         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
55480      Branch: perl
55481            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
55482            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
55483            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
55484            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
55485            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
55486            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
55487            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
55488            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
55489            ! win32/win32.c
55490 ____________________________________________________________________________
55491 [  7983] By: nick                                  on 2000/12/04  23:27:43
55492         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
55493      Branch: perlio
55494            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
55495            ! win32/perlhost.h win32/perllib.c
55496 ____________________________________________________________________________
55497 [  7982] By: jhi                                   on 2000/12/04  19:44:09
55498         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
55499              uncovered by #7980.
55500      Branch: perl
55501            ! op.c
55502 ____________________________________________________________________________
55503 [  7981] By: jhi                                   on 2000/12/04  19:42:07
55504         Log: Subject: [PATCH] Trivial dump.c feature
55505              From: Simon Cozens <simon@cozens.net>
55506              Date: Mon, 4 Dec 2000 18:08:38 +0000
55507              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
55508              
55509              Show whether a constant is UTF-8.
55510      Branch: perl
55511            ! dump.c
55512 ____________________________________________________________________________
55513 [  7980] By: jhi                                   on 2000/12/04  19:36:51
55514         Log: UTF-8 hash keys, patch from Inaba Hiroto.
55515      Branch: perl
55516            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
55517 ____________________________________________________________________________
55518 [  7979] By: jhi                                   on 2000/12/04  17:36:28
55519         Log: Update Changes.
55520      Branch: perl
55521            ! Changes patchlevel.h
55522 ____________________________________________________________________________
55523 [  7978] By: jhi                                   on 2000/12/04  16:42:17
55524         Log: Retract #7977, still too volatile (the euphemism of the day
55525              for unfinished and buggy :-)
55526      Branch: perl
55527            ! doop.c hv.c pp.c sv.h
55528 ____________________________________________________________________________
55529 [  7977] By: jhi                                   on 2000/12/04  16:25:15
55530         Log: (Retracted by #7978, too shaky yet.)
55531              
55532              Subject: Re: utf8 in hash keys, implementor missing
55533              From: Simon Cozens <simon@cozens.net>
55534              Date: Sat, 2 Dec 2000 19:49:35 +0000
55535              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
55536              
55537              The first step at UTF-8 hash keys.
55538      Branch: perl
55539            ! doop.c hv.c pp.c sv.h
55540 ____________________________________________________________________________
55541 [  7976] By: jhi                                   on 2000/12/04  16:13:53
55542         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
55543              From: sthoenna@efn.org
55544              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
55545              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
55546      Branch: perl
55547            ! os2/os2.c perlio.c
55548 ____________________________________________________________________________
55549 [  7975] By: jhi                                   on 2000/12/04  16:05:25
55550         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
55551              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55552              Date: Thu, 30 Nov 2000 20:50:37 -0800
55553              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
55554      Branch: perl
55555            ! os2/os2.c
55556 ____________________________________________________________________________
55557 [  7974] By: jhi                                   on 2000/12/04  16:03:57
55558         Log: Subject: [PATCH] ++ 20% faster
55559              From: Nicholas Clark <nick@ccl4.org>
55560              Date: Mon, 4 Dec 2000 12:17:27 +0000
55561              Message-ID: <20001204121726.B52976@plum.flirble.org>
55562              
55563              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
55564      Branch: perl
55565            ! sv.c
55566 ____________________________________________________________________________
55567 [  7973] By: jhi                                   on 2000/12/04  16:00:48
55568         Log: 
55569              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
55570              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55571              Date: Mon, 04 Dec 2000 12:30:45 +0100
55572              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
55573              
55574              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
55575              library (getprotobyname and getprotobynumber are outversioned by
55576              the same calls in libc, at least for xlc version 3.
55577      Branch: perl
55578            ! hints/aix.sh
55579 ____________________________________________________________________________
55580 [  7972] By: jhi                                   on 2000/12/04  02:58:31
55581         Log: Integrate perlio.
55582      Branch: perl
55583           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
55584           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
55585           !> win32/win32.h win32/win32iop.h win32/win32thread.h
55586 ____________________________________________________________________________
55587 [  7971] By: nick                                  on 2000/12/04  00:24:33
55588         Log: Quieten some noise in Win32 builds:
55589              - win32.h is included after <sys/socket.h>, so need to 
55590              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
55591              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
55592      Branch: perlio
55593            ! doio.c perl.h toke.c win32/win32.h
55594 ____________________________________________________________________________
55595 [  7970] By: nick                                  on 2000/12/03  22:57:46
55596         Log: PERL_IMPLICIT_SYS compiles but does not work.
55597      Branch: perlio
55598            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
55599            ! win32/perlhost.h win32/perllib.c win32/win32.h
55600            ! win32/win32iop.h win32/win32thread.h
55601 ____________________________________________________________________________
55602 [  7969] By: jhi                                   on 2000/12/03  22:12:58
55603         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
55604              used to swash_init(), makes regprop() dumps more informative
55605              (+utf8::IsAlpha, -utf8::IsDigit, for example).
55606      Branch: perl
55607            ! regcomp.c regexec.c
55608 ____________________________________________________________________________
55609 [  7968] By: jhi                                   on 2000/12/03  21:39:56
55610         Log: Implement ANYOFUTF8 regprop() dumping.
55611      Branch: perl
55612            ! regcomp.c
55613 ____________________________________________________________________________
55614 [  7967] By: jhi                                   on 2000/12/03  20:57:19
55615         Log: Make uv_to_utf8() to zero-terminate its output buffer,
55616              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
55617      Branch: perl
55618            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
55619 ____________________________________________________________________________
55620 [  7966] By: nick                                  on 2000/12/03  18:41:21
55621         Log: Integrate mainline (STDCHAR)
55622      Branch: perlio
55623           !> Configure t/pragma/utf8.t
55624 ____________________________________________________________________________
55625 [  7965] By: jhi                                   on 2000/12/03  17:58:20
55626         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
55627      Branch: perl
55628            ! t/pragma/utf8.t
55629 ____________________________________________________________________________
55630 [  7964] By: jhi                                   on 2000/12/03  17:35:56
55631         Log: Integrate perlio.
55632      Branch: perl
55633           !> iperlsys.h perlio.c
55634 ____________________________________________________________________________
55635 [  7963] By: jhi                                   on 2000/12/03  17:33:55
55636         Log: Metaconfig unit change for #7962.
55637      Branch: metaconfig
55638            ! U/modified/stdchar.U
55639 ____________________________________________________________________________
55640 [  7962] By: jhi                                   on 2000/12/03  17:33:27
55641         Log: Untangle the <stdio.h> #include nest for the stdchar test,
55642              from Andy Dougherty.
55643      Branch: perl
55644            ! Configure
55645 ____________________________________________________________________________
55646 [  7961] By: nick                                  on 2000/12/03  16:53:00
55647         Log: Make iperlsys.h vector stdio not PerlIO.
55648      Branch: perlio
55649            ! iperlsys.h perlio.c
55650 ____________________________________________________________________________
55651 [  7960] By: nick                                  on 2000/12/03  14:43:01
55652         Log: Integrate mainline
55653      Branch: perlio
55654           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
55655           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
55656 ____________________________________________________________________________
55657 [  7959] By: jhi                                   on 2000/12/03  08:16:36
55658         Log: Use DO_UTF8().
55659      Branch: perl
55660            ! op.c
55661 ____________________________________________________________________________
55662 [  7958] By: jhi                                   on 2000/12/02  18:33:05
55663         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
55664              From: Mike Guy <mjtg@cam.ac.uk>         
55665              Date: Sat, 02 Dec 2000 17:27:13 +0000
55666              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
55667              
55668              An extraneous argument.
55669      Branch: perl
55670            ! toke.c
55671 ____________________________________________________________________________
55672 [  7957] By: jhi                                   on 2000/12/02  18:22:32
55673         Log: A missing hunk.
55674      Branch: perl
55675            ! t/lib/net-hostent.t
55676 ____________________________________________________________________________
55677 [  7956] By: jhi                                   on 2000/12/02  18:06:20
55678         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
55679              From: Nicholas Clark <nick@ccl4.org>
55680              Date: Sat, 2 Dec 2000 14:28:27 +0000
55681              Message-ID: <20001202142827.A12308@plum.flirble.org>
55682              
55683              Test robustness.
55684      Branch: perl
55685            ! t/lib/net-hostent.t
55686 ____________________________________________________________________________
55687 [  7955] By: jhi                                   on 2000/12/02  17:58:06
55688         Log: Metaconfig unit change for #7954.
55689      Branch: metaconfig
55690            ! U/modified/stdchar.U
55691 ____________________________________________________________________________
55692 [  7954] By: jhi                                   on 2000/12/02  17:54:32
55693         Log: An inconvenient hang would happen if the stdio _ptr wasn't
55694              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
55695              would be grepping stdin for all eternity for the _ptr.)
55696      Branch: perl
55697            ! Configure
55698 ____________________________________________________________________________
55699 [  7953] By: jhi                                   on 2000/12/02  00:07:15
55700         Log: Update Changes.
55701      Branch: perl
55702            ! Changes patchlevel.h
55703 ____________________________________________________________________________
55704 [  7952] By: jhi                                   on 2000/12/01  23:54:47
55705         Log: Subject: Re: long shell lines
55706              From: Andy Dougherty <doughera@lafayette.edu>
55707              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
55708              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
55709              
55710              Split overly long shell command lines.
55711      Branch: perl
55712            ! lib/ExtUtils/MM_Unix.pm
55713 ____________________________________________________________________________
55714 [  7951] By: jhi                                   on 2000/12/01  23:48:02
55715         Log: The metaconfig unit change for #7950.
55716      Branch: metaconfig
55717            + U/modified/stdchar.U
55718 ____________________________________________________________________________
55719 [  7950] By: jhi                                   on 2000/12/01  23:47:39
55720         Log: Try to find stdchar also from <stdio_impl.h>.
55721      Branch: perl
55722            ! Configure config_h.SH
55723 ____________________________________________________________________________
55724 [  7949] By: jhi                                   on 2000/12/01  23:46:45
55725         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
55726              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
55727              Date: Fri, 1 Dec 2000 16:26:08 -0500
55728              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
55729              
55730              Reword the diagnostic message.
55731      Branch: perl
55732            ! pod/perldiag.pod
55733 ____________________________________________________________________________
55734 [  7948] By: nick                                  on 2000/12/01  22:49:43
55735         Log: Integrate mainline (for s/y/m as sub names stuff).
55736      Branch: perlio
55737           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
55738           !> t/pragma/warn/toke toke.c
55739 ____________________________________________________________________________
55740 [  7947] By: jhi                                   on 2000/12/01  20:55:41
55741         Log: Integrate perlio.
55742      Branch: perl
55743           !> perlio.c perliol.h t/io/pipe.t
55744 ____________________________________________________________________________
55745 [  7946] By: jhi                                   on 2000/12/01  20:36:51
55746         Log: Upgrade to CPAN 1.59_51, from Andreas König.
55747      Branch: perl
55748            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
55749 ____________________________________________________________________________
55750 [  7945] By: nick                                  on 2000/12/01  20:31:32
55751         Log: Integrate mainline
55752      Branch: perlio
55753           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
55754           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
55755           +> t/lib/net-hostent.t
55756           !> (integrate 35 files)
55757 ____________________________________________________________________________
55758 [  7944] By: jhi                                   on 2000/12/01  20:23:29
55759         Log: Some help for 20001130.011.  Now one gets warnings like
55760              "Ambiguous -f() resolved as a file test ..."
55761      Branch: perl
55762            ! pod/perldiag.pod t/pragma/warn/toke toke.c
55763 ____________________________________________________________________________
55764 [  7943] By: jhi                                   on 2000/12/01  19:44:44
55765         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
55766              that also breaks using them as methods. 
55767      Branch: perl
55768            ! pod/perldiag.pod t/op/misc.t toke.c
55769 ____________________________________________________________________________
55770 [  7942] By: nick                                  on 2000/12/01  17:56:46
55771         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
55772              Make 'unix' pass most tests
55773              - do unread by temporary push of layer ("pending") holding unread chars
55774              - fast_gets is now based on per-handle flag
55775              - relax one of io/pipe.t tests to allow print to fail and close to
55776              succeed so that it passes on unbuffered "unix" layer.
55777              Remaining fail is sporadic and a genuine race condition between
55778              parent/child in fork test.
55779      Branch: perlio
55780            ! perlio.c perliol.h t/io/pipe.t
55781 ____________________________________________________________________________
55782 [  7941] By: jhi                                   on 2000/12/01  15:28:58
55783         Log: (Retracted by #7943.)
55784              
55785              Reserve the short named string operator names.
55786      Branch: perl
55787            ! pod/perldiag.pod t/op/misc.t toke.c
55788 ____________________________________________________________________________
55789 [  7940] By: jhi                                   on 2000/12/01  06:45:53
55790         Log: Get the three different space character classes right under utf8.
55791      Branch: perl
55792            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
55793            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
55794            ! regexec.c t/op/pat.t utf8.c
55795 ____________________________________________________________________________
55796 [  7939] By: jhi                                   on 2000/12/01  03:26:26
55797         Log: Two more tests that make no sense in UTF-8 since the test
55798              data is not in UTF-8.
55799      Branch: perl
55800            ! t/op/regexp.t
55801 ____________________________________________________________________________
55802 [  7938] By: jhi                                   on 2000/12/01  03:20:39
55803         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
55804              should it be required inside regexen?
55805      Branch: perl
55806            ! regcomp.c t/op/regmesg.t
55807 ____________________________________________________________________________
55808 [  7937] By: jhi                                   on 2000/12/01  02:58:53
55809         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
55810              stored and restored, and thusly was trounced by the utf8 swash
55811              routines.
55812      Branch: perl
55813            ! regcomp.c
55814 ____________________________________________________________________________
55815 [  7936] By: jhi                                   on 2000/11/30  20:41:39
55816         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
55817              Why the different platforms behave so differently (core dump vs
55818              no core dump) on this bug is a but of a mystery, but if I had to
55819              guess I would mumble something like 'alignment'.
55820      Branch: perl
55821            ! sv.c
55822 ____________________________________________________________________________
55823 [  7935] By: jhi                                   on 2000/11/30  16:17:02
55824         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
55825              From: Robin Barker <rmb1@cise.npl.co.uk>
55826              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
55827              Date: Thu, 30 Nov 2000 14:27:12 GMT
55828      Branch: perl
55829            ! perlio.c toke.c
55830 ____________________________________________________________________________
55831 [  7934] By: jhi                                   on 2000/11/30  16:04:49
55832         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
55833      Branch: perl
55834            ! t/lib/net-hostent.t
55835 ____________________________________________________________________________
55836 [  7933] By: jhi                                   on 2000/11/30  06:07:26
55837         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
55838              From: Peter Prymmer <pvhp@forte.com>
55839              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
55840              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
55841              
55842              In VMS the localhost may be LOCALHOST.
55843      Branch: perl
55844            ! t/lib/net-hostent.t
55845 ____________________________________________________________________________
55846 [  7932] By: jhi                                   on 2000/11/30  01:11:11
55847         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
55848              From: Peter Prymmer <pvhp@forte.com>
55849              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
55850              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
55851              
55852              plus regen perlapi.pod.
55853      Branch: perl
55854            ! pod/perlapi.pod utf8.c
55855 ____________________________________________________________________________
55856 [  7931] By: jhi                                   on 2000/11/30  01:06:19
55857         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
55858              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55859              Date:     Wed, 29 Nov 2000 17:15:11 EST
55860              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
55861      Branch: perl
55862            ! t/lib/filter-util.pl t/lib/filter-util.t
55863 ____________________________________________________________________________
55864 [  7930] By: jhi                                   on 2000/11/29  18:51:55
55865         Log: Update Changes.
55866      Branch: perl
55867            ! Changes patchlevel.h
55868 ____________________________________________________________________________
55869 [  7929] By: jhi                                   on 2000/11/29  18:50:55
55870         Log: Update the va_copy() metaconfig unit.
55871      Branch: metaconfig/U/perl
55872            ! need_va_copy.U
55873 ____________________________________________________________________________
55874 [  7928] By: jhi                                   on 2000/11/29  17:50:43
55875         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
55876              From: Dominic Dunlop <domo@computer.org>
55877              Date: Tue, 28 Nov 2000 16:41:57 +0100
55878              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
55879              
55880              Patch to catch a core dump in the Configure va_copy test.
55881      Branch: perl
55882            ! Configure config_h.SH
55883 ____________________________________________________________________________
55884 [  7927] By: jhi                                   on 2000/11/29  17:31:59
55885         Log: Retract #7921, the patch shouldn't be needed.
55886      Branch: perl
55887            ! sv.c
55888 ____________________________________________________________________________
55889 [  7926] By: jhi                                   on 2000/11/29  17:01:41
55890         Log: Make the Class::Struct import() wiser.
55891      Branch: perl
55892            ! lib/Class/Struct.pm t/lib/class-struct.t
55893 ____________________________________________________________________________
55894 [  7925] By: jhi                                   on 2000/11/29  16:36:33
55895         Log: All the core library users of Class::Struct seem to be
55896              using "use Class::Struct 'struct';" instead of the bare
55897              "use Class::Struct;", which isn't documented in Class::Struct.
55898              This can't be right.
55899      Branch: perl
55900            ! lib/File/stat.pm
55901 ____________________________________________________________________________
55902 [  7924] By: jhi                                   on 2000/11/29  16:32:15
55903         Log: A test works better if it has the right 1..$n output.
55904      Branch: perl
55905            ! t/lib/class-struct.t
55906 ____________________________________________________________________________
55907 [  7923] By: jhi                                   on 2000/11/29  16:29:11
55908         Log: Forgot to MANIFEST the new Net::hostent test.
55909      Branch: perl
55910            ! MANIFEST
55911 ____________________________________________________________________________
55912 [  7922] By: jhi                                   on 2000/11/29  16:27:49
55913         Log: Integrate perlio.
55914      Branch: perl
55915           !> iperlsys.h perlio.c
55916 ____________________________________________________________________________
55917 [  7921] By: jhi                                   on 2000/11/29  16:27:10
55918         Log: (Retracted by #7927.)
55919              
55920              Subject: [PATCH] Is infinity a number?
55921              From: Simon Cozens <simon@cozens.net>
55922              Date: Wed, 29 Nov 2000 14:48:20 +0000
55923              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
55924      Branch: perl
55925            ! sv.c
55926 ____________________________________________________________________________
55927 [  7920] By: jhi                                   on 2000/11/29  16:23:02
55928         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
55929              From: rspier@pobox.com (Robert Spier)
55930              Date: Wed, 29 Nov 2000 02:17:49 -0500
55931              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
55932              
55933              Add a test for Net::hostent.
55934      Branch: perl
55935            + t/lib/net-hostent.t
55936 ____________________________________________________________________________
55937 [  7919] By: jhi                                   on 2000/11/29  16:21:31
55938         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
55939              add a test for Class::Struct.
55940      Branch: perl
55941            + t/lib/class-struct.t
55942            ! MANIFEST lib/Class/Struct.pm
55943 ____________________________________________________________________________
55944 [  7918] By: jhi                                   on 2000/11/29  15:48:40
55945         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
55946              From: rspier@pobox.com (Robert Spier)
55947              Date: Wed, 29 Nov 2000 02:25:39 -0500
55948              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
55949              
55950              More checking in case someone has broken their services or
55951              protocol databases.
55952      Branch: perl
55953            ! ext/Sys/Syslog/Syslog.pm
55954 ____________________________________________________________________________
55955 [  7917] By: jhi                                   on 2000/11/29  15:46:25
55956         Log: Subject: [PATCH] $^O  win32 -> MSWin32
55957              From: rspier@pobox.com (Robert Spier)
55958              Date: Wed, 29 Nov 2000 02:17:38 -0500
55959              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
55960              
55961              plus similar nits for vms, err, VMS, and UNICOS.
55962      Branch: perl
55963            ! t/lib/syslfs.t t/op/lfs.t
55964 ____________________________________________________________________________
55965 [  7916] By: jhi                                   on 2000/11/29  15:42:51
55966         Log: Subject: [PATCH] Tokeniser debugging
55967              From: Simon Cozens <simon@cozens.net>
55968              Date: Wed, 29 Nov 2000 14:15:45 +0000
55969              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
55970      Branch: perl
55971            ! perl.c perl.h pod/perlrun.pod toke.c
55972 ____________________________________________________________________________
55973 [  7915] By: jhi                                   on 2000/11/29  15:41:36
55974         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
55975              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55976              Date: Wed, 29 Nov 2000 02:13:14 -0500
55977              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
55978              
55979              OUT keyword nits.
55980              
55981              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
55982              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55983              Date: Wed, 29 Nov 2000 03:09:04 -0500
55984              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
55985              
55986              OUT and IN_OUT documentation.
55987      Branch: perl
55988            ! lib/ExtUtils/xsubpp pod/perlxs.pod
55989 ____________________________________________________________________________
55990 [  7914] By: jhi                                   on 2000/11/29  03:35:01
55991         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
55992              From: John Tobey <jtobey@john-edwin-tobey.org>
55993              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
55994              Message-Id: <m140e1N-000FOoC@feynman.localnet>
55995              
55996              plus a performance speedup noticed by Sarathy.
55997      Branch: perl
55998            ! op.c
55999 ____________________________________________________________________________
56000 [  7913] By: jhi                                   on 2000/11/29  03:16:59
56001         Log: Use "1 while unlink" so that VMS gets clean, too.
56002      Branch: perl
56003            ! t/lib/filter-util.t
56004 ____________________________________________________________________________
56005 [  7912] By: jhi                                   on 2000/11/29  03:09:08
56006         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
56007              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56008              Date: Tue, 28 Nov 2000 03:27:09 -0500
56009              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
56010      Branch: perl
56011            ! lib/ExtUtils/xsubpp
56012 ____________________________________________________________________________
56013 [  7911] By: jhi                                   on 2000/11/29  03:06:30
56014         Log: This should have been part of #7872: no need to scan UTF-8
56015              until eternity.
56016      Branch: perl
56017            ! utf8.c
56018 ____________________________________________________________________________
56019 [  7910] By: jhi                                   on 2000/11/29  02:50:04
56020         Log: One more perltie.pod nit from Casey R. Tweten.
56021      Branch: perl
56022            ! pod/perltie.pod
56023 ____________________________________________________________________________
56024 [  7909] By: jhi                                   on 2000/11/29  02:44:23
56025         Log: Document the known sprintf test failures, exact standard
56026              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
56027      Branch: perl
56028            ! pod/perldelta.pod t/op/sprintf.t
56029 ____________________________________________________________________________
56030 [  7908] By: jhi                                   on 2000/11/29  02:36:23
56031         Log: Add the Encoding table format documentation.
56032      Branch: perl
56033            + ext/Encode/Encode/EncodeFormat.pod
56034            ! MANIFEST
56035 ____________________________________________________________________________
56036 [  7907] By: jhi                                   on 2000/11/29  02:07:24
56037         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
56038              From: "Casey R. Tweten" <crt@kiski.net>
56039              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
56040              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
56041              
56042              Subject: Re: [PATCH] Updating perltie.pod for arrays
56043              From: "Casey R. Tweten" <crt@kiski.net>
56044              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
56045              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
56046      Branch: perl
56047            ! pod/perltie.pod
56048 ____________________________________________________________________________
56049 [  7906] By: nick                                  on 2000/11/28  22:40:59
56050         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
56051      Branch: perlio
56052            ! iperlsys.h perlio.c
56053 ____________________________________________________________________________
56054 [  7905] By: nick                                  on 2000/11/28  22:04:34
56055         Log: Integrate mainline
56056      Branch: perlio
56057           !> (integrate 39 files)
56058 ____________________________________________________________________________
56059 [  7904] By: jhi                                   on 2000/11/28  16:44:43
56060         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
56061              From: Nicholas Clark <nick@babyhippo.co.uk>
56062              Date: Tue, 28 Nov 2000 11:16:57 +0000
56063              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
56064      Branch: perl
56065            ! pod/perlipc.pod
56066 ____________________________________________________________________________
56067 [  7903] By: jhi                                   on 2000/11/28  16:40:31
56068         Log: Subject: [PATCH] Updating perltie.pod for arrays
56069              From: "Casey R. Tweten" <crt@kiski.net>
56070              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
56071              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
56072      Branch: perl
56073            ! pod/perltie.pod
56074 ____________________________________________________________________________
56075 [  7902] By: jhi                                   on 2000/11/28  16:39:37
56076         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
56077              From: Robin Barker <rmb1@cise.npl.co.uk>
56078              Date: Mon, 27 Nov 2000 17:56:44 GMT
56079              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
56080      Branch: perl
56081            ! pod/perlfunc.pod t/op/split.t
56082 ____________________________________________________________________________
56083 [  7901] By: jhi                                   on 2000/11/28  16:28:04
56084         Log: setmode() is a DOSish-only thing.
56085      Branch: perl
56086            ! perlio.c
56087 ____________________________________________________________________________
56088 [  7900] By: jhi                                   on 2000/11/28  16:21:46
56089         Log: Subject: [PATCH] perlcc.PL cleanups
56090              From: Simon Cozens <simon@cozens.net>
56091              Date: Tue, 28 Nov 2000 12:44:35 +0000
56092              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
56093      Branch: perl
56094            ! utils/perlcc.PL
56095 ____________________________________________________________________________
56096 [  7899] By: gsar                                  on 2000/11/28  06:32:55
56097         Log: reintegrate files missed by change#7895
56098      Branch: maint-5.6/perl
56099           +> ext/ByteLoader/bytecode.h utils/Makefile
56100            - utils/perlbc.PL
56101 ____________________________________________________________________________
56102 [  7897] By: gsar                                  on 2000/11/27  18:22:47
56103         Log: can't integrate these two files, for some reason
56104      Branch: maint-5.6/perl
56105            - ext/ByteLoader/bytecode.h utils/Makefile
56106 ____________________________________________________________________________
56107 [  7895] By: gsar                                  on 2000/11/27  18:11:21
56108         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
56109              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
56110              6757..6890,6892..6901 from mainline
56111              
56112              Bytecompiler patches from Benjamin Stuhl.
56113              
56114              More bytecompiler.
56115              
56116              Subject: [PATCH blead] B:: missing dependency
56117              
56118              Subject: [PATCH: 6757] configure.com updates and syslog build
56119              
56120              Long double Gconvert fixes from Yitzchak Scott-Thoennes
56121              and Spider Boardman.
56122              
56123              Subject: [PATCH blead] nextchar() abuse misses an optimisation
56124              
56125              Long double fixes from Spider Boardman.
56126              
56127              Make the selection of NVff et al stricter.
56128              
56129              cSVOPo_*v things index into the current PL_curpad
56130              under ithreads, which is different from the curpad
56131              used by the XSUB.  (In other words, the code as-is
56132              before this patch wouldn't work under ithreads.)
56133              
56134              Be portable.
56135              
56136              VMS MMS (make) wants null action.
56137              
56138              Mac and other portability updates from Chris Nandor.
56139              
56140              Storable support, v-version fixes.
56141              Subject: CPAN.pm beta for testing available
56142              
56143              Portability fix from Hugo van der Sanden.
56144              
56145              Bad makefile.
56146              
56147              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
56148              
56149              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
56150              
56151              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
56152              
56153              Replace #6705 with a minimal doc patch.
56154              Subject: [PATCH 5.6.0] replace change #6705
56155              
56156              Drop the separate perlbc, perlcc -b should be enough.
56157              
56158              installperl couldn't tell whether it had run tests or not.
56159              Subject: [PATCH] Re: installperl and t/TEST
56160              
56161              Add silencer flags to installperl.
56162              Subject: [PATCH] Making installperl silent.
56163              
56164              Make "make install" by default silent.  A new "install-verbose"
56165              target is verbose.
56166              
56167              More liberal parsing of version numbers.
56168              Subject: Re: CPAN.pm beta for testing available
56169              
56170              Create directories in silence.
56171              Subject: [PATCH] Another silencer for MakeMaker
56172              
56173              DOS patches and portability/porting notes, from Tim Jenness.
56174              
56175              Make installman to recognize the silence flag -S.
56176              
56177              Actually do something with the silencer option.
56178              
56179              Continue silencing.
56180              
56181              Show the doc file, not the temp file.
56182              
56183              Regen perltoc.
56184              
56185              Subject: [PATCH] More silencing of installman.
56186              
56187              Better wording for the vec lvalue diagnostic.
56188              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
56189              
56190              Subject: [PATCH: 6805] several more tweaks to configure.com
56191              
56192              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
56193              
56194              Missing parts of 
56195              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
56196              
56197              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
56198              (applied slightly modified)
56199              
56200              installperl --verbose and --silent.
56201              Subject: Re: [PATCH] More silencing of installman.
56202              
56203              Add install-silent target.
56204              
56205              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
56206              the problem reported in
56207              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
56208              
56209              Tweak the sfio/useperlio logic, hopefully as wished in
56210              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
56211              
56212              One forgotten file from #6816.
56213              
56214              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
56215              
56216              Remove duplicately applied patch shards.
56217              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
56218              
56219              Support preserving extremely big/small angles.
56220              
56221              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
56222              
56223              Subject: [PATCH] installation not quite silent yet.
56224              
56225              Update the test count.
56226              
56227              Use UVxf, PTR2UV, NVff.
56228              
56229              Document PTR2XX and INT2PTR.
56230              
56231              no-install target a la make -n.
56232              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
56233              
56234              grep -e isn't portable.
56235              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
56236              
56237              Can't get the test to reliably work thanks to the
56238              inaccurateness of floating point.  "Resolves" bug ids
56239              20000826.003, 20000826.009, 20000826.010,
56240              
56241              Subject: installman buglet
56242              
56243              DJGPP update from Laszlo Molnar.
56244              
56245              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
56246              
56247              Passing -R in ldflags makes now it to appear in the default
56248              for lddlflags, just like with -L.
56249              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
56250              
56251              Test nit.
56252              
56253              Use the actual thread type, not the pointer-to-struct.
56254              
56255              Provice virtual $Config{ccflags_nolargefiles} etc. 
56256              
56257              display_format used as a class method without arguments was broken,
56258              reported in
56259              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
56260              
56261              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
56262              
56263              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
56264              
56265              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
56266              
56267              opmini.o may be left around if a build is interrupted.
56268              
56269              Typo in #6858.
56270              
56271              Fix for ID 20000828.001, long doubles were not formatted
56272              correctly (showed up in $], which stopped installing perl).
56273              
56274              An attempt to fix the problem reported in
56275              Subject: Building perl@6856 using gcc/AIX 4.3.3 
56276              I can't test this properly since the gcc installation I have
56277              access to seems to be botched (gcc is calling the AIX cpp,
56278              a losing proposition...)
56279              
56280              Add -ld to archname on long tr...double platforms.
56281              
56282              Subject: hv.h Doc Patch
56283              
56284              Potential cruft.
56285              
56286              Subject: [PATCH bleedperl@6856] warnings fixes
56287              
56288              -S is the silent flag, -s is the strip flag.
56289              Subject: [PATCH] Re: [PATCH] make no-install          
56290              
56291              Take out the SUIDMAIL thing, that will not be
56292              a problem in 5.7.*.
56293              
56294              Subject: [PATCH bleedperl@6866] spellings
56295              
56296              Subject: [PATCH] Re: files not cleaned even by veryclean
56297              
56298              Use minimal @INC in tests, most of the time just '../lib',
56299              so that we simply can't pick up stuff from other Perls than
56300              the one we are testing.  Pointed out by
56301              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
56302              
56303              Update to Getopt::Long 2.24, from Johan Vromans.
56304              
56305              Fix for thinko in #6848.
56306              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
56307              
56308              Patches all over for people and the files they (hopefully) care about.
56309              
56310              Subject: Net::protoent does not export 'getproto'
56311              
56312              Missed a change in #6869.
56313              
56314              Subject: [PATCH] Warnings in B::Deparse
56315              
56316              Subject: [PATCH] Glob dumping
56317              
56318              Disable one of the tests for now.
56319              
56320              Disabling the one test is a bit tricky.
56321              
56322              Don't forget to tidy up.
56323              
56324              The #6881 removed one dump line.
56325              
56326              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
56327              
56328              Under usethreads the dumped variable is IN_PAD.
56329              Subject: Re: [PATCH] Glob dumping
56330              
56331              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
56332              
56333              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
56334              
56335              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
56336              
56337              Regen Configure for #6894.
56338              
56339              Subject: [PATCH: 6889] updates to perlebcdic.pod
56340              
56341              Undo namespace pollution of #6878.
56342              Subject: Re: Net::protoent does not export 'getproto'
56343              
56344              Admit that we are leaking scalars.
56345              
56346              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
56347      Branch: maint-5.6/perl
56348           !> (integrate 271 files)
56349 ____________________________________________________________________________
56350 [  7894] By: gsar                                  on 2000/11/27  16:00:34
56351         Log: a couple of nits
56352      Branch: maint-5.6/perl
56353            ! MANIFEST pp_sys.c
56354 ____________________________________________________________________________
56355 [  7893] By: gsar                                  on 2000/11/27  15:10:56
56356         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
56357              6740..6745,6747..6757,6760
56358              
56359              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
56360              
56361              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
56362              
56363              Doc nits spotted by Richard Soderberg.
56364              
56365              move WNOHANG definition to where other such things are
56366              
56367              Make $Config{byteorder} more magical so that it is
56368              dynamically computed: nice for 'fat binaries'.
56369              Subject: [PATCH]: default byteorder
56370              
56371              Subject: [PATCH] Cwd.pm now uses strict
56372              
56373              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
56374              
56375              Get -DLEAKTEST to compile (not necessarily to work, mind)
56376              Subject: [ID 20000724.006] -DLEAKTEST problem
56377              
56378              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
56379              
56380              Add perlebcdic from Peter Prymmer, regen toc.
56381              
56382              Don't propose using modules built for 5.005 if no binary
56383              compatibility with 5.005 is attempted.
56384              
56385              Do not use prototyping here.
56386              Subject: [ID 20000817.016] [PATCH] Peek.xs
56387              
56388              Document what the backtick returns if the command fails.
56389              
56390              Add byteorder to the myconfig output.
56391              
56392              Introduce NVef, NVff, and NVgf, use the middle one.
56393              (helps for lib/peek + Linux + long doubles)  Reported in
56394              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
56395              Use NVs in POSIX math, not doubles.
56396              Subject: [ID 20000817.014] POSIX & modfl
56397              
56398              Subject: [PATCH 5.6.0+] newSVrv() memory leak
56399              
56400              The byteorder code in #6671 was wrong.
56401              
56402              Fix the lib/complex failure of
56403              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
56404              Linux long double accuracy issue: something that
56405              when printed with %g looks like "2" but int() of it is 1.
56406              
56407              Propagate new Configure vars.
56408              
56409              Unbuffer the output.
56410              
56411              Subject: [PATCH] perltrap.pod spring cleaning
56412              
56413              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
56414              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
56415              
56416              Tiny Getopt::Long patch from Johan Vromans.
56417              
56418              Document code point which makes if (defined %stash::) to work
56419              (noted by Spider Boardman).
56420              
56421              Subject: [PATCH perl@6698] cygwin port
56422              
56423              Document the NDBM_File and ODBM_File as SDBM_File
56424              was documented in #6417.
56425              
56426              The new tests were missing from #6415.
56427              
56428              Add [[:blank:]] as suggested in
56429              Subject: [ID 20000716.024] [=cc=] / [:blank:]
56430              (the [=cc=] has already been taken care of by #6439
56431              so the whole bug report can be closed)
56432              and make [[:space:]] to be equivalent to isspace(3)
56433              (as opposed to \s, which is isSPACE()).  The difference
56434              is that now [[:space:]] matches the mythical vertical tab,
56435              while \s doesn't.
56436              
56437              Don't eat leading os from index entries.
56438              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
56439              
56440              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
56441              
56442              Typo in pp_complement().
56443              Subject: [PATCH perl-current] Deparse
56444              
56445              Add warnif(), check warnings further up the stack,
56446              all the warnings functions now can take an optional object reference.
56447              Subject: [PATCH bleedperl@6691] warnings pragma update
56448              
56449              Fix a core dump in lib/selfloader under -DDEBUGGING.
56450              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
56451              
56452              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
56453              
56454              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
56455              
56456              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
56457              Put back the long double avoidance code to POSIX.xs
56458              because VMS seems to need it still.
56459              
56460              Introduce a 'veryclean' target that is like 'distclean'
56461              but also removes *~ and *.orig.
56462              
56463              Subject: [ID 20000817.023] endianness description in perlfunc.pod
56464              
56465              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
56466              
56467              Let's try #6717 again.
56468              
56469              UTF8 concat fixes.
56470              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
56471              
56472              pp_open() could pass an uninitialized filename down to do_open9().
56473              
56474              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
56475              
56476              Update to CGI 2.72, from Lincoln Stein.
56477              
56478              Subject: [PATCH] Silence MakeMaker (Was: installman)
56479              
56480              Use temporary directory instead of current directory.
56481              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
56482              
56483              Document odd vs even subreleases and -Dusedevel.
56484              
56485              The veryclean target needs to clobber.
56486              
56487              Use File::Spec->tmpdir().
56488              
56489              Document the number of exponent digits.
56490              
56491              Mention perlebcdic and perlposix-bc.
56492              
56493              s/this one/the 5.6.0 release/
56494              
56495              The #6724 is here.
56496              
56497              The correct cleaning order is an art.
56498              
56499              small tweaks for change#6705: avoid C++ style comments in C code;
56500              use Perl's malloc API rather than the low level system one
56501              
56502              Array context keeps slithering in.
56503              
56504              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
56505              
56506              Subject: [PATCH] os2.c fix for use64bitint
56507              
56508              Update to Pod::LaTeX 0.53.
56509              Subject: [PATCH] lib/Pod/LaTeX.pm updates
56510              
56511              Document the endianness of Alpha more precisely.
56512              
56513              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
56514              
56515              Rename the macro argument because some preprocessors
56516              can't tell the difference and expand arguments also inside
56517              double quoted strings.
56518              
56519              free TLS slot properly on Windows
56520              
56521              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
56522              
56523              Unicos/mk requires elaborate paranoia.
56524              
56525              Tweak the floating point output routine preferences.
56526              
56527              Also under djgpp the timestamps are funky.
56528              
56529              Apply some PodParser 1.18 patches; the Pod/Find.pm
56530              patches cannot be applied since #6712 conflicts.
56531              
56532              Use PodParser 1.18 new test.
56533              
56534              A pod nit.
56535              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
56536              
56537              Be verydeepclean.
56538      Branch: maint-5.6/perl
56539           +> pod/perlebcdic.pod
56540           !> (integrate 106 files)
56541 ____________________________________________________________________________
56542 [  7892] By: jhi                                   on 2000/11/27  15:02:32
56543         Log: Update Changes.
56544      Branch: perl
56545            ! Changes patchlevel.h
56546 ____________________________________________________________________________
56547 [  7891] By: jhi                                   on 2000/11/27  14:57:23
56548         Log: Subject: Re: perlfaq style changes
56549              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56550              Date: Sat, 25 Nov 2000 23:32:26 -0800
56551              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
56552              
56553              plus a note from Ronald Kimball.
56554      Branch: perl
56555            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
56556 ____________________________________________________________________________
56557 [  7890] By: jhi                                   on 2000/11/27  14:53:14
56558         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
56559              From: Benjamin Holzman <bah@ecnvantage.com>
56560              Date: Sun, 26 Nov 2000 16:27:33 -0500
56561              Message-ID: <20001126162733.J25040@ecnvantage.com>
56562      Branch: perl
56563            ! gv.c
56564 ____________________________________________________________________________
56565 [  7889] By: jhi                                   on 2000/11/27  14:43:11
56566         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
56567              From: lvirden@cas.org
56568              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
56569              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
56570      Branch: perl
56571            ! README.amiga
56572 ____________________________________________________________________________
56573 [  7888] By: jhi                                   on 2000/11/27  14:32:34
56574         Log: Restore also the locale test to no-sprintf-taint state.
56575              Fixes the bug 20001127.003.
56576      Branch: perl
56577            ! sv.c t/pragma/locale.t
56578 ____________________________________________________________________________
56579 [  7887] By: gsar                                  on 2000/11/27  14:13:05
56580         Log: integrate changes#6613..6616,6620..6665 from mainline
56581              
56582              VMS configure.com update continues.
56583              
56584              Subject: Test fails / warnings with perl-current #6612
56585              
56586              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
56587              
56588              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
56589              
56590              For now remove the mail code.
56591              
56592              Subject: Re: [PATCH] @+, @- readonly
56593              
56594              Subject: warning: storage class after type is obsolescent
56595              
56596              Subject: sfio2000
56597              
56598              Subject: Re: File::Temp problems on VMS in bleedperl
56599              
56600              README.os2 update.
56601              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
56602              
56603              Make the user to give up his firstborn, err, to knowingly
56604              verify installing an unstable developer release.  Also bump
56605              the release to 5.7.0, but leave a patch tag in the local
56606              patches saying that this is not yet the real thing.
56607              
56608              Update (kinda) to Test 1.14, from Joshua Pritikin.
56609              
56610              make ok etc also for win32.
56611              
56612              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
56613              
56614              Don't blow limited stacks, a lower number is enough to
56615              tickle the lookbehind limit.
56616              
56617              Use -Dusedevel; regen Configure and the respective Porting stuff.
56618              
56619              Subject: [PATCH] debugger exit code should reflect user exit code
56620              
56621              Subject: [PATCH perl@6620] cygwin port
56622              
56623              Missed a file from #6638.
56624              
56625              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)
56626              
56627              magic callbacks all need to have same type signature
56628              
56629              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
56630              
56631              Fix a dependency problem.
56632              Subject: [PATCH: 6640] VMS Makefile.SH update
56633              
56634              The numeric locale was reset to "C" by s?printf and never restored.
56635              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
56636              No test since adding the failing example to locale.t
56637              does not fail -- probably because the locale settings are so
56638              thoroughly tweaked by that time.  Running the example standalone
56639              does fail, though.  UPDATE: test case added at change #7540.
56640              
56641              Subject: [ID 20000324.040] minor fix to perlhpux.pod
56642              
56643              Update to CPAN 1.57.
56644              
56645              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
56646              
56647              Change the perlbug address to perl.org since it's more forgiving.
56648              
56649              Change the regx compilation error markers to use = instead of <
56650              since pod makes using the latter quite messy.  Reported in
56651              ID 20000814.006 by Abigail and in
56652              Subject: Unknown escape E<> ?
56653              
56654              Update to perldebtut 1.9, from Richard Foley.
56655              
56656              check that the number pseudo children doesn't exceed
56657              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
56658              the WaitForMultipleObjects() limit that would cause wait()
56659              to crash)
56660              wait() and waitpid() could potentially be rewritten to use
56661              more than one thread to do the waiting to eliminate this
56662              limitation
56663              
56664              change#6328 could make close(SOCKET) return false on windows
56665              when it shouldn't
56666              
56667              pod nit seen in passing
56668              
56669              on windows, the return values from wait() and waitpid() don't
56670              match those of pseudo-pids
56671              
56672              waitpid() now handles externally spawned pids correctly;
56673              fixes for backtick/wait/waitpid failures on Windows 9x
56674              these changes make the pid returned by process functions on
56675              Windows 9x always positive by clearing the high bit (which
56676              is always set on Win9x); pseudo-process PIDs are likewise
56677              always negative now on Win9x (just as on NT/2000)
56678              
56679              trailing new %ENV entries weren't being pushed into the real
56680              environment of subprocesses on Windows
56681              
56682              Tweak the regex compilation errors once more.
56683              
56684              avoid warnings from dense compiler
56685              
56686              add "ok" targets from change#6632 in makefile.mk
56687      Branch: maint-5.6/perl
56688            - lib/Pod/PlainText.pm vms/configure.com
56689           !> (integrate 66 files)
56690 ____________________________________________________________________________
56691 [  7886] By: jhi                                   on 2000/11/27  13:54:18
56692         Log: __FUNCTION__ isn't portable and trying to emulate it leads
56693              into practically spelling out the name of the function.
56694              Takes care of the bug 20001127.001.
56695      Branch: perl
56696            ! perlio.c
56697 ____________________________________________________________________________
56698 [  7885] By: gsar                                  on 2000/11/27  13:53:18
56699         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
56700              6610..6611 from mainline
56701              
56702              Make regular expression parse error messages easier to understand.
56703              Subject: Re: enhanced(?) regex error messages
56704              
56705              Tiny tidying on report_evil_fh().
56706              
56707              Subject: Re: enhanced(?) regex error messages 
56708              plus Capitalize the error messages, plus perldiag them.
56709              
56710              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
56711              
56712              Document here-doc better.
56713              
56714              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
56715              
56716              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
56717              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
56718              (either perlbug or p5p ate the original), plus regen
56719              perlapi and perltoc. 
56720              
56721              Regen global.sym.
56722              
56723              Double check that we have a dirhandle.
56724              
56725              Subject: Re: enhanced(?) regex error messages
56726              (plus two small patches sent privately)
56727              (this still seems to leave few test failures)
56728              
56729              warn is a macro, avoid using at a variable to avoid warnings
56730              in some configurations; readdir.t is too conservative in
56731              estimating number of *.t's
56732              
56733              Get back into sync with Jeffrey on the enhanced regex warnings.
56734              
56735              Subject: [PATCH 5.6.0] cygwin port
56736              
56737              Zero entries were skipped, fix from Adrian Goalby
56738              <argoalby@yahoo.co.uk>
56739              
56740              Subject: Remove dead entry in perldiag
56741              
56742              Amend the description of Perl6.
56743              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
56744              
56745              detypo
56746              
56747              It's the 2ndO'ROSSC.
56748              
56749              Revert the sv.c part of #6559, a better fix is needed.
56750              
56751              Iterating perl6 description.
56752              
56753              Update to Term::ANSIColor 1.03, from Russ Allbery.
56754              
56755              Update to Getopt::Long 2.23_05, from Johan Vromans.
56756              
56757              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
56758              
56759              Update to Pod::Parser 1.17, from Brad Appleton.
56760              
56761              Update to CPAN 1.56, from Andreas König.
56762              
56763              Update to CGI 2.70, from Lincoln Stein.
56764              
56765              Put back the std @INC thing.
56766              
56767              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
56768              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
56769              
56770              Document the IO::Select timeout.
56771              
56772              sleep(1) does not necessarily return 1.
56773              Subject: [PATCH bleadperl] op/lex_assign.t  
56774              
56775              Subject: debugger "d" command doesnt check line number
56776              
56777              B::Deparse didn't do sub attributes.
56778              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
56779              
56780              Preprocessing and postprocessing for File::Find.
56781              Subject: Patch to Find::File.pm to allow alphabetical results
56782              
56783              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
56784              
56785              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
56786              
56787              Subject: Re: [ID 20000730.003] utf8::length() bad
56788              
56789              Subject: Getting perlio and threads to compile
56790              (the Solaris version changes in Configure skipped)
56791              
56792              Tests for #6589.
56793              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
56794              
56795              Add Perl debugging tutorial, regen toc. 
56796              Subject: perldebtut.pod
56797              
56798              Add a few missing files, update MANIFEST.
56799              
56800              Rewrite of vms/subconfigure.com as configure.com,
56801              from Peter Prymmer and the vmsperl crew.
56802              
56803              Should have deleted this in #6603.
56804              
56805              Fix the test for 5005threads.
56806              
56807              Fix-n-skip the tests under 5005threads.
56808              
56809              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
56810              
56811              Upgrade to CGI 2.71, from Lincoln Stein.
56812      Branch: maint-5.6/perl
56813           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
56814           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
56815           +> t/op/regmesg.t t/pod/find.t vms/configure.com
56816            - vms/subconfigure.com
56817            ! lib/lib.pm
56818           !> (integrate 115 files)
56819 ____________________________________________________________________________
56820 [  7884] By: jhi                                   on 2000/11/27  13:44:33
56821         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
56822              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
56823              Date:     Mon, 27 Nov 2000 08:23:54 EST
56824              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
56825      Branch: perl
56826            ! vms/descrip_mms.template vms/test.com
56827 ____________________________________________________________________________
56828 [  7883] By: gsar                                  on 2000/11/27  11:50:46
56829         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
56830              6511..6513,6515..6523,6525..6536
56831              
56832              The swallow_bom() saga continues.  The #23 of require.t
56833              (UTF16-LE) still fails (silently, no output) but the #22
56834              (UTF16-BE) seems to be working now.  The root of the
56835              failure may be in sv_gets(): is it UTF-16LE-aware,
56836              especially when it comes to line endings? 
56837              
56838              Document the problem with -P in HP-UX and its workaround.
56839              
56840              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
56841              (aka ID 20000730.002)
56842              
56843              Subject: fix and question re: waitpid() under win32
56844              
56845              Make the safety catch for buggy gccs work with triple version
56846              numbers like 2.95.2.  Reported in
56847              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
56848              
56849              In Digital UNIX warn if gcc explicitly chosen because even
56850              2.95.2 is known to cause problems.
56851              
56852              Make chr() for values >127 to create utf8 when under utf8.
56853              
56854              various syntax errors and such (not fixed: comp/require.t#22 coredump
56855              on Windows)
56856              
56857              Stash away the largefiles flags and libswanted.
56858              
56859              BOM patching from Simon Cozens.
56860              
56861              If gccosandvers is equal to osname, clear gccosandvers.
56862              
56863              Make p4desc to skip non-mainperl branches by default.
56864              
56865              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
56866              
56867              The test from this
56868              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
56869              
56870              In new BSDs changes to argv[] do not show up in ps(1) output,
56871              instead one must use setproctitle().  This was already addressed
56872              by change #6457, but the below has a new variant for FreeBSD 4.0
56873              or later, and the matter is also documented more.
56874              
56875              FreeBSD 3.* updates from
56876              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
56877              
56878              regen_headers, regen perltoc.
56879              
56880              Document in one place the memory abstractions used in Perl core.
56881              
56882              memcpy has n o in it, as pinted ut by Sarathy.
56883              
56884              Remove the extraneous "main::" prefix from all the
56885              "opened only for", "on closed", and "never opened" warnings.
56886              
56887              The name of a filehandle does not have <these>.
56888              
56889              The tr utf8 patching continues.
56890              
56891              The new setproctitle() feature is available only in 
56892              bleeding edge FreeBSD.  From Paul Saab.
56893              
56894              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
56895              
56896              Dump UVs as UVs in Data::Dumper.
56897              
56898              detypo #6494
56899              
56900              Document the IVdf UVuf UVof UVxf.
56901              
56902              require.t needs binmode() to work on windows
56903              
56904              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
56905              that are hopefully soon put into use.
56906              
56907              Allow "no Module;" even if there is no 'unimport'.
56908              
56909              Better skip message for the test; one of the two problems in
56910              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
56911              
56912              The subtest 4 may fail also on VOBS, as pointed out
56913              by Nick Ing-Simmons in November 1999, bug id 19991124.003
56914              (but the failure in that bug report isn't the subtest 4).
56915              
56916              Be more informative on what is skipped and why,
56917              also repeat the list at the end.
56918              
56919              Add a URL for FSF.
56920              
56921              Subject: [PATCH] sv.h documentation - SvLEN
56922              
56923              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
56924              
56925              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
56926              
56927              Subject: [PATCH] bad cppsymbols on os2 + Configure question
56928              
56929              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
56930              
56931              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
56932              mention the idea of @( and @)
56933              
56934              This is 6512.  Really.
56935              
56936              Subject: [ID 19990721.004] Documentation bug in perlfunc
56937              
56938              Subject: Minor tweak to perlvar.pod
56939              
56940              In the warnings call filehandles consistently so;
56941              add "unopened" warning for stat().
56942              
56943              After the #6519 a warning about stat() is just that,
56944              not about a filetest, which now have their own warning.
56945              
56946              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
56947              
56948              Subject: Re: Array vs. List context
56949              
56950              Subject: New perlcc, take 2
56951              
56952              Weed buglets pointed out by
56953              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
56954              
56955              gcc versions might have (parentheses) in them.
56956              
56957              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
56958              
56959              Essential prototype changes were missing from #6527.
56960              Also make report_evil_fh() more bomb-proof.
56961              
56962              Zap lib/Sys directory when cleaning up.
56963              
56964              Change the Policy policy: now -Dprefix= with an existing
56965              Policy.sh and prefix == siteprefix == vendorprefix, then all
56966              of them follow along the new prefix.
56967              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
56968              
56969              Continue fixing the io warnings.  This also
56970              sort of fixes bug ID 20000802.003: the core dump
56971              is no more.  Whether the current behaviour is correct
56972              (giving a warning: "Not a format reference"), is another matter.
56973              
56974              Have symbols for the IoTYPEs.
56975              
56976              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
56977              
56978              Document a bit that UDP is not what you might think.
56979              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
56980              tr memory corruption fix from Simon Cozens.
56981              
56982              Plug the security hole described in the Aug 05 2000 bugtraq message
56983              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
56984              The security hole exists only in suidperls, which isn't
56985              installed or even built by default.
56986      Branch: maint-5.6/perl
56987           !> (integrate 71 files)
56988 ____________________________________________________________________________
56989 [  7882] By: gsar                                  on 2000/11/27  10:25:36
56990         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
56991              from mainline
56992              
56993              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
56994              to be fatal errors (instead of by default ignoring them, and
56995              ignoring with a bug: even though -w gave an error, the opening [
56996              was left in)  Reported in:
56997              
56998              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
56999              
57000              Subject: [PATCH] split /^/
57001              
57002              MacOS nits from Matthias Neeracher.
57003              
57004              More split() doc and test patches from Mike Guy.
57005              
57006              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
57007              from Graham Barr in the module list.
57008              
57009              docfix from Peter Scott <Peter@PSDT.com>.
57010              
57011              File::Temp patches for VMS and OS/2 from Tim Jenness.
57012              
57013              open() wariness in perlbug.
57014              
57015              Subject: [PATCH] minor doc change - perlguts
57016              
57017              Subject: Minor doc patch: handy.h
57018              
57019              Be wary of close()s, too.
57020              
57021              Further File::Temp patches from Yitzchak Scott-Thoennes
57022              and Craig A. Berry.
57023              
57024              Subject: [PATCH] fixes bug 20000508.004
57025              
57026              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
57027              
57028              Allow "no AutoLoader;", based on change #6444,
57029              suggested by Graham Barr.
57030              
57031              Use setproctitle() if available to modify $0.
57032              
57033              Warn if the version of the operating system used to compile gcc
57034              differs from the current version of the operating system.
57035              Also display the gcc compilation os and version in myconfig.
57036              Inspiration from
57037              
57038              Tiny fixes for #6460.
57039              
57040              The problem described in this
57041              Subject: [ID 20000322.018] named chars aren't magical enough
57042              has been fixed in perl 5.6.0 but just in case added a test
57043              to keep it away.  (The report from Joseph Hall.)
57044              
57045              Tune the comments and hopefully stop a memory leak.
57046              
57047              Subject: UTF8 concat
57048              (with a memory leak fixed, plus a few casts added)
57049              This also seems to help for
57050              Subject: [ID 20000716.015] join UTF8 weirdness
57051              
57052              Do not upgrade SVs into utf8 just because they participate
57053              in eq or cmp.  Reported and fix suggested in
57054              Subject: [ID 20000720.009] sv_eq UTF8 bug
57055              
57056              Fix the HALF_UPGRADE() macro introduced in #6263.
57057              
57058              Find green threads before native threads.
57059              Subject: Re: Patch to jpl/JNI/Makefile.PL
57060      Branch: maint-5.6/perl
57061           !> (integrate 30 files)
57062 ____________________________________________________________________________
57063 [  7881] By: jhi                                   on 2000/11/27  05:48:41
57064         Log: It seems that *both* the unused submatch loop cleanup
57065              codes are needed.
57066      Branch: perl
57067            ! regexec.c
57068 ____________________________________________________________________________
57069 [  7880] By: jhi                                   on 2000/11/27  04:50:07
57070         Log: Clean .exists deeper.
57071      Branch: perl
57072            ! Makefile.SH
57073 ____________________________________________________________________________
57074 [  7879] By: jhi                                   on 2000/11/27  02:31:35
57075         Log: The code in regcppop() (see #7878) contains the correct lower
57076              limit for the unused submatch 'cleanup' loop so that under
57077              "use utf8" the following code wouldn't dump core:
57078              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
57079              the cleanup loop in regtry() stomped beyond allocated area
57080              in the startp[] array.  Therefore, copied the correct lower
57081              loop limit (*PL_reglastparen) to regtry().  Note: something
57082              may still not be quite right: why was the _higher_ loop limit
57083              (prog->nparens) different in the utf8 case?
57084              
57085              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
57086              without core dumps, there were about 17 of them before
57087              the patch (with us since Perl 5.7.0).  Two failures, still:
57088              496 and 505 (though these may not be severe).
57089              
57090              Patch #7881 is also needed since both the cleanup loops
57091              seem to be needed.
57092              
57093              Also, the t/op/pat#44 seems to core dump under utf8.
57094              Plus a couple of failures.  UGH-8.
57095      Branch: perl
57096            ! regexec.c
57097 ____________________________________________________________________________
57098 [  7878] By: jhi                                   on 2000/11/27  02:21:17
57099         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
57100              the code in regcppop() seems to be redundant for the test suite --
57101              but it contains a germ of truth, and it needed for the build
57102              process itself: see #7879 and #7881.
57103      Branch: perl
57104            ! regexec.c
57105 ____________________________________________________________________________
57106 [  7877] By: jhi                                   on 2000/11/27  01:53:09
57107         Log: Comment on comment.
57108      Branch: perl
57109            ! regexec.c
57110 ____________________________________________________________________________
57111 [  7876] By: jhi                                   on 2000/11/27  00:49:59
57112         Log: Adjust the docs to agree with #7875.
57113      Branch: perl
57114            ! pod/perllocale.pod
57115 ____________________________________________________________________________
57116 [  7875] By: jhi                                   on 2000/11/27  00:49:27
57117         Log: Retract #7863.  It makes more sense not to taint formatted output,
57118              not even by sprintf().
57119      Branch: perl
57120            ! sv.c
57121 ____________________________________________________________________________
57122 [  7874] By: jhi                                   on 2000/11/26  23:36:02
57123         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
57124              Not really fixed (should really dump the UTF-8 charclass),
57125              but stopped displaying the garbage.
57126              
57127              Also add a note on the (missing) Unicode PSXSPC and BLANK.
57128      Branch: perl
57129            ! regcomp.c
57130 ____________________________________________________________________________
57131 [  7873] By: jhi                                   on 2000/11/26  21:31:13
57132         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
57133      Branch: perl
57134            ! regexec.c
57135 ____________________________________________________________________________
57136 [  7872] By: jhi                                   on 2000/11/26  21:06:04
57137         Log: No need to scan till infinity, 13 is enough.
57138      Branch: perl
57139            ! handy.h utf8.c
57140 ____________________________________________________________________________
57141 [  7871] By: jhi                                   on 2000/11/26  20:20:32
57142         Log: Test line numbers are different with utf8.
57143      Branch: perl
57144            ! t/op/re_tests
57145 ____________________________________________________________________________
57146 [  7870] By: jhi                                   on 2000/11/26  20:10:12
57147         Log: Message nit.
57148      Branch: perl
57149            ! regcomp.c
57150 ____________________________________________________________________________
57151 [  7869] By: jhi                                   on 2000/11/26  19:01:05
57152         Log: Make utf8_length() and utf8_distance() (the latter of which
57153              is unused at the moment) to be less forgiving about bad UTF-8.
57154      Branch: perl
57155            ! embed.h embed.pl objXSUB.h proto.h utf8.c
57156 ____________________________________________________________________________
57157 [  7868] By: jhi                                   on 2000/11/26  18:45:56
57158         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
57159              From: Benjamin Holzman <bah@ecnvantage.com>
57160              Date: Sat, 25 Nov 2000 20:40:20 -0500       
57161              Message-ID: <20001125204020.A25040@ecnvantage.com>              
57162              
57163              Debian allows installing /usr/bin/locale without installing
57164              any locales, an error message will ensue.
57165      Branch: perl
57166            ! t/pragma/locale.t
57167 ____________________________________________________________________________
57168 [  7867] By: jhi                                   on 2000/11/26  18:31:12
57169         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
57170              From: Benjamin Holzman <bah@ecnvantage.com>
57171              Date: Sun, 26 Nov 2000 02:42:34 -0500
57172              Message-ID: <20001126024234.G25040@ecnvantage.com>
57173              
57174              Patch for the bug 20000212.002.
57175      Branch: perl
57176            ! sv.c t/op/array.t
57177 ____________________________________________________________________________
57178 [  7866] By: jhi                                   on 2000/11/26  18:28:09
57179         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
57180              From: Tim Jenness <t.jenness@jach.hawaii.edu>
57181              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
57182              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
57183              
57184              File::Temp 0.11.
57185      Branch: perl
57186            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
57187 ____________________________________________________________________________
57188 [  7865] By: jhi                                   on 2000/11/26  18:24:22
57189         Log: The metaconfig unit change for #7864.
57190      Branch: metaconfig/U/perl
57191            ! need_va_copy.U
57192 ____________________________________________________________________________
57193 [  7864] By: jhi                                   on 2000/11/26  18:23:41
57194         Log: Make the va_copy() test not to be so talkative.
57195      Branch: perl
57196            ! Configure config_h.SH
57197 ____________________________________________________________________________
57198 [  7863] By: jhi                                   on 2000/11/26  18:11:02
57199         Log: Fix locale inconsistencies unearthed by Hugo's work.
57200              Now the floating point sprintf really does taint the result
57201              string as perllocale promises (has promised for a long time)
57202              if "use locale" is in the lexical scope.
57203      Branch: perl
57204            ! sv.c t/pragma/locale.t
57205 ____________________________________________________________________________
57206 [  7862] By: jhi                                   on 2000/11/26  00:35:15
57207         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
57208              From: Nicholas Clark <nick@ccl4.org>
57209              Date: Sun, 26 Nov 2000 00:07:50 +0000
57210              Message-ID: <20001126000750.A22446@plum.flirble.org>
57211              
57212              Infinit.
57213      Branch: perl
57214            ! sv.c
57215 ____________________________________________________________________________
57216 [  7861] By: jhi                                   on 2000/11/26  00:01:26
57217         Log: Integrate perlio.
57218      Branch: perl
57219           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
57220 ____________________________________________________________________________
57221 [  7860] By: nick                                  on 2000/11/25  22:04:17
57222         Log: Correct relative path from new ext\Filter\Util\Call location
57223              back to miniperl.
57224      Branch: perlio
57225            ! win32/makefile.mk
57226 ____________________________________________________________________________
57227 [  7859] By: nick                                  on 2000/11/25  21:26:54
57228         Log: Integrate mainline.
57229      Branch: perlio
57230           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
57231           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
57232           +> t/lib/filter-util.t
57233            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
57234            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
57235            - t/lib/filt-util.t
57236           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
57237           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
57238           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
57239           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
57240           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
57241           !> win32/makefile.mk
57242 ____________________________________________________________________________
57243 [  7858] By: gsar                                  on 2000/11/25  20:52:17
57244         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
57245              parent's memory; fix it by keeping track of the actual pad
57246              offset rather than a raw pointer (this change is probably also
57247              relevant to non-ithreads case to avoid fallout from reallocs of
57248              the pad array, but is currently only enabled for the ithreads
57249              case in the interests of minimal disruption to existing "well
57250              tested" code)
57251      Branch: perl
57252            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
57253            ! proto.h scope.c scope.h sv.c t/op/fork.t
57254 ____________________________________________________________________________
57255 [  7857] By: nick                                  on 2000/11/25  20:01:28
57256         Log: All tests pass on Win32/gcc/USE_PERLIO.
57257              - when crlf layer is pushed make unix-level binary.
57258              - remove :crlf injection in pp_backtick in pp_sys.c
57259              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
57260      Branch: perlio
57261            ! doio.c perlio.c pp_sys.c win32/makefile.mk
57262 ____________________________________________________________________________
57263 [  7856] By: jhi                                   on 2000/11/25  18:38:30
57264         Log: Update the metaconfig units for #7855.
57265      Branch: metaconfig/U/perl
57266            ! useperlio.U usesocks.U
57267 ____________________________________________________________________________
57268 [  7855] By: jhi                                   on 2000/11/25  18:37:54
57269         Log: Undo the SOCKS workarounds, instead start using PerlIO
57270              if SOCKS is selected.
57271              
57272              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
57273              From: Jens Hamisch <jens@Strawberry.COM>
57274              Date: Fri, 24 Nov 2000 18:31:30 +0100
57275              Message-ID: <20001124183130.E28337@Strawberry.COM>
57276              
57277              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
57278              From: Jens Hamisch <jens@Strawberry.COM>
57279              Date: Fri, 24 Nov 2000 19:11:51 +0100
57280              Message-ID: <20001124191151.A28753@Strawberry.COM>
57281      Branch: perl
57282            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
57283            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
57284 ____________________________________________________________________________
57285 [  7854] By: jhi                                   on 2000/11/25  17:39:08
57286         Log: Undo #7848.  Some of the code seems to use walkoptree(),
57287              some walkoptree_slow().  An unfinished renaming?
57288              Now the sub is walkoptree() (which is @EXPORT_OK),
57289              the walkoptree_slow() is a typeglob alias to walkoptree.
57290              This makes the tests to pass, at least.
57291      Branch: perl
57292            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
57293 ____________________________________________________________________________
57294 [  7853] By: nick                                  on 2000/11/24  22:24:33
57295         Log: Re-arrange crlf vs binary for platforms that care.
57296              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
57297              Lip-service to making stdio layer work on such platforms (untested).
57298              Now fails 3 tests rather than one, checkin to see if I can debug 
57299              the issue under linux. (Do not merge.)
57300      Branch: perlio
57301            ! doio.c perlio.c perliol.h
57302 ____________________________________________________________________________
57303 [  7852] By: jhi                                   on 2000/11/24  18:57:39
57304         Log: AUTHORS edits.
57305      Branch: perl
57306            ! AUTHORS
57307 ____________________________________________________________________________
57308 [  7851] By: jhi                                   on 2000/11/24  17:34:56
57309         Log: Add Jan-Erik Karlsson.
57310      Branch: perl
57311            ! AUTHORS
57312 ____________________________________________________________________________
57313 [  7850] By: jhi                                   on 2000/11/24  17:27:56
57314         Log: Configure should find stdchar on its own.
57315      Branch: perl
57316            ! hints/solaris_2.sh
57317 ____________________________________________________________________________
57318 [  7849] By: jhi                                   on 2000/11/24  17:24:55
57319         Log: Subject: PATCH over 7848: Filter test flawed
57320              From: andreas.koenig@anima.de (Andreas J. Koenig)
57321              Date: 24 Nov 2000 10:28:29 +0100
57322              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
57323      Branch: perl
57324            ! t/lib/filter-util.t
57325 ____________________________________________________________________________
57326 [  7848] By: jhi                                   on 2000/11/24  17:22:15
57327         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
57328              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
57329              Date: Fri, 24 Nov 2000 16:12:58 +0000
57330              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
57331      Branch: perl
57332            ! ext/B/B.pm
57333 ____________________________________________________________________________
57334 [  7847] By: jhi                                   on 2000/11/24  03:07:01
57335         Log: Integrate perlio.
57336      Branch: perl
57337           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
57338           !> win32/makefile.mk
57339 ____________________________________________________________________________
57340 [  7846] By: gsar                                  on 2000/11/24  00:55:57
57341         Log: integrate changes#6415..6418,6420..6438 from mainline
57342              
57343              Fix the bitvector ops for utf8 (tricky since past 7 bits
57344              the utf8 'characters' can be more than one octet).
57345              
57346              MPE/ix updates for perl 5.6.0 from Mark Bixby.
57347              
57348              Subject: SDBM_File documentation
57349              
57350              Detypo.
57351              
57352              Decutandpasto.
57353              
57354              Send all installperl messages to STDERR and be -w clean.
57355              
57356              Out-of-date note removed.
57357              
57358              Protect against "wild next"s, that is, callbacks doing "next"
57359              instead of "return".
57360              
57361              Use STDOUT consistently.
57362              
57363              The output might have been produced in the wrong order.
57364              
57365              A missing 'break' after the [[:space:]] switch case.
57366              
57367              Add tests for
57368              [ID 19991110.003] another matching finding by pcre author
57369              which has already been fixed by some patch, as verified in
57370              
57371              Documentation to explain the behaviour of map().
57372              
57373              Add an optimization for map-maps-a-list-element-to-more-list-elements
57374              case, but add also notes explaining the relationship of this
57375              patch and the earlier notes by Sarathy.
57376              
57377              Subject: [ID 20000716.023] syslog test fails without sockets
57378              
57379              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
57380              Test cases for #6431.
57381              
57382              File::Spec::VMS fixup for tmpdir from Craig Berry.
57383              
57384              Make the "uninit variable" warning to say "concat or string"
57385              or "join or string" when in concat or join .
57386              
57387              Get UTF16 BOMs working.  Patch from
57388              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
57389              
57390              Subject: [PATCH] Make large file tests deal with SIGXFSZ
57391              
57392              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
57393              
57394              Subject: [PATCH] av.c apidoc
57395      Branch: maint-5.6/perl
57396           !> (integrate 43 files)
57397 ____________________________________________________________________________
57398 [  7845] By: gsar                                  on 2000/11/24  00:20:45
57399         Log: integrate changes#6406..6414 from mainline
57400              
57401              Merge perlhacktut into perlhack, update perlguts.
57402              
57403              Fix AutoSplit to use File::Spec the right way in VMS,
57404              from Peter Prymmer.
57405              
57406              The bug report
57407              [ID 19991110.002] minimal matching discrepancy found by pcre author
57408              seems to have been fixed (though differently from what was suggested
57409              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
57410              
57411              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
57412              not in pod, from Peter Prymmer
57413              
57414              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
57415              From: Hugo <hv@crypt.compulink.co.uk>
57416              Date: Fri, 14 Jul 2000 23:05:20 +0100
57417              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
57418              
57419              Didn't anymore apply, but that point still could use another fix.
57420              
57421              lib/b test fixes from Peter Prymmer.
57422              
57423              More docs for sv functions.
57424              
57425              perlvms.pod whitespace cleanup to keep pod utils happy.
57426              
57427              another VMS build tweak from Peter Prymmer
57428      Branch: maint-5.6/perl
57429           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
57430           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
57431           !> vms/descrip_mms.template vms/perlvms.pod
57432 ____________________________________________________________________________
57433 [  7844] By: nick                                  on 2000/11/23  23:42:45
57434         Log: Win32/perlio Now just fails one io/argv.t test - lack 
57435              of default :crlf on standard streams.
57436      Branch: perlio
57437            ! doio.c perlio.c
57438 ____________________________________________________________________________
57439 [  7843] By: nick                                  on 2000/11/23  23:04:05
57440         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
57441              peek fail is showing a real problem (multiple crlf layers
57442              are getting pushed.)
57443      Branch: perlio
57444            ! doio.c perlio.c win32/makefile.mk
57445 ____________________________________________________________________________
57446 [  7842] By: nick                                  on 2000/11/23  19:46:23
57447         Log: Implement PerlIO_binmode()
57448              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
57449              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
57450              make binmode in t/lib/io_tell.t unconditional so that works.
57451              Checkin just so Win32 machine can see these changes.
57452      Branch: perlio
57453            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
57454 ____________________________________________________________________________
57455 [  7841] By: jhi                                   on 2000/11/23  19:30:00
57456         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
57457      Branch: perl
57458            ! README.amiga
57459 ____________________________________________________________________________
57460 [  7840] By: jhi                                   on 2000/11/23  17:18:02
57461         Log: SOCKS wrestling continues, patches from Jens Hamisch.
57462      Branch: perl
57463            ! doio.c embed.h embed.pl perlsdio.h proto.h
57464 ____________________________________________________________________________
57465 [  7839] By: jhi                                   on 2000/11/23  16:54:14
57466         Log: Push Filter::Util::Call one level deeper.
57467      Branch: perl
57468            + t/lib/filter-util.t
57469           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
57470           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
57471            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
57472            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
57473            - t/lib/filt-util.t
57474            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
57475            ! win32/Makefile win32/makefile.mk
57476 ____________________________________________________________________________
57477 [  7838] By: jhi                                   on 2000/11/23  16:52:40
57478         Log: Reach back one higher up when searching for PERL_SRC.
57479      Branch: perl
57480            ! lib/ExtUtils/MM_Unix.pm
57481 ____________________________________________________________________________
57482 [  7837] By: jhi                                   on 2000/11/23  16:05:41
57483         Log: Subject: Re: perl@7826
57484              Date: Thu, 23 Nov 2000 02:20:25 -0600
57485              From: "Craig A. Berry" <craigberry@mac.com>
57486              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
57487              
57488              Make VMS to like Filter::Util::Call. 
57489      Branch: perl
57490            ! configure.com ext/Filter/Util/Makefile.PL
57491 ____________________________________________________________________________
57492 [  7836] By: nick                                  on 2000/11/23  16:04:08
57493         Log: Implement crlf layer - not ready for merge.
57494      Branch: perlio
57495            ! perlio.c win32/makefile.mk
57496 ____________________________________________________________________________
57497 [  7835] By: jhi                                   on 2000/11/23  15:56:52
57498         Log: STDCHAR is different in Sparc v9 vs x86.
57499      Branch: perl
57500            ! hints/solaris_2.sh
57501 ____________________________________________________________________________
57502 [  7834] By: jhi                                   on 2000/11/23  15:50:47
57503         Log: The type needs to be visible to protos.
57504      Branch: perl
57505            ! perl.h
57506 ____________________________________________________________________________
57507 [  7833] By: jhi                                   on 2000/11/23  15:40:46
57508         Log: Finish unfinished SOCKS workaround changes.
57509      Branch: perl
57510            ! doio.c
57511 ____________________________________________________________________________
57512 [  7832] By: jhi                                   on 2000/11/23  15:33:30
57513         Log: Integrate perlio.
57514      Branch: perl
57515           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
57516           !> win32/makefile.mk
57517 ____________________________________________________________________________
57518 [  7831] By: nick                                  on 2000/11/23  10:31:07
57519         Log: Correct makefile.mk dependancies for ext/Filter/Util
57520              Build ext/Encode
57521              Run dmake regen_config_h
57522      Branch: perlio
57523            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
57524            ! win32/makefile.mk
57525 ____________________________________________________________________________
57526 [  7830] By: nick                                  on 2000/11/23  08:05:07
57527         Log: Integrate mainline
57528      Branch: perlio
57529           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
57530           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
57531           +> t/lib/filt-util.pl t/lib/filt-util.t
57532           !> (integrate 41 files)
57533 ____________________________________________________________________________
57534 [  7829] By: gsar                                  on 2000/11/23  03:07:11
57535         Log: build the Filter extension on windows
57536      Branch: perl
57537            ! win32/Makefile win32/makefile.mk
57538 ____________________________________________________________________________
57539 [  7828] By: gsar                                  on 2000/11/23  02:46:35
57540         Log: regenerate win32/config* and fix some inconsistencies in the
57541              makefiles; always export Perl_deb() because it is needed
57542              by ext/re/* (whether perl itself is built with -DDEBUGGING
57543              or not)
57544      Branch: perl
57545            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
57546            ! win32/config_H.vc win32/makefile.mk
57547 ____________________________________________________________________________
57548 [  7827] By: gsar                                  on 2000/11/23  02:18:38
57549         Log: get sources building on windows+MSVC again (untested with other
57550              compilers)
57551      Branch: perl
57552            ! win32/include/sys/socket.h win32/perllib.c
57553 ____________________________________________________________________________
57554 [  7826] By: jhi                                   on 2000/11/23  01:18:26
57555         Log: Update Changes.
57556      Branch: perl
57557            ! Changes patchlevel.h
57558 ____________________________________________________________________________
57559 [  7825] By: jhi                                   on 2000/11/23  00:20:41
57560         Log: Subject: Re: av.c patch (having slight problems)
57561              From: "Ben Tilly" <ben_tilly@hotmail.com>
57562              Date: Tue, 21 Nov 2000 23:29:31 -0500
57563              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
57564              
57565              unshift() speedup.
57566      Branch: perl
57567            ! av.c
57568 ____________________________________________________________________________
57569 [  7824] By: jhi                                   on 2000/11/22  23:59:15
57570         Log: Fixes for signedness warnings noticed by VMSperlers.
57571      Branch: perl
57572            ! ext/Storable/Storable.xs regcomp.c sv.c
57573 ____________________________________________________________________________
57574 [  7823] By: jhi                                   on 2000/11/22  23:19:31
57575         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
57576              From: Peter Prymmer <pvhp@forte.com>
57577              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
57578              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
57579      Branch: perl
57580            ! t/pragma/warn/pp_hot
57581 ____________________________________________________________________________
57582 [  7822] By: jhi                                   on 2000/11/22  22:52:20
57583         Log: Be clean.
57584      Branch: perl
57585            ! Makefile.SH
57586 ____________________________________________________________________________
57587 [  7821] By: jhi                                   on 2000/11/22  22:46:39
57588         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
57589              by Damian Conway, as suggested by Paul Marquess.
57590      Branch: perl
57591            + lib/Filter/Simple.pm
57592 ____________________________________________________________________________
57593 [  7820] By: jhi                                   on 2000/11/22  22:45:51
57594         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
57595      Branch: perl
57596            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
57597            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
57598            + t/lib/filt-util.t
57599            ! MANIFEST
57600 ____________________________________________________________________________
57601 [  7819] By: jhi                                   on 2000/11/22  22:03:27
57602         Log: Integrate perlio.
57603      Branch: perl
57604           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
57605           !> win32/makefile.mk
57606 ____________________________________________________________________________
57607 [  7818] By: jhi                                   on 2000/11/22  21:56:02
57608         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
57609      Branch: perl
57610            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
57611            ! t/lib/io_sock.t
57612 ____________________________________________________________________________
57613 [  7817] By: jhi                                   on 2000/11/22  21:39:49
57614         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
57615              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57616              Date: Wed, 22 Nov 2000 16:08:12 -0500
57617              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
57618      Branch: perl
57619            ! lib/ExtUtils/Liblist.pm
57620 ____________________________________________________________________________
57621 [  7816] By: jhi                                   on 2000/11/22  21:38:25
57622         Log: Go ahead and #include <unistd.h> in perl.h.
57623      Branch: perl
57624            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
57625            ! util.c
57626 ____________________________________________________________________________
57627 [  7815] By: jhi                                   on 2000/11/22  21:22:52
57628         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
57629              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57630              Date: Mon, 20 Nov 2000 18:30:52 -0500
57631              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
57632      Branch: perl
57633            ! pod/perlre.pod regcomp.c t/op/re_tests
57634 ____________________________________________________________________________
57635 [  7814] By: jhi                                   on 2000/11/22  21:21:46
57636         Log: Subject: [PATCH 5.7.0] Liblist finally works
57637              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57638              Date: Tue, 21 Nov 2000 22:02:17 -0500
57639              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
57640      Branch: perl
57641            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
57642            ! lib/ExtUtils/MakeMaker.pm
57643 ____________________________________________________________________________
57644 [  7813] By: jhi                                   on 2000/11/22  21:20:23
57645         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
57646              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57647              Date: Wed, 22 Nov 2000 17:53:15 +0100
57648              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
57649              
57650              AIX dynaloader and perlio patch.
57651      Branch: perl
57652            ! ext/DynaLoader/dl_aix.xs
57653 ____________________________________________________________________________
57654 [  7812] By: jhi                                   on 2000/11/22  21:17:52
57655         Log: (Accidentally empty patch.)
57656      Branch: perl
57657            ! av.c
57658 ____________________________________________________________________________
57659 [  7811] By: jhi                                   on 2000/11/22  21:16:31
57660         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
57661              From: Peter Prymmer <pvhp@forte.com>
57662              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
57663              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
57664      Branch: perl
57665            ! vms/test.com
57666 ____________________________________________________________________________
57667 [  7810] By: jhi                                   on 2000/11/22  21:15:36
57668         Log: Subject: Re: perl@7777 
57669              From: "John P. Linderman" <jpl@research.att.com>
57670              Date: Wed, 22 Nov 2000 13:11:11 -0500
57671              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
57672              
57673              Detypoing.
57674      Branch: perl
57675            ! lib/CPAN.pm
57676 ____________________________________________________________________________
57677 [  7809] By: jhi                                   on 2000/11/22  21:14:19
57678         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
57679              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57680              Date:     Wed, 22 Nov 2000 13:51:37 EST
57681              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
57682      Branch: perl
57683            ! perlsdio.h
57684 ____________________________________________________________________________
57685 [  7808] By: jhi                                   on 2000/11/22  21:13:27
57686         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
57687              From: Casey Tweten <crt@kiski.net>
57688              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
57689              Message-Id: <200011201653.LAA10194@home.kiski.net>
57690      Branch: perl
57691            ! t/lib/io_udp.t
57692 ____________________________________________________________________________
57693 [  7807] By: jhi                                   on 2000/11/22  21:12:35
57694         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
57695              From: Casey Tweten <crt@kiski.net>
57696              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
57697              Message-Id: <200011201636.LAA07227@home.kiski.net>
57698      Branch: perl
57699            ! t/lib/io_sock.t
57700 ____________________________________________________________________________
57701 [  7806] By: jhi                                   on 2000/11/22  21:10:59
57702         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
57703              From: "Casey R. Tweten" <crt@kiski.net>
57704              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
57705              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
57706      Branch: perl
57707            ! utils/h2xs.PL
57708 ____________________________________________________________________________
57709 [  7805] By: nick                                  on 2000/11/22  21:05:06
57710         Log: Integrate mainline
57711      Branch: perlio
57712           !> Changes Porting/genlog ext/DB_File/DB_File.xs
57713           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
57714           !> utils/perlbug.PL
57715 ____________________________________________________________________________
57716 [  7804] By: jhi                                   on 2000/11/22  21:01:12
57717         Log: Subject: [PATCH] Test.pm POD peculiarity
57718              From: "Casey R. Tweten" <crt@kiski.net>
57719              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
57720              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
57721      Branch: perl
57722            ! lib/Test.pm
57723 ____________________________________________________________________________
57724 [  7803] By: jhi                                   on 2000/11/22  20:59:59
57725         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
57726              From: "Philip Newton" <pnewton@gmx.de>
57727              Date: Wed, 22 Nov 2000 14:25:53 +0100
57728              Message-Id: <3A1BD771.25462.1939FAD@localhost>
57729              
57730              Be case-understanding also on 's', and use the -oi of sendmail
57731              not to terminate the transmission on a lone '.'.
57732      Branch: perl
57733            ! utils/perlbug.PL
57734 ____________________________________________________________________________
57735 [  7802] By: nick                                  on 2000/11/22  20:51:42
57736         Log: Win32 PerlIO intermediate state now working as expected.
57737              - In current state we are still using C runtime in text/binary
57738              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
57739              - PERLIO=stdio and PERLIO=unix pass all expected tests.
57740              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
57741              and PerlIO_seek() and the dummy crlf layer is not making adjustments
57742              for CRLF translation happening in C runtime. All other tests pass.
57743              
57744              Added note to README.win32 to point out the snags of doing a perl build
57745              with Norton AntiVirus turned on.
57746              
57747              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
57748              which file a fail comes from.
57749              
57750              Updated "canned" config.h to match the one generated.
57751      Branch: perlio
57752            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
57753            ! win32/makefile.mk
57754 ____________________________________________________________________________
57755 [  7801] By: jhi                                   on 2000/11/22  06:50:20
57756         Log: Nickety nits.
57757      Branch: perl
57758            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
57759 ____________________________________________________________________________
57760 [  7800] By: jhi                                   on 2000/11/22  01:29:55
57761         Log: Changes had accidentally gone too silent on non-main branches.
57762      Branch: perl
57763            ! Changes Porting/genlog patchlevel.h
57764 ____________________________________________________________________________
57765 [  7799] By: gsar                                  on 2000/11/22  01:02:56
57766         Log: some lib_pm.PL changes snuck in via change#7772
57767      Branch: maint-5.6/perl
57768            ! Makefile.SH
57769 ____________________________________________________________________________
57770 [  7798] By: nick                                  on 2000/11/21  21:59:40
57771         Log: Integrate mainline
57772      Branch: perlio
57773           !> (integrate 28 files)
57774 ____________________________________________________________________________
57775 [  7797] By: jhi                                   on 2000/11/21  21:01:45
57776         Log: Integrate perlio.
57777      Branch: perl
57778           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
57779 ____________________________________________________________________________
57780 [  7796] By: nick                                  on 2000/11/21  20:36:22
57781         Log: Win32 builds and runs (mostly) with USE_PERLIO.
57782              PERLIO=perlio passes all tests. 
57783              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
57784      Branch: perlio
57785            ! perlio.c win32/perllib.c win32/win32.c
57786 ____________________________________________________________________________
57787 [  7795] By: jhi                                   on 2000/11/21  19:03:44
57788         Log: Update Changes.
57789      Branch: perl
57790            ! Changes patchlevel.h
57791 ____________________________________________________________________________
57792 [  7794] By: jhi                                   on 2000/11/21  18:56:34
57793         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
57794              From: "Craig A. Berry" <craigberry@mac.com>
57795              Date: Mon, 20 Nov 2000 20:27:06 -0600
57796              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
57797              
57798              A cut-and-pasto.
57799      Branch: perl
57800            ! perlio.h
57801 ____________________________________________________________________________
57802 [  7793] By: jhi                                   on 2000/11/21  18:54:41
57803         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
57804              From: Dominic Dunlop <domo@computer.org> 
57805              Date: Mon, 20 Nov 2000 18:55:29 +0100
57806              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
57807              
57808              va_copy() and the need of it.
57809              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
57810      Branch: metaconfig/U/perl
57811            + need_va_copy.U
57812      Branch: perl
57813            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57814            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
57815            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
57816            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
57817            ! win32/config.bc win32/config.gc win32/config.vc
57818 ____________________________________________________________________________
57819 [  7792] By: jhi                                   on 2000/11/21  17:04:10
57820         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
57821      Branch: perl
57822           !> scope.h
57823 ____________________________________________________________________________
57824 [  7791] By: jhi                                   on 2000/11/21  17:01:16
57825         Log: Export the SOCKS workaround symbols only if necessary.
57826      Branch: perl
57827            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
57828 ____________________________________________________________________________
57829 [  7790] By: nick                                  on 2000/11/20  23:57:11
57830         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
57831      Branch: perlio
57832            ! scope.h
57833 ____________________________________________________________________________
57834 [  7789] By: nick                                  on 2000/11/20  23:38:33
57835         Log: Integrate mainline
57836      Branch: perlio
57837           +> lib/File/Spec/Epoc.pm
57838           !> (integrate 34 files)
57839 ____________________________________________________________________________
57840 [  7788] By: nick                                  on 2000/11/20  23:20:18
57841         Log: Make extra buffer layer work (dummy crlf layer)
57842      Branch: perlio
57843            ! doio.c perlio.c perlio.h
57844 ____________________________________________________________________________
57845 [  7787] By: jhi                                   on 2000/11/20  22:44:04
57846         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
57847              From: Peter Prymmer <pvhp@forte.com>
57848              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
57849              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
57850      Branch: perl
57851            ! t/pragma/locale.t
57852 ____________________________________________________________________________
57853 [  7786] By: jhi                                   on 2000/11/20  22:29:10
57854         Log: Subject: DOC PATCH 5.6.0 perlreftut
57855              From: mjd@plover.com
57856              Date: 20 Nov 2000 19:45:06 -0000
57857              Message-ID: <20001120194506.9505.qmail@plover.com>
57858      Branch: perl
57859            ! pod/perlreftut.pod
57860 ____________________________________________________________________________
57861 [  7785] By: jhi                                   on 2000/11/20  22:27:44
57862         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
57863              From: David Dyck <dcd@tc.fluke.com>
57864              Date: Mon, 20 Nov 2000 11:43:40 -0800
57865              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
57866      Branch: perl
57867            ! lib/Cwd.pm
57868 ____________________________________________________________________________
57869 [  7784] By: jhi                                   on 2000/11/20  22:23:21
57870         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
57871              Date: Mon, 20 Nov 2000 17:06:10 -0500
57872              To: Mailing list Perl5 <perl5-porters@perl.org>
57873              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
57874      Branch: perl
57875            ! pp_ctl.c t/op/pat.t
57876 ____________________________________________________________________________
57877 [  7783] By: jhi                                   on 2000/11/20  22:11:18
57878         Log: Subject: [PATCH] doop.c - UTF8 tr///               
57879              From: Simon Cozens <simon@cozens.net>
57880              Date: Sat, 18 Nov 2000 18:49:30 +0000
57881              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
57882              
57883              Subject: Re: [PATCH] doop.c - UTF8 tr///           
57884              From: Simon Cozens <simon@cozens.net>
57885              Date: Mon, 20 Nov 2000 20:45:22 +0000
57886              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
57887              
57888              Make tr on UTF-8 better but still not correct.
57889      Branch: perl
57890            ! doop.c
57891 ____________________________________________________________________________
57892 [  7782] By: jhi                                   on 2000/11/20  22:02:16
57893         Log: Remove the shared object before attempting to create
57894              (by linking) a new one.  E.g. in AIX not removing
57895              becomes quite painful if one tries to do more than one
57896              build in the same tree (an interrupted build, for example),
57897              since the AIX' shared dynaloader seemingly keeps the shared
57898              objects open and therefore 'busy' for quite a while, even when
57899              nobody is using the objects, leading into link failures.
57900      Branch: perl
57901            ! lib/ExtUtils/MM_Unix.pm
57902 ____________________________________________________________________________
57903 [  7781] By: gsar                                  on 2000/11/20  19:02:55
57904         Log: type mismatch due to faulty integration
57905      Branch: maint-5.6/perl
57906            ! toke.c win32/Makefile
57907 ____________________________________________________________________________
57908 [  7780] By: gsar                                  on 2000/11/20  17:31:55
57909         Log: integrate changes#6392,6394..6399,6401..6404
57910              
57911              The {multiplier} of a fixed substring was overlooked which
57912              caused a wrong initial search offset for that substring.
57913              
57914              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
57915              From: Hugo <hv@crypt.compulink.co.uk>
57916              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
57917              Date: Thu, 13 Jul 2000 19:27:13 +0100
57918              
57919              Fix the BOM bug: not a byteorder bug, a signedness bug.
57920              
57921              Replace change #6337 with a better one.
57922              
57923              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
57924              From: Hugo <hv@crypt.compulink.co.uk>
57925              Date: Fri, 14 Jul 2000 04:16:20 +0100
57926              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
57927              
57928              MakeMaker should not remove editor backups (*~) on `make clean`
57929              by default (completes change#6383)
57930              
57931              move new variables to the end of the interpreter structure (for
57932              bincompat in code that doesn't #include XSUB.h)
57933              
57934              rename totally bletcherous SvLOCK() thingy (doesn't do what the
57935              name suggests anyway)
57936              
57937              various cleanups (typos, misformatted code, and small bugs)
57938              
57939              typecasts needed for change#6394
57940              
57941              typos in change#6399, regen headers
57942              
57943              inconsistent types needs casts
57944              
57945              PERL_OBJECT build tweaks
57946      Branch: maint-5.6/perl
57947           !> MANIFEST doop.c embed.h embed.pl embedvar.h
57948           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
57949           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
57950           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
57951           !> toke.c util.c
57952 ____________________________________________________________________________
57953 [  7779] By: gsar                                  on 2000/11/20  17:06:29
57954         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
57955              
57956              Cosmetics and perldelta.
57957              
57958              Fix nits noticed by Boston.pm.
57959              
57960              Do the cc sanity check both before the hints and
57961              after the cc selction.
57962              
57963              get sprintf.t to adjust properly for 3-digit exponents
57964              
57965              don't clobber *.orig files on *clean targets
57966              
57967              fix bugs in processing %v-*d and similar format specs (from
57968              Avi Finkel <avi@finkel.org>)
57969              
57970              sprintf test tweaks (from Dominic Dunlop)
57971              
57972              new selfloader.t in change#6183 doesn't close DATA handles,
57973              and thus fails to clean up tmp files on dosish platforms
57974              
57975              typos (spotted by Peter Prymmer)
57976              
57977              typo fix from Craig Berry
57978      Branch: maint-5.6/perl
57979           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
57980           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
57981           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
57982           !> x2p/Makefile.SH
57983 ____________________________________________________________________________
57984 [  7778] By: gsar                                  on 2000/11/20  16:46:51
57985         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
57986              
57987              Subject: Re: format bug report  [Patch]
57988              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57989              Date: Wed, 05 Jul 2000 13:12:52 +0200
57990              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
57991              
57992              Subject: Re: format bug report  [Patch]
57993              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57994              Date: Wed, 05 Jul 2000 14:10:01 +0200
57995              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
57996              
57997              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
57998              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57999              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
58000              Date: Fri, 07 Jul 2000 17:57:16 +0100
58001              
58002              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
58003              To: perl5-porters@perl.org
58004              From: Karsten Sperling <spiff@phreax.net>
58005              Date: Mon, 10 Jul 2000 15:12:52 +0200
58006              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
58007              
58008              README.posix-bc podified from Thomas Dorner.
58009              
58010              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
58011              From: Dominic Dunlop <domo@computer.org>
58012              Date: Tue, 11 Jul 2000 12:27:33 +0200
58013              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
58014              
58015              Typo in #6341.
58016              
58017              Fix for
58018              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
58019              From: Roderick Schertler <roderick@argon.org>
58020              Date: Tue, 11 Jul 2000 13:55:05 -0400
58021              Message-Id: <200007111755.NAA05077@jones.argon.org>
58022              
58023              Minor cleanups on the booklist.
58024              
58025              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
58026              regen perltoc.
58027              
58028              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
58029      Branch: maint-5.6/perl
58030           +> pod/perlbook.pod
58031           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
58032           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
58033           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
58034 ____________________________________________________________________________
58035 [  7777] By: jhi                                   on 2000/11/20  16:08:49
58036         Log: Update Changes.
58037      Branch: perl
58038            ! Changes patchlevel.h
58039 ____________________________________________________________________________
58040 [  7776] By: jhi                                   on 2000/11/20  15:27:56
58041         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
58042              This may be overly harsh but until proven otherwise, we think this
58043              way, or until we have a simple test for Configure (having to start
58044              up servers is does not count as simple) to check for the problems.
58045      Branch: perl
58046            ! perl.h
58047 ____________________________________________________________________________
58048 [  7775] By: jhi                                   on 2000/11/20  15:22:17
58049         Log: Solaris hints tweaks.
58050      Branch: perl
58051            ! hints/solaris_2.sh
58052 ____________________________________________________________________________
58053 [  7774] By: jhi                                   on 2000/11/20  15:01:20
58054         Log: Add a workaround to SOCKS 64-bit problems.
58055      Branch: perl
58056            ! doio.c embed.h embed.pl perlsdio.h proto.h
58057 ____________________________________________________________________________
58058 [  7773] By: jhi                                   on 2000/11/20  14:51:47
58059         Log: sysseek() instead of seek().
58060      Branch: perl
58061            ! t/lib/syslfs.t
58062 ____________________________________________________________________________
58063 [  7772] By: gsar                                  on 2000/11/20  13:06:23
58064         Log: integrate changes#6315..6319,6321..6331,6333..6338
58065              
58066              Integrate with Sarathy, preliminary fix for unicos
58067              alignment problems in [ID 20000612.002] Perl problem on Cray system.
58068              
58069              some debugger output does not go to the socket when RemotePort is set
58070              
58071              winsock cleanup never done on Windows (leads to handle leaks)
58072              
58073              fix UNC path handling on Windows under ithreads, and chdir()
58074              return value when given a non-existent directory
58075              
58076              Autogenerate pod/Makefile and pod/buildtoc.
58077              buildtoc also checks whether the existin pods are
58078              mentioned in MANIFEST and perl.pod, and vice versa.
58079              (None of the thusly found discrepancies fixed yet.)
58080              roffitall also needs to be autogenerated similarly but it
58081              seems so badly out of date that I didn't touch it yet.
58082              
58083              Config is being used.
58084              
58085              Add =head1 NAMEs so that buildtoc is happy.
58086              (The CGI::Util nit reported to Lincoln.)
58087              
58088              Fix complaints of buildtoc.
58089              
58090              Fix the alignment problem in Crays ([ID 20000612.002]).
58091              
58092              Remove perlbook, update perlfaq book listing,
58093              rearrange perl.pod, regenerate perltoc.
58094              
58095              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
58096              was cast to an unsigned (32-bit) integer with wild abandon.
58097              
58098              winsock options weren't being set in all threads under ithreads
58099              (caused send()s from second and subsequent threads to fail)
58100              
58101              accept() leaks memory on windows due to incorrect ordering of
58102              closesocket() and fclose() calls
58103              
58104              Reorder perl.pod once more.
58105              
58106              More POSIX.pod tweaks.
58107              
58108              Sprinkle ldlibpath.
58109              
58110              Precedence goof, fix based on
58111              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
58112              From: Hugo <hv@crypt.compulink.co.uk>
58113              Date: Tue, 11 Jul 2000 12:52:38 +0100
58114              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
58115              
58116              Subject: PATCH perlguts.pod: Document D and d magic types
58117              From: mjd@plover.com
58118              Date: 5 Jul 2000 18:01:51 -0000
58119              Message-ID: <20000705180151.29413.qmail@plover.com>
58120              
58121              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
58122              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
58123              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
58124              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
58125              
58126              Subject: [PATCH cfgperl] $& segfaults if you trick it
58127              From: simon@brecon.co.uk (Simon Cozens)
58128              Date: 7 Jul 2000 11:26:09 GMT
58129              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
58130              
58131              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
58132              From: Hugo <hv@crypt.compulink.co.uk>
58133              Date: Tue, 11 Jul 2000 12:44:50 +0100
58134              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
58135              
58136              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
58137              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58138              Date: Tue, 11 Jul 2000 13:50:51 +0100
58139              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
58140      Branch: maint-5.6/perl
58141           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
58142           +> pod/buildtoc.PL
58143            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
58144           !> (integrate 26 files)
58145 ____________________________________________________________________________
58146 [  7771] By: gsar                                  on 2000/11/20  12:31:42
58147         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
58148              6310,6311,6314
58149              
58150              Subject: [PATCH bleedperl] File::Spec 0.82 beta
58151              From: Barrie Slaymaker <barries@jester.slaysys.com>
58152              Date: Wed, 28 Jun 2000 11:35:29 -0400
58153              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
58154              
58155              tweak perlembed for multiplicity/usethreads sanity; correct notes
58156              about Windows
58157              
58158              localize %INC in a Safe compartment so that use/require work
58159              (many other magic globals probably need similar treatment)
58160              
58161              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
58162              when @_ is modified, causing coredumps
58163              
58164              slurp mode fix in change#4736 still not quite right
58165              
58166              Point to perlipc for more SysV IPC examples.
58167              
58168              Elaborate POSIX.pod.  Still needs work.
58169              
58170              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
58171              
58172              fix large memory leak that has been around for ever, masked by
58173              -DPURIFY (most of the arenas were never freed!)
58174              
58175              fix memory leak on Windows (PL_sys_intern contents were never
58176              freed)
58177              
58178              PERL_OBJECT build tweak
58179              
58180              adjust change#6299
58181              
58182              remove rel2abs prototypes (from Barrie Slaymaker)
58183              
58184              missing perldiag entry for unpack("w",...) diagnostic (from
58185              Andreas Koenig)
58186              
58187              better diagnostic on Frob->stuff() when Frob:: doesn't exist
58188              (from Richard Soderberg <rs@oregonnet.com>)
58189              
58190              Win32 patches for cfgperl from Sarathy.
58191              
58192              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
58193              
58194              More POSIX.pod embellishment.
58195              
58196              tyop in change#6306
58197      Branch: maint-5.6/perl
58198           !> (integrate 44 files)
58199 ____________________________________________________________________________
58200 [  7770] By: gsar                                  on 2000/11/20  11:51:00
58201         Log: integrate changes#6268..6282 from cfgperl branch
58202              
58203              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
58204              From: Dominic Dunlop <domo@computer.org>
58205              Date: Thu, 29 Jun 2000 12:32:39 +0200
58206              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
58207              
58208              Regen headers for #6261 (and update embed.pl for this) and #6267,
58209              silence few compiler warnings.
58210              
58211              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
58212              From: Nicholas Clark <nick@talking.bollo.cx>
58213              Date: Fri, 23 Jun 2000 16:21:15 +0100
58214              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
58215              
58216              Subject: PATCH pod/perltie.pod
58217              From: Ian Phillipps <Ian.Phillipps@iname.com>
58218              Date: Fri, 16 Jun 2000 00:17:19 +0100
58219              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
58220              (only the first hunk, the second hunk had already been done
58221              by some other patch)
58222              
58223              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
58224              From: Tom Phoenix <rootbeer@redcat.com>
58225              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
58226              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
58227              
58228              Subject: [PATCH] xsub attributes
58229              From: Doug MacEachern <dougm@covalent.net>
58230              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
58231              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
58232              
58233              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
58234              From: Andy Dougherty <doughera@lafayette.edu>
58235              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
58236              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
58237              
58238              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
58239              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
58240              Date: Tue, 13 Jun 2000 02:43:48 -0500
58241              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
58242              
58243              Subject: [PATCH] Re: eval documentation: context
58244              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58245              Date: Mon, 12 Jun 2000 15:07:29 +0100
58246              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
58247              
58248              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
58249              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58250              Date: Mon, 12 Jun 2000 14:55:59 +0100
58251              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
58252              
58253              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
58254              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
58255              Date: Fri, 09 Jun 2000 12:39:27 -0400
58256              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
58257              (plus update the version "number" of Text::Wrap)
58258              
58259              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
58260              From: Tim Ayers <tayers@bridge.com>
58261              Date: Thu, 08 Jun 2000 08:11:06 +0200
58262              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
58263              [resent by Richard Foley, Message-Id probably wrong]
58264              
58265              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
58266              From: rspier@pobox.com (Robert Spier)
58267              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
58268              Message-ID: <14654.31913.845602.610277@rls.cx>
58269              
58270              Subject: [PATCH 5.6.0] utils/h2xs.PL
58271              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
58272              Date: Wed, 7 Jun 2000 04:02:04 -0500
58273              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
58274              
58275              Subject: [PATCH 5.6.0]ITHREADs for VMS
58276              From: Dan Sugalski <dan@sidhe.org>
58277              Date: Tue, 06 Jun 2000 11:59:50 -0400
58278              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
58279      Branch: maint-5.6/perl
58280           !> (integrate 31 files)
58281 ____________________________________________________________________________
58282 [  7769] By: gsar                                  on 2000/11/20  11:29:06
58283         Log: integrate changes#6261..6266 from cfgperl
58284              
58285              Subject: Re: [PATCH cfgperl] BOMs away!
58286              From: simon@brecon.co.uk (Simon Cozens)
58287              Date: 17 Jun 2000 11:49:57 GMT
58288              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
58289              
58290              Subject: 5.6.0 Patch for EPOC
58291              From: Olaf Flebbe <o.flebbe@gmx.de>
58292              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
58293              Message-ID: <23449.960929969@www11.gmx.net>
58294              
58295              tr fixes from Simon Cozens
58296              
58297              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
58298              From: Marty Lucich <marty@netcom.com>
58299              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
58300              Message-Id: <200006282116.OAA11148@netcom.com>
58301              ccdlflags update (the BSD/OS 4.1 part had already been taken
58302              care of by #6141).
58303              
58304              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
58305              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58306              Date: Wed, 28 Jun 2000 17:50:12 -0700
58307              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
58308              
58309              Subject: [PATCH 5.6.0] cygwin port
58310              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
58311              From: "Fifer, Eric" <EFifer@sanwaint.com>
58312              Date: Thu, 29 Jun 2000 12:58:29 +0100
58313      Branch: maint-5.6/perl
58314           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
58315           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
58316           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
58317           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
58318 ____________________________________________________________________________
58319 [  7768] By: gsar                                  on 2000/11/20  11:13:44
58320         Log: integrate changes#6252..6256,6259..6260
58321              
58322              Paranoia tweak on #6249.
58323              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
58324              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
58325              Date: Sun, 25 Jun 2000 23:43:12 -0400
58326              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
58327              
58328              Subject: tr///, help wanted.
58329              From: simon@brecon.co.uk (Simon Cozens)
58330              Date: 28 Jun 2000 11:29:04 GMT
58331              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
58332              
58333              small thinko tweaks
58334              
58335              tweaks from Simon Conzes to further fix tr/// under utf8
58336              
58337              perlnewmod was missing from MANIFEST.
58338              
58339              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
58340              From: simon@brecon.co.uk (Simon Cozens)
58341              Date: 17 Jun 2000 11:56:44 GMT
58342              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
58343              pack U0, pack C0
58344      Branch: maint-5.6/perl
58345           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
58346           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
58347           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
58348           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
58349 ____________________________________________________________________________
58350 [  7767] By: gsar                                  on 2000/11/20  10:51:38
58351         Log: integrate change#6250 from cfgperl
58352              
58353              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
58354              From: Doug MacEachern <dougm@covalent.net>
58355              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
58356              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
58357      Branch: maint-5.6/perl
58358           +> t/op/my_stash.t
58359           !> MANIFEST embed.pl global.sym proto.h toke.c
58360 ____________________________________________________________________________
58361 [  7766] By: gsar                                  on 2000/11/20  10:48:34
58362         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
58363              
58364              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
58365              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
58366              Date: Mon, 26 Jun 2000 18:40:14 +0100
58367              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
58368              
58369              Subject: [PATCH] bytes<->utf8 fixes
58370              From: simon@brecon.co.uk (Simon Cozens)
58371              Date: 26 Jun 2000 04:55:45 GMT
58372              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
58373              
58374              Subject: [PATCH] is_utf8_string
58375              From: simon@brecon.co.uk (Simon Cozens)
58376              Date: 26 Jun 2000 02:25:59 GMT
58377              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
58378              
58379              Subject: [PATCH] avoid mg_ptr in '*' magic
58380              From: Doug MacEachern <dougm@covalent.net>
58381              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
58382              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
58383              
58384              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
58385              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
58386              Date: Sat, 24 Jun 2000 13:06:20 +0100
58387              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
58388              
58389              Allow for standalone testing.
58390              
58391              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
58392              From: Mark-Jason Dominus <mjd@plover.com>
58393              Date: Tue, 27 Jun 2000 22:36:42 -0400
58394              Message-ID: <20000628023642.12166.qmail@plover.com>
58395              
58396              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
58397              From: Frank Tobin <ftobin@uiuc.edu>
58398              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
58399              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
58400      Branch: maint-5.6/perl
58401           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
58402           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
58403           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
58404           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
58405           !> utf8.c utils/h2xs.PL
58406 ____________________________________________________________________________
58407 [  7765] By: gsar                                  on 2000/11/20  10:29:13
58408         Log: integrate change#6239 from cfgperl
58409              
58410              Configure maintenance.  Sever some dependency cycles,
58411              separate gccversion from the cc unit,
58412              address [ID 20000623.006] Configure script patch for using gcc on AIX
58413              (but solve it a little bit differently),
58414              unduplex some accidentally duplicated units,
58415              suggest using gcc if no cc available
58416              (p5p thread: "Solaris configure: counterproposal", 1999-09)
58417      Branch: maint-5.6/perl
58418           !> Configure Todo-5.6 config_h.SH
58419 ____________________________________________________________________________
58420 [  7764] By: gsar                                  on 2000/11/20  10:25:55
58421         Log: integrate changes#6233..6238 from cfgperl
58422              
58423              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
58424              From: Mark-Jason Dominus <mjd@plover.com>
58425              Date: Fri, 16 Jun 2000 20:53:04 -0400
58426              Message-ID: <20000617005304.8008.qmail@plover.com>
58427              
58428              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
58429              because when run as services (Win32ese for daemons)
58430              no environment variables are set and tmpdir ends up as /tmp,
58431              which is ambiguous.
58432              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
58433              From: matt@sergeant.org
58434              Date: 16 Jun 2000 16:30:43 -0000
58435              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
58436              
58437              The thread begun by
58438              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
58439              From: Kevin.Ruscoe@ubsw.com
58440              Date: Fri, 16 Jun 2000 16:38:51 +0100
58441              Message-Id: <H000019b03c300d6@MHS>
58442              
58443              Tweak embed.pl, regen headers.
58444              
58445              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
58446              From: Dan Sugalski <dan@sidhe.org>
58447              Date: Fri, 23 Jun 2000 17:00:00 -0400
58448              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
58449      Branch: maint-5.6/perl
58450           !> (integrate 27 files)
58451 ____________________________________________________________________________
58452 [  7763] By: gsar                                  on 2000/11/20  10:08:08
58453         Log: s/perl56delta/perldelta/g
58454      Branch: maint-5.6/perl
58455            ! pod/Makefile
58456 ____________________________________________________________________________
58457 [  7762] By: gsar                                  on 2000/11/20  10:04:00
58458         Log: integrate changes#6225,6229,6231,6232 from cfgperl
58459              
58460              Add source code filenames to apidoc.
58461              From: simon@brecon.co.uk (Simon Cozens)
58462              Subject: [PATCH embed.pl] Source X-ref
58463              Date: 22 Jun 2000 02:18:49 GMT
58464              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
58465              
58466              Subject: README.hpux version 0.6.1
58467              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
58468              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
58469              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
58470              
58471              Subject: [PATCH 5.6.0] cygwin port
58472              From: "Fifer, Eric" <EFifer@sanwaint.com>
58473              Date: Tue, 20 Jun 2000 14:30:58 +0100
58474              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
58475              
58476              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
58477              From: simon@brecon.co.uk (Simon Cozens)
58478              Date: 19 Jun 2000 15:18:27 GMT
58479              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
58480              
58481              plus update pod/Makefile and regenerate perltoc
58482      Branch: maint-5.6/perl
58483           +> pod/perlutil.pod
58484           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
58485           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
58486 ____________________________________________________________________________
58487 [  7761] By: jhi                                   on 2000/11/20  04:09:55
58488         Log: Miraculous typo.
58489      Branch: perl
58490            ! t/op/pat.t
58491 ____________________________________________________________________________
58492 [  7760] By: jhi                                   on 2000/11/20  04:06:08
58493         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
58494              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58495              Date: Sun, 19 Nov 2000 22:30:26 -0500
58496              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
58497      Branch: perl
58498            ! regexec.c scope.h t/op/pat.t
58499 ____________________________________________________________________________
58500 [  7759] By: jhi                                   on 2000/11/20  02:05:22
58501         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
58502      Branch: perl
58503            ! perl.h
58504 ____________________________________________________________________________
58505 [  7758] By: jhi                                   on 2000/11/20  01:58:11
58506         Log: Subject: [perl 7711: EPOC] updates
58507              From: Olaf Flebbe <o.flebbe@gmx.de>
58508              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
58509              Message-ID: <25575.974658810@www23.gmx.net>               
58510      Branch: perl
58511            + lib/File/Spec/Epoc.pm
58512            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
58513            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
58514            ! lib/File/Spec.pm perl.c sv.c
58515 ____________________________________________________________________________
58516 [  7757] By: jhi                                   on 2000/11/20  01:53:11
58517         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
58518      Branch: perl
58519            ! MANIFEST
58520 ____________________________________________________________________________
58521 [  7756] By: jhi                                   on 2000/11/20  01:47:22
58522         Log: Integrate perlio.
58523      Branch: perl
58524            - ext/re/hints/MSWin32.pl
58525           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
58526           !> win32/config.gc win32/config_H.gc win32/win32sck.c
58527 ____________________________________________________________________________
58528 [  7755] By: nick                                  on 2000/11/19  20:57:17
58529         Log: Add dummy crlf layer (just as buffer)
58530              Correct 1st bug - one layer of indirection.
58531      Branch: perlio
58532            ! perlio.c perlio.h perliol.h
58533 ____________________________________________________________________________
58534 [  7754] By: nick                                  on 2000/11/19  20:56:12
58535         Log: Work-round to Perl_deb_nocontext is no longer required
58536      Branch: perlio
58537            - ext/re/hints/MSWin32.pl
58538 ____________________________________________________________________________
58539 [  7753] By: nick                                  on 2000/11/19  20:01:16
58540         Log: diff -se shows these as different
58541      Branch: perlio
58542            ! global.sym pod/perlapi.pod
58543 ____________________________________________________________________________
58544 [  7752] By: nick                                  on 2000/11/19  18:57:30
58545         Log: Configure GCC/Win32 build -Duseperlio
58546              Fix a couple of gross issues
58547              - double-include of ../deb.o in re.dll
58548              - win32sck.c needs PerlIO and FILE 
58549      Branch: perlio
58550            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
58551            ! win32/win32sck.c
58552 ____________________________________________________________________________
58553 [  7751] By: nick                                  on 2000/11/19  17:05:36
58554         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
58555      Branch: perlio
58556            ! perlio.c
58557 ____________________________________________________________________________
58558 [  7750] By: nick                                  on 2000/11/19  16:57:14
58559         Log: Missing aTHX_
58560      Branch: perlio
58561            ! sv.c
58562 ____________________________________________________________________________
58563 [  7749] By: jhi                                   on 2000/11/19  16:28:40
58564         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
58565              From: "Peter J. Farley III" <pjfarley@banet.net>
58566              Date: Sun, 19 Nov 2000 01:42:58 -0500
58567              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
58568      Branch: perl
58569            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
58570 ____________________________________________________________________________
58571 [  7748] By: jhi                                   on 2000/11/19  16:08:10
58572         Log: Subject: podlators 1.05 available        
58573              From: Russ Allbery <rra@stanford.edu>   
58574              Date: 18 Nov 2000 22:04:28 -0800
58575              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
58576      Branch: perl
58577            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
58578 ____________________________________________________________________________
58579 [  7747] By: nick                                  on 2000/11/19  11:19:39
58580         Log: Integrate mainline
58581      Branch: perlio
58582           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
58583           !> util.c
58584 ____________________________________________________________________________
58585 [  7746] By: jhi                                   on 2000/11/19  06:42:22
58586         Log: Make hex scanning warn on "\x{x}" and "\xx".
58587              "\x" and and hex("x") are still valid.
58588      Branch: perl
58589            ! util.c
58590 ____________________________________________________________________________
58591 [  7745] By: nick                                  on 2000/11/18  22:52:28
58592         Log: Integrate mainline
58593      Branch: perlio
58594           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
58595           !> perl.h perlio.c proto.h regcomp.c regcomp.h
58596 ____________________________________________________________________________
58597 [  7744] By: jhi                                   on 2000/11/18  22:50:28
58598         Log: Introduce Perl_utf8_length().  Use it.
58599      Branch: perl
58600            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
58601 ____________________________________________________________________________
58602 [  7743] By: jhi                                   on 2000/11/18  22:38:51
58603         Log: Compiler denit.
58604      Branch: perl
58605            ! perlio.c
58606 ____________________________________________________________________________
58607 [  7742] By: jhi                                   on 2000/11/18  20:33:05
58608         Log: Integrate perlio.
58609      Branch: perl
58610           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
58611           !> perlio.h pp_ctl.c pp_sys.c sv.c
58612 ____________________________________________________________________________
58613 [  7741] By: jhi                                   on 2000/11/18  20:31:27
58614         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
58615              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58616              Date: Fri, 17 Nov 2000 20:35:11 -0500
58617              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
58618              
58619              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
58620              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58621              Date: Fri, 17 Nov 2000 21:03:47 -0500
58622              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
58623              
58624              Plus a little bit of tweaking in pregcomp().
58625      Branch: perl
58626            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
58627 ____________________________________________________________________________
58628 [  7740] By: nick                                  on 2000/11/18  20:17:22
58629         Log: Lexical use open ... support:
58630              add ->cop_io to COP structure in cop.h.
58631              Make mg.c and gv.c associate it with ${^OPEN}.
58632              Make lib/open.pm set it.
58633              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
58634              manner similar to ->cop_warnings.
58635              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
58636              call new PerlIO_apply_layers().
58637              Declare latter in perlio.h and define in perlio.c
58638      Branch: perlio
58639            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
58640            ! perlio.h pp_ctl.c pp_sys.c sv.c
58641 ____________________________________________________________________________
58642 [  7739] By: jhi                                   on 2000/11/18  19:54:00
58643         Log: Integrate perlio.
58644      Branch: perl
58645           !> doio.c perlio.c pp.c
58646 ____________________________________________________________________________
58647 [  7738] By: jhi                                   on 2000/11/18  17:16:13
58648         Log: Subject: [PATCH 5.7.0] etags broken again
58649              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58650              Date: Sat, 18 Nov 2000 02:41:36 -0500
58651              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
58652      Branch: perl
58653            ! emacs/ptags
58654 ____________________________________________________________________________
58655 [  7737] By: jhi                                   on 2000/11/18  17:12:18
58656         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
58657      Branch: perl
58658            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
58659 ____________________________________________________________________________
58660 [  7736] By: nick                                  on 2000/11/18  14:06:20
58661         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
58662              part to be isolated.
58663      Branch: perlio
58664            ! doio.c perlio.c
58665 ____________________________________________________________________________
58666 [  7735] By: nick                                  on 2000/11/18  11:03:32
58667         Log: Integrate mainline
58668      Branch: perlio
58669           !> Changes README.amiga README.win32 patchlevel.h
58670           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
58671 ____________________________________________________________________________
58672 [  7734] By: jhi                                   on 2000/11/18  01:18:56
58673         Log: Update Changes.
58674      Branch: perl
58675            ! Changes patchlevel.h
58676 ____________________________________________________________________________
58677 [  7733] By: jhi                                   on 2000/11/18  00:32:54
58678         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
58679              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58680              Date: Fri, 17 Nov 2000 17:28:02 -0500
58681              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
58682      Branch: perl
58683            ! regcomp.c regexec.c t/op/re_tests
58684 ____________________________________________________________________________
58685 [  7732] By: jhi                                   on 2000/11/18  00:28:56
58686         Log: Sparc 64-bit pack() fix from Jens Hamisch.
58687      Branch: perl
58688            ! pp.c
58689 ____________________________________________________________________________
58690 [  7731] By: jhi                                   on 2000/11/18  00:18:39
58691         Log: Explain in more detail the {} syntax ambiguousity.
58692              
58693              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
58694              From: Nicholas Clark <nick@ccl4.org>
58695              Date: Fri, 17 Nov 2000 22:10:28 +0000
58696              Message-ID: <20001117221028.A88930@plum.flirble.org>
58697      Branch: perl
58698            ! pod/perlfunc.pod
58699 ____________________________________________________________________________
58700 [  7730] By: jhi                                   on 2000/11/18  00:12:18
58701         Log: Subject: Fix for README.amiga (20000323.033)
58702              From: "Stephen P. Potter" <spp@spotter.yi.org>
58703              Date: Fri, 17 Nov 2000 12:25:51 -0500
58704              Message-Id: <200011171725.MAA05768@spotter.yi.org>
58705      Branch: perl
58706            ! README.amiga
58707 ____________________________________________________________________________
58708 [  7729] By: jhi                                   on 2000/11/18  00:08:34
58709         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
58710              From: "A. C. Yardley" <yardley@tanet.net>
58711              Date: Mon, 3 Apr 2000 11:35:33 -0700
58712              Message-ID: <3483.000403@tanet.net>
58713      Branch: perl
58714            ! README.win32
58715 ____________________________________________________________________________
58716 [  7728] By: nick                                  on 2000/11/17  21:59:47
58717         Log: Integrate mainline
58718      Branch: perlio
58719           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
58720           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
58721           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
58722           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
58723 ____________________________________________________________________________
58724 [  7727] By: nick                                  on 2000/11/17  21:56:31
58725         Log: Experiment on use of attributes.pm interface.
58726              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
58727              SVt_PVRV if not already something better (else vivify of say magic gets
58728              core dump).
58729      Branch: perlio
58730            ! perlio.c pp.c
58731 ____________________________________________________________________________
58732 [  7726] By: jhi                                   on 2000/11/17  14:15:49
58733         Log: Subject: Fix for 20000815.006
58734              From: "Stephen P. Potter" <spp@spotter.yi.org>
58735              Date: Fri, 17 Nov 2000 08:57:45 -0500
58736              Message-Id: <200011171357.IAA05122@spotter.yi.org>
58737              
58738              It's really 20000518.006.
58739      Branch: perl
58740            ! pod/perlmodlib.PL
58741 ____________________________________________________________________________
58742 [  7725] By: jhi                                   on 2000/11/17  14:12:31
58743         Log: Subject: Fix for 20000409.001
58744              From: "Stephen P. Potter" <spp@spotter.yi.org>
58745              Date: Fri, 17 Nov 2000 08:55:45 -0500
58746              Message-Id: <200011171355.IAA05104@spotter.yi.org>
58747      Branch: perl
58748            ! pod/perlfaq9.pod
58749 ____________________________________________________________________________
58750 [  7724] By: jhi                                   on 2000/11/17  14:08:58
58751         Log: Undo #7627 now that we have =head3.
58752      Branch: perl
58753            ! pod/perlhack.pod
58754 ____________________________________________________________________________
58755 [  7723] By: jhi                                   on 2000/11/17  14:04:09
58756         Log: As surmised the #7719 wasn't a good move.
58757      Branch: perl
58758            ! hints/solaris_2.sh
58759 ____________________________________________________________________________
58760 [  7722] By: jhi                                   on 2000/11/17  13:59:04
58761         Log: Also the 64bitall hints can be either here or there.
58762      Branch: perl
58763            ! hints/solaris_2.sh
58764 ____________________________________________________________________________
58765 [  7721] By: jhi                                   on 2000/11/17  02:26:23
58766         Log: Test tweak for the open pragma.
58767      Branch: perl
58768            ! t/lib/b.t
58769 ____________________________________________________________________________
58770 [  7720] By: jhi                                   on 2000/11/17  00:23:22
58771         Log: The long double hints can be here or there.
58772      Branch: perl
58773            ! hints/solaris_2.sh
58774 ____________________________________________________________________________
58775 [  7719] By: jhi                                   on 2000/11/17  00:14:06
58776         Log: For Solaris use64bitall the stdchar needs a little bit of help.
58777      Branch: perl
58778            ! hints/solaris_2.sh
58779 ____________________________________________________________________________
58780 [  7718] By: jhi                                   on 2000/11/16  23:27:34
58781         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
58782              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
58783              Date: Wed, 15 Nov 2000 08:56:32 +0100
58784              Message-ID: <3A1241B0.64477E00@alcatel.at>
58785      Branch: perl
58786            ! lib/Carp/Heavy.pm
58787 ____________________________________________________________________________
58788 [  7717] By: jhi                                   on 2000/11/16  23:23:29
58789         Log: Subject: [PATCH] Re: 20001101.003 PDL
58790              From: Nicholas Clark <nick@ccl4.org>
58791              Date: Thu, 16 Nov 2000 16:48:25 +0000
58792              Message-ID: <20001116164825.B93487@plum.flirble.org>
58793      Branch: perl
58794            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
58795 ____________________________________________________________________________
58796 [  7716] By: jhi                                   on 2000/11/16  23:21:31
58797         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
58798              From: "Casey R. Tweten" <crt@kiski.net>
58799              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
58800              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
58801      Branch: perl
58802            ! lib/Pod/Checker.pm pod/perlpod.pod
58803 ____________________________________________________________________________
58804 [  7715] By: jhi                                   on 2000/11/16  23:19:40
58805         Log: Avoid an infinite loop in VMS when utils scripts are run
58806              with no arguments, from Charles Lane.
58807      Branch: perl
58808            ! configure.com
58809 ____________________________________________________________________________
58810 [  7714] By: jhi                                   on 2000/11/16  23:17:08
58811         Log: Subject: perllocale.pod changes
58812              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
58813              Date: Mon, 13 Nov 2000 10:09:22 +0300
58814              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
58815      Branch: perl
58816            ! pod/perllocale.pod
58817 ____________________________________________________________________________
58818 [  7713] By: jhi                                   on 2000/11/16  23:14:06
58819         Log: Integrate perlio.
58820      Branch: perl
58821           !> doio.c perlio.c perlio.h util.c
58822 ____________________________________________________________________________
58823 [  7712] By: nick                                  on 2000/11/16  21:10:58
58824         Log: Integrate mainline
58825      Branch: perlio
58826           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
58827           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
58828           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
58829           !> vos/config.ga.def vos/config.ga.h win32/config.bc
58830           !> win32/config.gc win32/config.vc
58831 ____________________________________________________________________________
58832 [  7711] By: nick                                  on 2000/11/16  19:56:41
58833         Log: Minor tweaks:
58834              consistent way of getting 'rb', 'wb' etc. for binary opens
58835              move *perlio::layers to *open::layers
58836              a #define to show layers available
58837              DOSISH popen/PerlIO had export/import sense inverted.
58838      Branch: perlio
58839            ! doio.c perlio.c perlio.h util.c
58840 ____________________________________________________________________________
58841 [  7710] By: jhi                                   on 2000/11/16  15:46:05
58842         Log: Add HAS_SBRK_PROTO.
58843      Branch: metaconfig/U/perl
58844            + d_sbrkproto.U
58845      Branch: perl
58846            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58847            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
58848            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
58849            ! vos/config.ga.def vos/config.ga.h win32/config.bc
58850            ! win32/config.gc win32/config.vc
58851 ____________________________________________________________________________
58852 [  7709] By: nick                                  on 2000/11/16  07:31:49
58853         Log: Integrate mainline
58854      Branch: perlio
58855           !> (integrate 35 files)
58856 ____________________________________________________________________________
58857 [  7708] By: jhi                                   on 2000/11/16  05:33:03
58858         Log: These files are text, not binary.
58859      Branch: perl
58860            ! ext/Encode/Encode/iso8859-10.enc
58861            ! ext/Encode/Encode/iso8859-13.enc
58862            ! ext/Encode/Encode/iso8859-14.enc
58863            ! ext/Encode/Encode/iso8859-15.enc
58864 ____________________________________________________________________________
58865 [  7707] By: jhi                                   on 2000/11/16  01:53:37
58866         Log: Update Changes.
58867      Branch: perl
58868            ! Changes patchlevel.h
58869 ____________________________________________________________________________
58870 [  7706] By: jhi                                   on 2000/11/16  01:35:59
58871         Log: More #undefing of stdio.
58872      Branch: perl
58873            ! fakesdio.h nostdio.h
58874 ____________________________________________________________________________
58875 [  7705] By: jhi                                   on 2000/11/16  01:34:18
58876         Log: Add fwalk() probe to the configuration files and regen perltoc.
58877      Branch: perl
58878            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58879            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
58880            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
58881            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
58882            ! win32/config.bc win32/config.gc win32/config.vc
58883 ____________________________________________________________________________
58884 [  7704] By: jhi                                   on 2000/11/16  01:33:07
58885         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
58886              an optional third argument to Inlibc?)
58887      Branch: metaconfig/U/perl
58888            + d__fwalk.U
58889 ____________________________________________________________________________
58890 [  7703] By: jhi                                   on 2000/11/16  01:09:22
58891         Log: The type of the hash_cb() size argument is tricky.
58892      Branch: perl
58893            ! ext/DB_File/DB_File.xs
58894 ____________________________________________________________________________
58895 [  7702] By: jhi                                   on 2000/11/15  23:01:16
58896         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
58897      Branch: perl
58898            ! nostdio.h
58899 ____________________________________________________________________________
58900 [  7701] By: jhi                                   on 2000/11/15  22:52:32
58901         Log: Detypo.
58902      Branch: perl
58903            ! t/lib/bigfltpm.t
58904 ____________________________________________________________________________
58905 [  7700] By: jhi                                   on 2000/11/15  22:51:56
58906         Log: UINT64_C() work continues.
58907      Branch: perl
58908            ! handy.h perl.h utf8.h
58909 ____________________________________________________________________________
58910 [  7699] By: jhi                                   on 2000/11/15  14:13:04
58911         Log: SOCKS has its own USE_THREADS, based on
58912              
58913              Subject: [ID 20001114.002] et. al. bugfix followup
58914              From: Jens Hamisch <jens@Strawberry.COM> 
58915              Date: Wed, 15 Nov 2000 14:23:11 +0100
58916              Message-ID: <20001115142311.A21164@Strawberry.COM>
58917      Branch: perl
58918            ! perl.h
58919 ____________________________________________________________________________
58920 [  7698] By: jhi                                   on 2000/11/15  03:50:56
58921         Log: Add few missing #undefs and sort them.
58922      Branch: perl
58923            ! fakesdio.h
58924 ____________________________________________________________________________
58925 [  7697] By: jhi                                   on 2000/11/15  03:39:14
58926         Log: Linenumber fix.
58927      Branch: perl
58928            ! t/pragma/warn/utf8
58929 ____________________________________________________________________________
58930 [  7696] By: jhi                                   on 2000/11/15  02:55:26
58931         Log: EBCDIC tweaks.
58932              
58933              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
58934              From: Peter Prymmer <pvhp@forte.com>
58935              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
58936              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
58937      Branch: perl
58938            ! t/op/regmesg.t t/pragma/warn/utf8
58939 ____________________________________________________________________________
58940 [  7695] By: jhi                                   on 2000/11/15  02:53:58
58941         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
58942              From: Peter Prymmer <pvhp@forte.com>
58943              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
58944              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
58945      Branch: perl
58946            ! utf8.c
58947 ____________________________________________________________________________
58948 [  7694] By: jhi                                   on 2000/11/15  02:50:55
58949         Log: Subject: [PATCH: perl@7674] updates to README.os390
58950              From: Prymmer/Kahn <pvhp@best.com>
58951              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
58952              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
58953      Branch: perl
58954            ! README.os390
58955 ____________________________________________________________________________
58956 [  7693] By: jhi                                   on 2000/11/15  02:48:37
58957         Log: Quit utf8_to_uv() instantly if curlen == 0.
58958      Branch: perl
58959            ! utf8.c
58960 ____________________________________________________________________________
58961 [  7692] By: jhi                                   on 2000/11/15  02:24:29
58962         Log: Use u_int32_t for the size of hash_cb(), not size_t.
58963              
58964              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
58965              From: Jens Hamisch <jens@Strawberry.COM>     
58966              Date: Tue, 14 Nov 2000 19:03:55 +0100
58967              Message-Id: <20001114190355.A20559@Strawberry.COM>
58968      Branch: perl
58969            ! ext/DB_File/DB_File.xs
58970 ____________________________________________________________________________
58971 [  7691] By: jhi                                   on 2000/11/15  02:20:12
58972         Log: Use UINT64_C().
58973              
58974              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
58975              From: Jens Hamisch <jens@Strawberry.COM>
58976              Date: Tue, 14 Nov 2000 19:16:23 +0100
58977              Message-Id: <20001114191623.G20559@Strawberry.COM>
58978      Branch: perl
58979            ! utf8.c utf8.h
58980 ____________________________________________________________________________
58981 [  7690] By: jhi                                   on 2000/11/15  02:17:06
58982         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
58983              (a macro to define signed and unsigned integer constants).
58984      Branch: perl
58985            ! handy.h
58986 ____________________________________________________________________________
58987 [  7689] By: jhi                                   on 2000/11/15  01:56:51
58988         Log: Regen Configure.
58989      Branch: perl
58990            ! Configure
58991 ____________________________________________________________________________
58992 [  7688] By: jhi                                   on 2000/11/15  01:56:32
58993         Log: Make the unit know about SOCKS.
58994      Branch: metaconfig
58995            ! U/protos/socksizetype.U
58996 ____________________________________________________________________________
58997 [  7687] By: jhi                                   on 2000/11/15  01:54:47
58998         Log: Remove unused dependencies.
58999      Branch: metaconfig
59000            ! U/compline/d_getpagsz.U
59001 ____________________________________________________________________________
59002 [  7686] By: nick                                  on 2000/11/14  21:25:13
59003         Log: Integrate mainline.
59004      Branch: perlio
59005           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
59006           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
59007           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
59008           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
59009           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
59010           !> win32/config.bc win32/config.gc win32/config.vc
59011           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
59012 ____________________________________________________________________________
59013 [  7685] By: jhi                                   on 2000/11/14  17:54:56
59014         Log: Integrate perlio.
59015      Branch: perl
59016           +> fakesdio.h perliol.h
59017           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
59018           !> perlsdio.h perlsfio.h pod/perlfunc.pod
59019 ____________________________________________________________________________
59020 [  7684] By: nick                                  on 2000/11/14  17:43:04
59021         Log: PerlIO #include and #ifdef re-work.
59022      Branch: perlio
59023            + fakesdio.h perliol.h
59024            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
59025            ! perlsdio.h perlsfio.h
59026 ____________________________________________________________________________
59027 [  7683] By: jhi                                   on 2000/11/14  15:42:40
59028         Log: Hoist the duplicated socket/netdb include logic to perl.h;
59029              undef SETERRNO in case SOCKS has defined it.  Based on:
59030              
59031              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
59032              From: Jens Hamisch <jens@Strawberry.COM> 
59033              Date: Tue, 14 Nov 2000 11:34:40 +0100
59034              Message-Id: <20001114113440.A20005@Strawberry.COM>
59035      Branch: perl
59036            ! doio.c perl.h pp_sys.c
59037 ____________________________________________________________________________
59038 [  7682] By: jhi                                   on 2000/11/14  14:07:28
59039         Log: Subject: some additions for makefiles for win32 (for perl@7674)
59040              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
59041              Date: Tue, 14 Nov 2000 09:31:13 +0300
59042              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
59043      Branch: perl
59044            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
59045            ! win32/makefile.mk
59046 ____________________________________________________________________________
59047 [  7681] By: jhi                                   on 2000/11/14  14:01:41
59048         Log: Subject: tiny typo in perl5db.pl
59049              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
59050              Date: Tue, 14 Nov 2000 09:29:28 +0300
59051              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
59052      Branch: perl
59053            ! lib/perl5db.pl
59054 ____________________________________________________________________________
59055 [  7680] By: jhi                                   on 2000/11/14  04:13:50
59056         Log: Redo #7679 with LFs instead of CRLFs.
59057      Branch: perl
59058            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
59059            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
59060            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
59061 ____________________________________________________________________________
59062 [  7679] By: jhi                                   on 2000/11/14  01:21:09
59063         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
59064              From: Benjamin Stuhl <tiriath@yahoo.com> 
59065              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
59066              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
59067      Branch: perl
59068            + win32/bin/mdelete.bat
59069            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
59070            ! makedef.pl perlio.c win32/Makefile win32/config.gc
59071            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
59072 ____________________________________________________________________________
59073 [  7678] By: jhi                                   on 2000/11/14  01:19:20
59074         Log: Fix the re extension building for Win32.
59075              
59076              Subject: [PATCH perl@7638] Get PerlIO building on Win32
59077              From: Benjamin Stuhl <tiriath@yahoo.com> 
59078              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
59079              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
59080      Branch: perl
59081            + ext/re/hints/MSWin32.pl
59082            ! MANIFEST
59083 ____________________________________________________________________________
59084 [  7677] By: jhi                                   on 2000/11/14  01:13:54
59085         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
59086              From: sthoenna@efn.org
59087              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
59088              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
59089      Branch: perl
59090            ! doop.c pp.c toke.c utf8.c utf8.h
59091 ____________________________________________________________________________
59092 [  7676] By: jhi                                   on 2000/11/13  20:23:15
59093         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
59094              From: Nicholas Clark <nick@ccl4.org>
59095              Date: Mon, 13 Nov 2000 18:55:04 +0000
59096              Message-ID: <20001113185504.J29183@plum.flirble.org>
59097      Branch: perl
59098            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
59099 ____________________________________________________________________________
59100 [  7675] By: nick                                  on 2000/11/13  20:21:57
59101         Log: Integrate mainline ...
59102      Branch: perlio
59103           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
59104           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
59105           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
59106           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
59107 ____________________________________________________________________________
59108 [  7674] By: jhi                                   on 2000/11/13  15:07:56
59109         Log: Update Changes.
59110      Branch: perl
59111            ! Changes patchlevel.h
59112 ____________________________________________________________________________
59113 [  7673] By: jhi                                   on 2000/11/13  14:42:42
59114         Log: Remove the new two tests of lib/io_xs for now, they seem to
59115              fail under perlio on some platforms.
59116      Branch: perl
59117            ! t/lib/io_xs.t
59118 ____________________________________________________________________________
59119 [  7672] By: jhi                                   on 2000/11/13  13:57:53
59120         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
59121      Branch: perl
59122            ! perlio.c
59123 ____________________________________________________________________________
59124 [  7671] By: jhi                                   on 2000/11/13  05:30:48
59125         Log: Placate nervous compilers that see longer than ints switch()ing.
59126      Branch: perl
59127            ! utf8.c
59128 ____________________________________________________________________________
59129 [  7670] By: jhi                                   on 2000/11/13  05:14:21
59130         Log: fputs() does return EOF on error but here we don't care.
59131      Branch: perl
59132            ! perlio.c
59133 ____________________________________________________________________________
59134 [  7669] By: jhi                                   on 2000/11/13  05:02:45
59135         Log: Declare reg_data like reg_substr_data.
59136      Branch: perl
59137            ! regexp.h
59138 ____________________________________________________________________________
59139 [  7668] By: jhi                                   on 2000/11/13  04:54:34
59140         Log: Typos in #7667.
59141      Branch: perl
59142            ! perl.h
59143 ____________________________________________________________________________
59144 [  7667] By: jhi                                   on 2000/11/13  04:49:49
59145         Log: Cleanup messy #ifdef.
59146      Branch: perl
59147            ! perl.h
59148 ____________________________________________________________________________
59149 [  7666] By: jhi                                   on 2000/11/13  04:17:34
59150         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
59151              From: Nicholas Clark <nick@talking.bollo.cx>
59152              Date: Sun, 12 Nov 2000 21:14:11 +0000
59153              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
59154              
59155              Note: only one breakage of the two reported is fixed by this patch.
59156      Branch: perl
59157            ! perlio.c
59158 ____________________________________________________________________________
59159 [  7665] By: jhi                                   on 2000/11/13  04:05:07
59160         Log: Tweak the definition of the bit complement on UTF-8 data:
59161              if none of the characters in the string are > 0xff,
59162              the result is a complemented byte string, not a (UTF-8)
59163              char string.  Based on the summary in
59164              
59165              Subject: Re: [ID 20000918.005] ~ on wide chars
59166              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
59167              Date: Fri, 10 Nov 2000 09:47:15 -0800
59168              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
59169              
59170              This should give us the maximum backward (pre-char string)
59171              compatibility and utf8 compatibility.  The other alternative
59172              would be to limit the bit complement to be always byte only,
59173              taking the least significant byte of the chars.
59174      Branch: perl
59175            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
59176 ____________________________________________________________________________
59177 [  7664] By: jhi                                   on 2000/11/13  00:23:44
59178         Log: Couple of tests from #7660 salvaged.
59179      Branch: perl
59180            - t/op/tell.t
59181            ! MANIFEST t/io/tell.t
59182 ____________________________________________________________________________
59183 [  7663] By: jhi                                   on 2000/11/13  00:02:48
59184         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
59185              From: Nicholas Clark <nick@talking.bollo.cx>
59186              Date: Sun, 12 Nov 2000 21:23:43 +0000
59187              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
59188      Branch: perl
59189            ! perlsfio.h
59190 ____________________________________________________________________________
59191 [  7662] By: jhi                                   on 2000/11/13  00:01:39
59192         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
59193              From: Nicholas Clark <nick@talking.bollo.cx>
59194              Date: Sun, 12 Nov 2000 21:30:04 +0000
59195              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
59196      Branch: perl
59197            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
59198 ____________________________________________________________________________
59199 [  7661] By: jhi                                   on 2000/11/12  23:57:29
59200         Log: Document tell() on special streams.
59201      Branch: perl
59202            ! pod/perlfunc.pod
59203 ____________________________________________________________________________
59204 [  7660] By: jhi                                   on 2000/11/12  23:54:22
59205         Log: (Subsumed by #7664)
59206      Branch: perl
59207            + t/op/tell.t
59208            ! MANIFEST
59209 ____________________________________________________________________________
59210 [  7659] By: jhi                                   on 2000/11/12  22:55:25
59211         Log: Many subdocumented return values of the IO extension now documented.
59212              ungetc and write still left subdocumented.
59213              
59214              Subject: [PATCH] (was Re: IO::Handle::ungetc)
59215              From: Nicholas Clark <nick@talking.bollo.cx>
59216              Date: Sun, 12 Nov 2000 21:35:53 +0000
59217              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
59218      Branch: perl
59219            ! ext/IO/lib/IO/Handle.pm
59220 ____________________________________________________________________________
59221 [  7658] By: jhi                                   on 2000/11/12  21:37:06
59222         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
59223              From: Nicholas Clark <nick@talking.bollo.cx>
59224              Date: Sun, 12 Nov 2000 20:03:22 +0000
59225              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
59226      Branch: perl
59227            ! pod/perlfunc.pod
59228 ____________________________________________________________________________
59229 [  7657] By: jhi                                   on 2000/11/12  20:34:55
59230         Log: Integrate perlio.
59231      Branch: perl
59232           !> perlio.c
59233 ____________________________________________________________________________
59234 [  7656] By: nick                                  on 2000/11/12  19:25:06
59235         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
59236      Branch: perlio
59237            ! perlio.c
59238 ____________________________________________________________________________
59239 [  7655] By: nick                                  on 2000/11/12  19:09:41
59240         Log: Integrate mainline
59241      Branch: perlio
59242           +> README.solaris ext/Encode/Encode/cp1006.enc
59243           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
59244           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
59245           +> ext/Encode/Encode/iso8859-13.enc
59246           +> ext/Encode/Encode/iso8859-14.enc
59247           +> ext/Encode/Encode/iso8859-15.enc
59248           !> (integrate 34 files)
59249 ____________________________________________________________________________
59250 [  7654] By: jhi                                   on 2000/11/12  19:00:22
59251         Log: Add a metaconfig unit for fsync.
59252      Branch: metaconfig/U/perl
59253            + d_fsync.U
59254 ____________________________________________________________________________
59255 [  7653] By: jhi                                   on 2000/11/12  19:00:01
59256         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
59257      Branch: perl
59258            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59259            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
59260            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
59261            ! vos/config.ga.h win32/config.bc win32/config.gc
59262            ! win32/config.vc
59263 ____________________________________________________________________________
59264 [  7652] By: jhi                                   on 2000/11/11  21:12:01
59265         Log: Copy the s// information of README.hpux also to the perlrun.
59266      Branch: perl
59267            ! README.hpux pod/perlrun.pod
59268 ____________________________________________________________________________
59269 [  7651] By: jhi                                   on 2000/11/11  21:03:13
59270         Log: More README.solaris updates from Andy Dougherty.
59271      Branch: perl
59272            ! README.solaris
59273 ____________________________________________________________________________
59274 [  7650] By: jhi                                   on 2000/11/11  18:38:57
59275         Log: More descriptive error for unknown perlio layers.
59276              
59277              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
59278              From: Dominic Dunlop <domo@computer.org> 
59279              Date: Sat, 11 Nov 2000 18:20:32 +0100             
59280              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
59281      Branch: perl
59282            ! perlio.c pod/perldiag.pod
59283 ____________________________________________________________________________
59284 [  7649] By: jhi                                   on 2000/11/11  18:37:52
59285         Log: MachTen doesn't really do mmap() and munmap().
59286              
59287              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
59288              From: Dominic Dunlop <domo@computer.org> 
59289              Date: Sat, 11 Nov 2000 18:20:32 +0100             
59290              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
59291      Branch: perl
59292            ! hints/machten.sh
59293 ____________________________________________________________________________
59294 [  7648] By: jhi                                   on 2000/11/11  18:36:46
59295         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
59296              From: rspier@pobox.com (Robert Spier)
59297              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
59298              Message-ID: <14861.32839.491271.985797@rls.cx>
59299      Branch: perl
59300            ! Porting/Contract pod/perltoot.pod
59301 ____________________________________________________________________________
59302 [  7647] By: jhi                                   on 2000/11/11  18:35:30
59303         Log: Simplify the getpagesize() unit by dropping the
59304              pagesize probe since it's nowadays slightly more
59305              complicated because of sysconf(). (Note: if some
59306              platform really needs the -lPW for getpagesize,
59307              I just broke it.)
59308              
59309              TODO: a new pagesize unit.
59310      Branch: metaconfig
59311            ! U/compline/d_getpagsz.U
59312 ____________________________________________________________________________
59313 [  7646] By: jhi                                   on 2000/11/11  18:33:23
59314         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
59315      Branch: perl
59316            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59317            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
59318            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
59319            ! vos/config.ga.h win32/config.bc win32/config.gc
59320            ! win32/config.vc
59321 ____________________________________________________________________________
59322 [  7645] By: jhi                                   on 2000/11/11  16:45:15
59323         Log: Use sysconf() or getpagesize() to find out the pagesize.
59324      Branch: perl
59325            ! perlio.c
59326 ____________________________________________________________________________
59327 [  7644] By: jhi                                   on 2000/11/11  15:46:08
59328         Log: Integrate perlio.
59329      Branch: perl
59330           !> perlio.c
59331 ____________________________________________________________________________
59332 [  7643] By: jhi                                   on 2000/11/11  15:33:36
59333         Log: Subject: Re: [PATCH] README.solaris
59334              From: Lupe Christoph <lupe@lupe-christoph.de>
59335              Date: Sat, 11 Nov 2000 14:08:10 +0100
59336              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
59337      Branch: perl
59338            ! README.solaris
59339 ____________________________________________________________________________
59340 [  7642] By: jhi                                   on 2000/11/11  15:22:12
59341         Log: Subject: [PATCH perl@7638] cygwin port
59342              From: "Eric Fifer" <egf7@columbia.edu>            
59343              Date: Fri, 10 Nov 2000 19:30:30 -0000
59344              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
59345      Branch: perl
59346            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
59347 ____________________________________________________________________________
59348 [  7641] By: nick                                  on 2000/11/11  14:50:36
59349         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
59350              Also call "Buf" layer directly when unread'ing non-read chars.
59351      Branch: perlio
59352            ! perlio.c
59353 ____________________________________________________________________________
59354 [  7640] By: jhi                                   on 2000/11/11  02:05:02
59355         Log: Add more encoding tables.
59356      Branch: perl
59357            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
59358            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
59359            + ext/Encode/Encode/iso8859-10.enc
59360            + ext/Encode/Encode/iso8859-13.enc
59361            + ext/Encode/Encode/iso8859-14.enc
59362            + ext/Encode/Encode/iso8859-15.enc
59363            ! MANIFEST
59364 ____________________________________________________________________________
59365 [  7639] By: jhi                                   on 2000/11/10  18:49:25
59366         Log: Subject: [PATCH] README.solaris
59367              From: Andy Dougherty <doughera@lafayette.edu>
59368              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
59369              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
59370      Branch: perl
59371            + README.solaris
59372            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
59373            ! pod/perl.pod pod/perltoc.pod
59374 ____________________________________________________________________________
59375 [  7638] By: jhi                                   on 2000/11/10  15:04:15
59376         Log: Update Changes.
59377      Branch: perl
59378            ! Changes patchlevel.h
59379 ____________________________________________________________________________
59380 [  7637] By: jhi                                   on 2000/11/10  14:14:28
59381         Log: Explain better why certain regex tests are skipped.
59382              
59383              Subject: Re: tests skipped: unknown reason
59384              From: Lupe Christoph <lupe@lupe-christoph.de>
59385              Date: Fri, 10 Nov 2000 09:08:56 +0100
59386              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
59387      Branch: perl
59388            ! t/op/regexp.t
59389 ____________________________________________________________________________
59390 [  7636] By: nick                                  on 2000/11/10  13:40:00
59391         Log: Integrate mainline.
59392      Branch: perlio
59393           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
59394           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
59395           !> win32/bin/search.pl
59396 ____________________________________________________________________________
59397 [  7635] By: nick                                  on 2000/11/10  13:25:52
59398         Log: Re-instate stdio large file support via perlio.
59399      Branch: perl
59400            ! perlio.c
59401 ____________________________________________________________________________
59402 [  7634] By: jhi                                   on 2000/11/10  04:49:55
59403         Log: Amdahl UTS hints updates.
59404              
59405              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
59406              From: hom00@utsglobal.com (Harold O Morris)
59407              Date: Thu, 9 Nov 2000 20:02 PST
59408              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
59409      Branch: perl
59410            ! hints/uts.sh
59411 ____________________________________________________________________________
59412 [  7633] By: jhi                                   on 2000/11/09  23:33:28
59413         Log: Subject: [PATCH] IO::Seekable pod
59414              From: Nicholas Clark <nick@talking.bollo.cx>
59415              Date: Thu, 9 Nov 2000 20:29:45 +0000
59416              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
59417      Branch: perl
59418            ! ext/IO/lib/IO/Handle.pm
59419 ____________________________________________________________________________
59420 [  7632] By: jhi                                   on 2000/11/09  21:55:41
59421         Log: Various doc oddball characters.
59422              
59423              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
59424              From: Michael Somos <somos@grail.cba.csuohio.edu>
59425              Date: Mon, 6 Nov 2000 17:44:20 -0500
59426              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
59427      Branch: perl
59428            ! emacs/cperl-mode.el lib/unicode/syllables.txt
59429            ! win32/bin/search.pl
59430 ____________________________________________________________________________
59431 [  7631] By: jhi                                   on 2000/11/09  21:12:29
59432         Log: Subject: Re: bash -c exit and linux hints 
59433              From: "John P. Linderman" <jpl@research.att.com>
59434              Date: Thu, 02 Nov 2000 09:37:25 -0500
59435              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
59436      Branch: perl
59437            ! hints/linux.sh
59438 ____________________________________________________________________________
59439 [  7630] By: nick                                  on 2000/11/09  20:34:11
59440         Log: Integrate mainline.
59441      Branch: perlio
59442           !> (integrate 91 files)
59443 ____________________________________________________________________________
59444 [  7629] By: jhi                                   on 2000/11/09  19:46:31
59445         Log: Missing dTHXs.
59446              
59447              Subject: RE: perl@7595 builds not on cygwin
59448              From: "Eric Fifer" <egf7@columbia.edu>
59449              Date: Thu, 9 Nov 2000 19:26:50 -0000
59450              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
59451      Branch: perl
59452            ! ext/Devel/Peek/Peek.xs
59453 ____________________________________________________________________________
59454 [  7628] By: jhi                                   on 2000/11/09  14:48:27
59455         Log: Disable only the tests 99 and 166 for UTF-8 locales.
59456      Branch: perl
59457            ! t/pragma/locale.t
59458 ____________________________________________________________________________
59459 [  7627] By: jhi                                   on 2000/11/09  14:40:27
59460         Log: There's no =head3.
59461      Branch: perl
59462            ! pod/perlhack.pod
59463 ____________________________________________________________________________
59464 [  7626] By: jhi                                   on 2000/11/09  13:54:26
59465         Log: The generated boot_* headers are wrong.  Pickier compiler,
59466              such as KAI C++ will refuse to compile the resulting perlmain.
59467              
59468              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
59469              From: Harri Pasanen <harri.pasanen@trema.com>
59470              Date: Thu, 09 Nov 2000 14:23:28 +0100
59471              Message-Id: <3A0AA550.26D548A3@trema.com>
59472      Branch: perl
59473            ! minimod.pl
59474 ____________________________________________________________________________
59475 [  7625] By: jhi                                   on 2000/11/09  13:50:44
59476         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
59477              From: Prymmer/Kahn <pvhp@best.com>
59478              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
59479              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
59480              
59481              All except the "cow orker" change.
59482      Branch: perl
59483            ! Porting/pumpkin.pod
59484 ____________________________________________________________________________
59485 [  7624] By: jhi                                   on 2000/11/09  13:45:33
59486         Log: Fix for
59487              
59488              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
59489              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
59490              Date: Thu, 09 Nov 2000 11:05:52 +0100
59491              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
59492      Branch: perl
59493            ! pod/perldiag.pod t/pragma/warn/pp_sys
59494 ____________________________________________________________________________
59495 [  7623] By: jhi                                   on 2000/11/09  13:37:16
59496         Log: Typo in an ifndef.
59497              
59498              Subject: Re: [PATCH 5.7.0] better messages from malloc()
59499              From: Joe Smith <jms@inwap.com>         
59500              Date: Thu, 09 Nov 2000 01:33:14 -0800
59501              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
59502      Branch: perl
59503            ! malloc.c
59504 ____________________________________________________________________________
59505 [  7622] By: jhi                                   on 2000/11/09  13:31:18
59506         Log: Remove unused extra arguments.
59507      Branch: metaconfig/U/perl
59508            ! perlxv.U
59509      Branch: perl
59510            ! Configure config_h.SH
59511 ____________________________________________________________________________
59512 [  7621] By: jhi                                   on 2000/11/09  13:16:36
59513         Log: More VMS moves on environment handling, from Charles Lane.
59514      Branch: perl
59515            ! t/pragma/locale.t
59516 ____________________________________________________________________________
59517 [  7620] By: jhi                                   on 2000/11/09  04:42:38
59518         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
59519              From: David Dyck <dcd@tc.fluke.com>
59520              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
59521              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
59522      Branch: perl
59523            ! pp_sys.c
59524 ____________________________________________________________________________
59525 [  7619] By: jhi                                   on 2000/11/09  04:36:21
59526         Log: Forgot from #7618.
59527      Branch: perl
59528            ! lib/File/stat.pm
59529 ____________________________________________________________________________
59530 [  7618] By: jhi                                   on 2000/11/09  04:28:44
59531         Log: Make deleting for %ENV work for (newer versions of) VMS,
59532              from Craig A. Berry.
59533      Branch: perl
59534            ! vms/vms.c
59535 ____________________________________________________________________________
59536 [  7617] By: jhi                                   on 2000/11/09  04:25:05
59537         Log: Subject: [PATCH] Class::Struct at compile time
59538              From: "Casey R. Tweten" <crt@kiski.net>
59539              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
59540              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
59541      Branch: perl
59542            ! lib/Class/Struct.pm
59543 ____________________________________________________________________________
59544 [  7616] By: jhi                                   on 2000/11/09  04:15:17
59545         Log: Subject: [ID 20001108.013] spelling
59546              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
59547              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
59548              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
59549      Branch: perl
59550            ! lib/ftp.pl
59551 ____________________________________________________________________________
59552 [  7615] By: jhi                                   on 2000/11/09  04:12:42
59553         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
59554              From: Peter Prymmer <pvhp@forte.com>
59555              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
59556              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
59557      Branch: perl
59558            ! configure.com
59559 ____________________________________________________________________________
59560 [  7614] By: jhi                                   on 2000/11/08  22:42:55
59561         Log: A missing aTHX_.
59562      Branch: perl
59563            ! ext/IPC/SysV/SysV.xs
59564 ____________________________________________________________________________
59565 [  7613] By: jhi                                   on 2000/11/08  19:30:21
59566         Log: Update Changes.
59567      Branch: perl
59568            ! Changes patchlevel.h
59569 ____________________________________________________________________________
59570 [  7612] By: jhi                                   on 2000/11/08  18:35:25
59571         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
59572              From: David Dyck <dcd@tc.fluke.com>
59573              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
59574              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
59575      Branch: perl
59576            ! pp_sys.c
59577 ____________________________________________________________________________
59578 [  7611] By: jhi                                   on 2000/11/08  18:30:26
59579         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
59580              From: Dominic Dunlop <domo@computer.org>
59581              Date: Tue, 7 Nov 2000 12:05:25 +0100
59582              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
59583      Branch: perl
59584            ! malloc.c
59585 ____________________________________________________________________________
59586 [  7610] By: jhi                                   on 2000/11/08  18:25:14
59587         Log: Do not test UTF-8 locales since that the tests would require
59588              polymorphic regexen.
59589      Branch: perl
59590            ! t/pragma/locale.t
59591 ____________________________________________________________________________
59592 [  7609] By: jhi                                   on 2000/11/08  17:12:51
59593         Log: Locale buglets.
59594              
59595              Subject: RE: Locales support (setlocale) fixes
59596              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
59597              Date: Wed, 8 Nov 2000 20:01:39 +0300
59598              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
59599      Branch: perl
59600            ! t/pragma/locale.t util.c
59601 ____________________________________________________________________________
59602 [  7608] By: jhi                                   on 2000/11/08  17:00:16
59603         Log: Deleting $ENV{PATH} in VMS is not recommendable.
59604      Branch: perl
59605            ! t/pragma/locale.t
59606 ____________________________________________________________________________
59607 [  7607] By: jhi                                   on 2000/11/08  16:58:26
59608         Log: Subject: PATCH std stdio for (Free)BSD
59609              From: Nicholas Clark <nick@ccl4.org>
59610              Date: Wed, 8 Nov 2000 15:36:29 +0000
59611              Message-ID: <20001108153629.D98736@plum.flirble.org>
59612      Branch: metaconfig
59613            ! U/compline/d_stdstdio.U
59614      Branch: perl
59615            ! Configure config_h.SH
59616 ____________________________________________________________________________
59617 [  7606] By: jhi                                   on 2000/11/08  16:43:31
59618         Log: Forgot to bump the line numbers in #7601.
59619      Branch: perl
59620            ! t/pragma/warn/pp_sys
59621 ____________________________________________________________________________
59622 [  7605] By: jhi                                   on 2000/11/08  16:39:12
59623         Log: More careful detection of how well NVs and UVs mix.
59624              
59625              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))
59626              From: Nicholas Clark <nick@ccl4.org>
59627              Date: Wed, 8 Nov 2000 15:14:12 +0000
59628              Message-ID: <20001108151412.B98736@plum.flirble.org>
59629              
59630              Added some SIGFPE paranoia.
59631      Branch: metaconfig/U/perl
59632            ! perlxv.U
59633      Branch: perl
59634            ! Configure config_h.SH
59635 ____________________________________________________________________________
59636 [  7604] By: jhi                                   on 2000/11/08  14:39:10
59637         Log: Subject: [patch perl@7595] VMS configure.com tweak
59638              From: "Craig A. Berry" <craigberry@mac.com>
59639              Date: Wed, 8 Nov 2000 00:24:12 -0600
59640              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
59641      Branch: perl
59642            ! configure.com
59643 ____________________________________________________________________________
59644 [  7603] By: jhi                                   on 2000/11/08  14:27:11
59645         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
59646              From: Robin Barker <rmb1@cise.npl.co.uk>
59647              Date: Wed, 8 Nov 2000 11:11:39 GMT
59648              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
59649      Branch: perl
59650            ! perlio.c
59651 ____________________________________________________________________________
59652 [  7602] By: jhi                                   on 2000/11/08  14:25:03
59653         Log: Fix for the tie-refhash string table leaks.
59654              
59655              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
59656              Date: Wed, 8 Nov 2000 13:03:04 GMT
59657              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
59658      Branch: perl
59659            ! t/lib/tie-refhash.t
59660 ____________________________________________________________________________
59661 [  7601] By: jhi                                   on 2000/11/08  14:21:08
59662         Log: Try to avoid flockless and emulationless places.
59663      Branch: perl
59664            ! t/pragma/warn/pp_sys
59665 ____________________________________________________________________________
59666 [  7600] By: jhi                                   on 2000/11/08  02:28:54
59667         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
59668              
59669              Subject: [PATCH] prototyped functions that should be overrideable
59670              From: "Casey R. Tweten" <crt@kiski.net>
59671              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
59672              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
59673      Branch: perl
59674            ! toke.c
59675 ____________________________________________________________________________
59676 [  7599] By: jhi                                   on 2000/11/08  01:12:05
59677         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
59678              
59679              Subject: [PATCH] perlbug.PL
59680              From: "Kurt D. Starsinic" <kstar@chapin.edu>
59681              Date: Mon, 6 Nov 2000 21:39:01 -0500
59682              Message-ID: <20001106213901.B20955@O2.chapin.edu>
59683      Branch: perl
59684            ! utils/perlbug.PL
59685 ____________________________________________________________________________
59686 [  7598] By: jhi                                   on 2000/11/07  23:42:00
59687         Log: Bad thinko in #7581 (I used the test program with the expanded
59688              values as-is).
59689      Branch: metaconfig
59690            ! U/compline/d_stdstdio.U
59691      Branch: perl
59692            ! Configure
59693 ____________________________________________________________________________
59694 [  7597] By: jhi                                   on 2000/11/07  21:43:29
59695         Log: Subject: [PATCH perl@7573] cygwin port
59696              From: "Fifer, Eric" <EFifer@sanwaint.com>
59697              Date: Tue, 7 Nov 2000 18:08:51 -0000 
59698              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
59699              
59700              Synchronize with Cygwin 1.1.5.
59701      Branch: perl
59702            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
59703            ! pod/perlport.pod unixish.h util.c
59704 ____________________________________________________________________________
59705 [  7596] By: jhi                                   on 2000/11/07  21:39:25
59706         Log: perlhack updates from H.Merijn Brand.
59707      Branch: perl
59708            ! pod/perlhack.pod
59709 ____________________________________________________________________________
59710 [  7595] By: jhi                                   on 2000/11/07  20:21:41
59711         Log: Update Changes.
59712      Branch: perl
59713            ! Changes patchlevel.h
59714 ____________________________________________________________________________
59715 [  7594] By: jhi                                   on 2000/11/07  19:18:58
59716         Log: Be more robust in Dynaloader.pm.
59717      Branch: perl
59718            ! ext/DynaLoader/DynaLoader_pm.PL
59719 ____________________________________________________________________________
59720 [  7593] By: jhi                                   on 2000/11/07  16:49:31
59721         Log: AUTHORS update.
59722      Branch: perl
59723            ! AUTHORS
59724 ____________________________________________________________________________
59725 [  7592] By: gsar                                  on 2000/11/07  16:39:51
59726         Log: normalize relative paths in virtualized current directory on windows,
59727              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
59728              returns)
59729      Branch: perl
59730            ! win32/vdir.h
59731 ____________________________________________________________________________
59732 [  7591] By: jhi                                   on 2000/11/07  16:04:26
59733         Log: Too profiler-happy: with optimization the #7590 actually makes
59734              the test to run 0.5% _slower_.  Requires much more instrumentation.
59735              Retract #7590.
59736      Branch: perl
59737            ! regcomp.c regcomp.h
59738 ____________________________________________________________________________
59739 [  7590] By: jhi                                   on 2000/11/07  15:51:13
59740         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
59741              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
59742              by using memset() and testing bytewise (as opposed to bitwise).
59743      Branch: perl
59744            ! regcomp.c regcomp.h
59745 ____________________________________________________________________________
59746 [  7589] By: jhi                                   on 2000/11/07  12:56:39
59747         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
59748              From: "Craig A. Berry" <craig.berry@psinetcs.com>
59749              Date: Mon, 06 Nov 2000 23:45:30 -0500
59750              Message-Id: <0011079735.AA973576259@univpress.com>
59751      Branch: perl
59752            ! configure.com t/lib/st-lock.t
59753 ____________________________________________________________________________
59754 [  7588] By: jhi                                   on 2000/11/07  01:03:28
59755         Log: Tweak #7587.
59756      Branch: perl
59757            ! pod/perldiag.pod
59758 ____________________________________________________________________________
59759 [  7587] By: jhi                                   on 2000/11/07  01:00:27
59760         Log: A doc addition for bug id 20001105.019, beware \p.
59761      Branch: perl
59762            ! pod/perldiag.pod
59763 ____________________________________________________________________________
59764 [  7586] By: jhi                                   on 2000/11/07  00:32:22
59765         Log: Fake support of holey files in win/dosish platforms.
59766              
59767              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
59768              From: kipp@shonanblue.ne.jp
59769              Date: Mon, 6 Nov 2000 13:30:55 -0800
59770              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
59771      Branch: perl
59772            ! ext/SDBM_File/sdbm/sdbm.c
59773 ____________________________________________________________________________
59774 [  7585] By: jhi                                   on 2000/11/07  00:12:54
59775         Log: Subject: Pod updates
59776              From: "Stephen P. Potter" <spp@spotter.yi.org>
59777              Date: Mon, 06 Nov 2000 18:56:43 -0500
59778              Message-Id: <200011062357.SAA18173@spotter.yi.org>
59779      Branch: perl
59780            ! README.dos README.os2 README.win32 pod/buildtoc.PL
59781            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
59782            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
59783            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
59784            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
59785            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
59786            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
59787            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
59788            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
59789            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
59790            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
59791            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
59792            ! pod/perltootc.pod pod/perlunicode.pod
59793 ____________________________________________________________________________
59794 [  7584] By: jhi                                   on 2000/11/07  00:04:17
59795         Log: Varargs don't always work too well if one puts an unsigned
59796              char on the stack and pop an unsigned quad off the stack.
59797              
59798              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
59799              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
59800              Date: Mon, 06 Nov 2000 15:19:05 -0800
59801              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
59802      Branch: perl
59803            ! utf8.c
59804 ____________________________________________________________________________
59805 [  7583] By: jhi                                   on 2000/11/06  23:58:48
59806         Log: %ENV note tweaks from Dan Sugalski.
59807      Branch: perl
59808            ! pod/perlport.pod vms/perlvms.pod
59809 ____________________________________________________________________________
59810 [  7582] By: jhi                                   on 2000/11/06  23:05:49
59811         Log: glibc5 detection by __GNU_LIBRARY__.
59812      Branch: perl
59813            ! toke.c
59814 ____________________________________________________________________________
59815 [  7581] By: jhi                                   on 2000/11/06  22:51:29
59816         Log: Make the stdio test program of 7427 less noisy while being 
59817              compiled so that Digital UNIX wouldn't get both
59818              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
59819              undefined.  This makes perlio happy.
59820      Branch: metaconfig
59821            ! U/compline/d_stdstdio.U
59822      Branch: perl
59823            ! Configure config_h.SH
59824 ____________________________________________________________________________
59825 [  7580] By: jhi                                   on 2000/11/06  22:41:41
59826         Log: Document %ENV = () portability issues.
59827      Branch: perl
59828            ! pod/perlport.pod vms/perlvms.pod
59829 ____________________________________________________________________________
59830 [  7579] By: jhi                                   on 2000/11/06  21:29:24
59831         Log: VOS updates from Paul Green.
59832      Branch: perl
59833            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
59834 ____________________________________________________________________________
59835 [  7578] By: jhi                                   on 2000/11/06  21:00:40
59836         Log: Sanitize the environment further.
59837      Branch: perl
59838            ! t/pragma/locale.t
59839 ____________________________________________________________________________
59840 [  7577] By: jhi                                   on 2000/11/06  20:53:51
59841         Log: Re-introduce 7552 lost in integration.
59842      Branch: perl
59843            ! perlio.c
59844 ____________________________________________________________________________
59845 [  7576] By: jhi                                   on 2000/11/06  20:33:46
59846         Log: Admit that the test leaks scalars.
59847      Branch: perl
59848            ! t/comp/proto.t
59849 ____________________________________________________________________________
59850 [  7575] By: jhi                                   on 2000/11/06  20:17:08
59851         Log: Integrate perlio.
59852      Branch: perl
59853           !> perlio.c
59854 ____________________________________________________________________________
59855 [  7574] By: nick                                  on 2000/11/06  20:07:28
59856         Log: Remove debug. Try (Mmap_t) on madvise() call.
59857      Branch: perlio
59858            ! perlio.c
59859 ____________________________________________________________________________
59860 [  7573] By: jhi                                   on 2000/11/06  13:56:05
59861         Log: Update Changes.
59862      Branch: perl
59863            ! Changes patchlevel.h
59864 ____________________________________________________________________________
59865 [  7572] By: jhi                                   on 2000/11/06  13:48:41
59866         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
59867              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59868              Date: Mon, 06 Nov 2000 10:11:42 +0100
59869              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
59870      Branch: perl
59871            ! pod/perlhack.pod
59872 ____________________________________________________________________________
59873 [  7571] By: jhi                                   on 2000/11/06  01:45:51
59874         Log: AUTHORS updates.
59875      Branch: perl
59876            ! AUTHORS
59877 ____________________________________________________________________________
59878 [  7570] By: jhi                                   on 2000/11/06  00:18:00
59879         Log: Fix for
59880              
59881              Subject: [ID 20000728.005] perl -P broken
59882              From: David Dyck <dcd@tc.fluke.com>
59883              Date: Fri, 28 Jul 2000 17:19:16 -0700
59884              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
59885              
59886              (hopefully).  The fix is also not complete, it seems to break
59887              BOM swallowing for libc5 systems, but until someone figures
59888              out a way to do this without ftell(), this will do.
59889      Branch: perl
59890            ! toke.c
59891 ____________________________________________________________________________
59892 [  7569] By: jhi                                   on 2000/11/06  00:05:30
59893         Log: Document that the evaled syntax errors cause scalar leaks.
59894      Branch: perl
59895            ! t/comp/proto.t
59896 ____________________________________________________________________________
59897 [  7568] By: jhi                                   on 2000/11/05  23:14:47
59898         Log: opmini.o can linger from Configures past.
59899      Branch: perl
59900            ! Makefile.SH
59901 ____________________________________________________________________________
59902 [  7567] By: jhi                                   on 2000/11/05  21:28:39
59903         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
59904              first argument correctly.
59905      Branch: perl
59906            ! perlio.c
59907 ____________________________________________________________________________
59908 [  7566] By: jhi                                   on 2000/11/05  21:15:56
59909         Log: Integrate perlio.
59910      Branch: perl
59911           !> perlio.c
59912 ____________________________________________________________________________
59913 [  7565] By: jhi                                   on 2000/11/05  21:15:13
59914         Log: Use -dM for gcc (the suggested patch did it only for Linux,
59915              but I think it can be generalized).
59916              
59917              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
59918              From: Pixel <pixel@mandrakesoft.com>
59919              Date: 05 Nov 2000 21:49:34 +0100 
59920              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
59921      Branch: perl
59922            ! ext/Errno/Errno_pm.PL
59923 ____________________________________________________________________________
59924 [  7564] By: nick                                  on 2000/11/05  21:09:18
59925         Log: Added a mmap layer as a "subclass" of perlio.
59926              PERLIO=mmap ./perl harness passes
59927      Branch: perlio
59928            ! perlio.c
59929 ____________________________________________________________________________
59930 [  7563] By: jhi                                   on 2000/11/05  19:48:55
59931         Log: Add a note for future generations about bug id 20000229.006.
59932      Branch: perl
59933            ! malloc.c
59934 ____________________________________________________________________________
59935 [  7562] By: jhi                                   on 2000/11/05  19:38:24
59936         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
59937      Branch: perl
59938            ! pp_ctl.c t/op/pos.t
59939 ____________________________________________________________________________
59940 [  7561] By: jhi                                   on 2000/11/05  18:21:46
59941         Log: Add =pod to be tidy.
59942      Branch: perl
59943            ! lib/Math/Complex.pm
59944 ____________________________________________________________________________
59945 [  7560] By: jhi                                   on 2000/11/05  17:38:46
59946         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
59947      Branch: perl
59948            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
59949            ! ext/Storable/Storable.xs t/lib/st-recurse.t
59950 ____________________________________________________________________________
59951 [  7559] By: jhi                                   on 2000/11/05  17:32:59
59952         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
59953              From: "Peter J. Farley III" <pjfarley@banet.net>
59954              Date: Sun, 05 Nov 2000 11:55:59 -0500
59955              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
59956      Branch: perl
59957            ! t/lib/syslog.t
59958 ____________________________________________________________________________
59959 [  7558] By: jhi                                   on 2000/11/05  17:29:19
59960         Log: Integrate perlio.
59961      Branch: perl
59962           !> perlio.c
59963 ____________________________________________________________________________
59964 [  7557] By: jhi                                   on 2000/11/05  17:22:01
59965         Log: A fix of sorts for 20000329.026, a better error message
59966              for a missing "use charnames" when using the \N{...}. 
59967      Branch: perl
59968            ! pod/perldiag.pod toke.c
59969 ____________________________________________________________________________
59970 [  7556] By: jhi                                   on 2000/11/05  16:33:50
59971         Log: Test tweak: show also the failed locales.
59972              
59973              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
59974              From: Lupe Christoph <lupe@lupe-christoph.de>         
59975              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
59976              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
59977      Branch: perl
59978            ! t/pragma/locale.t
59979 ____________________________________________________________________________
59980 [  7555] By: nick                                  on 2000/11/05  11:09:34
59981         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
59982              open RDWR so does not fail. (pragma/warnings 303 again...)
59983      Branch: perlio
59984            ! perlio.c
59985 ____________________________________________________________________________
59986 [  7554] By: nick                                  on 2000/11/05  10:10:13
59987         Log: Fix case where ungetc(f,EOF) was allowed.
59988              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
59989              so we can see similarities.
59990              Use types more carefully and a STDCHAR array in hope that this will
59991              fix Jarrko's 64bit machine.
59992      Branch: perlio
59993            ! perlio.c
59994 ____________________________________________________________________________
59995 [  7553] By: jhi                                   on 2000/11/05  01:12:16
59996         Log: Fix for
59997              
59998              Subject: [ID 20001004.007] taint propogation is inconsistent
59999              From: pimlott@idiomtech.com (Andrew Pimlott) 
60000              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
60001              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
60002              
60003              The culprit was sv_setsv() which was rather blindly
60004              propagating taint, which lead to behaviour where if
60005              a tainted anon hash value was seen all the hash values
60006              from then on at that level became tainted, or at any
60007              upper levels in the case of nested anon hashes.
60008      Branch: perl
60009            ! sv.c t/op/taint.t
60010 ____________________________________________________________________________
60011 [  7552] By: jhi                                   on 2000/11/04  23:44:18
60012         Log: Some cpps don't like splitting conditionals across several lines.
60013      Branch: perl
60014            ! perlio.c
60015 ____________________________________________________________________________
60016 [  7551] By: nick                                  on 2000/11/04  23:40:44
60017         Log: Integrate mainline
60018      Branch: perlio
60019           !> pp_hot.c t/op/taint.t
60020 ____________________________________________________________________________
60021 [  7550] By: nick                                  on 2000/11/04  23:39:05
60022         Log: Integrate mainline again
60023      Branch: perlio
60024           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
60025           !> t/lib/b.t t/op/misc.t util.c
60026 ____________________________________________________________________________
60027 [  7549] By: jhi                                   on 2000/11/04  23:14:01
60028         Log: Fix for
60029              
60030              Subject: [ID 20001004.006] undef is never tainted
60031              From: pimlott@idiomtech.com (Andrew Pimlott)
60032              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
60033              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
60034              
60035              An undef read from a slurped file was not tainted.
60036      Branch: perl
60037            ! pp_hot.c t/op/taint.t
60038 ____________________________________________________________________________
60039 [  7548] By: jhi                                   on 2000/11/04  22:56:21
60040         Log: Test tweak ($Config{useperlio} is by default undef) .
60041      Branch: perl
60042            ! t/lib/b.t
60043 ____________________________________________________________________________
60044 [  7547] By: jhi                                   on 2000/11/04  22:43:56
60045         Log: Integrate perlio.
60046      Branch: perl
60047           +> lib/perlio.pm
60048           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
60049           !> pod/perlapi.pod t/lib/b.t
60050 ____________________________________________________________________________
60051 [  7546] By: jhi                                   on 2000/11/04  22:40:59
60052         Log: Configure would use a bad $myuname from an old config.sh.
60053              
60054              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
60055              From: Andy Dougherty <doughera@lafayette.edu>
60056              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
60057              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
60058      Branch: metaconfig
60059            ! U/modified/Oldconfig.U
60060      Branch: perl
60061            ! Configure config_h.SH
60062 ____________________________________________________________________________
60063 [  7545] By: jhi                                   on 2000/11/04  22:36:54
60064         Log: Subject: Locales support (setlocale) fixes
60065              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
60066              Date: Sat, 4 Nov 2000 10:15:48 +0300 
60067              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
60068              
60069              Modified quite a bit to be more portable.
60070      Branch: perl
60071            ! embed.h embed.pl perl.h proto.h util.c
60072 ____________________________________________________________________________
60073 [  7544] By: jhi                                   on 2000/11/04  22:32:47
60074         Log: Dying is too strict here, better just skip.
60075      Branch: perl
60076            ! t/op/misc.t
60077 ____________________________________________________________________________
60078 [  7543] By: nick                                  on 2000/11/04  21:55:13
60079         Log: Merge mainline
60080      Branch: perlio
60081           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
60082           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
60083           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
60084           !> (integrate 64 files)
60085 ____________________________________________________________________________
60086 [  7542] By: jhi                                   on 2000/11/04  21:09:28
60087         Log: More Changes tweakery.
60088      Branch: perl
60089            ! Changes Porting/genlog
60090 ____________________________________________________________________________
60091 [  7541] By: jhi                                   on 2000/11/04  20:58:18
60092         Log: Changes fixups.
60093      Branch: perl
60094            ! Changes
60095 ____________________________________________________________________________
60096 [  7540] By: jhi                                   on 2000/11/04  20:42:38
60097         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
60098              create a "fast path" for locale name probing using "locale -a"
60099              if available, squash finally hopefully the s?printf resetting
60100              the numeric locale (since, IIUC perllocale, it never shouldn't). 
60101      Branch: perl
60102            ! sv.c t/op/misc.t t/pragma/locale.t
60103 ____________________________________________________________________________
60104 [  7539] By: nick                                  on 2000/11/04  19:56:10
60105         Log: PerlIO infrastructure complete.
60106      Branch: perlio
60107            + lib/perlio.pm
60108            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
60109 ____________________________________________________________________________
60110 [  7538] By: nick                                  on 2000/11/04  14:31:32
60111         Log: Type tweaks + less contorted allocation scheme
60112      Branch: perlio
60113            ! perlio.c
60114 ____________________________________________________________________________
60115 [  7537] By: nick                                  on 2000/11/04  12:40:42
60116         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
60117              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
60118              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
60119              sensible) which lead to some interesting fails.
60120      Branch: perlio
60121            ! perlio.c
60122 ____________________________________________________________________________
60123 [  7536] By: jhi                                   on 2000/11/04  00:20:02
60124         Log: Add FCNTL_CAN_LOCK.
60125              
60126              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
60127              From: Andy Dougherty <doughera@lafayette.edu>
60128              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
60129              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
60130              
60131              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
60132              From: Andy Dougherty <doughera@lafayette.edu>
60133              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
60134              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
60135      Branch: metaconfig/U/perl
60136            + d_fcntl_can_lock.U
60137            ! startperl.U
60138      Branch: perl
60139            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60140            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
60141            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
60142            ! vos/config.ga.h win32/config.bc win32/config.gc
60143            ! win32/config.vc
60144 ____________________________________________________________________________
60145 [  7535] By: nick                                  on 2000/11/03  22:19:10
60146         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
60147              - Works on Linux with
60148              perlio + unix
60149              stdio
60150              - Works on Solaris with
60151              perlio + unix
60152              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
60153              - Fails (hangs in openpid) if you try and stack
60154              perlio + stdio - Linux stdio's read() logic is hanging.
60155      Branch: perlio
60156            ! iperlsys.h perlio.c
60157 ____________________________________________________________________________
60158 [  7534] By: jhi                                   on 2000/11/03  15:16:02
60159         Log: Subject: Re: README.aix
60160              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60161              Date: Fri, 03 Nov 2000 16:03:15 +0100
60162              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
60163      Branch: perl
60164            ! README.aix
60165 ____________________________________________________________________________
60166 [  7533] By: jhi                                   on 2000/11/03  03:59:02
60167         Log: Subject: [PATCH 5.7.0] better messages from malloc()
60168              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60169              Date: Wed, 1 Nov 2000 23:39:56 -0500
60170              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
60171      Branch: perl
60172            ! malloc.c pod/perldiag.pod
60173 ____________________________________________________________________________
60174 [  7532] By: jhi                                   on 2000/11/03  00:11:56
60175         Log: The #7521 touched things it shouldn't have.
60176      Branch: perl
60177            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
60178 ____________________________________________________________________________
60179 [  7531] By: jhi                                   on 2000/11/02  22:32:33
60180         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
60181              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
60182              Date:     Thu, 2 Nov 2000 16:58:36 EST
60183              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
60184      Branch: perl
60185            ! vms/gen_shrfls.pl
60186 ____________________________________________________________________________
60187 [  7530] By: jhi                                   on 2000/11/02  22:08:49
60188         Log: Fix the problem discussed in
60189              
60190              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
60191              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
60192              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
60193              
60194              originally from Linc Madison.  Also Andreas König's comments
60195              taken into account.  Some other problems with Tie::SubstrHash
60196              fixed: didn't croak when the table exceeded the requested number
60197              of entries (as documented) but instead when the number of entries
60198              exceeded the size of the table, a croak() had an unnecessary \n,
60199              didn't have a CLEAR method, documented that there is no exists().
60200              Didn't fix to be strict-proof because the module uses &foo; and
60201              dynamic scope.  Added a test script exercizing both first tamely 
60202              the basic functionality, and then the failure cases reported by
60203              Linc Madison.
60204      Branch: perl
60205            + t/lib/tie-substrhash.t
60206            ! MANIFEST lib/Tie/SubstrHash.pm
60207 ____________________________________________________________________________
60208 [  7529] By: jhi                                   on 2000/11/02  17:58:08
60209         Log: recv() can fail and return undef.
60210              
60211              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
60212              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
60213              Date: Thu, 2 Nov 2000 20:12:20 +0300
60214              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
60215      Branch: perl
60216            ! lib/Net/Ping.pm
60217 ____________________________________________________________________________
60218 [  7528] By: jhi                                   on 2000/11/02  17:49:09
60219         Log: Detpyo.
60220      Branch: perl
60221            ! pod/perlop.pod
60222 ____________________________________________________________________________
60223 [  7527] By: jhi                                   on 2000/11/02  15:48:37
60224         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
60225              fix a autovivification bug in Tie::RefHash, add tests for both.
60226              
60227              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
60228              From: Edward Avis <epa98@doc.ic.ac.uk>
60229              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
60230              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
60231      Branch: perl
60232            + t/lib/tie-refhash.t
60233            ! MANIFEST lib/Tie/RefHash.pm
60234 ____________________________________________________________________________
60235 [  7526] By: jhi                                   on 2000/11/02  13:56:26
60236         Log: Test::Harness revealed buglets in the new DynaLoader.
60237              
60238              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
60239              From: andreas.koenig@anima.de (Andreas J. Koenig)
60240              Date: 02 Nov 2000 11:26:48 +0100 
60241              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
60242      Branch: perl
60243            ! ext/DynaLoader/DynaLoader_pm.PL
60244 ____________________________________________________________________________
60245 [  7525] By: jhi                                   on 2000/11/01  23:52:08
60246         Log: The entry for #7503 was missing.
60247      Branch: perl
60248            ! Changes
60249 ____________________________________________________________________________
60250 [  7524] By: jhi                                   on 2000/11/01  23:40:52
60251         Log: Update Changes.
60252      Branch: perl
60253            ! Changes patchlevel.h
60254 ____________________________________________________________________________
60255 [  7523] By: jhi                                   on 2000/11/01  22:57:09
60256         Log: More tweaking on the #7522 theme.
60257      Branch: perl
60258            ! ext/DynaLoader/DynaLoader_pm.PL
60259 ____________________________________________________________________________
60260 [  7522] By: jhi                                   on 2000/11/01  22:06:15
60261         Log: Expand %Config variables and %ENV variables only if
60262              so requested during build time using the
60263              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
60264              Not expanding makes relocating distributions easier.
60265      Branch: perl
60266            ! ext/DynaLoader/DynaLoader_pm.PL
60267 ____________________________________________________________________________
60268 [  7521] By: jhi                                   on 2000/11/01  20:56:34
60269         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
60270              and setgid() because they were just changing $< and $( which means
60271              only changing the real uid/gid, as opposed to changing both
60272              real and effective ids.  (The alternative way could have been
60273              in POSIX.pm to change $> and $), too, but making a direct call
60274              to the C API feels cleaner.)  Fixes the bug
60275              
60276              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
60277              From: "Garry T. Williams" <garry@zvolve.com>
60278              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
60279              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
60280      Branch: perl
60281            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
60282            ! ext/POSIX/typemap pod/perlvar.pod
60283 ____________________________________________________________________________
60284 [  7520] By: jhi                                   on 2000/11/01  20:08:33
60285         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
60286              From: "Garry T. Williams" <garry@zvolve.com>
60287              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
60288              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
60289      Branch: perl
60290            ! pod/perlsec.pod
60291 ____________________________________________________________________________
60292 [  7519] By: jhi                                   on 2000/11/01  20:01:22
60293         Log: Locale warning explanation tweak.
60294      Branch: perl
60295            ! pod/perldiag.pod
60296 ____________________________________________________________________________
60297 [  7518] By: jhi                                   on 2000/11/01  18:57:13
60298         Log: C.pm part of
60299              
60300              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
60301              From: Jarkko Hietaniemi <jhi@iki.fi>
60302              Date: Tue, 10 Oct 2000 08:22:28 -0500
60303              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
60304      Branch: perl
60305            ! ext/B/B/C.pm
60306 ____________________________________________________________________________
60307 [  7517] By: jhi                                   on 2000/11/01  18:41:59
60308         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
60309              From: Martien Verbruggen <mgjv@comdyn.com.au>
60310              Date: Fri, 6 Oct 2000 14:09:10 +1100
60311              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
60312      Branch: perl
60313            ! pod/perlop.pod
60314 ____________________________________________________________________________
60315 [  7516] By: jhi                                   on 2000/11/01  18:34:55
60316         Log: Generalize the Camel wording.
60317              
60318              Subject: Re: perlfaq style changes
60319              From: John Borwick <jhborwic@unity.ncsu.edu>
60320              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
60321              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
60322      Branch: perl
60323            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
60324 ____________________________________________________________________________
60325 [  7515] By: jhi                                   on 2000/11/01  16:52:31
60326         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
60327              From: pimlott@idiomtech.com (Andrew Pimlott)
60328              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
60329              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
60330      Branch: perl
60331            ! pod/perlsec.pod
60332 ____________________________________________________________________________
60333 [  7514] By: jhi                                   on 2000/11/01  15:03:40
60334         Log: More AIX lore.
60335      Branch: perl
60336            ! ext/re/hints/aix.pl
60337 ____________________________________________________________________________
60338 [  7513] By: jhi                                   on 2000/11/01  14:48:30
60339         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
60340              From: root <root@chronos.fi.muni.cz>
60341              Date: Wed, 1 Nov 2000 12:31:32 +0100
60342              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
60343      Branch: perl
60344            ! lib/Net/Ping.pm
60345 ____________________________________________________________________________
60346 [  7512] By: jhi                                   on 2000/11/01  14:46:47
60347         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
60348              From: Martin Husemann <martin@duskware.de>
60349              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
60350              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
60351      Branch: perl
60352            ! regcomp.c
60353 ____________________________________________________________________________
60354 [  7511] By: jhi                                   on 2000/11/01  14:39:50
60355         Log: AUTHORS updates.
60356      Branch: perl
60357            ! AUTHORS
60358 ____________________________________________________________________________
60359 [  7510] By: jhi                                   on 2000/11/01  14:29:50
60360         Log: Subject: [PATCH] startperl to respect versiononly
60361              From: Robin Barker <rmb1@cise.npl.co.uk> 
60362              Date: Tue, 31 Oct 2000 16:29:36 GMT
60363              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
60364      Branch: metaconfig/U/perl
60365            ! startperl.U
60366      Branch: perl
60367            ! Configure config_h.SH
60368 ____________________________________________________________________________
60369 [  7509] By: jhi                                   on 2000/11/01  14:19:53
60370         Log: printf UVs the correct way, noticed by Robin Barker.
60371      Branch: perl
60372            ! utf8.c
60373 ____________________________________________________________________________
60374 [  7508] By: jhi                                   on 2000/11/01  14:10:03
60375         Log: Do not cleanup *% because the % has special meanings in some
60376              shell environments.
60377      Branch: perl
60378            ! ext/Storable/Makefile.PL
60379 ____________________________________________________________________________
60380 [  7507] By: jhi                                   on 2000/11/01  14:06:00
60381         Log: The NonStop-UX libraries have a novel way to say NaN.
60382      Branch: perl
60383            ! t/lib/bigfltpm.t
60384 ____________________________________________________________________________
60385 [  7506] By: jhi                                   on 2000/11/01  14:03:35
60386         Log: The osname has been lowercased by now, from Tom Bates.
60387      Branch: metaconfig
60388            ! U/modified/Oldconfig.U
60389      Branch: perl
60390            ! Configure config_h.SH
60391 ____________________________________________________________________________
60392 [  7505] By: jhi                                   on 2000/10/31  19:18:39
60393         Log: The compiler is either gcc or cc, from Tom Bates.
60394      Branch: perl
60395            ! hints/nonstopux.sh
60396 ____________________________________________________________________________
60397 [  7504] By: jhi                                   on 2000/10/31  14:53:42
60398         Log: Update Changes.
60399      Branch: perl
60400            ! Changes patchlevel.h
60401 ____________________________________________________________________________
60402 [  7503] By: jhi                                   on 2000/10/31  14:30:50
60403         Log: Whitespace style tweak.  Was originally going to see to
60404              
60405              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
60406              From: Joe Smith <jms@inwap.com>
60407              Date: Mon, 30 Oct 2000 18:47:57 -0800
60408              Message-Id: <39FE32DD.24AAC4D@inwap.com>
60409              
60410              but that had already been taken care of.
60411      Branch: metaconfig
60412            ! U/compline/d_stdstdio.U
60413      Branch: perl
60414            ! Configure config_h.SH
60415 ____________________________________________________________________________
60416 [  7502] By: jhi                                   on 2000/10/31  14:25:02
60417         Log: AUTHORS tweaks.
60418      Branch: perl
60419            ! AUTHORS
60420 ____________________________________________________________________________
60421 [  7501] By: jhi                                   on 2000/10/31  14:23:59
60422         Log: Subject: perlfaq style changes
60423              From: John Borwick <jhborwic@unity.ncsu.edu>
60424              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
60425              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
60426      Branch: perl
60427            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
60428            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
60429            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
60430            ! pod/perlfaq9.pod
60431 ____________________________________________________________________________
60432 [  7500] By: jhi                                   on 2000/10/31  14:22:15
60433         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
60434              
60435              Subject: Re: [ID 20000918.005] ~ on wide chars
60436              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60437              Date: Mon, 30 Oct 2000 21:09:55 -0800
60438              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
60439              
60440              (The ord() part of the patch skipped.)
60441      Branch: perl
60442            ! doop.c
60443 ____________________________________________________________________________
60444 [  7499] By: jhi                                   on 2000/10/31  14:20:08
60445         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
60446              From: Jens Hamisch <jens@Strawberry.COM>
60447              Date: Mon, 30 Oct 2000 15:17:07 +0100
60448              Message-Id: <20001030151707.A9597@Strawberry.COM>
60449      Branch: perl
60450            ! av.c
60451 ____________________________________________________________________________
60452 [  7498] By: jhi                                   on 2000/10/31  14:16:29
60453         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
60454              From: Peter Prymmer <pvhp@forte.com>
60455              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
60456              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
60457      Branch: perl
60458            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
60459            + ext/Encode/Encode/posix-bc.enc
60460            ! MANIFEST t/lib/encode.t
60461 ____________________________________________________________________________
60462 [  7497] By: jhi                                   on 2000/10/31  14:13:22
60463         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
60464              From: Peter Prymmer <pvhp@forte.com>
60465              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
60466              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
60467      Branch: perl
60468            ! t/lib/cgi-html.t
60469 ____________________________________________________________________________
60470 [  7496] By: jhi                                   on 2000/10/31  14:12:05
60471         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
60472              From: Peter Prymmer <pvhp@forte.com>
60473              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
60474              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
60475      Branch: perl
60476            ! t/lib/cgi-function.t
60477 ____________________________________________________________________________
60478 [  7495] By: jhi                                   on 2000/10/31  14:11:08
60479         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
60480              From: Peter Prymmer <pvhp@forte.com>
60481              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
60482              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
60483      Branch: perl
60484            + ext/re/hints/aix.pl
60485            ! MANIFEST ext/re/Makefile.PL
60486 ____________________________________________________________________________
60487 [  7494] By: jhi                                   on 2000/10/31  14:08:32
60488         Log: Use Errno magic.
60489              
60490              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
60491              From: Casey Tweten <perl@ctweten.amsite.com>
60492              Date: Mon, 30 Oct 2000 15:51:17 -0500
60493              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
60494      Branch: perl
60495            ! lib/File/Temp.pm
60496 ____________________________________________________________________________
60497 [  7493] By: jhi                                   on 2000/10/31  14:05:07
60498         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
60499              
60500              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
60501              From: Nicholas Clark <nick@ccl4.org>
60502              Date: Mon, 30 Oct 2000 17:38:45 +0000
60503              Message-ID: <20001030173845.O60355@plum.flirble.org>
60504      Branch: perl
60505            ! Makefile.SH utils/perlbug.PL
60506 ____________________________________________________________________________
60507 [  7492] By: nick                                  on 2000/10/30  19:37:23
60508         Log: Change files which are mysteriously different to mainline to be
60509              copies of mainline.
60510      Branch: perlio
60511            ! objXSUB.h perlapi.c pod/perlapi.pod
60512 ____________________________________________________________________________
60513 [  7491] By: nick                                  on 2000/10/30  18:05:54
60514         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
60515              - typo in endian code in putc.
60516              - Don't allow read of write-only files and vice-versa
60517              - and off-by-one in flush-all loop.
60518              Remove debug calls as they were using GCC specific features.
60519      Branch: perlio
60520            ! perlio.c
60521 ____________________________________________________________________________
60522 [  7490] By: nick                                  on 2000/10/29  21:45:45
60523         Log: Integrate mainline to perlio
60524      Branch: perlio
60525           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
60526           !> toke.c
60527 ____________________________________________________________________________
60528 [  7489] By: jhi                                   on 2000/10/29  21:11:08
60529         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
60530              From: andreas.koenig@anima.de (Andreas J. Koenig)
60531              Date: 29 Oct 2000 22:05:59 +0100
60532              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
60533      Branch: perl
60534            ! lib/ExtUtils/Manifest.pm
60535 ____________________________________________________________________________
60536 [  7488] By: jhi                                   on 2000/10/29  21:07:47
60537         Log: Tests for #7487.
60538              
60539              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
60540              From: andreas.koenig@anima.de (Andreas J. Koenig)
60541              Date: 29 Oct 2000 19:37:09 +0100
60542              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
60543      Branch: perl
60544            ! t/comp/proto.t
60545 ____________________________________________________________________________
60546 [  7487] By: jhi                                   on 2000/10/29  21:06:27
60547         Log: constsub spillage.
60548              
60549              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
60550              From: John Tobey <jtobey@john-edwin-tobey.org>
60551              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
60552              Message-Id: <m13pvSr-000FObC@feynman.localnet>
60553      Branch: perl
60554            ! op.c
60555 ____________________________________________________________________________
60556 [  7486] By: nick                                  on 2000/10/29  21:05:04
60557         Log: Integrate mainline to perlio branch
60558      Branch: perlio
60559           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
60560           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
60561           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
60562           +> vos/install_perl.cm
60563            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
60564            - vos/config.h vos/config_h.SH_orig
60565           !> (integrate 141 files)
60566 ____________________________________________________________________________
60567 [  7485] By: jhi                                   on 2000/10/29  21:00:47
60568         Log: Make \x{...} consistently produce UTF-8.
60569              
60570              Subject: Re: \x{...} is confused 
60571              From: Simon Cozens <simon@cozens.net>
60572              Date: Sun, 29 Oct 2000 19:36:48 +0000
60573              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
60574      Branch: perl
60575            ! t/pragma/utf8.t toke.c
60576 ____________________________________________________________________________
60577 [  7484] By: nick                                  on 2000/10/29  20:05:29
60578         Log: PerlIO passes all tests.
60579      Branch: perlio
60580            ! perlio.c
60581 ____________________________________________________________________________
60582 [  7483] By: jhi                                   on 2000/10/29  18:06:55
60583         Log: Update Changes.
60584      Branch: perl
60585            ! Changes patchlevel.h
60586 ____________________________________________________________________________
60587 [  7482] By: nick                                  on 2000/10/29  17:43:28
60588         Log: Include <unistd.h> to get correct lseek() prototype etc.
60589              (I thought perl.h did that) - down to two fails
60590              - comp/require.t (last test)
60591              - lib/io_xs.t - possibly import/export of FILE * ?
60592      Branch: perlio
60593            ! perlio.c
60594 ____________________________________________________________________________
60595 [  7481] By: jhi                                   on 2000/10/29  17:02:37
60596         Log: UTF-8 decoder tweak.
60597      Branch: perl
60598            ! utf8.c
60599 ____________________________________________________________________________
60600 [  7480] By: nick                                  on 2000/10/29  16:26:11
60601         Log: Fixed two bugs:
60602              - error code not being set on close (of broken pipe)
60603              - append mode was truncating.
60604              At least one seek/tell bug remains.
60605      Branch: perlio
60606            ! perlio.c
60607 ____________________________________________________________________________
60608 [  7479] By: nick                                  on 2000/10/29  11:18:16
60609         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
60610              in case of accidents. Still several worrying fails, no line disciplines yet.
60611      Branch: perlio
60612            ! iperlsys.h perlio.c
60613 ____________________________________________________________________________
60614 [  7478] By: jhi                                   on 2000/10/29  02:04:01
60615         Log: Add also emailless people.
60616      Branch: perl
60617            ! AUTHORS
60618 ____________________________________________________________________________
60619 [  7477] By: jhi                                   on 2000/10/29  01:36:00
60620         Log: The #7476 needs a MANIFEST change, too.
60621      Branch: perl
60622            ! MANIFEST
60623 ____________________________________________________________________________
60624 [  7476] By: jhi                                   on 2000/10/29  01:35:21
60625         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
60626      Branch: perl
60627            - MAINTAIN
60628            ! AUTHORS Changes
60629 ____________________________________________________________________________
60630 [  7475] By: jhi                                   on 2000/10/28  23:57:25
60631         Log: De-quoted-unreadable to ISO Latin 1.
60632              (There's one ISO-2022-JP name in Changes5.004.)
60633      Branch: perl
60634            ! Changes Changes5.6
60635 ____________________________________________________________________________
60636 [  7474] By: jhi                                   on 2000/10/28  19:13:06
60637         Log: Subject: [ID 20001027.007] uniq array in perlfaq
60638              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
60639              Date: Fri, 27 Oct 2000 19:28:30 +0200
60640              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
60641      Branch: perl
60642            ! pod/perlfaq4.pod
60643 ____________________________________________________________________________
60644 [  7473] By: jhi                                   on 2000/10/28  18:02:05
60645         Log: Locking null mutexes is not recommendable.
60646              
60647              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
60648              From: Hugo <hv@crypt.compulink.co.uk>
60649              Date: Sat, 28 Oct 2000 18:41:12 +0100
60650              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
60651      Branch: perl
60652            ! op.c
60653 ____________________________________________________________________________
60654 [  7472] By: jhi                                   on 2000/10/28  17:52:58
60655         Log: Better create a true mailing list for the repository keepers.
60656      Branch: perl
60657            ! Porting/repository.pod
60658 ____________________________________________________________________________
60659 [  7471] By: jhi                                   on 2000/10/28  17:28:24
60660         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
60661              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
60662      Branch: perl
60663            + Porting/repository.pod
60664            ! MANIFEST
60665 ____________________________________________________________________________
60666 [  7470] By: jhi                                   on 2000/10/28  17:20:54
60667         Log: Subject: DOC PATCH 5.6.0
60668              From: mjd@plover.com
60669              Date: 27 Oct 2000 17:32:44 -0000
60670              Message-ID: <20001027173244.23754.qmail@plover.com>
60671      Branch: perl
60672            ! pod/perlfunc.pod
60673 ____________________________________________________________________________
60674 [  7469] By: jhi                                   on 2000/10/28  17:16:45
60675         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
60676              From: "Peter J. Farley III" <pjfarley@banet.net>
60677              Date: Fri, 27 Oct 2000 20:32:56 -0400
60678              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
60679      Branch: perl
60680            ! README.dos
60681 ____________________________________________________________________________
60682 [  7468] By: jhi                                   on 2000/10/28  17:07:18
60683         Log: Make target reordering to avoid pointless re-makes.
60684              
60685              Subject: Re: Total re-make of 'make okfile' after 7451 ?
60686              From: Nicholas Clark <nick@ccl4.org>
60687              Date: Sat, 28 Oct 2000 00:31:02 +0100
60688              Message-ID: <20001028003101.A54517@plum.flirble.org>
60689      Branch: perl
60690            ! Makefile.SH
60691 ____________________________________________________________________________
60692 [  7467] By: jhi                                   on 2000/10/28  17:05:31
60693         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
60694              From: lvirden@cas.org
60695              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
60696              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
60697      Branch: perl
60698            ! README.os2
60699 ____________________________________________________________________________
60700 [  7466] By: jhi                                   on 2000/10/28  16:09:16
60701         Log: Upgrade to CPAN 1.58_55.
60702              
60703              Subject: CPAN.pm status
60704              From: andreas.koenig@anima.de (Andreas J. Koenig) 
60705              Date: 28 Oct 2000 08:18:00 +0200 
60706              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
60707      Branch: perl
60708            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
60709 ____________________________________________________________________________
60710 [  7465] By: jhi                                   on 2000/10/28  16:02:47
60711         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
60712      Branch: perl
60713            ! embed.h embed.pl perl.h proto.h toke.c
60714 ____________________________________________________________________________
60715 [  7464] By: nick                                  on 2000/10/28  10:43:44
60716         Log: Fix for sv_2iv() on "shared" value from keys %hash.
60717      Branch: perl
60718            ! sv.c
60719 ____________________________________________________________________________
60720 [  7463] By: jhi                                   on 2000/10/27  16:18:29
60721         Log: Update Changes.
60722      Branch: perl
60723            ! Changes patchlevel.h
60724 ____________________________________________________________________________
60725 [  7462] By: jhi                                   on 2000/10/27  16:17:44
60726         Log: Too enthusiastic editing in #7460.
60727      Branch: metaconfig
60728            ! U/modified/Oldsym.U
60729      Branch: perl
60730            ! Configure config_h.SH
60731 ____________________________________________________________________________
60732 [  7461] By: jhi                                   on 2000/10/27  15:37:38
60733         Log: Retract #7459, the script needs more work.
60734      Branch: perl
60735            - mkreef
60736            ! MANIFEST
60737 ____________________________________________________________________________
60738 [  7460] By: jhi                                   on 2000/10/27  15:23:14
60739         Log: Use $sort, $uniq (and $tr) consistently as wondered
60740              by Nicholas Clark.
60741      Branch: metaconfig
60742            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
60743            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
60744            ! U/modified/libc.U
60745      Branch: perl
60746            ! Configure config_h.SH
60747 ____________________________________________________________________________
60748 [  7459] By: jhi                                   on 2000/10/27  15:02:07
60749         Log: (Retracted by #7461)
60750              
60751              Add a shell script for creating/removing symbolic link farms,
60752              useful for keeping the source code read-only and doing the
60753              builds somewhere else.
60754      Branch: perl
60755            + mkreef
60756            ! MANIFEST
60757 ____________________________________________________________________________
60758 [  7458] By: jhi                                   on 2000/10/27  14:42:20
60759         Log: Do away with the fix_pl.
60760      Branch: perl
60761            - fix_pl
60762            ! MANIFEST Makefile.SH
60763 ____________________________________________________________________________
60764 [  7457] By: jhi                                   on 2000/10/27  12:43:13
60765         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
60766              From: Jens Hamisch <jens@Strawberry.COM>
60767              Date: Fri, 27 Oct 2000 14:38:21 +0200
60768              Message-Id: <20001027143821.B3366@Strawberry.COM>
60769      Branch: perl
60770            ! perl.h
60771 ____________________________________________________________________________
60772 [  7456] By: jhi                                   on 2000/10/27  12:33:42
60773         Log: Subject: [PATCH] todo
60774              From: Nicholas Clark <nick@ccl4.org>
60775              Date: Thu, 26 Oct 2000 22:32:29 +0100
60776              Message-ID: <20001026223229.A44540@plum.flirble.org>
60777      Branch: perl
60778            ! pod/perltodo.pod
60779 ____________________________________________________________________________
60780 [  7455] By: jhi                                   on 2000/10/27  12:02:21
60781         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
60782              From: John Tobey <jtobey@john-edwin-tobey.org>
60783              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
60784              Message-Id: <m13ozHF-000FObC@feynman.localnet>
60785      Branch: perl
60786            ! op.c t/pragma/sub_lval.t
60787 ____________________________________________________________________________
60788 [  7454] By: jhi                                   on 2000/10/27  11:59:42
60789         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
60790              From: sthoenna@efn.org
60791              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
60792              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
60793      Branch: perl
60794            ! pp.c t/op/assignwarn.t
60795 ____________________________________________________________________________
60796 [  7453] By: jhi                                   on 2000/10/27  00:15:08
60797         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
60798      Branch: perl
60799            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
60800            ! ext/Storable/Storable.xs t/lib/st-lock.t
60801 ____________________________________________________________________________
60802 [  7452] By: jhi                                   on 2000/10/26  13:05:52
60803         Log: Undo #7451, this seems to be a deficiency in Perforce,
60804              there is no per-file line-terminator type, only per-client.
60805      Branch: perl
60806            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
60807            ! win32/makefile.mk
60808 ____________________________________________________________________________
60809 [  7451] By: jhi                                   on 2000/10/26  04:56:03
60810         Log: Experimenting in DOS arcana.
60811      Branch: perl
60812            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
60813            ! win32/makefile.mk
60814 ____________________________________________________________________________
60815 [  7450] By: jhi                                   on 2000/10/26  04:50:52
60816         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
60817              From: "Peter J. Farley III" <pjfarley@banet.net>            
60818              Date: Wed, 25 Oct 2000 23:10:18 -0400
60819              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
60820      Branch: perl
60821            ! t/io/open.t
60822 ____________________________________________________________________________
60823 [  7449] By: jhi                                   on 2000/10/26  04:49:16
60824         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
60825              From: Hugo <hv@crypt.compulink.co.uk>
60826              Date: Thu, 26 Oct 2000 01:55:17 +0100
60827              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
60828              
60829              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
60830      Branch: perl
60831            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
60832 ____________________________________________________________________________
60833 [  7448] By: jhi                                   on 2000/10/26  04:38:36
60834         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
60835              From: Peter Prymmer <pvhp@forte.com>
60836              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
60837              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
60838      Branch: perl
60839            ! configure.com
60840 ____________________________________________________________________________
60841 [  7447] By: jhi                                   on 2000/10/25  23:20:02
60842         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
60843              in platforms that strictly require all the symbols being present
60844              at link time.
60845      Branch: perl
60846            ! handy.h
60847 ____________________________________________________________________________
60848 [  7446] By: jhi                                   on 2000/10/25  21:55:57
60849         Log: Update Changes.
60850      Branch: perl
60851            ! Changes patchlevel.h
60852 ____________________________________________________________________________
60853 [  7445] By: jhi                                   on 2000/10/25  21:27:08
60854         Log: Integrate with vmsperl #7430 by Charles Bailey:
60855              
60856              Cleanup from prior patch (Charles Lane?):
60857              - improve handling of MFDs in Basename and Path
60858              - default to no xsubpp line # munging when building debug images
60859      Branch: perl
60860           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
60861 ____________________________________________________________________________
60862 [  7444] By: jhi                                   on 2000/10/25  21:03:50
60863         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
60864              From: John Peacock <JPeacock@UnivPress.com>
60865              Date: Thu, 18 May 2000 11:55:27 -0400
60866              Message-ID: <3924126F.A58BE57A@UnivPress.com>
60867      Branch: perl
60868            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
60869            ! t/op/write.t
60870 ____________________________________________________________________________
60871 [  7443] By: jhi                                   on 2000/10/25  20:43:10
60872         Log: Temporary stopgap for the self-tying issue: for now only
60873              array and hash self-ties are verboten.  The real fix, of
60874              course, would be to comprehensively test (and implement?)
60875              and debug (and document) self-ties.
60876      Branch: perl
60877            ! pod/perldiag.pod pp_sys.c t/op/tie.t
60878 ____________________________________________________________________________
60879 [  7442] By: jhi                                   on 2000/10/25  20:14:30
60880         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
60881              From: Dan Sugalski <dan@sidhe.org>
60882              Date: Wed, 25 Oct 2000 13:36:35 -0400
60883              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
60884              
60885              plus regen global.sym.
60886      Branch: perl
60887            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
60888            ! thrdvar.h util.c
60889 ____________________________________________________________________________
60890 [  7441] By: jhi                                   on 2000/10/25  20:12:20
60891         Log: buildtoc target tweaks.
60892      Branch: perl
60893            ! pod/Makefile.SH
60894 ____________________________________________________________________________
60895 [  7440] By: jhi                                   on 2000/10/25  20:03:53
60896         Log: A new version of making the syslog test more robust.
60897              (Replaces #7421.)
60898              
60899              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
60900              From: "Kurt D. Starsinic" <kstar@chapin.edu>
60901              Date: Wed, 25 Oct 2000 12:13:54 -0400
60902              Message-ID: <20001025121354.B2264@O2.chapin.edu>
60903      Branch: perl
60904            ! t/lib/syslog.t
60905 ____________________________________________________________________________
60906 [  7439] By: jhi                                   on 2000/10/25  20:00:48
60907         Log: Continue the internal UTF-8 API tweaking.
60908              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
60909              used much more than the simpler API, now called utf8_to_uv_simple().
60910              Still not quite happy with API, too much partial duplication
60911              of functionality.
60912      Branch: perl
60913            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
60914            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
60915            ! regcomp.c regexec.c sv.c toke.c utf8.c
60916 ____________________________________________________________________________
60917 [  7438] By: jhi                                   on 2000/10/25  18:52:30
60918         Log: Allow poking holes at the UTF-8 decoding strictness.
60919      Branch: perl
60920            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
60921            ! utf8.h
60922 ____________________________________________________________________________
60923 [  7437] By: jhi                                   on 2000/10/25  13:53:05
60924         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
60925              UTF8LEN() and UTF8SKIP(). 
60926      Branch: perl
60927            ! pp.c utf8.c utf8.h
60928 ____________________________________________________________________________
60929 [  7436] By: jhi                                   on 2000/10/25  13:51:37
60930         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
60931              From: Nicholas Clark <nick@ccl4.org>
60932              Date: Wed, 25 Oct 2000 14:44:05 +0100
60933              Message-ID: <20001025144404.D27253@plum.flirble.org>
60934      Branch: perl
60935            ! pod/perlrun.pod
60936 ____________________________________________________________________________
60937 [  7435] By: jhi                                   on 2000/10/25  13:49:32
60938         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
60939              From: Mike Guy <mjtg@cam.ac.uk>
60940              Date: Tue, 24 Oct 2000 14:59:40 +0100
60941              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
60942      Branch: perl
60943            ! scope.c
60944 ____________________________________________________________________________
60945 [  7434] By: jhi                                   on 2000/10/25  13:48:41
60946         Log: AIX is picky about its symbol exports.  Solution for now
60947              is to include the deb.o explicitly to the re extension build.
60948              
60949              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
60950              From: Peter Prymmer <pvhp@forte.com>
60951              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
60952              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
60953      Branch: perl
60954            ! ext/re/Makefile.PL hints/aix.sh
60955 ____________________________________________________________________________
60956 [  7433] By: jhi                                   on 2000/10/25  13:46:49
60957         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
60958              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60959              Date: Wed, 25 Oct 2000 12:02:20 +0200
60960              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
60961      Branch: perl
60962            ! perlsdio.h
60963 ____________________________________________________________________________
60964 [  7432] By: jhi                                   on 2000/10/25  13:44:28
60965         Log: Subject: Minor update to find2perl, for portability
60966              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
60967              Date: Wed, 25 Oct 2000 12:05:47 +0100
60968              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
60969      Branch: perl
60970            ! x2p/find2perl.PL
60971 ____________________________________________________________________________
60972 [  7431] By: jhi                                   on 2000/10/25  13:40:39
60973         Log: Add targets to Makefile.SH, most importantly
60974              'regen_all' which also remembers to update vms/perly*.
60975      Branch: perl
60976            ! Makefile.SH
60977 ____________________________________________________________________________
60978 [  7430] By: bailey                                on 2000/10/25  03:13:53
60979         Log: Cleanup from prior patch (Charles Lane?):
60980              - improve handling of MFDs in Basename and Path
60981              - default to no xsubpp line # munging when building debug images
60982      Branch: vmsperl
60983            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
60984 ____________________________________________________________________________
60985 [  7429] By: jhi                                   on 2000/10/24  20:03:40
60986         Log: Podify README.epoc and README.vos.
60987      Branch: perl
60988            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
60989            ! pod/perlport.pod pod/perltoc.pod
60990 ____________________________________________________________________________
60991 [  7428] By: jhi                                   on 2000/10/24  19:10:33
60992         Log: Stratus VOS updates from Paul Green.
60993      Branch: perl
60994            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
60995            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
60996            - vos/config.def vos/config.h vos/config_h.SH_orig
60997            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
60998            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
60999 ____________________________________________________________________________
61000 [  7427] By: jhi                                   on 2000/10/24  18:59:48
61001         Log: Check if stdio supports tweaking lval and cnt simultaneously.
61002              
61003              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
61004              From: Nicholas Clark <nick@ccl4.org>
61005              Date: Mon, 23 Oct 2000 15:39:32 +0100
61006              Message-ID: <20001023153932.A10786@plum.flirble.org>
61007      Branch: metaconfig
61008            ! U/compline/d_stdstdio.U
61009      Branch: perl
61010            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61011            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
61012            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
61013            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
61014            ! vos/config.h vos/config_h.SH_orig win32/config.bc
61015            ! win32/config.gc win32/config.vc
61016 ____________________________________________________________________________
61017 [  7426] By: jhi                                   on 2000/10/24  17:57:44
61018         Log: Missed the header file changes from #7425.
61019      Branch: perl
61020            ! embed.h embed.pl objXSUB.h proto.h
61021 ____________________________________________________________________________
61022 [  7425] By: jhi                                   on 2000/10/24  17:55:17
61023         Log: Fix the bug reported in
61024              
61025              From: andreas.koenig@anima.de (Andreas J. Koenig)
61026              Subject: Encode bug?
61027              Date: 24 Oct 2000 14:01:26 +0200 
61028              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
61029              
61030              Also make is_utf8_char() stricter.
61031      Branch: perl
61032            ! ext/Encode/Encode.xs utf8.c
61033 ____________________________________________________________________________
61034 [  7424] By: jhi                                   on 2000/10/24  15:15:39
61035         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
61036              From: Peter Scott <Peter@PSDT.com>
61037              Date: Mon, 23 Oct 2000 19:46:01 -0700
61038              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
61039      Branch: perl
61040            ! pod/perlfaq5.pod
61041 ____________________________________________________________________________
61042 [  7423] By: jhi                                   on 2000/10/24  14:25:30
61043         Log: Test tweak to avoid pulling in the whole Config.
61044      Branch: perl
61045            ! t/lib/st-lock.t
61046 ____________________________________________________________________________
61047 [  7422] By: jhi                                   on 2000/10/24  14:03:16
61048         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
61049      Branch: perl
61050            ! pp.c
61051 ____________________________________________________________________________
61052 [  7421] By: jhi                                   on 2000/10/24  13:32:09
61053         Log: (Replaced by #7440.)
61054              
61055              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
61056              From: "Kurt D. Starsinic" <kstar@chapin.edu>
61057              Date: Mon, 23 Oct 2000 16:40:54 -0400
61058              Message-ID: <20001023164054.B14491@O2.chapin.edu>
61059      Branch: perl
61060            ! t/lib/syslog.t
61061 ____________________________________________________________________________
61062 [  7420] By: jhi                                   on 2000/10/24  13:30:53
61063         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
61064              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61065              Date: Mon, 23 Oct 2000 17:29:03 -0400
61066              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
61067      Branch: perl
61068            ! lib/ExtUtils/MM_Unix.pm
61069 ____________________________________________________________________________
61070 [  7419] By: jhi                                   on 2000/10/24  13:29:57
61071         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
61072              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61073              Date: Mon, 23 Oct 2000 19:01:32 -0400
61074              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
61075      Branch: perl
61076            ! utils/h2xs.PL
61077 ____________________________________________________________________________
61078 [  7418] By: jhi                                   on 2000/10/24  13:26:04
61079         Log: Replace #7409 with
61080              
61081              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
61082              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
61083              Date: Mon, 23 Oct 2000 20:08:56 +0200
61084              Message-ID: <20001023200855.A14850@nice.ram.loc>
61085      Branch: perl
61086            ! ext/Storable/Storable.pm t/lib/st-lock.t
61087 ____________________________________________________________________________
61088 [  7417] By: jhi                                   on 2000/10/24  13:17:52
61089         Log: Run vms/vms_yfix.pl, should have done that after changing
61090              perly.c in #7382.
61091      Branch: perl
61092            ! vms/perly_c.vms vms/perly_h.vms
61093 ____________________________________________________________________________
61094 [  7416] By: jhi                                   on 2000/10/24  02:55:33
61095         Log: Make the UTF-8 decoding stricter and more verbose when
61096              malformation happens.  This involved adding an argument
61097              to utf8_to_uv_chk(), which involved changing its prototype,
61098              and prefer STRLEN over I32 for the UTF-8 length, which as
61099              a domino effect necessitated changing the prototypes of
61100              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
61101              The stricter UTF-8 decoding checking uses Markus Kuhn's
61102              UTF-8 Decode Stress Tester from
61103              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
61104      Branch: perl
61105            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
61106            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
61107            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
61108            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
61109 ____________________________________________________________________________
61110 [  7415] By: jhi                                   on 2000/10/23  14:06:06
61111         Log: Update Changes.
61112      Branch: perl
61113            ! Changes patchlevel.h
61114 ____________________________________________________________________________
61115 [  7414] By: jhi                                   on 2000/10/23  12:39:52
61116         Log: Undo the basename() part of #7412 since the lib/basename
61117              tests would need upgrading too.
61118      Branch: perl
61119            ! lib/File/Basename.pm
61120 ____________________________________________________________________________
61121 [  7413] By: jhi                                   on 2000/10/23  12:19:27
61122         Log: Document PERL_INSTALL_ROOT of #7210.
61123      Branch: perl
61124            ! lib/ExtUtils/Install.pm
61125 ____________________________________________________________________________
61126 [  7412] By: jhi                                   on 2000/10/23  12:16:47
61127         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
61128      Branch: perl
61129            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
61130            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
61131 ____________________________________________________________________________
61132 [  7411] By: jhi                                   on 2000/10/23  12:07:41
61133         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
61134              From: Prymmer/Kahn <pvhp@best.com>
61135              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
61136              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
61137      Branch: perl
61138            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
61139 ____________________________________________________________________________
61140 [  7410] By: jhi                                   on 2000/10/23  04:10:11
61141         Log: The change #7187 was not so good on VMS.
61142              
61143              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
61144              From: "Craig A. Berry" <craig.berry@psinetcs.com>
61145              Date: Sun, 22 Oct 2000 23:03:08 -0500
61146              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
61147      Branch: perl
61148            ! utils/perldoc.PL
61149 ____________________________________________________________________________
61150 [  7409] By: jhi                                   on 2000/10/23  03:57:36
61151         Log: Avoid Storable locking on DJGPP for now.
61152              
61153              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
61154              From: "Peter J. Farley III" <pjfarley@banet.net>
61155              Date: Sun, 22 Oct 2000 20:00:00 -0400
61156              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
61157      Branch: perl
61158            ! ext/Storable/Storable.pm t/lib/st-lock.t
61159 ____________________________________________________________________________
61160 [  7408] By: jhi                                   on 2000/10/23  03:50:24
61161         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
61162              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
61163              Date: Sun, 22 Oct 2000 21:12:22 -0400
61164              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
61165      Branch: perl
61166            ! lib/vars.pm
61167 ____________________________________________________________________________
61168 [  7407] By: jhi                                   on 2000/10/23  03:43:12
61169         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
61170              From: Hugo <hv@crypt.compulink.co.uk>
61171              Date: Mon, 23 Oct 2000 00:47:22 +0100
61172              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
61173      Branch: perl
61174            ! regexec.c t/op/pat.t
61175 ____________________________________________________________________________
61176 [  7406] By: jhi                                   on 2000/10/23  03:40:29
61177         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
61178      Branch: perl
61179            ! lib/ExtUtils/MakeMaker.pm
61180 ____________________________________________________________________________
61181 [  7405] By: jhi                                   on 2000/10/22  21:32:00
61182         Log: Doc patch.
61183              
61184              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
61185              From: rspier@pobox.com (Robert Spier)
61186              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
61187              Message-ID: <14835.16112.13457.447971@rls.cx>
61188      Branch: perl
61189            ! lib/strict.pm
61190 ____________________________________________________________________________
61191 [  7404] By: jhi                                   on 2000/10/22  21:30:51
61192         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
61193              From: rspier@pobox.com (Robert Spier)
61194              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
61195              Message-ID: <14835.17223.72448.705566@rls.cx>
61196      Branch: perl
61197            ! lib/ExtUtils/MakeMaker.pm
61198 ____________________________________________________________________________
61199 [  7403] By: jhi                                   on 2000/10/22  21:24:11
61200         Log: Subject: [PATCH bleadperl] ripples from constsub patch
61201              From: John Tobey <jtobey@john-edwin-tobey.org>
61202              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
61203              Message-Id: <m13nSOB-000FObC@feynman.localnet>
61204      Branch: perl
61205            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
61206 ____________________________________________________________________________
61207 [  7402] By: jhi                                   on 2000/10/22  20:59:35
61208         Log: Support s?printf parameter reordering.
61209      Branch: perl
61210            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
61211 ____________________________________________________________________________
61212 [  7401] By: jhi                                   on 2000/10/22  19:19:14
61213         Log: Expand %Config variables only if explicitly so requested
61214              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
61215              
61216              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
61217              From: Gurusamy Sarathy <gsar@ActiveState.com>
61218              Date: Sun, 22 Oct 2000 11:47:32 -0700
61219              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
61220      Branch: perl
61221            ! Makefile.SH lib/lib_pm.PL
61222 ____________________________________________________________________________
61223 [  7400] By: jhi                                   on 2000/10/22  18:24:10
61224         Log: Move the #7390 test from warn/op to comp/redef.
61225              
61226              Subject: Re: Creating const subs for constants.
61227              From: John Tobey <jtobey@john-edwin-tobey.org>
61228              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
61229              Message-Id: <m13nG72-000FObC@feynman.localnet>               
61230      Branch: perl
61231            ! t/comp/redef.t t/pragma/warn/op
61232 ____________________________________________________________________________
61233 [  7399] By: jhi                                   on 2000/10/22  17:49:59
61234         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
61235              From: Nicholas Clark <nick@ccl4.org>
61236              Date: Sat, 21 Oct 2000 22:23:19 +0100
61237              Message-ID: <20001021222319.B45586@plum.flirble.org>
61238      Branch: perl
61239            ! ext/DynaLoader/DynaLoader_pm.PL
61240 ____________________________________________________________________________
61241 [  7398] By: jhi                                   on 2000/10/22  17:47:35
61242         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
61243              From: Hugo <hv@crypt.compulink.co.uk>
61244              Date: Sat, 21 Oct 2000 18:19:59 +0100
61245              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
61246      Branch: perl
61247            ! ext/B/B.pm ext/B/B/C.pm
61248 ____________________________________________________________________________
61249 [  7397] By: jhi                                   on 2000/10/22  17:35:18
61250         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
61251              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
61252              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
61253              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
61254      Branch: perl
61255            ! hints/openbsd.sh
61256 ____________________________________________________________________________
61257 [  7396] By: jhi                                   on 2000/10/22  17:19:46
61258         Log: Subject: installman go-faster stripes
61259              From: Nicholas Clark <nick@talking.bollo.cx>
61260              Date: Sat, 21 Oct 2000 17:24:53 +0100
61261              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
61262              
61263              Subject: Re: installman go-faster stripes
61264              From: Russ Allbery <rra@stanford.edu>
61265              Date: 21 Oct 2000 11:04:13 -0700
61266              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
61267      Branch: perl
61268            ! installman pod/pod2man.PL
61269 ____________________________________________________________________________
61270 [  7395] By: jhi                                   on 2000/10/22  17:17:35
61271         Log: Hints tweak from Anton Berezin.
61272      Branch: perl
61273            ! hints/freebsd.sh
61274 ____________________________________________________________________________
61275 [  7394] By: jhi                                   on 2000/10/22  04:50:04
61276         Log: Tweak the Is* definitions of Unicode character classes
61277              to better match the official categorizations; embrace
61278              the official categorizations; add the combining marks
61279              as alpha (and -numeric); fix DCinital (a typo and edito)
61280              to be DCmedial.
61281      Branch: perl
61282            + lib/unicode/Is/DCmedial.pl
61283            - lib/unicode/Is/DCinital.pl
61284            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
61285            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
61286            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
61287            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
61288 ____________________________________________________________________________
61289 [  7393] By: jhi                                   on 2000/10/21  18:06:05
61290         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
61291              From: Daniel Chetlin <daniel@chetlin.com>
61292              Date: Sat, 21 Oct 2000 02:57:03 -0700
61293              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
61294      Branch: perl
61295            + t/lib/tie-splice.t
61296            ! MANIFEST lib/Tie/Array.pm
61297 ____________________________________________________________________________
61298 [  7392] By: gsar                                  on 2000/10/21  18:05:15
61299         Log: resync utfperl branch with mainline
61300      Branch: utfperl
61301           !> (integrate 1760 files)
61302 ____________________________________________________________________________
61303 [  7391] By: jhi                                   on 2000/10/21  14:37:49
61304         Log: Testcases for a #7383,#7385 related bug.
61305              
61306              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
61307              From: Nicholas Clark <nick@ccl4.org>
61308              Date: Sat, 21 Oct 2000 15:04:51 +0100
61309              Message-ID: <20001021150451.A51566@plum.flirble.org>
61310      Branch: perl
61311            ! t/pragma/utf8.t
61312 ____________________________________________________________________________
61313 [  7390] By: jhi                                   on 2000/10/21  14:35:57
61314         Log: Add a testcase for #7389.
61315      Branch: perl
61316            ! t/pragma/warn/op
61317 ____________________________________________________________________________
61318 [  7389] By: jhi                                   on 2000/10/21  14:26:45
61319         Log: Subject: Re: Creating const subs for constants.
61320              From: John Tobey <jtobey@john-edwin-tobey.org>
61321              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
61322              Message-Id: <m13mo0N-000FObC@feynman.localnet>
61323      Branch: perl
61324            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
61325            ! proto.h sv.c
61326 ____________________________________________________________________________
61327 [  7388] By: nick                                  on 2000/10/21  11:44:23
61328         Log: Populate perlio branch
61329      Branch: perlio
61330           +> (branch 1760 files)
61331 ____________________________________________________________________________
61332 [  7387] By: nick                                  on 2000/10/21  10:52:05
61333         Log: Get branch back as replica of mainline via :
61334              p4 integrate -b utfperl
61335              p4 resolve -at ./...
61336      Branch: utfperl
61337           +> (branch 269 files)
61338            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
61339            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
61340            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
61341            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
61342            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
61343            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
61344            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
61345            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
61346            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
61347            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
61348            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
61349            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
61350            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
61351            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
61352            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
61353            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
61354            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
61355            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
61356            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
61357            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
61358            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
61359            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
61360            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
61361            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
61362            - lib/unicode/UCD300.html lib/unicode/Unicode.300
61363            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
61364            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
61365            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
61366            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
61367           !> (integrate 965 files)
61368 ____________________________________________________________________________
61369 [  7386] By: jhi                                   on 2000/10/21  01:31:12
61370         Log: Update Changes.
61371      Branch: perl
61372            ! Changes patchlevel.h
61373 ____________________________________________________________________________
61374 [  7385] By: jhi                                   on 2000/10/21  01:28:42
61375         Log: The #7383 was right only in the context of the original bug report,
61376              not in more general case.
61377      Branch: perl
61378            ! pp_hot.c
61379 ____________________________________________________________________________
61380 [  7384] By: jhi                                   on 2000/10/21  01:08:23
61381         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
61382      Branch: perl
61383            ! ext/IO/lib/IO/Select.pm
61384 ____________________________________________________________________________
61385 [  7383] By: jhi                                   on 2000/10/21  00:44:18
61386         Log: Fix for ID 20001020.006, concatenating an unset submatch
61387              with utf8 resulted in "Modification of a read-only value".
61388      Branch: perl
61389            ! pp_hot.c t/pragma/utf8.t
61390 ____________________________________________________________________________
61391 [  7382] By: jhi                                   on 2000/10/20  20:44:31
61392         Log: Make scan_num() reëntrant, as suggested in
61393              
61394              Subject: [PATCH perl@7229] Rentrant parser and yylex()
61395              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
61396              Date: Fri, 20 Oct 2000 14:17:27 +0100
61397              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
61398      Branch: perl
61399            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
61400            ! toke.c
61401 ____________________________________________________________________________
61402 [  7381] By: jhi                                   on 2000/10/20  20:07:29
61403         Log: Reëntrancy fix.
61404              
61405              Subject: [PATCH perl@7229] Rentrant parser and yylex()
61406              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
61407              Date: Fri, 20 Oct 2000 14:17:27 +0100
61408              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
61409      Branch: perl
61410            ! embed.h embed.pl perl.h proto.h toke.c
61411 ____________________________________________________________________________
61412 [  7380] By: jhi                                   on 2000/10/20  19:15:54
61413         Log: Don't write double values through long double pointers,
61414              based on a part of
61415              
61416              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
61417              From: Jens Hamisch <jens@Strawberry.COM>
61418              Date: Tue, 17 Oct 2000 08:39:36 +0200
61419              Message-Id: <20001017083936.A11104@Strawberry.COM>
61420      Branch: perl
61421            ! perl.h pp.c
61422 ____________________________________________________________________________
61423 [  7379] By: jhi                                   on 2000/10/20  18:43:37
61424         Log: Portability tweak on #7377.
61425              
61426              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
61427              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61428              Date:     Fri, 20 Oct 2000 13:13:41 EDT
61429              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
61430      Branch: perl
61431            ! t/lib/dprof.t
61432 ____________________________________________________________________________
61433 [  7378] By: jhi                                   on 2000/10/20  12:57:19
61434         Log: SOCKS function redefinitions need prototypes, too, otherwise
61435              for example 32 bit versus 64 bit differences cause a lot of
61436              problems.  Part of
61437              
61438              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
61439              From: Jens Hamisch <jens@Strawberry.COM>
61440              Date: Tue, 17 Oct 2000 08:39:36 +0200
61441              Message-Id: <20001017083936.A11104@Strawberry.COM>
61442      Branch: perl
61443            ! doio.c pp_sys.c
61444 ____________________________________________________________________________
61445 [  7377] By: jhi                                   on 2000/10/20  12:37:12
61446         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
61447              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61448              Date:     Fri, 20 Oct 2000 08:26:04 EDT
61449              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
61450      Branch: perl
61451            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
61452 ____________________________________________________________________________
61453 [  7376] By: jhi                                   on 2000/10/20  12:35:31
61454         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
61455              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61456              Date:     Fri, 20 Oct 2000 07:48:15 EDT
61457              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
61458      Branch: perl
61459            ! configure.com vms/gen_shrfls.pl
61460 ____________________________________________________________________________
61461 [  7375] By: bailey                                on 2000/10/20  04:44:37
61462         Log: SYN SYN
61463      Branch: vmsperl
61464           +> (branch 134 files)
61465            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
61466            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
61467            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
61468            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
61469            - eg/cgi/frameset.cgi eg/cgi/index.html
61470            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
61471            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
61472            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
61473            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
61474            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
61475            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
61476            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
61477            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
61478            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
61479            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
61480            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
61481            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
61482            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
61483            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
61484            - lib/unicode/Props.txt lib/unicode/UCD300.html
61485            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
61486            - utils/perlbc.PL vms/subconfigure.com
61487           !> (integrate 785 files)
61488 ____________________________________________________________________________
61489 [  7374] By: jhi                                   on 2000/10/20  00:59:48
61490         Log: In the latest compiler builds cccdlflags must not become -fpic,
61491              from Wilfredo Sánchez.
61492      Branch: perl
61493            ! hints/darwin.sh
61494 ____________________________________________________________________________
61495 [  7373] By: jhi                                   on 2000/10/20  00:56:35
61496         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
61497              From: Tony Cook <tony@develop-help.com>
61498              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
61499              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
61500      Branch: perl
61501            ! pod/perlop.pod
61502 ____________________________________________________________________________
61503 [  7372] By: jhi                                   on 2000/10/19  19:34:40
61504         Log: Typo noted by Mark Lutz.
61505      Branch: perl
61506            ! t/op/64bitint.t
61507 ____________________________________________________________________________
61508 [  7371] By: jhi                                   on 2000/10/19  19:33:13
61509         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
61510      Branch: metaconfig
61511            ! U/modified/Cppsym.U U/modified/Oldconfig.U
61512      Branch: metaconfig/U/perl
61513            ! End.U dlsrc.U libperl.U
61514      Branch: perl
61515            + hints/nonstopux.sh
61516            ! Configure MANIFEST config_h.SH
61517 ____________________________________________________________________________
61518 [  7370] By: jhi                                   on 2000/10/19  17:18:08
61519         Log: Subject: PATCH do_print has 2 PerlIO_error()s
61520              From: nick@ccl4.org
61521              Date: Thu, 19 Oct 2000 18:09:20 +0100
61522              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
61523      Branch: perl
61524            ! doio.c
61525 ____________________________________________________________________________
61526 [  7369] By: jhi                                   on 2000/10/19  14:01:49
61527         Log: Update Changes.
61528      Branch: perl
61529            ! Changes patchlevel.h
61530 ____________________________________________________________________________
61531 [  7368] By: jhi                                   on 2000/10/19  13:04:29
61532         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
61533              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61534              Date: Wed, 18 Oct 2000 13:12:01 +0200
61535              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
61536      Branch: perl
61537            ! hints/aix.sh
61538 ____________________________________________________________________________
61539 [  7367] By: jhi                                   on 2000/10/19  02:22:40
61540         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
61541              of a 'pmshort' anywhere in the B, so the offending line was simply
61542              removed.
61543      Branch: perl
61544            ! ext/B/B/Debug.pm
61545 ____________________________________________________________________________
61546 [  7366] By: jhi                                   on 2000/10/19  02:12:37
61547         Log: Add the test case for the bug id 20000730.004 which seems
61548              to have been fixed by now.
61549      Branch: perl
61550            ! t/pragma/utf8.t
61551 ____________________________________________________________________________
61552 [  7365] By: jhi                                   on 2000/10/18  23:36:24
61553         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
61554              From: Hugo <hv@crypt.compulink.co.uk>
61555              Date: Wed, 18 Oct 2000 23:25:58 +0100
61556              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
61557      Branch: perl
61558            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
61559 ____________________________________________________________________________
61560 [  7364] By: jhi                                   on 2000/10/18  21:12:53
61561         Log: (retracted)
61562      Branch: perl
61563            ! pp.c
61564 ____________________________________________________________________________
61565 [  7363] By: jhi                                   on 2000/10/18  20:55:38
61566         Log: Missing change from #7362.
61567      Branch: perl
61568            ! win32/perlhost.h
61569 ____________________________________________________________________________
61570 [  7362] By: jhi                                   on 2000/10/18  20:52:01
61571         Log: Borland C fstat() never saw the fd as writable.
61572              
61573              Subject: fix for Borland's weak "stat" (perl@7211)
61574              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
61575              Date: Mon, 16 Oct 2000 09:55:03 +0400
61576              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
61577      Branch: perl
61578            ! win32/win32.c
61579 ____________________________________________________________________________
61580 [  7361] By: jhi                                   on 2000/10/18  17:43:50
61581         Log: Regen toc.
61582      Branch: perl
61583            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
61584 ____________________________________________________________________________
61585 [  7360] By: jhi                                   on 2000/10/18  17:07:44
61586         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61587              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
61588              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
61589              Date: Mon, 16 Oct 2000 15:19:49 +0200
61590      Branch: perl
61591            + README.aix
61592            ! MANIFEST
61593 ____________________________________________________________________________
61594 [  7359] By: jhi                                   on 2000/10/18  17:04:49
61595         Log: Subject: Pod patch for Devel::Peek
61596              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61597              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
61598              Date: Mon, 16 Oct 2000 12:26:34 +0200
61599      Branch: perl
61600            ! ext/Devel/Peek/Peek.pm
61601 ____________________________________________________________________________
61602 [  7358] By: jhi                                   on 2000/10/18  17:03:15
61603         Log: Make Cwd more bulletproof in chrooted environments.
61604              
61605              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
61606              From: "Eric E. Coe" <Eric.Coe@oracle.com>
61607              Date: Wed, 18 Oct 2000 04:03:54 -0400
61608              Message-Id: <39ED596A.70E599FE@oracle.com>
61609      Branch: perl
61610            ! lib/Cwd.pm
61611 ____________________________________________________________________________
61612 [  7357] By: jhi                                   on 2000/10/18  16:37:26
61613         Log: Disable the UTF8 downgrade croakage for now to avoid
61614              too many not okay messages.
61615      Branch: perl
61616            ! doio.c
61617 ____________________________________________________________________________
61618 [  7356] By: jhi                                   on 2000/10/17  23:29:41
61619         Log: Show the failed remote port, instead of the failing line number.
61620              
61621              Subject: [PATCH 5.6.1 Debugger] More diagnostics
61622              From: David Sparks <daves@ActiveState.com>
61623              Date: Tue, 17 Oct 2000 15:00:24 -0700
61624              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
61625      Branch: perl
61626            ! lib/perl5db.pl
61627 ____________________________________________________________________________
61628 [  7355] By: jhi                                   on 2000/10/17  14:11:31
61629         Log: On output try to downgrade to bytes, croak if impossible,
61630              from Simon Cozens.  This means that outputting >255 UTF8
61631              is impossible.  Consider this as a strong incentive to get
61632              the I/O disciplines implemented.
61633      Branch: perl
61634            ! doio.c pod/perldiag.pod sv.c
61635 ____________________________________________________________________________
61636 [  7354] By: jhi                                   on 2000/10/17  13:42:23
61637         Log: Clarify documentation on 'use bytes'.
61638              
61639              Subject: Re: What does 'use bytes' "mean" ?
61640              From: Simon Cozens <simon@cozens.net>
61641              Date: Mon, 18 Sep 2000 18:24:25 +0100
61642              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
61643      Branch: perl
61644            ! lib/bytes.pm
61645 ____________________________________________________________________________
61646 [  7353] By: jhi                                   on 2000/10/17  13:28:12
61647         Log: Workaround for a sfio bug where the stream error indicator
61648              is not cleared as documented.
61649              
61650              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
61651              From: Nicholas Clark <nick@ccl4.org>
61652              Date: Mon, 16 Oct 2000 18:28:23 +0100
61653              Message-ID: <20001016182823.J19700@plum.flirble.org>
61654      Branch: perl
61655            ! doio.c
61656 ____________________________________________________________________________
61657 [  7352] By: jhi                                   on 2000/10/17  13:06:19
61658         Log: More IoTYPE sprinkling.
61659      Branch: perl
61660            ! doio.c pp_hot.c
61661 ____________________________________________________________________________
61662 [  7351] By: jhi                                   on 2000/10/16  22:47:07
61663         Log: Detect early whether the std streams have gone bad.
61664              
61665              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
61666              Date: Mon, 16 Oct 2000 23:28:42 +0100
61667              From: Nicholas Clark <nick@ccl4.org>
61668              Message-ID: <20001016232842.A37942@plum.flirble.org>
61669      Branch: perl
61670            ! t/op/misc.t
61671 ____________________________________________________________________________
61672 [  7350] By: jhi                                   on 2000/10/16  22:45:16
61673         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
61674              From: "Peter J. Farley III" <pjfarley@banet.net>
61675              Date: Mon, 16 Oct 2000 18:15:59 -0400
61676              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
61677      Branch: perl
61678            ! djgpp/djgpp.c dosish.h t/io/open.t
61679 ____________________________________________________________________________
61680 [  7349] By: jhi                                   on 2000/10/16  22:36:45
61681         Log: perldelta tweak.
61682      Branch: perl
61683            ! pod/perldelta.pod
61684 ____________________________________________________________________________
61685 [  7348] By: jhi                                   on 2000/10/16  15:17:53
61686         Log: Update Changes.
61687      Branch: perl
61688            ! Changes patchlevel.h
61689 ____________________________________________________________________________
61690 [  7347] By: jhi                                   on 2000/10/16  13:55:27
61691         Log: Add the capability to include/exclude branches.
61692      Branch: perl
61693            ! Porting/genlog
61694 ____________________________________________________________________________
61695 [  7346] By: jhi                                   on 2000/10/16  13:18:04
61696         Log: Add Charles Lane.
61697      Branch: perl
61698            ! AUTHORS Changes
61699 ____________________________________________________________________________
61700 [  7345] By: jhi                                   on 2000/10/16  13:13:21
61701         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
61702      Branch: perl
61703            ! pod/perldelta.pod
61704 ____________________________________________________________________________
61705 [  7344] By: gsar                                  on 2000/10/16  09:30:21
61706         Log: integrate change#6220 from cfgperl
61707              
61708              Win32 patches from Benjamin Stuhl.
61709      Branch: maint-5.6/perl
61710           !> makedef.pl win32/win32.h
61711 ____________________________________________________________________________
61712 [  7343] By: gsar                                  on 2000/10/16  08:32:19
61713         Log: integrate changes#6221,6222 from cfgperl
61714              
61715              Remove tr///CU (the feature is to be obsoleted by better interfaces).
61716              From: simon@brecon.co.uk (Simon Cozens)
61717              Subject: [PATCH] Eliminate tr///[CU][CU]
61718              Date: 23 Jun 2000 11:05:40 GMT
61719              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
61720              
61721              doc typo fix
61722              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
61723              From: Ian Phillipps <Ian.Phillipps@iname.com>
61724              Date: Fri, 23 Jun 2000 10:40:58 +0100
61725              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
61726      Branch: maint-5.6/perl
61727           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
61728 ____________________________________________________________________________
61729 [  7342] By: gsar                                  on 2000/10/16  08:28:08
61730         Log: integrate change#6217 from cfgperl (in part)
61731              
61732              Rename the fdpid locking and integrate with Sarathy.
61733      Branch: maint-5.6/perl
61734           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
61735           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
61736           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
61737           !> win32/win32.c
61738 ____________________________________________________________________________
61739 [  7341] By: gsar                                  on 2000/10/16  08:23:39
61740         Log: integrate changes#6214..6216 from mainline
61741              
61742              @_ can't have junk in it even in the non-USE_ITHREADS case because
61743              caller() wants to populate @DB::args with it (causes a coredump
61744              in Carp::confess())
61745              
61746              tweak comment about @DB::args
61747              
61748              be more optimal about clearing @_
61749      Branch: maint-5.6/perl
61750           !> av.h cop.h pp_ctl.c t/op/runlevel.t
61751 ____________________________________________________________________________
61752 [  7340] By: gsar                                  on 2000/10/16  08:20:37
61753         Log: integrate changes#6207..6210 from cfgperl
61754              
61755              Subject: [PATCH 5.6.0] Threadsafe patches
61756              From: Dan Sugalski <dan@sidhe.org>
61757              To: perl5-porters@perl.org
61758              Date: Mon, 08 May 2000 18:08:13 -0400
61759              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
61760              
61761              Regen headers for #6207.
61762              
61763              Lock PL_fdpid against race conditions, based on:
61764              Subject: [PATCH 5.6.0]subprocess fixup for threads
61765              From: Dan Sugalski <dan@sidhe.org>
61766              To: perl5-porters@perl.org
61767              Date: Tue, 11 Apr 2000 17:02:32 -0400
61768              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
61769              
61770              Mopup for #6207 and #6209.
61771      Branch: maint-5.6/perl
61772           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
61773           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
61774           !> win32/win32.c
61775 ____________________________________________________________________________
61776 [  7339] By: gsar                                  on 2000/10/16  08:14:34
61777         Log: integrate change#6203 from cfgperl
61778              
61779              perldiag should refer to perlos2.pod not README.os2
61780      Branch: maint-5.6/perl
61781           !> pod/perldiag.pod
61782 ____________________________________________________________________________
61783 [  7338] By: gsar                                  on 2000/10/16  08:11:42
61784         Log: integrate change#6201 from mainline
61785              
61786              Perl_eval_pv() leaks 4 bytes every time it is called because it
61787              does a PUSHMARK that's never ever POPMARKed; in general, only
61788              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
61789              Perl_eval_[sp]v() don't because they don't take any incoming
61790              arguments (this leak has been around since the original version
61791              of perl_eval_pv() in 5.003_97e)
61792      Branch: maint-5.6/perl
61793           !> perl.c
61794 ____________________________________________________________________________
61795 [  7337] By: gsar                                  on 2000/10/16  08:08:47
61796         Log: integrate changes#6197..6200 from cfgperl
61797              
61798              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
61799              From: John Borwick <jhborwic@unity.ncsu.edu>
61800              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
61801              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
61802              
61803              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
61804              From: Dan Sugalski <dan@sidhe.org>
61805              To: vmsperl@perl.org, perl5-porters@perl.org
61806              Date: Fri, 02 Jun 2000 16:00:41 -0400
61807              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
61808              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
61809              
61810              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
61811              From: Dan Sugalski <dan@sidhe.org>
61812              To: perl5-porters@perl.org, vmsperl@perl.org
61813              Date: Fri, 02 Jun 2000 17:30:51 -0400
61814              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
61815              
61816              Update to cperl-mode.el 4.31 from
61817              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
61818              Subject: A couple of notes
61819              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61820              To: Mailing list Perl5 <perl5-porters@perl.org>
61821              Date: Sat, 3 Jun 2000 23:33:32 -0400
61822              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
61823      Branch: maint-5.6/perl
61824           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
61825           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
61826           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
61827           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
61828           !> vms/vmsish.h
61829 ____________________________________________________________________________
61830 [  7336] By: gsar                                  on 2000/10/16  08:03:46
61831         Log: integrate changes#6194,6195 from mainline
61832              
61833              fix small eval"" memory leaks under USE_ITHREADS
61834              
61835              fix yet another eval"" leak under USE_ITHREADS
61836      Branch: maint-5.6/perl
61837           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
61838           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
61839           !> vms/perly_c.vms
61840 ____________________________________________________________________________
61841 [  7335] By: gsar                                  on 2000/10/16  08:02:15
61842         Log: integrate changes#6190,6191 from mainline
61843              
61844              submit missing embed.pl change
61845              
61846              vec() loses numericalness (modified version of patch suggested
61847              by Robin Barker)
61848      Branch: maint-5.6/perl
61849           !> doop.c embed.pl t/op/vec.t
61850 ____________________________________________________________________________
61851 [  7334] By: gsar                                  on 2000/10/16  08:01:03
61852         Log: integrate change#6189 from mainline
61853              
61854              counting tr/// corrupts later operation (from M.J.T Guy)
61855      Branch: maint-5.6/perl
61856           !> doop.c t/op/tr.t
61857 ____________________________________________________________________________
61858 [  7333] By: gsar                                  on 2000/10/16  07:59:07
61859         Log: integrate changes#6183..6188 from mainline
61860              
61861              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
61862              <nick@ccl4.org>)
61863              
61864              tweak for change#6127
61865              
61866              remove incorrect documentation about implicit split to @_ in
61867              list context, which never really worked in perl 5 (from
61868              M.J.T. Guy)
61869              
61870              further qualify references to "alphanumeric" (from Wolfgang Laun
61871              <wolfgang.laun@alcatel.at>)
61872              
61873              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
61874              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
61875              
61876              h2xs tweaks
61877      Branch: maint-5.6/perl
61878           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
61879           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
61880           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
61881           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
61882           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
61883           !> pod/pod2latex.PL utils/h2xs.PL
61884 ____________________________________________________________________________
61885 [  7332] By: gsar                                  on 2000/10/16  07:53:52
61886         Log: integrate change#6179 from mainline
61887              
61888              buggy modulus on UVs introduced by change#3378 (resulted in
61889              4063328477 % 65535 amounting to 27406, instead of 27407)
61890      Branch: maint-5.6/perl
61891           !> pp.c t/op/arith.t
61892 ____________________________________________________________________________
61893 [  7331] By: gsar                                  on 2000/10/16  07:52:49
61894         Log: integrate changes#6176,6177,6178,6182 from cfgperl
61895              
61896              Single-quoted utf8 patch from Simon Cozens.
61897              
61898              Substitution utf8 patch from Simon Cozens.
61899              
61900              Be cleaner.
61901              
61902              Be Cleaner Part Deux.
61903      Branch: maint-5.6/perl
61904           !> Makefile.SH pp_hot.c toke.c
61905 ____________________________________________________________________________
61906 [  7330] By: gsar                                  on 2000/10/16  07:41:36
61907         Log: integrate change#6172 from mainline
61908              
61909              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
61910              (from Ilya Zakharevich)
61911      Branch: maint-5.6/perl
61912           !> regexec.c t/op/re_tests
61913 ____________________________________________________________________________
61914 [  7329] By: gsar                                  on 2000/10/16  07:40:25
61915         Log: integrate change#6171 from mainline
61916              
61917              scalar() doesn't force scalar context when used in void context
61918              (from Simon Cozens)
61919      Branch: maint-5.6/perl
61920           !> op.c t/op/wantarray.t
61921 ____________________________________________________________________________
61922 [  7328] By: gsar                                  on 2000/10/16  07:39:33
61923         Log: integrate change#6170 from mainline
61924              
61925              change#6142 needs tweaks to tests to work where there's no
61926              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
61927      Branch: maint-5.6/perl
61928           !> t/lib/filefind.t
61929 ____________________________________________________________________________
61930 [  7327] By: gsar                                  on 2000/10/16  07:35:34
61931         Log: integrate changes#6166..6168 from cfgperl
61932              
61933              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
61934              in case somebody wants to write an extension for more
61935              shadow database interfaces.
61936              
61937              tweak todo
61938              
61939              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
61940      Branch: maint-5.6/perl
61941           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
61942           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
61943           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
61944           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
61945           !> win32/config.vc win32/config_H.bc win32/config_H.gc
61946           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
61947 ____________________________________________________________________________
61948 [  7326] By: gsar                                  on 2000/10/16  07:29:05
61949         Log: integrate changes#6157,6159..6161,6164 from cfgperl
61950              
61951              Regen Configure to jive with #6149.
61952              
61953              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
61954              
61955              Changes for the File::Temp 0.08 (change #6159) test suite
61956              to fit better into the Perl distribution test framework.
61957              
61958              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
61959              both from Simon Cozens.
61960              
61961              detypo
61962      Branch: maint-5.6/perl
61963           +> pod/perlmodlib.PL pod/perlnewmod.pod
61964           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
61965           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
61966           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
61967           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
61968 ____________________________________________________________________________
61969 [  7325] By: gsar                                  on 2000/10/16  07:25:13
61970         Log: integrate change#6158 from vmsperl
61971              
61972              Add fallback to tmpfile for use in cases where user's relying on
61973              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
61974              Lane's patch)
61975      Branch: maint-5.6/perl
61976           !> vms/vms.c vms/vmsish.h
61977 ____________________________________________________________________________
61978 [  7324] By: gsar                                  on 2000/10/16  07:20:50
61979         Log: integrate changes#6153..6155 from mainline
61980              
61981              prettier Test::Harness output on failed tests (from Nicholas Clark
61982              <nick@Bagpuss.uk.boo.com>)
61983              
61984              avoid type mismatch warning
61985              
61986              small bug in change#6144; remove random \xA0 character that snuck
61987              in via change#6145
61988      Branch: maint-5.6/perl
61989           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
61990           !> perl.c
61991 ____________________________________________________________________________
61992 [  7323] By: gsar                                  on 2000/10/16  07:18:47
61993         Log: integrate changes#6151,6152 from mainline
61994              
61995              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
61996              
61997              cosmetic fixups of RE debug output (from Ilya Zakharevich)
61998      Branch: maint-5.6/perl
61999           !> regexec.c
62000 ____________________________________________________________________________
62001 [  7322] By: gsar                                  on 2000/10/16  07:17:25
62002         Log: integrate changes#6146..6150 from mainline
62003              
62004              doc typo
62005              
62006              add a make entry to Config.pm so "perl -V:make" works on VMS
62007              (from Peter Prymmer)
62008              
62009              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
62010              
62011              OS/2 tweaks for usethreads build (from Rocco Caputo
62012              <troc@netrus.net>)
62013              
62014              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
62015      Branch: maint-5.6/perl
62016           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
62017           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
62018           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
62019           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
62020           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
62021           !> warnings.pl x2p/a2p.h
62022 ____________________________________________________________________________
62023 [  7321] By: gsar                                  on 2000/10/16  07:14:02
62024         Log: integrate changes#6143..6145 from mainline
62025              
62026              MacOS support, part 1 (from Matthias Neeracher
62027              <neeri@iis.ee.ethz.ch>)
62028              
62029              MacOS support, part 2: make AutoSplit use File::Spec instead
62030              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
62031              <neeri@iis.ee.ethz.ch>)
62032              
62033              make xsubpp skip embedded pod (from Matthias Neeracher
62034              <neeri@iis.ee.ethz.ch>)
62035      Branch: maint-5.6/perl
62036           +> ext/DynaLoader/dl_mac.xs
62037           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
62038           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
62039           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
62040           !> pp_ctl.c proto.h toke.c util.c util.h
62041 ____________________________________________________________________________
62042 [  7320] By: gsar                                  on 2000/10/16  07:12:13
62043         Log: integrate changes#6141,6142 from mainline
62044              
62045              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
62046              forwarded by Peter Seebach from the bsdi-users mailing list.
62047              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
62048              
62049              File::Find fails to chdir when chasing symlinks (from
62050              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
62051      Branch: maint-5.6/perl
62052           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
62053 ____________________________________________________________________________
62054 [  7319] By: gsar                                  on 2000/10/16  07:04:30
62055         Log: integrate change#6139 from mainline
62056              
62057              revise mktables.PL for bugs and newness in Unicode 3.0
62058              (from James Bence <jbence@amgen.com>)
62059      Branch: maint-5.6/perl
62060           +> (branch 30 files)
62061           !> (integrate 49 files)
62062 ____________________________________________________________________________
62063 [  7318] By: gsar                                  on 2000/10/16  07:01:01
62064         Log: integrate changes#6137,6138 from mainline
62065              
62066              fix bogus redeclaration warning for "our" variables in different
62067              scopes
62068              
62069              add note about the handling of negative indices to tied arrays
62070              (from Michael G Schwern <schwern@pobox.com>)
62071      Branch: maint-5.6/perl
62072           !> op.c pod/perltie.pod t/pragma/strict-vars
62073 ____________________________________________________________________________
62074 [  7317] By: gsar                                  on 2000/10/16  06:58:46
62075         Log: integrate changes#6127..6136 from mainline
62076              
62077              call_method(...,G_EVAL) can longjmp() out if the method probing
62078              failed (from Gisle Aas)
62079              
62080              new perlxstut example for passing/returning refs to arrays
62081              (from David Lowe <dlowe@pootpoot.com>)
62082              
62083              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
62084              
62085              fix places that mean C<"word" character> but say C<alphanumeric
62086              character>
62087              
62088              avoid warnings in POSIX.pm (from Barrie Slaymaker)
62089              
62090              warnings::enabled() doesn't fall back to looking at $^W if
62091              caller isn't using lexical warnings (from Paul Marquess)
62092              
62093              elide bogus test in change#6132
62094              
62095              make Test::Harness use wait.h/WCOREDUMP if available
62096              (from Ben Tilly <ben_tilly@hotmail.com>)
62097              
62098              enable Test::Harness to dynamically determine column width etc.
62099              (from Rob Napier <rnapier@employees.org>)
62100              
62101              random pod typos (from Peter Scott <Peter@PSDT.com>)
62102      Branch: maint-5.6/perl
62103           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
62104           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
62105           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
62106           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
62107 ____________________________________________________________________________
62108 [  7316] By: gsar                                  on 2000/10/16  06:53:23
62109         Log: integrate change#6126 from mainline
62110              
62111              change#2879 broke rvalue autovivification of magicals such as
62112              ${$num} (reworked variant of patch suggested by Simon Cozens)
62113      Branch: maint-5.6/perl
62114           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
62115           !> pp_hot.c proto.h t/op/gv.t
62116 ____________________________________________________________________________
62117 [  7315] By: gsar                                  on 2000/10/16  06:51:38
62118         Log: integrate changes#6123,6125 from mainline
62119              
62120              clarify gotcha with #line directives (from Rocco Caputo
62121              <troc@netrus.net>)
62122              
62123              enable propagating exception objects via Perl_croak() in XS code
62124              (from Gisle Aas)
62125      Branch: maint-5.6/perl
62126           !> pod/perldebug.pod pod/perlsyn.pod util.c
62127 ____________________________________________________________________________
62128 [  7314] By: gsar                                  on 2000/10/16  06:49:28
62129         Log: integrate change#6122 from mainline
62130              
62131              downgrade fatal error on C<"foo@nosucharray.com"> to optional
62132              warning (from Mark-Jason Dominus)
62133      Branch: maint-5.6/perl
62134           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
62135           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
62136           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
62137           !> toke.c
62138 ____________________________________________________________________________
62139 [  7313] By: gsar                                  on 2000/10/16  06:46:54
62140         Log: integrate changes#6112..6121 from vmsperl
62141              
62142              Check for existence of file before trying to delete
62143              
62144              Ugly workaround for version-specific RTL error
62145              
62146              Urk -- undo previous removal of vmsish 'exit' change
62147              
62148              Add bounds checking for several strings (Charles Lane)
62149              
62150              Miscellaneous cosmetic fixes (Charles Lane)
62151              
62152              Treat sockets as special in sys(read|write) (Charles Lane et al.)
62153              
62154              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
62155              Flatten case labels in switch statements uniformly (Charles Bailey)
62156              
62157              Quiet error messages in vmsish.t (Charles Lane)
62158              
62159              Add missing escape (Charles Lane)
62160              
62161              Allow eliminate_macros() and fixpath() to handle space-delimited
62162              lists (based on fixes by Craig Berry)
62163      Branch: maint-5.6/perl
62164           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
62165           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
62166           !> vms/vmsish.h
62167 ____________________________________________________________________________
62168 [  7312] By: gsar                                  on 2000/10/16  06:41:18
62169         Log: integrate changes#6107,6110 from cfgperl
62170              
62171              Tweak the todo list.
62172              
62173              todo tweak
62174      Branch: maint-5.6/perl
62175           !> Todo-5.6
62176 ____________________________________________________________________________
62177 [  7311] By: gsar                                  on 2000/10/16  06:38:38
62178         Log: integrate changes#6104,6108 from mainline
62179              
62180              PL_sys_intern was being initialized too late on windows
62181              
62182              reenable fake signal handling on Windows, bugs and all
62183      Branch: maint-5.6/perl
62184           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
62185           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
62186           !> win32/win32.c
62187 ____________________________________________________________________________
62188 [  7310] By: gsar                                  on 2000/10/16  06:36:03
62189         Log: integrate changes#6095,6097..6103 from cfgperl
62190              
62191              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
62192              might be useful in future.
62193              
62194              Add a note about possible compilation problems from Allen Smith.
62195              
62196              Add a note about other, yet unsupported, shadow password APIs.
62197              
62198              Tweaks for the cc bugs from Allen Smith.
62199              
62200              More compilation tweakery from Allen Smith.
62201              
62202              Hints and test tweaks for Unicos.
62203              
62204              The test suite tweak in #6101 wasn't quite right.
62205              
62206              Test tweaking for Unicos continues.
62207      Branch: maint-5.6/perl
62208           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
62209           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
62210           !> t/lib/complex.t t/op/64bitint.t
62211 ____________________________________________________________________________
62212 [  7309] By: gsar                                  on 2000/10/16  06:29:41
62213         Log: integrate changes#6093,6094 from mainline
62214              
62215              fork() failure to create pseudo process sets errno=EAGAIN and returns
62216              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
62217              
62218              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
62219      Branch: maint-5.6/perl
62220           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
62221           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
62222 ____________________________________________________________________________
62223 [  7308] By: gsar                                  on 2000/10/16  06:27:29
62224         Log: integrate change#6092 from cfgperl
62225              
62226              Regen perltoc with the fixed buildtoc.
62227      Branch: maint-5.6/perl
62228           !> pod/perltoc.pod
62229 ____________________________________________________________________________
62230 [  7307] By: gsar                                  on 2000/10/16  06:26:40
62231         Log: integrate changes#6089,6090 from mainline
62232              
62233              buildtoc tweak to fix newline lossage
62234              
62235              concat doesn't preserve utf8-ness, and doesn't invalidate
62236              [NI]OK; added tests for both
62237      Branch: maint-5.6/perl
62238           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
62239 ____________________________________________________________________________
62240 [  7306] By: gsar                                  on 2000/10/16  06:24:05
62241         Log: integrate change#6088 from cfgperl
62242              
62243              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
62244              because we do not use those.  The HAS_GETSPNAM remains,
62245              though, because we still do use that.
62246      Branch: maint-5.6/perl
62247           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
62248           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
62249           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
62250           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
62251           !> win32/config.vc win32/config_H.bc win32/config_H.gc
62252           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
62253 ____________________________________________________________________________
62254 [  7305] By: gsar                                  on 2000/10/16  06:15:52
62255         Log: integrate changes#6084,6085,6087 from mainline
62256              
62257              substr() does not preserve utf8-ness (from Stefan Eissing
62258              <Eissing@medicaldataservice.de>); added tests
62259              
62260              repeat operator (x) doesn't preserve utf8-ness
62261              
62262              reverse() and quotemeta() weren't preserving utf8-ness; add tests
62263      Branch: maint-5.6/perl
62264           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
62265 ____________________________________________________________________________
62266 [  7304] By: gsar                                  on 2000/10/16  06:13:10
62267         Log: integrate changes#6077..6083 from mainline
62268              
62269              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
62270              and Tom Phoenix)
62271              
62272              workaround for CRT bug in chdir() (from Charles Lane, via
62273              Peter Prymmer)
62274              
62275              remove outdated kludge in Carp (NULLs are permitted in diagnostics
62276              now)
62277              
62278              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
62279              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
62280              
62281              better default perlbug categories for ok reports (from Richard Foley)
62282              
62283              peek.t non-portable to ithreads
62284              
62285              note about undocumented caller() return value (from M.J.T. Guy);
62286              yet another peek.t tweak
62287      Branch: maint-5.6/perl
62288           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
62289           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
62290           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
62291           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
62292           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
62293           !> vms/vmsish.h
62294 ____________________________________________________________________________
62295 [  7303] By: gsar                                  on 2000/10/16  06:03:18
62296         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
62297              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
62298              
62299              &HUGE_VAL is not defined, it exists.
62300              
62301              Do not warn that an infinity does not look like a number.
62302              
62303              Rewrite the pwent/spent logic to be a little bit more clearer.
62304              
62305              Continue on the pwent/spent case.
62306              
62307              Correct Freudian slip.
62308              
62309              Use HUGE_VALL if applicable.
62310              
62311              pwent/spent #ifdef imbalance.
62312              
62313              Infinite problems.
62314              
62315              Call getspnam() only iff needd.
62316              
62317              Test both the scalar and list contexts.
62318              
62319              Use setxxent()/endxxent().
62320              
62321              Complex tweakery.
62322              
62323              Unicos hint tweak.
62324              
62325              Be more forgiving in POSIX about HUGE_VALL.
62326              
62327              Detypo.
62328              
62329              The search of infinity continues, this time simplified.
62330              
62331              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
62332              in natively 64-bit platforms where a long is a quad (no need
62333              for long longs).  Also added bias for IVs.
62334              
62335              Complex tweaks.
62336              
62337              Introduce t/lib/peek.t.
62338              
62339              Make the test more portable.
62340      Branch: maint-5.6/perl
62341           +> t/lib/peek.t
62342            ! pp_sys.c
62343           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
62344           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
62345           !> t/op/pwent.t toke.c util.c
62346 ____________________________________________________________________________
62347 [  7302] By: gsar                                  on 2000/10/16  05:03:37
62348         Log: integrate changes#6066..6071 from mainline
62349              
62350              s/END/CHECK/
62351              
62352              replace direct call to sighandler() with (*PL_sighandlerp)()
62353              
62354              note about values()
62355              
62356              File::Spec compatibility update (from Barrie Slaymaker
62357              <barries@slaysys.com>)
62358              
62359              remove misleading comment (from M.J.T. Guy)
62360              
62361              misformatted perllocal.pod (from Tim Jenness
62362              <t.jenness@jach.hawaii.edu>)
62363      Branch: maint-5.6/perl
62364           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
62365           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
62366           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
62367           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
62368 ____________________________________________________________________________
62369 [  7301] By: gsar                                  on 2000/10/16  05:00:08
62370         Log: integrate changes#6061..6063 from mainline
62371              
62372              change#5921 neglected to make eq honor "use bytes"
62373              
62374              additional tests for utf8.t
62375              
62376              tokeq() could read unallocated field in argument
62377      Branch: maint-5.6/perl
62378           !> sv.c t/pragma/utf8.t toke.c
62379 ____________________________________________________________________________
62380 [  7300] By: gsar                                  on 2000/10/16  04:56:54
62381         Log: integrate changes#6046,6048,6057,6058 from mainline
62382              
62383              libscheck has insufficient checks for n32 libs (from
62384              Albert Chin-A-Young <china@thewrittenword.com>)
62385              
62386              add note about how $( doesn't interpolate in REs (from
62387              Philip Newton <newton@ficus.frogspace.net>)
62388              
62389              fix broken parsing of /\x{ab}/
62390              
62391              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
62392              (spotted by Donald Kinzer <dkinzer@premia.com>)
62393      Branch: maint-5.6/perl
62394           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
62395           !> t/pragma/utf8.t
62396 ____________________________________________________________________________
62397 [  7299] By: gsar                                  on 2000/10/16  04:52:50
62398         Log: integrate change#6044 from mainline
62399              
62400              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
62401              such that underscores are only ignored in literal numbers,
62402              "\x{...}", and hex/oct argument
62403      Branch: maint-5.6/perl
62404           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
62405 ____________________________________________________________________________
62406 [  7298] By: gsar                                  on 2000/10/16  04:50:53
62407         Log: integrate changes#6027..6043 from mainline
62408              
62409              podlators-1.02 update (from Russ Allbery)
62410              
62411              Pod::Man generates groff-incompatible macro definition (from
62412              Tom Christiansen)
62413              
62414              add CGI.pm v2.66 (from Lincoln Stein)
62415              
62416              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
62417              for @- and @+ (from Johan Vromans)
62418              
62419              small nits in diagnostics.pm (from Robin Barker)
62420              
62421              whitespace adjustments
62422              
62423              missing files in MANIFEST
62424              
62425              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
62426              to compensate
62427              
62428              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
62429              
62430              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
62431      Branch: maint-5.6/perl
62432           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
62433           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
62434           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
62435           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
62436           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
62437           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
62438           !> t/lib/cgi-html.t t/lib/cgi-request.t
62439 ____________________________________________________________________________
62440 [  7297] By: gsar                                  on 2000/10/16  04:44:30
62441         Log: integrate change#6025 from mainline
62442              
62443              Is{Alnum,Alpha,Word} don't match titlecase
62444              TODO: IsSpace is defined recursively!
62445              (both spotted by Larry)
62446      Branch: maint-5.6/perl
62447           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
62448           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
62449 ____________________________________________________________________________
62450 [  7296] By: gsar                                  on 2000/10/16  04:39:30
62451         Log: integrate change#6023 from mainline
62452              
62453              debugger stomps on $. (from M.J.T. Guy)
62454      Branch: maint-5.6/perl
62455           !> lib/perl5db.pl
62456 ____________________________________________________________________________
62457 [  7295] By: gsar                                  on 2000/10/16  04:38:02
62458         Log: integrate change#6022 from mainline
62459              
62460              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
62461      Branch: maint-5.6/perl
62462           !> sv.c
62463 ____________________________________________________________________________
62464 [  7294] By: gsar                                  on 2000/10/16  04:37:05
62465         Log: integrate changes#6018..6021 from mainline
62466              
62467              make lib/syslog.t portable to systems that don't have _PATH_LOG,
62468              make _PATH_LOG() return "" if unavailable
62469              
62470              windows portability tweaks
62471              
62472              test tweak
62473              
62474              remove Win2K issue in pod (fixed by change#6020)
62475      Branch: maint-5.6/perl
62476           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
62477           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
62478           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
62479 ____________________________________________________________________________
62480 [  7293] By: gsar                                  on 2000/10/16  04:20:00
62481         Log: integrate changes#6013..6015 from mainline
62482              
62483              tweak change#5945 to display correct switch name in diagnostic
62484              
62485              glob() loading File::Glob behind the scenes may cause syntax errors
62486              
62487              tweak test for portability
62488      Branch: maint-5.6/perl
62489           !> op.c perl.c pod/perldiag.pod t/lib/b.t
62490 ____________________________________________________________________________
62491 [  7292] By: gsar                                  on 2000/10/16  04:18:11
62492         Log: integrate changes#6005..6010 from mainline, cfgperl
62493              
62494              perldoc might fail via "use blib" (from Hugo van der Sanden)
62495              
62496              Regen Configure.
62497              
62498              note about compile failures and END blocks (from M.J.T. Guy)
62499              
62500              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
62501              
62502              (change#6009 integrated earlier in change#7255)
62503              
62504              clarify note about shadow password support (from
62505              gellyfish@gellyfish.com)
62506      Branch: maint-5.6/perl
62507           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
62508           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
62509           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
62510 ____________________________________________________________________________
62511 [  7291] By: gsar                                  on 2000/10/16  04:12:03
62512         Log: integrate changes#6002,6003 from mainline
62513              
62514              destructive sv_setsv() can lose UV-ness from source, causing
62515              numeric promotions/comparisons to fail to do the right thing
62516              
62517              allow REG_EXPAND_SZ keys in Windows registry (from
62518              John Clayton <John.Clayton@barclayscapital.com>)
62519      Branch: maint-5.6/perl
62520           !> sv.c win32/win32.c
62521 ____________________________________________________________________________
62522 [  7290] By: gsar                                  on 2000/10/16  04:10:19
62523         Log: integrate change#6001 from mainline
62524              
62525              support additional library locations via $Config{otherlibdirs}
62526              (from Andy Dougherty)
62527      Branch: maint-5.6/perl
62528           !> Configure INSTALL Porting/Glossary Porting/config.sh
62529           !> Porting/config_H config_h.SH epoc/config.sh perl.c
62530           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
62531           !> win32/config.bc win32/config.gc win32/config.vc
62532 ____________________________________________________________________________
62533 [  7289] By: gsar                                  on 2000/10/16  04:08:28
62534         Log: integrate change#5999 from mainline
62535              
62536              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
62537      Branch: maint-5.6/perl
62538           !> t/pragma/warn/toke toke.c
62539 ____________________________________________________________________________
62540 [  7288] By: gsar                                  on 2000/10/16  04:07:01
62541         Log: integrate changes#5997,5998 from cfgperl
62542              
62543              Preserve $!.
62544              
62545              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
62546      Branch: maint-5.6/perl
62547           !> lib/Math/Complex.pm
62548 ____________________________________________________________________________
62549 [  7287] By: gsar                                  on 2000/10/16  04:04:37
62550         Log: integrate change#5995 from mainline
62551              
62552              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
62553      Branch: maint-5.6/perl
62554           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
62555 ____________________________________________________________________________
62556 [  7286] By: gsar                                  on 2000/10/16  04:03:21
62557         Log: integrate change#5994 from mainline
62558              
62559              fix for missed accounting for null byte in pack("Z",...) (from
62560              M.J.T. Guy)
62561      Branch: maint-5.6/perl
62562           !> pp.c t/op/pack.t
62563 ____________________________________________________________________________
62564 [  7285] By: gsar                                  on 2000/10/16  04:02:11
62565         Log: integrate changes#5989..5993 from mainline
62566              
62567              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
62568              itself and no other (from Tom Hughes)
62569              
62570              use $ENV{LIB} to search for libs under Visual C compiler
62571              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
62572              
62573              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
62574              
62575              pod nit (from Simon Cozens)
62576              
62577              various minor tweaks seen on p5p
62578      Branch: maint-5.6/perl
62579           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
62580           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
62581           !> t/op/array.t toke.c
62582 ____________________________________________________________________________
62583 [  7284] By: gsar                                  on 2000/10/16  03:59:00
62584         Log: integrate changes#5978..5988 from mainline
62585              
62586              sync version numbers in File::Spec with the ones on CPAN
62587              (from Barrie Slaymaker)
62588              
62589              under useithreads, constant pad entries could inadvertantly be
62590              shared across threads (from Eric Blood <eblood@xmission.com>);
62591              added Eric's test case to testsuite
62592              
62593              allow Configure -S to run non-interactively (spotted by Greg Hudson
62594              <ghudson@mit.edu>)
62595              
62596              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
62597              prototype mismatch with CORE::glob(); update pod and tests to
62598              suit (File::Glob::glob() is still available for backward
62599              compatibility, but should be considered deprecated)
62600              
62601              avoid error in IO::Socket::INET when given an unknown service name
62602              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
62603              
62604              numeric conversion of non-number in change#3378 tramples on
62605              OOK offset, causing segfaults
62606              
62607              attributes::reftype() doesn't work on tied argument
62608              
62609              forked child may not exit correctly if it failed to open
62610              /dev/console (from Graham Barr)
62611              
62612              add regular expressions tutorial and quick-start guide (from
62613              Mark Kvale <kvale@phy.ucsf.edu>)
62614              
62615              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
62616              
62617              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
62618              <paul@miraclefish.com>)
62619      Branch: maint-5.6/perl
62620           +> pod/perlrequick.pod pod/perlretut.pod
62621           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
62622           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
62623           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
62624           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
62625           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
62626           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
62627           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
62628           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
62629 ____________________________________________________________________________
62630 [  7283] By: gsar                                  on 2000/10/16  03:52:14
62631         Log: integrate change#5977 from mainline
62632              
62633              autoquote barewords followed by newline and arrow properly
62634              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
62635      Branch: maint-5.6/perl
62636           !> t/pragma/warn/toke toke.c
62637 ____________________________________________________________________________
62638 [  7282] By: gsar                                  on 2000/10/16  03:50:48
62639         Log: integrate change#5976 from mainline
62640              
62641              DB_File v1.73 update (from Paul Marquess)
62642      Branch: maint-5.6/perl
62643           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
62644           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
62645 ____________________________________________________________________________
62646 [  7281] By: gsar                                  on 2000/10/16  03:49:14
62647         Log: integrate change#5975 from mainline
62648              
62649              allow sort() reentrancy (variant of patch suggested by
62650              Hugo van der Sanden)
62651      Branch: maint-5.6/perl
62652           !> pp_ctl.c t/op/sort.t
62653 ____________________________________________________________________________
62654 [  7280] By: gsar                                  on 2000/10/16  03:48:22
62655         Log: integrate change#5974 from mainline
62656              
62657              change#4197 somehow missed initializing PL_errors, meaning
62658              syntax error queueing wasn't working outside eval"" at all;
62659              also fixed eval"" to localize PL_error_count, so that compile-time
62660              eval's don't clobber the error state of the outer context
62661      Branch: maint-5.6/perl
62662           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
62663           !> t/pragma/warn/toke
62664 ____________________________________________________________________________
62665 [  7279] By: gsar                                  on 2000/10/16  03:46:21
62666         Log: integrate change#5973 from mainline
62667              
62668              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
62669      Branch: maint-5.6/perl
62670           !> regcomp.c regexec.c t/op/re_tests
62671 ____________________________________________________________________________
62672 [  7278] By: gsar                                  on 2000/10/16  03:44:54
62673         Log: integrate change#5971 from cfgperl
62674              
62675              Unicos tweaks from Mark P. Lutz.
62676      Branch: maint-5.6/perl
62677           !> hints/unicos.sh lib/Math/Complex.pm
62678 ____________________________________________________________________________
62679 [  7277] By: gsar                                  on 2000/10/16  03:42:59
62680         Log: integrate changes#5966..5970 from mainline
62681              
62682              add testsuite for B backends, fix bug in B::Deparse (from
62683              Simon Cozens <simon@brecon.co.uk>)
62684              
62685              improved docs on the warn_uninit diagnostic (from David Glasser
62686              and Simon Cozens)
62687              
62688              tolerate spaces in group names in test on solaris (from David Boyce
62689              <dsb@boyski.com>)
62690              
62691              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
62692              
62693              Data::Dumper fumbles negative numbers on 32-bit platforms where
62694              IV is >32bits
62695      Branch: maint-5.6/perl
62696           +> t/lib/b.t t/lib/syslog.t
62697           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
62698           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
62699           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
62700 ____________________________________________________________________________
62701 [  7276] By: gsar                                  on 2000/10/16  03:39:30
62702         Log: integrate change#5965 from mainline
62703              
62704              avoid "will not stay shared" warnings for our variables (from
62705              Robin Barker)
62706      Branch: maint-5.6/perl
62707           !> op.c t/pragma/warn/op
62708 ____________________________________________________________________________
62709 [  7275] By: gsar                                  on 2000/10/16  03:38:18
62710         Log: integrate change#5964 from mainline
62711              
62712              reformat to 72 columns (again)
62713      Branch: maint-5.6/perl
62714           !> pod/perldiag.pod
62715 ____________________________________________________________________________
62716 [  7274] By: gsar                                  on 2000/10/16  03:36:58
62717         Log: integrate change#5963 from mainline
62718              
62719              patch from Larry to make (\&) prototype work; added tests for
62720              the same
62721      Branch: maint-5.6/perl
62722           !> op.c t/comp/proto.t
62723 ____________________________________________________________________________
62724 [  7273] By: gsar                                  on 2000/10/16  03:35:51
62725         Log: integrate changes#5956..5962 from mainline
62726              
62727              better diagnostics on failed tests (from Ilya Zakharevich)
62728              
62729              pod nits (from A. C. Yardley <yardley@tanet.net>)
62730              
62731              change#3569 deleted some essential code, revert; avoid use of
62732              atexit() to make DynaLoader work properly on AIX under mod_perl
62733              (from Jens-Uwe Mager <jum@helios.de>)
62734              
62735              doubled words in pods (from Simon Cozens
62736              <simon.p.cozens@jp.pwcglobal.com>)
62737              
62738              better INSTALL notes on Solaris issues (from Dominic Dunlop)
62739              
62740              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
62741              
62742              updated README.hpux (from Jeff Okamoto)
62743      Branch: maint-5.6/perl
62744           !> INSTALL README.hpux emacs/cperl-mode.el
62745           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
62746           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
62747           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
62748           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
62749           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
62750           !> t/op/lex_assign.t
62751 ____________________________________________________________________________
62752 [  7272] By: gsar                                  on 2000/10/16  03:31:22
62753         Log: integrate change#5955 from mainline
62754              
62755              longstanding bug exposed by change#3307: sort arguments weren't
62756              compiled with the right wantarray context (ensuing runtime lookup
62757              via block_gimme() was getting the incidental context of the
62758              sort() itself)
62759      Branch: maint-5.6/perl
62760           !> op.c t/op/sort.t
62761 ____________________________________________________________________________
62762 [  7271] By: gsar                                  on 2000/10/16  03:29:11
62763         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
62764              branch
62765              
62766              Flatten the cpp jungle doing the nosuid checking.
62767              
62768              Do not assume sign propagation. (from M.J.T. Guy)
62769              
62770              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
62771              
62772              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
62773              Now pp_ncmp() returns undef is either operand is a NaN.
62774              
62775              On second thoughts frexp() does have two arguments.
62776              
62777              Document that tr() is not tr(1).
62778              
62779              Be more robust on "extreme" (large absolute value)
62780              arguments.  Originally reported by Daniel Connelly
62781              as a problem with asinh() on large negative arguments,
62782              asinh() used to bail out because an argument to log()
62783              ended up being zero.  Ilya Zakharevich proposed using
62784              Taylor's series in such cases, which for such large
62785              arguments is a very good approximation.
62786              
62787              Undo "use integer" addition from 64bitint as it seems
62788              to break most of the subtests in Digital UNIX;
62789              Unicos needs to find another way.
62790      Branch: maint-5.6/perl
62791           !> (integrate 29 files)
62792 ____________________________________________________________________________
62793 [  7270] By: gsar                                  on 2000/10/16  03:09:44
62794         Log: integrate changes#5948,5949,5950 from mainline
62795              
62796              typo in vars.pm that leads to cryptic message (from Piotr
62797              Piatkowski <kompas@kompas.usr.onet.pl>)
62798              
62799              make perldoc use the pod2man from the same version (from
62800              M.J.T. Guy)
62801              
62802              reformat perldiag to avoid long lines
62803      Branch: maint-5.6/perl
62804           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
62805 ____________________________________________________________________________
62806 [  7269] By: gsar                                  on 2000/10/16  03:05:54
62807         Log: integrate change#5947 from mainline
62808              
62809              use &dl_error rather than &dl_load_file as the guard for calling
62810              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
62811              statically built perl)
62812      Branch: maint-5.6/perl
62813           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
62814 ____________________________________________________________________________
62815 [  7268] By: gsar                                  on 2000/10/16  03:04:48
62816         Log: integrate change#5945 from mainline
62817              
62818              make module name mandatory after -M switch; reorder perldiag
62819              alphabetically (from Mark-Jason Dominus)
62820      Branch: maint-5.6/perl
62821           !> perl.c pod/perldiag.pod
62822 ____________________________________________________________________________
62823 [  7267] By: gsar                                  on 2000/10/16  03:03:01
62824         Log: integrate change#5939 from mainline
62825              
62826              more pod nits (from Larry Virden)
62827      Branch: maint-5.6/perl
62828           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
62829           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
62830           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
62831 ____________________________________________________________________________
62832 [  7266] By: gsar                                  on 2000/10/16  03:01:39
62833         Log: integrate change#5938 from mainline
62834              
62835              Consolidated B::Deparse fixes (from Stephen McCamant)
62836      Branch: maint-5.6/perl
62837           !> ext/B/B/Deparse.pm
62838 ____________________________________________________________________________
62839 [  7265] By: gsar                                  on 2000/10/16  03:00:43
62840         Log: integrate change#5936 from mainline
62841              
62842              additional tests for change#7263 (from Paul Marquess)
62843      Branch: maint-5.6/perl
62844           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
62845           !> t/pragma/warn/5nolint t/pragma/warn/6default
62846 ____________________________________________________________________________
62847 [  7264] By: gsar                                  on 2000/10/16  02:58:34
62848         Log: integrate change#5934 from mainline
62849              
62850              propagate lexical warnings from surrounding scope correctly
62851              within string eval() (from Paul Marquess)
62852      Branch: maint-5.6/perl
62853           !> pp_ctl.c t/pragma/warn/pp_ctl
62854 ____________________________________________________________________________
62855 [  7263] By: gsar                                  on 2000/10/16  02:56:53
62856         Log: integrate change#5932 from mainline
62857              
62858              add rsignal(), whichsig() and do_join() to public API list
62859              (mod_perl uses them to good advantage)
62860      Branch: maint-5.6/perl
62861           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
62862 ____________________________________________________________________________
62863 [  7262] By: gsar                                  on 2000/10/16  02:55:53
62864         Log: integrate change#5931 from mainline
62865              
62866              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
62867      Branch: maint-5.6/perl
62868           !> pp_hot.c regexec.c t/op/pat.t
62869 ____________________________________________________________________________
62870 [  7261] By: gsar                                  on 2000/10/16  02:55:01
62871         Log: integrate change#5930 from mainline
62872              
62873              small os390 tweaks (from Peter Prymmer)
62874      Branch: maint-5.6/perl
62875           !> config_h.SH makedepend.SH
62876 ____________________________________________________________________________
62877 [  7260] By: gsar                                  on 2000/10/16  02:54:10
62878         Log: integrate change#5929 from mainline
62879              
62880              pod nits
62881      Branch: maint-5.6/perl
62882           !> pod/perlguts.pod
62883 ____________________________________________________________________________
62884 [  7259] By: gsar                                  on 2000/10/16  02:52:55
62885         Log: integrate change#5927 from mainline
62886              
62887              arrange for next() to resume at the unstack op rather than the
62888              loop conditional, so that scope cleanup happens correctly
62889              (from Stephen McCamant)
62890      Branch: maint-5.6/perl
62891           !> op.c pp_ctl.c t/op/misc.t
62892 ____________________________________________________________________________
62893 [  7258] By: gsar                                  on 2000/10/16  02:51:38
62894         Log: integrate change#5926 from mainline
62895              
62896              on windows, reserve 16M of stack rather than 128M (allows more
62897              threads to run concurrently)
62898      Branch: maint-5.6/perl
62899           !> win32/Makefile win32/makefile.mk
62900 ____________________________________________________________________________
62901 [  7257] By: gsar                                  on 2000/10/16  02:50:37
62902         Log: integrate change#5925 from mainline
62903              
62904              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
62905      Branch: maint-5.6/perl
62906           !> toke.c
62907 ____________________________________________________________________________
62908 [  7256] By: gsar                                  on 2000/10/16  02:49:36
62909         Log: integrate change#5924 from mainline
62910              
62911              avoid using uninitialized memory in require version check
62912      Branch: maint-5.6/perl
62913           !> pp_ctl.c universal.c
62914 ____________________________________________________________________________
62915 [  7255] By: gsar                                  on 2000/10/16  02:48:03
62916         Log: integrate changes#5923,5928,6009 from mainline
62917              
62918              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
62919      Branch: maint-5.6/perl
62920           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
62921 ____________________________________________________________________________
62922 [  7254] By: gsar                                  on 2000/10/16  02:44:46
62923         Log: integrate change#5922 from mainline
62924              
62925              commentary about IoTYPE() (from Nathan Torkington)
62926      Branch: maint-5.6/perl
62927           !> sv.h
62928 ____________________________________________________________________________
62929 [  7253] By: gsar                                  on 2000/10/16  02:43:49
62930         Log: integrate change#5921 from mainline
62931              
62932              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
62933      Branch: maint-5.6/perl
62934           !> sv.c t/lib/charnames.t t/pragma/utf8.t
62935 ____________________________________________________________________________
62936 [  7252] By: gsar                                  on 2000/10/16  02:42:31
62937         Log: integrate change#5920 from mainline
62938              
62939              Larry's fix for buggy propagation of utf8-ness in join(); add test
62940      Branch: maint-5.6/perl
62941           !> doop.c t/op/ver.t
62942 ____________________________________________________________________________
62943 [  7251] By: gsar                                  on 2000/10/16  02:41:14
62944         Log: integrate changes#5915..5919 from mainline
62945              
62946              various (pod tweaks &c)
62947      Branch: maint-5.6/perl
62948           !> (integrate 33 files)
62949 ____________________________________________________________________________
62950 [  7250] By: gsar                                  on 2000/10/16  02:38:16
62951         Log: integrate change#5914 from mainline
62952              
62953              caller() wasn't returning the right number of elements for
62954              eval {...}
62955      Branch: maint-5.6/perl
62956           !> pp_ctl.c t/pragma/warn/9enabled
62957 ____________________________________________________________________________
62958 [  7249] By: gsar                                  on 2000/10/16  02:37:02
62959         Log: integrate change#5913 from mainline
62960              
62961              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
62962              (from Mark-Jason Dominus)
62963      Branch: maint-5.6/perl
62964           !> pod/perlfunc.pod
62965 ____________________________________________________________________________
62966 [  7248] By: gsar                                  on 2000/10/16  02:35:58
62967         Log: integrate change#5912 from mainline
62968              
62969              fix totally broken caching in UNIVERSAL::isa() (from
62970              Nick Ing-Simmons)
62971      Branch: maint-5.6/perl
62972           !> t/op/universal.t universal.c
62973 ____________________________________________________________________________
62974 [  7247] By: gsar                                  on 2000/10/16  02:34:27
62975         Log: integrate changes#5910,5911 from mainline
62976              
62977              typo in pod
62978              
62979              add linebreak properties from unicode/LineBrk.txt (from
62980              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
62981      Branch: maint-5.6/perl
62982           +> (branch 29 files)
62983           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
62984 ____________________________________________________________________________
62985 [  7246] By: gsar                                  on 2000/10/16  02:33:29
62986         Log: integrate change#5909 from mainline
62987              
62988              mode argument to do_binmode() should be file mode, not boolean
62989      Branch: maint-5.6/perl
62990           !> pp_sys.c
62991 ____________________________________________________________________________
62992 [  7245] By: gsar                                  on 2000/10/16  02:31:04
62993         Log: integrate change#5908 from mainline
62994              
62995              introduce illegal symbols into null package so that
62996              gv_fetchpv(...,TRUE) always returns a valid GV even when the
62997              symbol is trapped by strictures (avoids coredumps)
62998      Branch: maint-5.6/perl
62999           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
63000           !> t/pragma/strict-vars
63001 ____________________________________________________________________________
63002 [  7244] By: jhi                                   on 2000/10/16  02:29:54
63003         Log: Subject: $Carp::ExportLevel confusion in Exporter
63004              From: "Ben Tilly" <ben_tilly@hotmail.com>
63005              Date: Sat, 14 Oct 2000 16:44:34 EDT
63006              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
63007      Branch: perl
63008            ! lib/Exporter/Heavy.pm
63009 ____________________________________________________________________________
63010 [  7243] By: jhi                                   on 2000/10/16  02:28:33
63011         Log: Subject: [PATCH perlguts.pod] Document offset hack
63012              From: Simon Cozens <simon@cozens.net>
63013              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
63014              Date: Sat, 14 Oct 2000 19:32:25 +0100
63015      Branch: perl
63016            ! pod/perlguts.pod
63017 ____________________________________________________________________________
63018 [  7242] By: gsar                                  on 2000/10/16  02:26:51
63019         Log: integrate changes#5905,5906,5907,6064 from mainline
63020              
63021              printf/sprintf didn't get quad types right under use64bitint
63022      Branch: maint-5.6/perl
63023           !> pp_sys.c sv.c t/op/64bitint.t
63024 ____________________________________________________________________________
63025 [  7241] By: jhi                                   on 2000/10/16  02:22:44
63026         Log: Subject: small pod patch
63027              From: Dan Boorstein <dan_boo@bellsouth.net>
63028              Date: Sat, 14 Oct 2000 14:29:24 -0400
63029              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
63030      Branch: perl
63031            ! pod/perlfaq7.pod pod/perlmod.pod
63032 ____________________________________________________________________________
63033 [  7240] By: jhi                                   on 2000/10/16  02:13:46
63034         Log: -w cleanup.
63035              
63036              Subject: Re: Problems with bleadperl 
63037              From: "Stephen P. Potter" <spp@ds.net>
63038              Date: Fri, 13 Oct 2000 13:32:49 -0400
63039              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
63040      Branch: perl
63041            ! t/pragma/overload.t
63042 ____________________________________________________________________________
63043 [  7239] By: jhi                                   on 2000/10/16  01:41:18
63044         Log: One more ~utf8 tweak.
63045      Branch: perl
63046            ! t/op/bop.t
63047 ____________________________________________________________________________
63048 [  7238] By: jhi                                   on 2000/10/16  01:34:14
63049         Log: Tweak the test of #7235.
63050      Branch: perl
63051            ! t/op/bop.t
63052 ____________________________________________________________________________
63053 [  7237] By: jhi                                   on 2000/10/16  01:25:04
63054         Log: Fix a couple of compiler-noted nits in #7235.
63055      Branch: perl
63056            ! pp.c
63057 ____________________________________________________________________________
63058 [  7236] By: jhi                                   on 2000/10/16  01:22:46
63059         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
63060      Branch: perl
63061            ! pp.c pp_hot.c
63062 ____________________________________________________________________________
63063 [  7235] By: jhi                                   on 2000/10/15  16:24:44
63064         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
63065              
63066              From: Simon Cozens <simon@cozens.net>
63067              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
63068              Date: Sat, 14 Oct 2000 20:52:13 +0100
63069              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
63070      Branch: perl
63071            ! pp.c t/op/bop.t utf8.h
63072 ____________________________________________________________________________
63073 [  7234] By: jhi                                   on 2000/10/15  15:19:29
63074         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
63075              The problem was that rx->minlen was in chars while pp_split()
63076              thought it would be in bytes. 
63077      Branch: perl
63078            ! pp.c t/pragma/utf8.t
63079 ____________________________________________________________________________
63080 [  7233] By: jhi                                   on 2000/10/14  20:24:24
63081         Log: Document FNCASE=y as discussed in the bug 20000902.009.
63082      Branch: perl
63083            ! README.dos
63084 ____________________________________________________________________________
63085 [  7232] By: jhi                                   on 2000/10/14  18:52:21
63086         Log: Add test for bug id 20000427.003 (which seems to have
63087              been fixed) (also duplicate as 20000427.004, though
63088              with a higher severity).  Move one utf8 from op/append
63089              to pragma/utf8, tag the tests with bug ids.
63090      Branch: perl
63091            ! t/op/append.t t/pragma/utf8.t
63092 ____________________________________________________________________________
63093 [  7231] By: jhi                                   on 2000/10/14  17:28:37
63094         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
63095      Branch: perl
63096            ! t/pragma/utf8.t
63097 ____________________________________________________________________________
63098 [  7230] By: jhi                                   on 2000/10/14  14:24:50
63099         Log: Needs to be conditional on SunOS 4.
63100              
63101              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
63102              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
63103              Date: Sat, 14 Oct 2000 13:37:49 +0100
63104              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
63105      Branch: metaconfig/U/perl
63106            ! End.U
63107      Branch: perl
63108            ! Configure myconfig.SH pod/perldelta.pod
63109 ____________________________________________________________________________
63110 [  7229] By: jhi                                   on 2000/10/14  00:49:22
63111         Log: Update Changes.
63112      Branch: perl
63113            ! Changes patchlevel.h
63114 ____________________________________________________________________________
63115 [  7228] By: jhi                                   on 2000/10/14  00:46:10
63116         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
63117              From: Peter Prymmer <pvhp@forte.com>
63118              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
63119              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
63120      Branch: perl
63121            ! lib/utf8.pm
63122 ____________________________________________________________________________
63123 [  7227] By: jhi                                   on 2000/10/13  23:20:30
63124         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
63125      Branch: perl
63126            ! t/op/tie.t
63127 ____________________________________________________________________________
63128 [  7226] By: jhi                                   on 2000/10/13  22:14:32
63129         Log: Tweak #7225.
63130              
63131              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
63132              From: Peter Prymmer <pvhp@forte.com>
63133              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
63134              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
63135      Branch: perl
63136            ! t/op/sprintf.t
63137 ____________________________________________________________________________
63138 [  7225] By: jhi                                   on 2000/10/13  22:11:31
63139         Log: op/sprintf.t patch for OS/390 (and any other host with limited
63140              floating-point exponent length)
63141              
63142              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
63143              From: Dominic Dunlop <domo@computer.org>
63144              Date: Fri, 13 Oct 2000 19:17:57 +0200
63145              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
63146      Branch: perl
63147            ! t/op/sprintf.t
63148 ____________________________________________________________________________
63149 [  7224] By: jhi                                   on 2000/10/13  18:40:48
63150         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
63151      Branch: perl
63152            ! toke.c
63153 ____________________________________________________________________________
63154 [  7223] By: jhi                                   on 2000/10/13  18:37:13
63155         Log: Thinko in #7222.
63156      Branch: perl
63157            ! utf8.c
63158 ____________________________________________________________________________
63159 [  7222] By: jhi                                   on 2000/10/13  18:05:23
63160         Log: Use UTF8SKIP(), from Simon Cozens.
63161      Branch: perl
63162            ! utf8.c
63163 ____________________________________________________________________________
63164 [  7221] By: jhi                                   on 2000/10/13  15:43:19
63165         Log: (accidentally empty check-in)
63166      Branch: perl
63167            ! utf8.c
63168 ____________________________________________________________________________
63169 [  7220] By: jhi                                   on 2000/10/13  15:23:51
63170         Log: Add (optimistically) Storable to static extensions.
63171      Branch: perl
63172            ! hints/uwin.sh hints/vmesa.sh
63173 ____________________________________________________________________________
63174 [  7219] By: jhi                                   on 2000/10/13  15:20:05
63175         Log: Amdahl UTS doesn't seem to do dynaloading.
63176      Branch: perl
63177            ! hints/uts.sh
63178 ____________________________________________________________________________
63179 [  7218] By: jhi                                   on 2000/10/13  15:15:20
63180         Log: Slight tweak of the code to appease Amdahl UTS cc.
63181      Branch: perl
63182            ! pp.c
63183 ____________________________________________________________________________
63184 [  7217] By: jhi                                   on 2000/10/13  14:50:42
63185         Log: In Amdahl UTS "struct sv" is defined by a system header,
63186              <ksync.h>.
63187      Branch: perl
63188            ! perl.h sv.h
63189 ____________________________________________________________________________
63190 [  7216] By: jhi                                   on 2000/10/13  11:58:25
63191         Log: Ilya implemented the memory profiling API.
63192      Branch: perl
63193            ! Todo
63194 ____________________________________________________________________________
63195 [  7215] By: jhi                                   on 2000/10/13  02:56:38
63196         Log: Subject: [PATCH 5.7.0] Perl API for mstats
63197              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63198              Date: Thu, 12 Oct 2000 22:52:40 -0400
63199              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
63200      Branch: perl
63201            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
63202 ____________________________________________________________________________
63203 [  7214] By: jhi                                   on 2000/10/13  02:55:38
63204         Log: Subject: [PATCH 5.7.0] IVs in mtats
63205              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63206              Date: Thu, 12 Oct 2000 22:51:04 -0400
63207              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
63208      Branch: perl
63209            ! malloc.c perl.h
63210 ____________________________________________________________________________
63211 [  7213] By: jhi                                   on 2000/10/13  02:31:47
63212         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
63213      Branch: perl
63214            ! pod/perldiag.pod pp_sys.c
63215 ____________________________________________________________________________
63216 [  7212] By: jhi                                   on 2000/10/13  01:27:38
63217         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
63218              From: Peter Prymmer <pvhp@forte.com>
63219              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
63220              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
63221      Branch: perl
63222            ! t/op/oct.t
63223 ____________________________________________________________________________
63224 [  7211] By: jhi                                   on 2000/10/13  00:35:09
63225         Log: Update Changes.
63226      Branch: perl
63227            ! Changes patchlevel.h
63228 ____________________________________________________________________________
63229 [  7210] By: jhi                                   on 2000/10/12  23:59:40
63230         Log: The Install.pm third of
63231              
63232              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
63233              From: Bill Campbell <bill@celestial.com>
63234              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
63235              Date: Thu, 5 Oct 2000 18:04:51 -0700
63236      Branch: perl
63237            ! lib/ExtUtils/Install.pm
63238 ____________________________________________________________________________
63239 [  7209] By: jhi                                   on 2000/10/12  23:58:43
63240         Log: Two thirds of
63241              
63242              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
63243              Date: Thu, 5 Oct 2000 18:04:51 -0700
63244              From: Bill Campbell <bill@celestial.com>
63245              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
63246              
63247              The Install.pm changes will be submitted separately because
63248              they need some work and discussion still.
63249      Branch: perl
63250            ! lib/getopts.pl lib/termcap.pl
63251 ____________________________________________________________________________
63252 [  7208] By: jhi                                   on 2000/10/12  23:41:19
63253         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
63254              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
63255              Date:     Thu, 12 Oct 2000 07:30:02 EDT
63256              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
63257      Branch: perl
63258            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
63259            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
63260 ____________________________________________________________________________
63261 [  7207] By: jhi                                   on 2000/10/12  23:39:01
63262         Log: An updated EBCDIC tr patch.
63263              
63264              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
63265              From: Peter Prymmer <pvhp@forte.com>
63266              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
63267              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
63268      Branch: perl
63269            ! t/op/tr.t
63270 ____________________________________________________________________________
63271 [  7206] By: jhi                                   on 2000/10/12  23:34:55
63272         Log: Upgrade to CPAN 1.58, from Andreas König.
63273      Branch: perl
63274            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
63275 ____________________________________________________________________________
63276 [  7205] By: jhi                                   on 2000/10/12  23:29:08
63277         Log: Introduce the man[24-8] variables, from Andy Dougherty.
63278      Branch: metaconfig/U/perl
63279            + mandirs.U mandirstyle.U
63280      Branch: perl
63281            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63282            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
63283            ! vos/config.h vos/config.pl vos/config_h.SH_orig
63284            ! win32/config.bc win32/config.gc win32/config.vc
63285 ____________________________________________________________________________
63286 [  7204] By: gsar                                  on 2000/10/12  18:11:24
63287         Log: restore change#7202
63288      Branch: perl
63289            ! mg.c
63290 ____________________________________________________________________________
63291 [  7203] By: gsar                                  on 2000/10/12  18:09:40
63292         Log: another test of the Emergency Broadcast System--back out 
63293              change#7202
63294      Branch: perl
63295            ! mg.c
63296 ____________________________________________________________________________
63297 [  7202] By: gsar                                  on 2000/10/12  16:40:47
63298         Log: (submitted on behalf of Jarkko)
63299              Fix the lib/encode.t subtest 6 failure as reported by Andreas
63300              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
63301              was unearthed by change 7182, as was a bug in HTML::Entities.
63302      Branch: perl
63303            ! mg.c
63304 ____________________________________________________________________________
63305 [  7201] By: jhi                                   on 2000/10/11  03:16:05
63306         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
63307      Branch: perl
63308            ! pp_hot.c t/pragma/utf8.t
63309 ____________________________________________________________________________
63310 [  7200] By: jhi                                   on 2000/10/11  00:40:30
63311         Log: The #7198 was a false alarm.
63312      Branch: perl
63313            ! pp_hot.c
63314 ____________________________________________________________________________
63315 [  7199] By: jhi                                   on 2000/10/11  00:26:04
63316         Log: Remove duplicated code.
63317      Branch: perl
63318            ! t/lib/cgi-html.t
63319 ____________________________________________________________________________
63320 [  7198] By: jhi                                   on 2000/10/10  23:30:46
63321         Log: (Retracted by #7200.)
63322      Branch: perl
63323            ! pp_hot.c
63324 ____________________________________________________________________________
63325 [  7197] By: jhi                                   on 2000/10/10  21:49:30
63326         Log: Add the test case for #7190, from the original bug report
63327              by Andreas König.
63328      Branch: perl
63329            ! t/pragma/utf8.t
63330 ____________________________________________________________________________
63331 [  7196] By: jhi                                   on 2000/10/10  21:40:49
63332         Log: Reapply Andy's patch and regen Configure.
63333      Branch: perl
63334            ! Configure INSTALL Makefile.SH Porting/Glossary
63335            ! Porting/config.sh config_h.SH epoc/config.sh installperl
63336            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
63337            ! win32/config.vc
63338 ____________________________________________________________________________
63339 [  7195] By: jhi                                   on 2000/10/10  21:09:30
63340         Log: Use the versiononly instead of the installscripts,
63341              retract the changes 7146 and 7147.
63342      Branch: perl
63343            ! Configure INSTALL Makefile.SH Porting/Glossary
63344            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
63345            ! installperl uconfig.sh vos/config.def win32/config.bc
63346            ! win32/config.gc win32/config.vc
63347 ____________________________________________________________________________
63348 [  7194] By: jhi                                   on 2000/10/10  21:06:15
63349         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
63350              From: Peter Prymmer <pvhp@forte.com>
63351              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
63352              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
63353      Branch: perl
63354            ! t/op/ver.t
63355 ____________________________________________________________________________
63356 [  7193] By: jhi                                   on 2000/10/10  21:05:12
63357         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
63358              From: Peter Prymmer <pvhp@forte.com>
63359              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
63360              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
63361      Branch: perl
63362            ! t/op/tr.t
63363 ____________________________________________________________________________
63364 [  7192] By: jhi                                   on 2000/10/10  20:57:30
63365         Log: Add versiononly, delete installscripts, from Andy Dougherty.
63366      Branch: metaconfig
63367            - U/installdirs/installscripts.U
63368      Branch: metaconfig/U/perl
63369            + versiononly.U
63370 ____________________________________________________________________________
63371 [  7191] By: jhi                                   on 2000/10/10  19:41:21
63372         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
63373              From: Peter Prymmer <pvhp@forte.com>
63374              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
63375              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
63376      Branch: perl
63377            ! pod/perlebcdic.pod
63378 ____________________________________________________________________________
63379 [  7190] By: jhi                                   on 2000/10/10  19:26:14
63380         Log: Subject: Re: utf8 concat, mg_get
63381              From: Simon Cozens <simon@cozens.net>
63382              Date: Tue, 10 Oct 2000 17:40:17 +0100
63383              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
63384      Branch: perl
63385            ! pp_hot.c
63386 ____________________________________________________________________________
63387 [  7189] By: jhi                                   on 2000/10/10  19:23:03
63388         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
63389              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
63390              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
63391              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
63392      Branch: perl
63393            ! lib/ExtUtils/MM_Unix.pm
63394 ____________________________________________________________________________
63395 [  7188] By: jhi                                   on 2000/10/10  15:31:24
63396         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
63397              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
63398              Date: Fri, 14 Jul 2000 10:47:36 +0100
63399              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
63400      Branch: perl
63401            ! README.win32
63402 ____________________________________________________________________________
63403 [  7187] By: jhi                                   on 2000/10/10  13:30:10
63404         Log: Quote the temp file name, needed in Win32 because the
63405              default name unfortunately contains spaces, shouldn't
63406              hurt elsewhere.
63407              
63408              Subject: FW: perldoc fails if $TEMP contains spaces
63409              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
63410              Date: Thu, 14 Sep 2000 08:58:45 +0100
63411              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
63412      Branch: perl
63413            ! utils/perldoc.PL
63414 ____________________________________________________________________________
63415 [  7186] By: jhi                                   on 2000/10/10  13:16:27
63416         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
63417              From: hv@hugo.hybyte.com
63418              Date: Tue, 10 Oct 2000 14:10:20 +0100
63419              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
63420      Branch: perl
63421            ! t/lib/thr5005.t util.c
63422 ____________________________________________________________________________
63423 [  7185] By: jhi                                   on 2000/10/10  12:06:22
63424         Log: Upgrade to podlators 1.04, from Russ Allbery.
63425      Branch: perl
63426            ! lib/Pod/Man.pm lib/Pod/Text.pm
63427 ____________________________________________________________________________
63428 [  7184] By: jhi                                   on 2000/10/10  12:01:32
63429         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
63430      Branch: perl
63431            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
63432 ____________________________________________________________________________
63433 [  7183] By: jhi                                   on 2000/10/09  23:47:15
63434         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
63435              From: Peter Prymmer <pvhp@forte.com>
63436              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
63437              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
63438      Branch: perl
63439            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
63440 ____________________________________________________________________________
63441 [  7182] By: jhi                                   on 2000/10/09  23:43:16
63442         Log: Make eq work again with utf8 (disabling the upgrading
63443              should no more be necessary since the copies of the
63444              scalars are upgraded, not the scalars themselves).
63445              Takes care of ID 20001009.001.  (The claimed length()
63446              bug in 20001009.001 seems bogus to me.)
63447      Branch: perl
63448            ! sv.c t/pragma/utf8.t
63449 ____________________________________________________________________________
63450 [  7181] By: gsar                                  on 2000/10/09  19:41:54
63451         Log: tweak for change#7173
63452      Branch: perl
63453            ! win32/win32sck.c
63454 ____________________________________________________________________________
63455 [  7180] By: gsar                                  on 2000/10/09  19:26:56
63456         Log: on Windows, clean targets might not work under some flavors of the shell
63457      Branch: perl
63458            ! win32/Makefile win32/makefile.mk
63459 ____________________________________________________________________________
63460 [  7179] By: jhi                                   on 2000/10/09  19:21:02
63461         Log: Update Changes.
63462      Branch: perl
63463            ! Changes patchlevel.h
63464 ____________________________________________________________________________
63465 [  7178] By: jhi                                   on 2000/10/09  19:18:23
63466         Log: Warn about unknown scripts.
63467              
63468              Subject: Re: ideas? patches? [PATCH bleadperl]
63469              From: Dominic Dunlop <domo@computer.org>
63470              Date: Mon, 9 Oct 2000 14:57:17 +0200
63471              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
63472      Branch: perl
63473            ! lib/charnames.pm
63474 ____________________________________________________________________________
63475 [  7177] By: jhi                                   on 2000/10/09  19:13:27
63476         Log: Change #7160 had a nasty typo.
63477      Branch: metaconfig
63478            ! U/compline/Compile.U
63479      Branch: perl
63480            ! Configure config_h.SH
63481 ____________________________________________________________________________
63482 [  7176] By: gsar                                  on 2000/10/09  18:59:33
63483         Log: pod nit
63484      Branch: perl
63485            ! pod/perlport.pod
63486 ____________________________________________________________________________
63487 [  7175] By: gsar                                  on 2000/10/09  18:54:28
63488         Log: Windows9x doesn't support link(), despite what Config.pm
63489              might think
63490      Branch: perl
63491            ! lib/ExtUtils/Manifest.pm
63492 ____________________________________________________________________________
63493 [  7174] By: gsar                                  on 2000/10/09  18:50:03
63494         Log: avoid nonportable example code
63495      Branch: perl
63496            ! lib/File/Copy.pm
63497 ____________________________________________________________________________
63498 [  7173] By: gsar                                  on 2000/10/09  18:46:54
63499         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
63500              being used) when closing a socket handle
63501      Branch: perl
63502            ! win32/win32.c win32/win32.h win32/win32sck.c
63503 ____________________________________________________________________________
63504 [  7172] By: gsar                                  on 2000/10/09  18:41:40
63505         Log: on Windows, cwd strings in the environment should be of the
63506              form =X:=X:\foo instead of =X=X:\foo\
63507      Branch: perl
63508            ! win32/vdir.h
63509 ____________________________________________________________________________
63510 [  7171] By: gsar                                  on 2000/10/09  18:30:09
63511         Log: on Windows, LoadLibrary() could load an extension DLL multiple
63512              times if forward slashes are used in the path
63513      Branch: perl
63514            ! win32/win32.c
63515 ____________________________________________________________________________
63516 [  7170] By: jhi                                   on 2000/10/09  17:53:59
63517         Log: Add a todo note about overloadable assertions.
63518      Branch: perl
63519            ! Todo-5.6
63520 ____________________________________________________________________________
63521 [  7169] By: jhi                                   on 2000/10/09  13:43:45
63522         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
63523              From: mjd@plover.com
63524              Date: 9 Oct 2000 00:24:44 -0000
63525              Message-ID: <20001009002444.10616.qmail@plover.com>
63526      Branch: perl
63527            ! pod/perldebguts.pod
63528 ____________________________________________________________________________
63529 [  7168] By: nick                                  on 2000/10/08  13:16:33
63530         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
63531              is not right thing to do on (e.g. x86). Network order is also "right" for
63532              X fonts.
63533      Branch: perl
63534            ! ext/Encode/Encode.pm
63535 ____________________________________________________________________________
63536 [  7167] By: nick                                  on 2000/10/08  12:54:42
63537         Log: Make "encodings" work post-install when Encode/*.enc files may not
63538              be in same directory as Encode.pm
63539      Branch: perl
63540            ! ext/Encode/Encode.pm
63541 ____________________________________________________________________________
63542 [  7166] By: nick                                  on 2000/10/08  11:51:26
63543         Log: Work round the fact that $hash->{$key} does not take into account
63544              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
63545              so that key is always in the "expected" encoding - i.e. same way we put
63546              it in the hash.
63547      Branch: perl
63548            ! ext/Encode/Encode.pm
63549 ____________________________________________________________________________
63550 [  7165] By: gsar                                  on 2000/10/08  04:15:29
63551         Log: save_re_context() could reset PL_curcop to freed memory, causing core
63552              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
63553      Branch: perl
63554            ! pp_ctl.c
63555 ____________________________________________________________________________
63556 [  7164] By: jhi                                   on 2000/10/06  20:51:48
63557         Log: UTF8ize split() so that the cloned substrings get the UTF8
63558              flag of the original scalar.  Problem reported by Simon Cozens.
63559      Branch: perl
63560            ! pp.c t/pragma/utf8.t
63561 ____________________________________________________________________________
63562 [  7163] By: nick                                  on 2000/10/06  20:48:34
63563         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
63564              got a false +ve and so did not reach code which would have un-FAKEd the SV.
63565      Branch: perl
63566            ! sv.c
63567 ____________________________________________________________________________
63568 [  7162] By: nick                                  on 2000/10/06  20:25:37
63569         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
63570              To fix  (sort {$a <=> $b} keys %hash) in particular but
63571              should cover a number of other as-yet-unknown cases as well.
63572      Branch: perl
63573            ! sv.c
63574 ____________________________________________________________________________
63575 [  7161] By: jhi                                   on 2000/10/06  19:56:18
63576         Log: Change the version number of Tie::Handle in the core to 4.0,
63577              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
63578              
63579              Subject: Note on Tie::Handle
63580              From: andreas.koenig@anima.de (Andreas J. Koenig)
63581              Date:      06 Oct 2000 21:48:58 +0200
63582              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
63583      Branch: perl
63584            ! lib/Tie/Handle.pm
63585 ____________________________________________________________________________
63586 [  7160] By: jhi                                   on 2000/10/06  18:20:35
63587         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
63588              as the first option of cc/ld because of ultrapicky compilers
63589              (e.g. OS/390 R2.5)
63590      Branch: metaconfig
63591            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
63592            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
63593            ! U/compline/orderlib.U U/modified/Cppsym.U
63594            ! U/modified/d_access.U
63595      Branch: metaconfig/U/perl
63596            ! Checkcc.U d_dlsymun.U gccvers.U
63597      Branch: perl
63598            ! Configure config_h.SH
63599 ____________________________________________________________________________
63600 [  7159] By: jhi                                   on 2000/10/06  13:56:39
63601         Log: Update Changes.
63602      Branch: perl
63603            ! Changes patchlevel.h
63604 ____________________________________________________________________________
63605 [  7158] By: jhi                                   on 2000/10/06  12:48:40
63606         Log: Eliminate $Is_VMS code from the test.
63607              
63608              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
63609              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
63610              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
63611              Date:     Thu, 5 Oct 2000 07:46:33 EDT
63612      Branch: perl
63613            ! t/lib/b.t
63614 ____________________________________________________________________________
63615 [  7157] By: jhi                                   on 2000/10/06  12:47:13
63616         Log: Also the $ccflags is needed for the C compiler check.
63617              
63618              Subject: Configure (check for C-compiler)
63619              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63620              Date: Fri, 06 Oct 2000 08:47:15 +0200
63621              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
63622      Branch: metaconfig/U/perl
63623            ! Checkcc.U
63624      Branch: perl
63625            ! Configure config_h.SH
63626 ____________________________________________________________________________
63627 [  7156] By: jhi                                   on 2000/10/06  11:45:15
63628         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
63629      Branch: perl
63630            ! perl.c pp_ctl.c sv.h utf8.c
63631 ____________________________________________________________________________
63632 [  7155] By: jhi                                   on 2000/10/06  11:40:41
63633         Log: IO::Handle->syswrite() did not handle length omission
63634              like CORE::syswrite() does.
63635              
63636              Subject: [Fwd] IO::Handle, syswrite and arguments
63637              From: Graham Barr <gbarr@pobox.com>
63638              Date: Fri, 6 Oct 2000 10:22:05 +0100
63639              Message-ID: <20001006102205.U6312@pobox.com>
63640              
63641              The original patch from andrew@ugh.net.au.
63642      Branch: perl
63643            ! ext/IO/lib/IO/Handle.pm
63644 ____________________________________________________________________________
63645 [  7154] By: jhi                                   on 2000/10/06  01:42:15
63646         Log: Tweak #7153.
63647      Branch: perl
63648            ! utf8.h
63649 ____________________________________________________________________________
63650 [  7153] By: jhi                                   on 2000/10/06  00:39:55
63651         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
63652      Branch: perl
63653            ! utf8.h
63654 ____________________________________________________________________________
63655 [  7152] By: jhi                                   on 2000/10/06  00:38:11
63656         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
63657      Branch: perl
63658            ! perl.c pp_ctl.c sv.h utf8.c
63659 ____________________________________________________________________________
63660 [  7151] By: jhi                                   on 2000/10/06  00:36:38
63661         Log: Subject: Re: Questions about Tie::Array and perl modules
63662              From: Nick Ing-Simmons <nik@tiuk.ti.com>
63663              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
63664              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
63665              
63666              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
63667      Branch: perl
63668            ! lib/Tie/Array.pm t/op/array.t
63669 ____________________________________________________________________________
63670 [  7150] By: jhi                                   on 2000/10/05  00:20:45
63671         Log: Regen Changes.
63672      Branch: perl
63673            ! Changes patchlevel.h
63674 ____________________________________________________________________________
63675 [  7149] By: jhi                                   on 2000/10/05  00:20:01
63676         Log: Regen toc.
63677      Branch: perl
63678            ! pod/perltoc.pod
63679 ____________________________________________________________________________
63680 [  7148] By: jhi                                   on 2000/10/04  23:35:08
63681         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
63682              reported several times by Dominic Dunlop, for example in
63683              ID 20000315.008.  Patch from Dominic.  Patch affects at
63684              least MachTen, and possibly other oldish BSDs. Should not
63685              break non-broken platforms (tested on LinuxPPC). 
63686      Branch: perl
63687            ! doio.c
63688 ____________________________________________________________________________
63689 [  7147] By: jhi                                   on 2000/10/04  23:26:34
63690         Log: The one that got away from 7146.
63691      Branch: metaconfig
63692            + U/installdirs/installscripts.U
63693 ____________________________________________________________________________
63694 [  7146] By: jhi                                   on 2000/10/04  23:25:04
63695         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
63696              suggested by H. Merijn Brand.
63697      Branch: perl
63698            ! Configure INSTALL Makefile.SH Porting/Glossary
63699            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
63700            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
63701            ! win32/config.vc
63702 ____________________________________________________________________________
63703 [  7145] By: jhi                                   on 2000/10/04  22:08:21
63704         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
63705              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63706              Date: Wed, 4 Oct 2000 17:37:46 -0400
63707              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
63708      Branch: perl
63709            ! utils/h2xs.PL
63710 ____________________________________________________________________________
63711 [  7144] By: jhi                                   on 2000/10/04  18:11:41
63712         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
63713              From: Jeff Pinyan <jeffp@crusoe.net>
63714              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
63715              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
63716      Branch: perl
63717            ! pod/perlrun.pod
63718 ____________________________________________________________________________
63719 [  7143] By: jhi                                   on 2000/10/04  18:09:58
63720         Log: Subject: perlhack.pod Patch for Externals Tools
63721              From: Fisher Mark <fisherm@tce.com>
63722              Date: Tue, 3 Oct 2000 15:43:27 -0500 
63723              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
63724      Branch: perl
63725            ! pod/perlhack.pod
63726 ____________________________________________________________________________
63727 [  7142] By: jhi                                   on 2000/10/04  18:08:41
63728         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
63729              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
63730              Date:     Wed, 4 Oct 2000 12:11:11 EDT
63731              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
63732      Branch: perl
63733            ! vms/vms.c
63734 ____________________________________________________________________________
63735 [  7141] By: jhi                                   on 2000/10/04  12:20:16
63736         Log: Subject: [PATCH 5.7.0] h2xs not working
63737              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63738              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
63739              Date: Tue, 3 Oct 2000 21:43:01 -0400
63740              
63741              Subject: [PATCH 5.7.0] h2xs not documenting the created module
63742              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63743              Date: Tue, 3 Oct 2000 22:55:19 -0400
63744              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
63745      Branch: perl
63746            ! utils/h2xs.PL
63747 ____________________________________________________________________________
63748 [  7140] By: jhi                                   on 2000/10/04  11:53:44
63749         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
63750              From: nick@babyhippo.com
63751              Date: Wed, 4 Oct 2000 12:06:45 +0100
63752              Message-Id: <20001004120645.A7356@babyhippo.com>
63753              
63754              Retract 7118 and 7135.
63755      Branch: perl
63756            ! installman installperl op.c t/pragma/subs.t
63757 ____________________________________________________________________________
63758 [  7139] By: jhi                                   on 2000/10/03  22:09:41
63759         Log: It is possible to have no hosts database at all.  Pointed out in
63760              
63761              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
63762              From: Peter Prymmer <pvhp@forte.com>
63763              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
63764              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
63765      Branch: metaconfig
63766            ! U/modified/myhostname.U
63767      Branch: perl
63768            ! Configure config_h.SH
63769 ____________________________________________________________________________
63770 [  7138] By: jhi                                   on 2000/10/03  21:49:49
63771         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
63772              From: Peter Prymmer <pvhp@forte.com>
63773              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
63774              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
63775      Branch: perl
63776            ! pp_sys.c
63777 ____________________________________________________________________________
63778 [  7137] By: jhi                                   on 2000/10/03  20:10:05
63779         Log: One remaining nit less at the VMS mailbox sizing.
63780      Branch: perl
63781            ! vms/vms.c
63782 ____________________________________________________________________________
63783 [  7136] By: jhi                                   on 2000/10/03  20:08:47
63784         Log: Test harness update to sync with the new perlcc,
63785              from Simon Cozens.
63786      Branch: perl
63787            ! t/TEST t/UTEST
63788 ____________________________________________________________________________
63789 [  7135] By: jhi                                   on 2000/10/03  15:15:42
63790         Log: Subject: Re: PATCH for 20001003.004
63791              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
63792              From: "AARON B. DOSSETT" <aaron@iglou.com>
63793              Message-Id: <E13gTay-0006od-00@iglou.com>
63794      Branch: perl
63795            ! installman installperl
63796 ____________________________________________________________________________
63797 [  7134] By: jhi                                   on 2000/10/03  15:00:34
63798         Log: Subject: [ID 20001003.006] B::Debug not -w clean
63799              From: Nicholas Clark <nick@babyhippo.co.uk>
63800              Date: Tue, 03 Oct 2000 15:46:32 +0100
63801              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
63802      Branch: perl
63803            ! ext/B/B/Debug.pm
63804 ____________________________________________________________________________
63805 [  7133] By: jhi                                   on 2000/10/03  14:58:39
63806         Log: Scale down the VMS message boxes, by Charles Lane.
63807              Fix for ID 20000903.009, workaround at
63808              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
63809      Branch: perl
63810            ! vms/vms.c
63811 ____________________________________________________________________________
63812 [  7132] By: jhi                                   on 2000/10/03  11:20:37
63813         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
63814      Branch: perl
63815            + t/lib/st-lock.t t/lib/st-utf8.t
63816            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
63817            ! ext/Storable/Storable.xs t/lib/st-recurse.t
63818 ____________________________________________________________________________
63819 [  7131] By: jhi                                   on 2000/10/03  03:38:23
63820         Log: Encode nits.
63821      Branch: perl
63822            ! MANIFEST Makefile.SH
63823 ____________________________________________________________________________
63824 [  7130] By: jhi                                   on 2000/10/03  03:31:05
63825         Log: Update Changes.
63826      Branch: perl
63827            ! Changes patchlevel.h
63828 ____________________________________________________________________________
63829 [  7129] By: jhi                                   on 2000/10/03  02:24:02
63830         Log: Misplaced else.
63831      Branch: metaconfig/U/perl
63832            ! d_strtoll.U
63833      Branch: perl
63834            ! Configure config_h.SH
63835 ____________________________________________________________________________
63836 [  7128] By: jhi                                   on 2000/10/03  02:08:29
63837         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
63838              From: sthoenna@efn.org
63839              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
63840              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
63841      Branch: metaconfig/U/perl
63842            ! d_strtoll.U
63843      Branch: perl
63844            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
63845 ____________________________________________________________________________
63846 [  7127] By: jhi                                   on 2000/10/03  01:13:14
63847         Log: Update Changes.
63848      Branch: perl
63849            ! Changes patchlevel.h
63850 ____________________________________________________________________________
63851 [  7126] By: jhi                                   on 2000/10/03  00:57:08
63852         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
63853              as suggested by Olaf Flebbe and Nick Clark.
63854      Branch: perl
63855            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
63856 ____________________________________________________________________________
63857 [  7125] By: jhi                                   on 2000/10/03  00:50:56
63858         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
63859              From: Nick Clark <nick@plum.flirble.org>
63860              Date: Mon, 2 Oct 2000 11:03:24 +0100
63861              Message-Id: <20001002110324.D20073@plum.flirble.org>
63862              
63863              Also fixes bug ID 20001002.005.
63864      Branch: perl
63865            ! t/lib/encode.t
63866 ____________________________________________________________________________
63867 [  7124] By: jhi                                   on 2000/10/03  00:34:59
63868         Log: Subject: [PATCH 5.7.0] Epoc update
63869              From: Olaf Flebbe <o.flebbe@gmx.de>
63870              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
63871              Message-ID: <26423.969484586@www10.gmx.net>
63872      Branch: perl
63873            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
63874            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
63875            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
63876            ! util.c util.h
63877 ____________________________________________________________________________
63878 [  7123] By: jhi                                   on 2000/10/03  00:30:07
63879         Log: Regen headers.
63880      Branch: perl
63881            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
63882 ____________________________________________________________________________
63883 [  7122] By: jhi                                   on 2000/10/03  00:10:48
63884         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
63885      Branch: perl
63886            ! hints/openbsd.sh
63887 ____________________________________________________________________________
63888 [  7121] By: jhi                                   on 2000/10/03  00:05:06
63889         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
63890              From: <abigail@foad.org>
63891              Date: Tue, 26 Sep 2000 13:36:14 -0400
63892              Message-ID: <20000926173614.4356.qmail@foad.org>
63893      Branch: perl
63894            ! pod/perlop.pod
63895 ____________________________________________________________________________
63896 [  7120] By: jhi                                   on 2000/10/03  00:04:00
63897         Log: Inside require() $^S was always left undefined.
63898              
63899              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
63900              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63901              Date: Wed, 27 Sep 2000 18:54:49 -0400
63902              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
63903      Branch: perl
63904            ! cop.h mg.c pp_ctl.c util.c
63905 ____________________________________________________________________________
63906 [  7119] By: jhi                                   on 2000/10/03  00:00:16
63907         Log: Subject: [PATCH] DLL not restartabke with threaded perl
63908              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
63909              Date: Thu, 28 Sep 2000 09:20:46 +0100
63910              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
63911      Branch: perl
63912            ! perl.c
63913 ____________________________________________________________________________
63914 [  7118] By: jhi                                   on 2000/10/02  23:59:20
63915         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
63916              From: Nicholas Clark <nick@ccl4.org>
63917              Date: Thu, 28 Sep 2000 11:52:24 +0100
63918              Message-ID: <20000928115224.D7924@plum.flirble.org>
63919      Branch: perl
63920            ! op.c
63921 ____________________________________________________________________________
63922 [  7117] By: jhi                                   on 2000/10/02  23:57:51
63923         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
63924              From: Nicholas Clark <nick@babyhippo.co.uk>
63925              Date: Thu, 28 Sep 2000 12:18:10 +0100
63926              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
63927              
63928              Did not apply cleanly, manual intervention was needed.
63929      Branch: perl
63930            ! ext/B/B/Bytecode.pm utils/perlcc.PL
63931 ____________________________________________________________________________
63932 [  7116] By: jhi                                   on 2000/10/02  23:50:40
63933         Log: Document the issue (is not a syntax error, kind of)
63934              
63935              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
63936              From: Nicholas Clark <nick@ccl4.org>
63937              Date: Thu, 28 Sep 2000 17:12:42 +0100
63938              Message-ID: <20000928171242.K7924@plum.flirble.org>
63939      Branch: perl
63940            ! pod/perldata.pod
63941 ____________________________________________________________________________
63942 [  7115] By: jhi                                   on 2000/10/02  23:48:58
63943         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
63944              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63945              Date: Thu, 28 Sep 2000 21:55:31 -0400
63946              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
63947      Branch: perl
63948            ! regexec.c
63949 ____________________________________________________________________________
63950 [  7114] By: jhi                                   on 2000/10/02  23:47:57
63951         Log: Subject: DOC PATCH 5.6.0
63952              From: mjd@plover.com
63953              Date: 30 Sep 2000 06:02:34 -0000
63954              Message-ID: <20000930060234.4559.qmail@plover.com>
63955      Branch: perl
63956            ! pod/perldebguts.pod
63957 ____________________________________________________________________________
63958 [  7113] By: jhi                                   on 2000/10/02  23:46:43
63959         Log: SOCK_DGRAM and listen() do not mix as reported in
63960              
63961              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
63962              From: Petter Reinholdtsen <pere@hungry.com>
63963              Date: Sun, 1 Oct 2000 10:57:20 +0800
63964              Message-Id: <200010010257.KAA05735@localhost.localdomain>
63965              
63966              The patch for 5.7.0+ had to be reengineered, though.
63967      Branch: perl
63968            ! ext/IO/lib/IO/Socket/UNIX.pm
63969 ____________________________________________________________________________
63970 [  7112] By: jhi                                   on 2000/10/02  23:36:57
63971         Log: Subject: Re: [PATCH 5.005_64 missed]
63972              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63973              Date: Sun, 1 Oct 2000 18:50:10 -0400
63974              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
63975      Branch: perl
63976            ! pod/perlxs.pod
63977 ____________________________________________________________________________
63978 [  7111] By: jhi                                   on 2000/10/02  23:35:40
63979         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
63980              From: Radu Greab <radu@netsoft.ro>
63981              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
63982              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
63983      Branch: perl
63984            ! op.c opcode.pl t/op/substr.t
63985 ____________________________________________________________________________
63986 [  7110] By: jhi                                   on 2000/10/02  23:32:38
63987         Log: Subject: [PATCH] Fix aliasing of tied filehandles
63988              From: Daniel Chetlin <daniel@chetlin.com>
63989              Date: Mon, 2 Oct 2000 14:53:27 -0700
63990              Message-ID: <20001002145327.C1617@ilmd>
63991      Branch: perl
63992            ! perl.h pp_hot.c t/op/tiehandle.t
63993 ____________________________________________________________________________
63994 [  7109] By: jhi                                   on 2000/10/02  23:31:30
63995         Log: s/Robin Parker/Robin Barker/
63996      Branch: perl
63997            ! Changes5.6
63998 ____________________________________________________________________________
63999 [  7108] By: jhi                                   on 2000/10/02  23:15:46
64000         Log: Retract #7091 as suggested in
64001              
64002              From: Robin Barker <rmb1@cise.npl.co.uk> 
64003              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
64004              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
64005              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
64006      Branch: perl
64007            ! embed.pl proto.h
64008 ____________________________________________________________________________
64009 [  7107] By: nick                                  on 2000/10/02  18:23:14
64010         Log: A few tweaks to get Tk803 to work with Encode scheme.
64011      Branch: perl
64012            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
64013 ____________________________________________________________________________
64014 [  7106] By: nick                                  on 2000/10/01  21:34:14
64015         Log: Add checking cases to Encode's toUnicode and fromUnicode.
64016      Branch: perl
64017            ! ext/Encode/Encode.pm
64018 ____________________________________________________________________________
64019 [  7105] By: nick                                  on 2000/10/01  17:18:01
64020         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
64021              To read and use them.
64022              Add a lib/encode.t which checks a few things.
64023      Branch: perl
64024            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
64025            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
64026            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
64027            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
64028            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
64029            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
64030            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
64031            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
64032            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
64033            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
64034            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
64035            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
64036            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
64037            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
64038            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
64039            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
64040            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
64041            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
64042            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
64043            + ext/Encode/Encode/iso2022-jp.enc
64044            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
64045            + ext/Encode/Encode/iso8859-1.enc
64046            + ext/Encode/Encode/iso8859-2.enc
64047            + ext/Encode/Encode/iso8859-3.enc
64048            + ext/Encode/Encode/iso8859-4.enc
64049            + ext/Encode/Encode/iso8859-5.enc
64050            + ext/Encode/Encode/iso8859-6.enc
64051            + ext/Encode/Encode/iso8859-7.enc
64052            + ext/Encode/Encode/iso8859-8.enc
64053            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
64054            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
64055            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
64056            + ext/Encode/Encode/macCentEuro.enc
64057            + ext/Encode/Encode/macCroatian.enc
64058            + ext/Encode/Encode/macCyrillic.enc
64059            + ext/Encode/Encode/macDingbats.enc
64060            + ext/Encode/Encode/macGreek.enc
64061            + ext/Encode/Encode/macIceland.enc
64062            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
64063            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
64064            + ext/Encode/Encode/macTurkish.enc
64065            + ext/Encode/Encode/macUkraine.enc
64066            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
64067            + t/lib/encode.t
64068            ! MANIFEST ext/Encode/Encode.pm
64069 ____________________________________________________________________________
64070 [  7104] By: nick                                  on 2000/09/30  13:04:30
64071         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
64072              From: Daniel Chetlin <daniel@chetlin.com>
64073              Date: Mon, 18 Sep 2000 05:05:40 -0700
64074              Message-Id: <20000918050540.C652@ilmd>
64075      Branch: perl
64076            ! lib/overload.pm sv.c t/pragma/overload.t
64077 ____________________________________________________________________________
64078 [  7103] By: nick                                  on 2000/09/30  12:53:36
64079         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
64080              From: Johan Vromans <jvromans@squirrel.nl>
64081              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
64082              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
64083      Branch: perl
64084            ! pod/Makefile.SH
64085 ____________________________________________________________________________
64086 [  7102] By: nick                                  on 2000/09/30  12:52:31
64087         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
64088              From: Spider Boardman <spider@Orb.Nashua.NH.US>
64089              Date: Sat, 16 Sep 2000 16:36:45 -0400
64090              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
64091      Branch: perl
64092            ! ext/B/B/Deparse.pm
64093 ____________________________________________________________________________
64094 [  7101] By: nick                                  on 2000/09/30  12:51:41
64095         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
64096              From: Craig A. Berry <craig.berry@psinetcs.com>
64097              Date: Sat, 16 Sep 2000 10:11:10 -0500
64098              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
64099      Branch: perl
64100            ! vms/vms.c
64101 ____________________________________________________________________________
64102 [  7100] By: nick                                  on 2000/09/30  12:50:33
64103         Log: Subject: Re: unicode support and perl [ID 20000901.097]
64104              From: Spider Boardman <spider@Orb.Nashua.NH.US>
64105              Date: Fri, 15 Sep 2000 16:37:58 -0400
64106              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
64107      Branch: perl
64108            ! t/op/append.t
64109 ____________________________________________________________________________
64110 [  7099] By: nick                                  on 2000/09/30  12:49:35
64111         Log: Subject: Re: unicode support and perl [ID 20000901.097]
64112              From: Spider Boardman <spider@Orb.Nashua.NH.US>
64113              Date: Fri, 15 Sep 2000 16:25:30 -0400
64114              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
64115      Branch: perl
64116            ! pp_hot.c
64117 ____________________________________________________________________________
64118 [  7098] By: nick                                  on 2000/09/30  12:48:00
64119         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
64120              From: Gisle Aas <gisle@ActiveState.com>
64121              Date: 15 Sep 2000 16:23:41 +0200
64122              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
64123      Branch: perl
64124            ! toke.c
64125 ____________________________________________________________________________
64126 [  7097] By: nick                                  on 2000/09/30  12:45:16
64127         Log: Subject: [PATCH] Nits in perlmod.pod
64128              From: Daniel Chetlin <daniel@chetlin.com>
64129              Date: Fri, 15 Sep 2000 02:04:09 -0700
64130              Message-Id: <20000915020409.A2104@ilmd>
64131      Branch: perl
64132            ! pod/perlmod.pod
64133 ____________________________________________________________________________
64134 [  7096] By: nick                                  on 2000/09/30  12:18:00
64135         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
64136              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
64137              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
64138              0 to checking to get the warning.
64139      Branch: perl
64140            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
64141            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
64142            ! regexec.c sv.c toke.c utf8.c
64143 ____________________________________________________________________________
64144 [  7095] By: nick                                  on 2000/09/15  16:55:59
64145         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
64146              
64147              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
64148              From: Spider Boardman <spider@Orb.Nashua.NH.US>
64149              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
64150              Date: Fri, 15 Sep 2000 06:37:30 -0400
64151      Branch: perl
64152            ! ext/Encode/Encode.xs sv.c
64153 ____________________________________________________________________________
64154 [  7094] By: jhi                                   on 2000/09/15  03:23:32
64155         Log: Update Changes.
64156      Branch: perl
64157            ! Changes patchlevel.h
64158 ____________________________________________________________________________
64159 [  7093] By: jhi                                   on 2000/09/15  03:11:44
64160         Log: Fix for the charnames.t failures from Spider Boardman.
64161      Branch: perl
64162            ! toke.c
64163 ____________________________________________________________________________
64164 [  7092] By: jhi                                   on 2000/09/15  00:15:48
64165         Log: Botched the #7090 check-in.
64166      Branch: perl
64167            ! sv.c
64168 ____________________________________________________________________________
64169 [  7091] By: jhi                                   on 2000/09/14  23:33:24
64170         Log: Part of #7081 didn't come through.
64171      Branch: perl
64172            ! embed.pl proto.h
64173 ____________________________________________________________________________
64174 [  7090] By: jhi                                   on 2000/09/14  23:17:39
64175         Log: Subject: Re: perl@7078 
64176              From: Spider Boardman <spider@web.zk3.dec.com>
64177              Date: Thu, 14 Sep 2000 19:06:36 -0400
64178              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
64179      Branch: perl
64180            ! sv.c toke.c
64181 ____________________________________________________________________________
64182 [  7089] By: jhi                                   on 2000/09/14  23:11:21
64183         Log: Small portability tweaks.
64184      Branch: perl
64185            ! ext/Encode/Encode.xs
64186 ____________________________________________________________________________
64187 [  7088] By: jhi                                   on 2000/09/14  22:57:23
64188         Log: Fake return to pacify picky compilers.
64189      Branch: perl
64190            ! ext/Encode/Encode.xs
64191 ____________________________________________________________________________
64192 [  7087] By: jhi                                   on 2000/09/14  22:53:37
64193         Log: Subject: [PATCH] utf8.c apidoc
64194              From: Simon Cozens <simon@cozens.net>
64195              Date: Thu, 14 Sep 2000 23:46:57 +0100
64196              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
64197      Branch: perl
64198            ! perlapi.c pod/perlapi.pod utf8.c
64199 ____________________________________________________________________________
64200 [  7086] By: jhi                                   on 2000/09/14  22:40:38
64201         Log: We don't need to count the high bit bytes, a boolean is enough. 
64202      Branch: perl
64203            ! sv.c
64204 ____________________________________________________________________________
64205 [  7085] By: jhi                                   on 2000/09/14  21:20:09
64206         Log: Replace #7084 with
64207              
64208              Subject: Re: perl@7078 
64209              From: Spider Boardman <spider@web.zk3.dec.com>
64210              Date: Thu, 14 Sep 2000 17:09:36 -0400
64211              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
64212      Branch: perl
64213            ! sv.c utf8.c
64214 ____________________________________________________________________________
64215 [  7084] By: jhi                                   on 2000/09/14  20:03:34
64216         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
64217              convertible to bytes by checking it doesn't go above 0xc3
64218              
64219              Subject: Re: perl@7078
64220              From: Simon Cozens <simon@cozens.net>
64221              Date: Thu, 14 Sep 2000 20:59:19 +0100
64222              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
64223      Branch: perl
64224            ! utf8.c
64225 ____________________________________________________________________________
64226 [  7083] By: jhi                                   on 2000/09/14  19:38:47
64227         Log: Subject: Re: perl@7078
64228              From: Simon Cozens <simon@cozens.net>
64229              Date: Thu, 14 Sep 2000 20:13:09 +0100
64230              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
64231      Branch: perl
64232            ! t/op/bop.t
64233 ____________________________________________________________________________
64234 [  7082] By: jhi                                   on 2000/09/14  17:50:44
64235         Log: The one that got away.
64236      Branch: perl
64237            ! lib/File/Find.pm
64238 ____________________________________________________________________________
64239 [  7081] By: jhi                                   on 2000/09/14  17:45:35
64240         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
64241              From: Robin Barker <rmb1@cise.npl.co.uk>
64242              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
64243              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
64244      Branch: perl
64245            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
64246            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
64247            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
64248            ! regcomp.c toke.c universal.c
64249 ____________________________________________________________________________
64250 [  7080] By: jhi                                   on 2000/09/14  17:40:35
64251         Log: Problems picked up by AIX cc.
64252              
64253              Subject: Re: perl@7078 (patch included)
64254              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64255              Date: Thu, 14 Sep 2000 18:53:30 +0200
64256              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
64257      Branch: perl
64258            ! ext/Encode/Encode.xs
64259 ____________________________________________________________________________
64260 [  7079] By: jhi                                   on 2000/09/14  17:38:27
64261         Log: Subject: File::Find 5.7.0 POD nits
64262              From: Rich Morin <rdm@cfcl.com>
64263              Date: Wed, 13 Sep 2000 22:03:58 -0700
64264              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
64265      Branch: perl
64266            ! lib/File/Find.pm
64267 ____________________________________________________________________________
64268 [  7078] By: jhi                                   on 2000/09/14  14:58:20
64269         Log: Update Changes.
64270      Branch: perl
64271            ! Changes patchlevel.h
64272 ____________________________________________________________________________
64273 [  7077] By: jhi                                   on 2000/09/14  14:55:54
64274         Log: Compilation warnings and an error.
64275      Branch: perl
64276            ! sv.c
64277 ____________________________________________________________________________
64278 [  7076] By: jhi                                   on 2000/09/14  14:42:56
64279         Log: Fix for a parsing bug, not for the original bug.
64280              
64281              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
64282              From: Spider Boardman <spider@web.zk3.dec.com>
64283              Date: Wed, 13 Sep 2000 17:52:20 -0400
64284              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
64285      Branch: perl
64286            ! regcomp.c
64287 ____________________________________________________________________________
64288 [  7075] By: jhi                                   on 2000/09/14  14:40:40
64289         Log: Batch of UTF-8 patches from Simon Cozens.
64290      Branch: perl
64291            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
64292            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
64293            ! toke.c utf8.c
64294 ____________________________________________________________________________
64295 [  7074] By: jhi                                   on 2000/09/14  14:29:58
64296         Log: Subject: Re: Two advertising clauses need to be removed
64297              From: Russ Allbery <rra@stanford.edu>
64298              Date: 13 Sep 2000 18:50:26 -0700
64299              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
64300      Branch: perl
64301            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
64302 ____________________________________________________________________________
64303 [  7073] By: jhi                                   on 2000/09/14  14:28:20
64304         Log: Subject: [PATCH] de-wall t/README
64305              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64306              Date: Wed, 13 Sep 2000 17:46:55 -0700
64307              Message-ID: <//Bw5gzkge/e092yn@efn.org>
64308      Branch: perl
64309            ! t/README
64310 ____________________________________________________________________________
64311 [  7072] By: jhi                                   on 2000/09/14  14:25:10
64312         Log: Hints optimization.
64313              
64314              Subject: Minor nit
64315              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64316              Date: Wed, 13 Sep 2000 21:42:07 +0200
64317              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
64318      Branch: perl
64319            ! hints/hpux.sh
64320 ____________________________________________________________________________
64321 [  7071] By: jhi                                   on 2000/09/14  14:23:30
64322         Log: Allow chop() and chomp() to be overridden.
64323              
64324              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
64325              From: "Casey R. Tweten" <crt@kiski.net>
64326              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
64327              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
64328      Branch: perl
64329            ! toke.c
64330 ____________________________________________________________________________
64331 [  7070] By: jhi                                   on 2000/09/14  14:20:36
64332         Log: The return value of setlocale must be copied away.
64333              
64334              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
64335              From: Alan Burlison <Alan.Burlison@uk.sun.com>
64336              Date: Wed, 13 Sep 2000 16:27:37 +0100 
64337              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
64338      Branch: perl
64339            ! util.c
64340 ____________________________________________________________________________
64341 [  7069] By: jhi                                   on 2000/09/14  14:16:27
64342         Log: Remove vestiges of tr//CU.
64343              
64344              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
64345              From: Nick Clark <nick@plum.flirble.org>
64346              Date: Tue, 12 Sep 2000 22:50:14 +0100
64347              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
64348              
64349              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
64350              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64351              Date: Tue, 12 Sep 2000 21:38:48 -0700
64352              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
64353      Branch: perl
64354            ! op.h pod/perlunicode.pod
64355 ____________________________________________________________________________
64356 [  7068] By: jhi                                   on 2000/09/13  14:18:39
64357         Log: Add the Encode extension.  The code is still largely just skeleton.
64358      Branch: perl
64359            + ext/Encode/Encode.pm ext/Encode/Encode.xs
64360            + ext/Encode/Makefile.PL ext/Encode/Todo
64361            ! MANIFEST Todo-5.6
64362 ____________________________________________________________________________
64363 [  7067] By: jhi                                   on 2000/09/12  17:43:33
64364         Log: Allow for whitespace between "#" and "line" in cpp output.
64365              
64366              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
64367              From: Calle Dybedahl <calle@lysator.liu.se>
64368              Date: 12 Sep 2000 19:38:02 +0200 
64369              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
64370      Branch: perl
64371            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
64372 ____________________________________________________________________________
64373 [  7066] By: gsar                                  on 2000/09/12  17:24:29
64374         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
64375              initialization in all the threads on Windows
64376      Branch: perl
64377            ! win32/win32.c
64378 ____________________________________________________________________________
64379 [  7065] By: jhi                                   on 2000/09/12  15:11:31
64380         Log: Update Changes.
64381      Branch: perl
64382            ! Changes patchlevel.h
64383 ____________________________________________________________________________
64384 [  7064] By: jhi                                   on 2000/09/12  14:54:54
64385         Log: Retract #7062, the pod tests are not ready.
64386      Branch: perl
64387            ! t/TEST t/harness
64388 ____________________________________________________________________________
64389 [  7063] By: jhi                                   on 2000/09/12  14:25:41
64390         Log: The #7054 truncated Configure badly.
64391      Branch: metaconfig/U/perl
64392            ! End.U
64393      Branch: perl
64394            ! Configure config_h.SH
64395 ____________________________________________________________________________
64396 [  7062] By: jhi                                   on 2000/09/12  14:08:32
64397         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
64398              From: sthoenna@efn.org
64399              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
64400              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
64401      Branch: perl
64402            ! t/TEST t/harness
64403 ____________________________________________________________________________
64404 [  7061] By: jhi                                   on 2000/09/12  14:07:18
64405         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
64406              From: sthoenna@efn.org
64407              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
64408              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
64409      Branch: perl
64410            ! pod/perlxs.pod
64411 ____________________________________________________________________________
64412 [  7060] By: jhi                                   on 2000/09/12  14:06:08
64413         Log: Break up the myconfig lines a bit.
64414              
64415              Subject: perlbug/perl -V output format
64416              From: sthoenna@efn.org
64417              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
64418              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
64419      Branch: perl
64420            ! myconfig.SH
64421 ____________________________________________________________________________
64422 [  7059] By: jhi                                   on 2000/09/12  14:05:04
64423         Log: Test for the #7049.
64424              
64425              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
64426              From: andreas.koenig@anima.de (Andreas J. Koenig)
64427              Date: 12 Sep 2000 06:42:01 +0200
64428              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
64429      Branch: perl
64430            ! t/op/my.t
64431 ____________________________________________________________________________
64432 [  7058] By: jhi                                   on 2000/09/12  14:03:05
64433         Log: Subject: [patch: perl@7045] vms updates
64434              From: Peter Prymmer <pvhp@forte.com>
64435              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
64436              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
64437      Branch: perl
64438            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
64439 ____________________________________________________________________________
64440 [  7057] By: jhi                                   on 2000/09/12  14:00:51
64441         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
64442              From: sthoenna@efn.org
64443              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
64444              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
64445      Branch: perl
64446            ! t/op/64bitint.t
64447 ____________________________________________________________________________
64448 [  7056] By: jhi                                   on 2000/09/12  13:58:14
64449         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
64450              From: Jeff Pinyan <jeffp@crusoe.net>
64451              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
64452              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
64453      Branch: perl
64454            ! pod/perlfunc.pod
64455 ____________________________________________________________________________
64456 [  7055] By: jhi                                   on 2000/09/12  13:56:32
64457         Log: Do in VMS as the #7054 does.
64458      Branch: perl
64459            ! configure.com
64460 ____________________________________________________________________________
64461 [  7054] By: jhi                                   on 2000/09/12  13:50:31
64462         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
64463              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
64464              Date: Mon, 11 Sep 2000 08:33:09 +0100
64465              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
64466      Branch: metaconfig/U/perl
64467            ! End.U
64468      Branch: perl
64469            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
64470            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
64471 ____________________________________________________________________________
64472 [  7053] By: jhi                                   on 2000/09/12  13:29:19
64473         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
64474              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64475              Date:     Tue, 12 Sep 2000 08:35:59 EDT
64476              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
64477      Branch: perl
64478            ! vms/test.com
64479 ____________________________________________________________________________
64480 [  7052] By: jhi                                   on 2000/09/11  23:01:50
64481         Log: Document the SvUTF8*().
64482      Branch: perl
64483            ! pod/perlapi.pod sv.h
64484 ____________________________________________________________________________
64485 [  7051] By: gsar                                  on 2000/09/11  14:46:30
64486         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
64487              (missed a spot when fixing up op_pmreplroot hack for ithreads)
64488      Branch: perl
64489            ! op.c t/op/split.t
64490 ____________________________________________________________________________
64491 [  7050] By: nick                                  on 2000/09/11  10:03:51
64492         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
64493              
64494              Subject: borland C++ win32.c tweak
64495              From: Vadim Konovalov <vkonovalov@lucent.com>
64496              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
64497              Date: Mon, 11 Sep 2000 11:22:33 +0400
64498      Branch: perl
64499            ! win32/win32.c
64500 ____________________________________________________________________________
64501 [  7049] By: nick                                  on 2000/09/11  09:57:33
64502         Log: Point fix for s/// on foreach (keys %xxx).
64503      Branch: perl
64504            ! pp_hot.c
64505 ____________________________________________________________________________
64506 [  7048] By: jhi                                   on 2000/09/10  23:37:09
64507         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
64508              by Pod::Text, from Brad Appleton.
64509      Branch: perl
64510            ! t/pod/testp2pt.pl
64511 ____________________________________________________________________________
64512 [  7047] By: jhi                                   on 2000/09/10  14:32:53
64513         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
64514              by Russ Allbery.
64515      Branch: perl
64516            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
64517 ____________________________________________________________________________
64518 [  7046] By: jhi                                   on 2000/09/10  14:15:08
64519         Log: Upgrade to CPAN 1.57_65, from Andreas König.
64520      Branch: perl
64521            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
64522 ____________________________________________________________________________
64523 [  7045] By: jhi                                   on 2000/09/08  21:36:32
64524         Log: Update Changes.
64525      Branch: perl
64526            ! Changes patchlevel.h
64527 ____________________________________________________________________________
64528 [  7044] By: jhi                                   on 2000/09/08  21:29:56
64529         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
64530              From: Peter Prymmer <pvhp@forte.com>
64531              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
64532              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
64533      Branch: perl
64534            ! configure.com
64535 ____________________________________________________________________________
64536 [  7043] By: jhi                                   on 2000/09/08  21:27:50
64537         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
64538              From: Peter Prymmer <pvhp@forte.com>
64539              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
64540              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
64541      Branch: perl
64542            ! Makefile.SH installperl
64543 ____________________________________________________________________________
64544 [  7042] By: jhi                                   on 2000/09/08  21:23:21
64545         Log: Continue #7041.
64546      Branch: perl
64547            ! cygwin/Makefile.SHs os2/Makefile.SHs
64548 ____________________________________________________________________________
64549 [  7041] By: jhi                                   on 2000/09/08  21:18:10
64550         Log: Do away with memory models cruft.  Sorry, PDP users.
64551      Branch: metaconfig
64552            ! U/modified/cc.U U/modified/libpth.U
64553      Branch: perl
64554            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
64555            ! Porting/config_H cflags.SH config_h.SH configure.com
64556            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
64557            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
64558            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
64559 ____________________________________________________________________________
64560 [  7040] By: jhi                                   on 2000/09/08  14:34:18
64561         Log: Major rewrite of s2p.  And I mean really major, it is
64562              an implementation of sed in perl.  If called as s2p it
64563              will function as s2p.  Note: needs non-UNIXifying.
64564              
64565              Subject: s2p
64566              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
64567              Date: Mon, 28 Aug 2000 14:05:12 +0200
64568              Message-ID: <39AA5578.2102E2AA@alcatel.at>
64569      Branch: perl
64570            ! x2p/s2p.PL
64571 ____________________________________________________________________________
64572 [  7039] By: jhi                                   on 2000/09/08  14:19:49
64573         Log: Re-allow vec() for characters > 255.
64574              
64575              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
64576              From: Spider Boardman <spider@web.zk3.dec.com>
64577              Date: Fri, 08 Sep 2000 02:21:02 -0400
64578              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
64579      Branch: perl
64580            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
64581            ! t/op/vec.t
64582 ____________________________________________________________________________
64583 [  7038] By: jhi                                   on 2000/09/08  14:14:18
64584         Log: Subject: [PATCH lib/Benchmark.pm]
64585              From: <abigail@foad.org>
64586              Date: Thu, 7 Sep 2000 15:03:20 -0400
64587              Message-ID: <20000907190320.888.qmail@foad.org>
64588      Branch: perl
64589            ! lib/Benchmark.pm
64590 ____________________________________________________________________________
64591 [  7037] By: jhi                                   on 2000/09/08  14:11:06
64592         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
64593              
64594              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
64595              From: Spider Boardman <spider@web.zk3.dec.com>
64596              Date: Fri, 08 Sep 2000 01:30:27 -0400
64597              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
64598      Branch: perl
64599            ! op.c
64600 ____________________________________________________________________________
64601 [  7036] By: jhi                                   on 2000/09/08  14:08:58
64602         Log: Subject: [ID 20000908.002] perlipc documentation bug.
64603              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
64604              Date: Fri, 08 Sep 2000 12:38:32 +0200
64605              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
64606      Branch: perl
64607            ! pod/perlipc.pod
64608 ____________________________________________________________________________
64609 [  7035] By: jhi                                   on 2000/09/08  14:03:12
64610         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
64611              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64612              Date: Fri, 08 Sep 2000 11:47:34 +0200
64613              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
64614      Branch: perl
64615            ! hints/dec_osf.sh
64616 ____________________________________________________________________________
64617 [  7034] By: jhi                                   on 2000/09/08  13:59:35
64618         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
64619              From: Simon Cozens <simon@cozens.net>
64620              Date: Thu, 7 Sep 2000 20:40:38 +0100
64621              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
64622      Branch: perl
64623            ! pp_hot.c
64624 ____________________________________________________________________________
64625 [  7033] By: jhi                                   on 2000/09/08  04:03:03
64626         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
64627              From: "Larry W. Virden" <lvirden@cas.org>
64628              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
64629              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
64630      Branch: perl
64631            ! pod/perldiag.pod
64632 ____________________________________________________________________________
64633 [  7032] By: jhi                                   on 2000/09/07  22:18:30
64634         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
64635              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
64636              Date: Mon, 04 Sep 2000 13:16:38 -0700
64637              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
64638      Branch: perl
64639            ! lib/perl5db.pl
64640 ____________________________________________________________________________
64641 [  7031] By: jhi                                   on 2000/09/07  22:02:29
64642         Log: Fix the ccversion detection for 5.1 and beyond.
64643              
64644              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
64645              From: Spider Boardman <spider@leggy.zk3.dec.com>
64646              Date: Thu, 7 Sep 2000 17:54:27 -0400
64647              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
64648      Branch: perl
64649            ! hints/dec_osf.sh
64650 ____________________________________________________________________________
64651 [  7030] By: jhi                                   on 2000/09/07  19:12:28
64652         Log: Fix for
64653              
64654              Subject: [ID 20000903.001] \w in utf8-strings
64655              From: Marc Lehmann <pcg@goof.com>
64656              Date: Sun, 03 Sep 2000 09:44:29 +0200
64657              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
64658              
64659              and various related nits.
64660      Branch: perl
64661            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
64662 ____________________________________________________________________________
64663 [  7029] By: jhi                                   on 2000/09/07  18:49:09
64664         Log: Fix the URL, but the server is still missing in action.
64665              
64666              Subject: [ID 20000905.002] perlfaq1.pod URL error
64667              From: "Larry W. Virden" <lvirden@cas.org>
64668              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
64669              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
64670      Branch: perl
64671            ! pod/perlfaq1.pod
64672 ____________________________________________________________________________
64673 [  7028] By: jhi                                   on 2000/09/07  18:47:13
64674         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
64675              From: Hugo <hv@crypt.compulink.co.uk>
64676              Date: Tue, 05 Sep 2000 14:13:37 +0100
64677              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
64678      Branch: perl
64679            ! toke.c
64680 ____________________________________________________________________________
64681 [  7027] By: jhi                                   on 2000/09/07  18:45:35
64682         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
64683              From: Daniel Chetlin <daniel@chetlin.com>
64684              Date: Tue, 5 Sep 2000 04:57:07 -0700
64685              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
64686      Branch: perl
64687            ! pod/perlfaq6.pod pod/perlop.pod
64688 ____________________________________________________________________________
64689 [  7026] By: jhi                                   on 2000/09/07  18:44:01
64690         Log: Document the new ref() semantics.
64691              
64692              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
64693              From: Gisle Aas <gisle@ActiveState.com>
64694              Date: 05 Sep 2000 08:10:30 +0200
64695              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
64696      Branch: perl
64697            ! pod/perldelta.pod
64698 ____________________________________________________________________________
64699 [  7025] By: jhi                                   on 2000/09/07  18:42:27
64700         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
64701              
64702              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
64703              From: Gisle Aas <gisle@ActiveState.com>
64704              Date: 05 Sep 2000 08:11:40 +0200
64705              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
64706      Branch: perl
64707            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
64708 ____________________________________________________________________________
64709 [  7024] By: jhi                                   on 2000/09/07  18:39:32
64710         Log: Subject: [PATCH] Modernize Opcode.pm documentation
64711              From: Gisle Aas <gisle@ActiveState.com>
64712              Date: 4 Sep 2000 00:18:55 -0000
64713              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
64714      Branch: perl
64715            ! ext/Opcode/Opcode.pm
64716 ____________________________________________________________________________
64717 [  7023] By: jhi                                   on 2000/09/07  18:37:42
64718         Log: Subject: [PATCH] Tied filehandle documentation
64719              From: Gisle Aas <gisle@ActiveState.com>
64720              Date: 4 Sep 2000 00:14:40 -0000
64721              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
64722      Branch: perl
64723            ! pod/perlfunc.pod pod/perltie.pod
64724 ____________________________________________________________________________
64725 [  7022] By: jhi                                   on 2000/09/07  18:35:37
64726         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
64727              From: Gisle Aas <gisle@ActiveState.com>
64728              Date: 4 Sep 2000 00:04:22 -0000
64729              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
64730      Branch: perl
64731            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
64732 ____________________________________________________________________________
64733 [  7021] By: jhi                                   on 2000/09/07  18:33:22
64734         Log: Subject: small apidoc fix
64735              From: Marc Lehmann <pcg@goof.com>
64736              Date: Sun, 3 Sep 2000 05:12:06 +0200
64737              Message-ID: <20000903051206.A5909@cerebro.laendle>
64738      Branch: perl
64739            ! pod/perlapi.pod utf8.c
64740 ____________________________________________________________________________
64741 [  7020] By: jhi                                   on 2000/09/07  16:14:57
64742         Log: Tiny perldelta nits.
64743      Branch: perl
64744            ! pod/perldelta.pod
64745 ____________________________________________________________________________
64746 [  7019] By: jhi                                   on 2000/09/07  16:04:20
64747         Log: Guard against bad string->int conversion for quads.
64748      Branch: perl
64749            ! t/op/64bitint.t
64750 ____________________________________________________________________________
64751 [  7018] By: jhi                                   on 2000/09/06  17:07:03
64752         Log: Update Unicode todo list.
64753      Branch: perl
64754            ! Todo-5.6
64755 ____________________________________________________________________________
64756 [  7017] By: jhi                                   on 2000/09/05  21:16:01
64757         Log: Document the SvIOK_.*UV().
64758      Branch: perl
64759            ! pod/perlapi.pod sv.h
64760 ____________________________________________________________________________
64761 [  7016] By: nick                                  on 2000/09/03  21:54:46
64762         Log: Hash lookup of constant strings optimization:
64763              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
64764              to string table (as per sharepvn). Add newSV_pvn_share to create such
64765              a thing. Make hv.c compare addresses of strings and skip string compare
64766              if equal. Make method_named and helem ops use these shared-string SVs
64767              when arg is constant. Make keys op return shared-string SVs (less clearly
64768              a win).
64769      Branch: perl
64770            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
64771            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
64772            ! pod/perlintern.pod pp_hot.c proto.h sv.c
64773 ____________________________________________________________________________
64774 [  7015] By: jhi                                   on 2000/09/02  17:48:59
64775         Log: This is 5.7.0.
64776      Branch: perl
64777            ! Changes
64778 ____________________________________________________________________________
64779 [  7014] By: jhi                                   on 2000/09/02  17:35:45
64780         Log: Changes and patchlevel tweaks.
64781      Branch: perl
64782            ! Changes patchlevel.h
64783 ____________________________________________________________________________
64784 [  7013] By: jhi                                   on 2000/09/02  17:30:50
64785         Log: Update Changes.
64786      Branch: perl
64787            ! Changes patchlevel.h
64788 ____________________________________________________________________________
64789 [  7012] By: nick                                  on 2000/09/02  17:25:20
64790         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
64791      Branch: perl
64792            ! gv.c lib/overload.pm
64793 ____________________________________________________________________________
64794 [  7011] By: jhi                                   on 2000/09/02  17:16:25
64795         Log: Update perlhist.
64796      Branch: perl
64797            ! pod/perlhist.pod
64798 ____________________________________________________________________________
64799 [  7010] By: jhi                                   on 2000/09/02  17:01:35
64800         Log: perldelta nits.
64801      Branch: perl
64802            ! pod/perldelta.pod
64803 ____________________________________________________________________________
64804 [  7009] By: nick                                  on 2000/09/02  16:48:35
64805         Log: If overloaded %{} etc. return the object do not loop.
64806              Thus  sub deref { $_[0] } functions if object is wanted type.
64807      Branch: perl
64808            ! pp.h
64809 ____________________________________________________________________________
64810 [  7008] By: jhi                                   on 2000/09/02  16:26:11
64811         Log: Retab MANIFEST.
64812      Branch: perl
64813            ! ext/Storable/MANIFEST
64814 ____________________________________________________________________________
64815 [  7007] By: jhi                                   on 2000/09/02  16:23:02
64816         Log: Make certain cc is set before trying to run it.
64817      Branch: perl
64818            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
64819 ____________________________________________________________________________
64820 [  7006] By: jhi                                   on 2000/09/02  15:45:41
64821         Log: Unicode notes.
64822      Branch: perl
64823            ! pod/perldelta.pod
64824 ____________________________________________________________________________
64825 [  7005] By: jhi                                   on 2000/09/02  15:42:11
64826         Log: Various Configure nits by Philip Newton,
64827              plus the ebcdic one by me.
64828      Branch: metaconfig
64829            + U/modified/pager.U
64830            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
64831      Branch: metaconfig/U/perl
64832            ! Devel.U quadfio.U
64833      Branch: perl
64834            ! Configure config_h.SH
64835 ____________________________________________________________________________
64836 [  7004] By: jhi                                   on 2000/09/02  15:06:14
64837         Log: Apparently avoiding the swapping is too costly.
64838              
64839              From: "Ben Tilly" <ben_tilly@hotmail.com>
64840              Subject: Re: the door is closed.
64841              Date: Fri, 01 Sep 2000 20:23:16 EDT
64842              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
64843      Branch: perl
64844            ! pod/perlfaq4.pod
64845 ____________________________________________________________________________
64846 [  7003] By: nick                                  on 2000/09/02  12:26:04
64847         Log: Undo part of change 6489 which looks like a bulk edit which
64848              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
64849              The supressing of main:: on return from select() is undesirable.
64850      Branch: perl
64851            ! pp_sys.c
64852 ____________________________________________________________________________
64853 [  7002] By: jhi                                   on 2000/09/01  23:08:54
64854         Log: Update Changes.
64855      Branch: perl
64856            ! Changes patchlevel.h
64857 ____________________________________________________________________________
64858 [  7001] By: jhi                                   on 2000/09/01  23:00:13
64859         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
64860              From: Peter Prymmer <pvhp@forte.com>
64861              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
64862              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
64863              
64864              plus rework the http: spots as suggested by Tom Christiansen,
64865              plus regen perltoc.
64866      Branch: perl
64867            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
64868            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
64869 ____________________________________________________________________________
64870 [  7000] By: jhi                                   on 2000/09/01  22:36:01
64871         Log: Only the first line, thank you very much.
64872      Branch: perl
64873            ! hints/solaris_2.sh
64874 ____________________________________________________________________________
64875 [  6999] By: gsar                                  on 2000/09/01  22:16:40
64876         Log: change#6791 accidentally clobbered change#6710, put it back
64877      Branch: perl
64878            ! win32/win32.c
64879 ____________________________________________________________________________
64880 [  6998] By: jhi                                   on 2000/09/01  22:14:16
64881         Log: Mention the HP-UX LP64 freak failure.
64882      Branch: perl
64883            ! pod/perldelta.pod
64884 ____________________________________________________________________________
64885 [  6997] By: jhi                                   on 2000/09/01  21:48:32
64886         Log: Detypo.
64887      Branch: perl
64888            ! hints/hpux.sh
64889 ____________________________________________________________________________
64890 [  6996] By: jhi                                   on 2000/09/01  21:27:10
64891         Log: Update Changes.
64892      Branch: perl
64893            ! Changes patchlevel.h
64894 ____________________________________________________________________________
64895 [  6995] By: jhi                                   on 2000/09/01  21:14:24
64896         Log: Mi splgn s gnin.g
64897      Branch: perl
64898            ! pp_ctl.c
64899 ____________________________________________________________________________
64900 [  6994] By: jhi                                   on 2000/09/01  21:09:54
64901         Log: Subject: http:// in L<>
64902              From: Nicholas Clark <nick@ccl4.org>
64903              Date: Fri, 1 Sep 2000 22:03:21 +0100
64904              Message-ID: <20000901220321.B72074@plum.flirble.org>
64905      Branch: perl
64906            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
64907 ____________________________________________________________________________
64908 [  6993] By: jhi                                   on 2000/09/01  21:06:54
64909         Log: Update to Storable 1.0, from Raphael Manfredi.
64910      Branch: perl
64911            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
64912            ! ext/Storable/Makefile.PL ext/Storable/README
64913            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
64914            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
64915            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
64916            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
64917            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
64918            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
64919 ____________________________________________________________________________
64920 [  6992] By: jhi                                   on 2000/09/01  20:43:05
64921         Log: Mention known sfio+linux buglet.
64922      Branch: perl
64923            ! pod/perldelta.pod
64924 ____________________________________________________________________________
64925 [  6991] By: jhi                                   on 2000/09/01  20:40:11
64926         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
64927              From: Peter Prymmer <pvhp@forte.com>
64928              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
64929              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
64930      Branch: perl
64931            ! vms/vms.c
64932 ____________________________________________________________________________
64933 [  6990] By: jhi                                   on 2000/09/01  20:25:26
64934         Log: Retract #6986.
64935      Branch: perl
64936            ! hints/solaris_2.sh
64937 ____________________________________________________________________________
64938 [  6989] By: jhi                                   on 2000/09/01  20:23:00
64939         Log: Mergesort is back.
64940      Branch: perl
64941            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
64942 ____________________________________________________________________________
64943 [  6988] By: jhi                                   on 2000/09/01  19:37:40
64944         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
64945              From: Mike Guy <mjtg@cam.ac.uk>
64946              Date: Fri, 01 Sep 2000 17:43:33 +0100
64947              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
64948      Branch: perl
64949            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
64950            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
64951 ____________________________________________________________________________
64952 [  6987] By: jhi                                   on 2000/09/01  19:17:10
64953         Log: Regen perltoc.
64954      Branch: perl
64955            ! pod/perltoc.pod
64956 ____________________________________________________________________________
64957 [  6986] By: jhi                                   on 2000/09/01  18:51:10
64958         Log: Subject: Re: Solaris x86 has no SPARC libraries!
64959              From: Lupe Christoph <lupe@lupe-christoph.de>
64960              Date: Fri, 1 Sep 2000 20:41:20 +0200
64961              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
64962      Branch: perl
64963            ! hints/solaris_2.sh
64964 ____________________________________________________________________________
64965 [  6985] By: jhi                                   on 2000/09/01  18:28:10
64966         Log: Update Changes.
64967      Branch: perl
64968            ! Changes patchlevel.h
64969 ____________________________________________________________________________
64970 [  6984] By: jhi                                   on 2000/09/01  18:26:53
64971         Log: Feature ordering tweak.
64972      Branch: perl
64973            ! myconfig.SH
64974 ____________________________________________________________________________
64975 [  6983] By: jhi                                   on 2000/09/01  18:19:50
64976         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
64977              From: <abigail@foad.org>
64978              Date: Fri, 1 Sep 2000 13:07:32 -0400
64979              Message-ID: <20000901170732.18249.qmail@foad.org>
64980      Branch: perl
64981            ! t/pragma/overload.t
64982 ____________________________________________________________________________
64983 [  6982] By: jhi                                   on 2000/09/01  18:17:54
64984         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
64985              so that case-ignoring systems like DCL can tell them from
64986              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
64987      Branch: metaconfig/U/perl
64988            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
64989      Branch: perl
64990            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64991            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
64992            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
64993            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
64994            ! vos/config.def vos/config.h vos/config_h.SH_orig
64995            ! win32/config.bc win32/config.gc win32/config.vc
64996 ____________________________________________________________________________
64997 [  6981] By: nick                                  on 2000/09/01  17:21:57
64998         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
64999              warning when UNTIE exists and instead pass the count of extra references to
65000              the UNTIE method.
65001      Branch: perl
65002            ! pod/perltie.pod pp_sys.c
65003 ____________________________________________________________________________
65004 [  6980] By: jhi                                   on 2000/09/01  16:54:44
65005         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
65006              From: Peter Prymmer <pvhp@forte.com>
65007              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
65008              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
65009      Branch: perl
65010            ! configure.com
65011 ____________________________________________________________________________
65012 [  6979] By: jhi                                   on 2000/09/01  16:06:20
65013         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
65014              From: Mike Guy <mjtg@cam.ac.uk> 
65015              Date: Fri, 01 Sep 2000 16:49:27 +0100
65016              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
65017      Branch: perl
65018            ! t/base/rs.t
65019 ____________________________________________________________________________
65020 [  6978] By: jhi                                   on 2000/09/01  16:00:42
65021         Log: Update to PodParser 1.18, from Brad Appleton.
65022      Branch: perl
65023            ! lib/Pod/Checker.pm t/pod/find.t
65024 ____________________________________________________________________________
65025 [  6977] By: jhi                                   on 2000/09/01  14:48:58
65026         Log: Subject: Nit in Configure (bleadperl@6961)
65027              From: Lupe Christoph <lupe@lupe-christoph.de>
65028              Date: Fri, 1 Sep 2000 16:34:29 +0200
65029              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
65030      Branch: metaconfig
65031            ! U/compline/ccflags.U
65032      Branch: perl
65033            ! Configure config_h.SH
65034 ____________________________________________________________________________
65035 [  6976] By: jhi                                   on 2000/09/01  14:39:52
65036         Log: Update Changes.
65037      Branch: perl
65038            ! Changes patchlevel.h
65039 ____________________________________________________________________________
65040 [  6975] By: jhi                                   on 2000/09/01  14:37:36
65041         Log: microperl config update.
65042      Branch: perl
65043            ! uconfig.h uconfig.sh
65044 ____________________________________________________________________________
65045 [  6974] By: jhi                                   on 2000/09/01  14:36:53
65046         Log: Document known deficiencies.
65047      Branch: perl
65048            ! pod/perldelta.pod
65049 ____________________________________________________________________________
65050 [  6973] By: jhi                                   on 2000/09/01  14:10:20
65051         Log: Mention warnings fixes and updates.
65052      Branch: perl
65053            ! pod/perldelta.pod
65054 ____________________________________________________________________________
65055 [  6972] By: jhi                                   on 2000/09/01  14:01:52
65056         Log: Drop unused argument.
65057              
65058              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
65059              From: Spider Boardman <spider@web.zk3.dec.com>
65060              Date: Thu, 31 Aug 2000 16:10:15 -0400
65061              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
65062      Branch: perl
65063            ! toke.c
65064 ____________________________________________________________________________
65065 [  6971] By: jhi                                   on 2000/09/01  13:59:24
65066         Log: Add the overload warnings to perldiag.
65067      Branch: perl
65068            ! lib/overload.pm pod/perldiag.pod
65069 ____________________________________________________________________________
65070 [  6970] By: jhi                                   on 2000/09/01  13:55:10
65071         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
65072              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
65073              Date: Fri, 1 Sep 2000 13:43:15 +0100 
65074              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
65075      Branch: perl
65076            ! lib/overload.pm t/pragma/overload.t
65077 ____________________________________________________________________________
65078 [  6969] By: jhi                                   on 2000/09/01  13:52:27
65079         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
65080              From: <abigail@foad.org>
65081              Date: Fri, 1 Sep 2000 05:46:54 -0400
65082              Message-ID: <20000901094654.6476.qmail@foad.org>
65083      Branch: perl
65084            ! lib/overload.pm
65085 ____________________________________________________________________________
65086 [  6968] By: jhi                                   on 2000/09/01  13:50:05
65087         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
65088              From: Daniel Chetlin <daniel@chetlin.com>
65089              Date: Fri, 1 Sep 2000 02:10:55 -0700
65090              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
65091      Branch: perl
65092            ! pod/perlretut.pod
65093 ____________________________________________________________________________
65094 [  6967] By: jhi                                   on 2000/09/01  13:47:54
65095         Log: Part of the solution.
65096              
65097              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
65098              From: Mike Guy <mjtg@cam.ac.uk>
65099              Date: Fri, 01 Sep 2000 14:16:01 +0100
65100              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
65101      Branch: perl
65102            ! gv.c mg.c
65103 ____________________________________________________________________________
65104 [  6966] By: jhi                                   on 2000/09/01  13:46:17
65105         Log: Subject: CPAN.pm beta 1.57_57 for the core
65106              From: andreas.koenig@anima.de (Andreas J. Koenig)
65107              Date: 01 Sep 2000 15:16:31 +0200
65108              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
65109      Branch: perl
65110            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
65111 ____________________________________________________________________________
65112 [  6965] By: jhi                                   on 2000/09/01  13:43:18
65113         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
65114              From: "Craig A. Berry" <craig.berry@psinetcs.com>
65115              Date: Fri, 01 Sep 2000 01:47:22 -0500
65116              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
65117      Branch: perl
65118            ! pod/perldelta.pod vms/vms.c
65119 ____________________________________________________________________________
65120 [  6964] By: jhi                                   on 2000/09/01  13:35:35
65121         Log: File::Temp patches from Andreas König,
65122              
65123              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
65124              From: andreas.koenig@anima.de (Andreas J. Koenig)
65125              Date: 01 Sep 2000 10:07:20 +0200
65126              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
65127              
65128              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
65129              From: andreas.koenig@anima.de (Andreas J. Koenig)
65130              Date: 31 Aug 2000 23:26:08 +0200
65131              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
65132      Branch: perl
65133            ! lib/File/Temp.pm t/lib/ftmp-security.t
65134 ____________________________________________________________________________
65135 [  6963] By: jhi                                   on 2000/09/01  02:22:24
65136         Log: Retract the mergesort code, way too incompatible licensing
65137              and copyrights.
65138      Branch: perl
65139            ! pod/perldelta.pod pp_ctl.c
65140 ____________________________________________________________________________
65141 [  6962] By: jhi                                   on 2000/08/31  23:27:32
65142         Log: Update Changes.
65143      Branch: perl
65144            ! Changes patchlevel.h
65145 ____________________________________________________________________________
65146 [  6961] By: jhi                                   on 2000/08/31  23:20:04
65147         Log: Small tweaks all over.
65148      Branch: metaconfig
65149            ! U/compline/d_gconvert.U
65150      Branch: perl
65151            ! AUTHORS Configure config_h.SH pp_ctl.c
65152 ____________________________________________________________________________
65153 [  6960] By: jhi                                   on 2000/08/31  22:39:36
65154         Log: Further rewording.
65155      Branch: perl
65156            ! pp_ctl.c
65157 ____________________________________________________________________________
65158 [  6959] By: jhi                                   on 2000/08/31  21:26:44
65159         Log: More address tweaking.
65160      Branch: perl
65161            ! AUTHORS Changes
65162 ____________________________________________________________________________
65163 [  6958] By: jhi                                   on 2000/08/31  20:47:25
65164         Log: AUTHORS tweaks, from Peter Prymmer.
65165              
65166              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
65167              From: Peter Prymmer <pvhp@forte.com>
65168              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
65169              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
65170      Branch: perl
65171            ! AUTHORS MAINTAIN
65172 ____________________________________________________________________________
65173 [  6957] By: jhi                                   on 2000/08/31  20:34:43
65174         Log: perldelta tweaks.
65175      Branch: perl
65176            ! pod/perldelta.pod
65177 ____________________________________________________________________________
65178 [  6956] By: jhi                                   on 2000/08/31  19:11:06
65179         Log: Regen perltoc.
65180      Branch: perl
65181            ! pod/perltoc.pod
65182 ____________________________________________________________________________
65183 [  6955] By: jhi                                   on 2000/08/31  19:06:30
65184         Log: Clarify the mergesort situation.
65185      Branch: perl
65186            ! pp_ctl.c
65187 ____________________________________________________________________________
65188 [  6954] By: jhi                                   on 2000/08/31  18:24:17
65189         Log: Move the Solaris 7 scan to use64bitall, make the
65190              failure to find 64-bot sparc libc to mention the
65191              possibility of being in an intel, from Lupe and Alan.
65192      Branch: perl
65193            ! hints/solaris_2.sh
65194 ____________________________________________________________________________
65195 [  6953] By: jhi                                   on 2000/08/31  18:09:20
65196         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
65197              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
65198      Branch: metaconfig
65199            ! U/compline/d_gconvert.U U/threads/archname.U
65200      Branch: metaconfig/U/perl
65201            ! perlxv.U
65202      Branch: perl
65203            ! Configure config_h.SH sv.c
65204 ____________________________________________________________________________
65205 [  6952] By: jhi                                   on 2000/08/31  17:42:24
65206         Log: :: not allowed in pathnames, change to .
65207              
65208              Subject: [PATCH perl@6938] cygwin port
65209              From: "Fifer, Eric" <EFifer@sanwaint.com>
65210              Date: Thu, 31 Aug 2000 16:32:59 +0100
65211              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
65212      Branch: metaconfig/U/perl
65213            ! perlxv.U
65214 ____________________________________________________________________________
65215 [  6951] By: jhi                                   on 2000/08/31  17:02:05
65216         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
65217      Branch: perl
65218            ! perl.h
65219 ____________________________________________________________________________
65220 [  6950] By: jhi                                   on 2000/08/31  16:26:08
65221         Log: More author updates.
65222              
65223              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
65224              From: Simon Cozens <simon@cozens.net>
65225              Date: Thu, 31 Aug 2000 17:13:32 +0100
65226              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
65227      Branch: perl
65228            ! AUTHORS
65229 ____________________________________________________________________________
65230 [  6949] By: jhi                                   on 2000/08/31  16:04:49
65231         Log: POSIX doesn't report long double values under -Duselongdouble
65232              when the long doubles are "real" (bigger than doubles).
65233              
65234              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
65235              From: Spider Boardman <spider@peano.zk3.dec.com>
65236              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
65237              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
65238      Branch: perl
65239            ! ext/POSIX/POSIX.xs
65240 ____________________________________________________________________________
65241 [  6948] By: jhi                                   on 2000/08/31  15:25:10
65242         Log: Update Changes.
65243      Branch: perl
65244            ! Changes patchlevel.h
65245 ____________________________________________________________________________
65246 [  6947] By: jhi                                   on 2000/08/31  15:22:29
65247         Log: Document UNTIE in a very minimalistic way.
65248      Branch: perl
65249            ! pod/perlfunc.pod pod/perltie.pod
65250 ____________________________________________________________________________
65251 [  6946] By: jhi                                   on 2000/08/31  15:15:23
65252         Log: Document known failures.
65253      Branch: perl
65254            ! pod/perldelta.pod
65255 ____________________________________________________________________________
65256 [  6945] By: jhi                                   on 2000/08/31  15:07:00
65257         Log: Don't attach -ld to the archname if pointless.
65258      Branch: metaconfig
65259            ! U/threads/archname.U
65260      Branch: perl
65261            ! Configure config_h.SH
65262 ____________________________________________________________________________
65263 [  6944] By: jhi                                   on 2000/08/31  14:37:42
65264         Log: Wrap the test in eval.
65265              
65266              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
65267              From: Tim Jenness <timj@jach.hawaii.edu>
65268              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
65269              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
65270      Branch: perl
65271            ! t/lib/ftmp-security.t
65272 ____________________________________________________________________________
65273 [  6943] By: jhi                                   on 2000/08/31  14:30:57
65274         Log: Make -Dusemorebits find long doubles in Solaris.
65275      Branch: perl
65276            ! hints/solaris_2.sh
65277 ____________________________________________________________________________
65278 [  6942] By: jhi                                   on 2000/08/31  13:48:45
65279         Log: Clarify the third case of ftmp-security warnings.
65280      Branch: perl
65281            ! INSTALL
65282 ____________________________________________________________________________
65283 [  6941] By: jhi                                   on 2000/08/31  13:40:31
65284         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
65285              From: <abigail@foad.org>
65286              Date: Thu, 31 Aug 2000 01:35:05 -0400
65287              Message-ID: <20000831053505.32120.qmail@foad.org>
65288      Branch: perl
65289            ! pod/perldelta.pod
65290 ____________________________________________________________________________
65291 [  6940] By: jhi                                   on 2000/08/31  13:38:48
65292         Log: Issue useful diagnostic on unknown pod commands.
65293              
65294              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
65295              From: <abigail@foad.org>
65296              Date: Thu, 31 Aug 2000 03:41:18 -0400
65297              Message-ID: <20000831074118.24880.qmail@foad.org>
65298      Branch: perl
65299            ! lib/Pod/Man.pm
65300 ____________________________________________________________________________
65301 [  6939] By: jhi                                   on 2000/08/31  13:34:33
65302         Log: Reveal Borland's isnan.
65303              
65304              Subject: build with BC++ tweak
65305              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
65306              Date: Thu, 31 Aug 2000 13:09:37 +0400
65307              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
65308      Branch: perl
65309            ! win32/win32.h
65310 ____________________________________________________________________________
65311 [  6938] By: jhi                                   on 2000/08/31  05:01:20
65312         Log: Update Changes.
65313      Branch: perl
65314            ! Changes patchlevel.h
65315 ____________________________________________________________________________
65316 [  6937] By: jhi                                   on 2000/08/31  04:26:23
65317         Log: sscanf() may be the only way to read long doubles from strings.
65318      Branch: metaconfig/U/perl
65319            ! longdblfio.U
65320      Branch: perl
65321            ! Configure config_h.SH perl.h util.c
65322 ____________________________________________________________________________
65323 [  6936] By: jhi                                   on 2000/08/31  04:18:19
65324         Log: The #6929 was too skimpy.
65325      Branch: perl
65326            ! sv.c
65327 ____________________________________________________________________________
65328 [  6935] By: jhi                                   on 2000/08/31  02:47:07
65329         Log: Subject: Re: typos in pods
65330              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65331              Date: Wed, 30 Aug 2000 19:25:34 -0700
65332              Message-ID: <eIcr5gzkg25X092yn@efn.org>
65333      Branch: perl
65334            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
65335 ____________________________________________________________________________
65336 [  6934] By: jhi                                   on 2000/08/31  02:42:55
65337         Log: Missed one Unicode file.
65338      Branch: perl
65339            + lib/unicode/UCDFF301.html
65340 ____________________________________________________________________________
65341 [  6933] By: jhi                                   on 2000/08/30  23:42:27
65342         Log: Update Changes.
65343      Branch: perl
65344            ! Changes patchlevel.h
65345 ____________________________________________________________________________
65346 [  6932] By: jhi                                   on 2000/08/30  23:40:07
65347         Log: Mention UNTIE in perldelta.  Still needs documenting
65348              in perltie et alia.
65349      Branch: perl
65350            ! pod/perldelta.pod
65351 ____________________________________________________________________________
65352 [  6931] By: jhi                                   on 2000/08/30  23:36:02
65353         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
65354              From: <abigail@foad.org>
65355              Date: Wed, 30 Aug 2000 19:28:07 -0400
65356              Message-ID: <20000830232807.305.qmail@foad.org>
65357      Branch: perl
65358            ! pod/perldelta.pod
65359 ____________________________________________________________________________
65360 [  6930] By: jhi                                   on 2000/08/30  23:32:40
65361         Log: Update to Unicode 3.0.1.
65362      Branch: perl
65363            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
65364            + lib/unicode/PropList.txt lib/unicode/README.perl
65365            + lib/unicode/UCD301.html lib/unicode/Unicode.301
65366            - lib/unicode/Props.txt lib/unicode/UCD300.html
65367            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
65368            ! (edit 257 files)
65369 ____________________________________________________________________________
65370 [  6929] By: jhi                                   on 2000/08/30  22:38:18
65371         Log: Heap decorruption.
65372              
65373              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
65374              From: Alan Burlison <Alan.Burlison@uk.sun.com>
65375              Date: Wed, 30 Aug 2000 22:39:52 +0100
65376              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
65377      Branch: perl
65378            ! sv.c
65379 ____________________________________________________________________________
65380 [  6928] By: jhi                                   on 2000/08/30  22:29:34
65381         Log: Retract the dummy test, skip the security tests (instead of failing),
65382              explain what the warnings mean.
65383      Branch: perl
65384            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
65385 ____________________________________________________________________________
65386 [  6927] By: jhi                                   on 2000/08/30  22:14:13
65387         Log: Change the internal implementation of sort() to be mergesort
65388              instead of quicksort, from John Linderman <jpl@research.att.com>.
65389              Gives us better worst case, better average case, and stability.
65390              What's there not to like?  (Small fixes for threaded builds
65391              were required).
65392      Branch: perl
65393            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
65394 ____________________________________________________________________________
65395 [  6926] By: jhi                                   on 2000/08/30  20:55:20
65396         Log: A better fix for the Socket building problem from Craig Berry.
65397      Branch: perl
65398            ! vms/vms.c
65399 ____________________________________________________________________________
65400 [  6925] By: jhi                                   on 2000/08/30  20:20:25
65401         Log: Subject: [PATCH] Re: UNTIE method 
65402              From: Nick Ing-Simmons <nik@tiuk.ti.com>
65403              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
65404              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
65405      Branch: perl
65406            ! pp_sys.c t/op/tie.t
65407 ____________________________________________________________________________
65408 [  6924] By: jhi                                   on 2000/08/30  20:17:11
65409         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
65410              From: "Craig A. Berry" <craig.berry@psinetcs.com>
65411              Date: Wed, 30 Aug 2000 15:03:14 -0500
65412              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
65413      Branch: perl
65414            ! vms/vms.c
65415 ____________________________________________________________________________
65416 [  6923] By: jhi                                   on 2000/08/30  20:15:18
65417         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
65418              From: "Craig A. Berry" <craig.berry@psinetcs.com>
65419              Date: Wed, 30 Aug 2000 13:30:36 -0500
65420              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
65421      Branch: perl
65422            ! vms/vms.c
65423 ____________________________________________________________________________
65424 [  6922] By: jhi                                   on 2000/08/30  19:54:43
65425         Log: Better options for rsync.
65426      Branch: perl
65427            ! pod/perlhack.pod
65428 ____________________________________________________________________________
65429 [  6921] By: jhi                                   on 2000/08/30  19:40:16
65430         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
65431              From: Rick Delaney <rick@consumercontact.com>
65432              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
65433              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
65434      Branch: perl
65435            ! pod/perlfunc.pod
65436 ____________________________________________________________________________
65437 [  6920] By: jhi                                   on 2000/08/30  19:36:40
65438         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
65439              From: Peter Prymmer <pvhp@forte.com>
65440              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
65441              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
65442      Branch: perl
65443            ! configure.com
65444 ____________________________________________________________________________
65445 [  6919] By: jhi                                   on 2000/08/30  14:52:02
65446         Log: Update Changes.
65447      Branch: perl
65448            ! Changes patchlevel.h
65449 ____________________________________________________________________________
65450 [  6918] By: jhi                                   on 2000/08/30  14:48:34
65451         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
65452      Branch: perl
65453            ! lib/ExtUtils/typemap
65454 ____________________________________________________________________________
65455 [  6917] By: jhi                                   on 2000/08/30  14:46:34
65456         Log: Subject: typos in pods
65457              From: Nicholas Clark <nick@ccl4.org>
65458              Date: Wed, 30 Aug 2000 01:12:50 +0100
65459              Message-ID: <20000830011249.A61388@plum.flirble.org>
65460      Branch: perl
65461            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
65462            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
65463            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
65464            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
65465 ____________________________________________________________________________
65466 [  6916] By: jhi                                   on 2000/08/30  14:19:09
65467         Log: Document Storable problems on Crays.  (Will have
65468              to document all the other Storable problems, too.)
65469      Branch: perl
65470            ! pod/perldelta.pod
65471 ____________________________________________________________________________
65472 [  6915] By: jhi                                   on 2000/08/30  14:06:02
65473         Log: Subject: [PATCH] fix misc cast warnings
65474              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65475              Date: Tue, 29 Aug 2000 23:16:14 -0700
65476              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
65477      Branch: perl
65478            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
65479            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
65480            ! os2/os2ish.h
65481 ____________________________________________________________________________
65482 [  6914] By: jhi                                   on 2000/08/30  14:03:45
65483         Log: Timestamp mismatch again.  Need to fix this dependence on
65484              config_h.SH timestamp, since it's the contents of config_h.SH
65485              that matter.
65486      Branch: perl
65487            ! uconfig.h uconfig.sh
65488 ____________________________________________________________________________
65489 [  6913] By: jhi                                   on 2000/08/30  13:54:06
65490         Log: Don't say "Perl 5.0 source kit".
65491      Branch: perl
65492            ! perl.c
65493 ____________________________________________________________________________
65494 [  6912] By: jhi                                   on 2000/08/30  13:51:24
65495         Log: Reset archname and archname64 always, forcing them be
65496              recomputed at each Configure run, make Configure and
65497              the hints files agree on the naming of largefiles variables.
65498      Branch: metaconfig
65499            ! U/threads/archname.U
65500      Branch: metaconfig/U/perl
65501            ! use64bits.U
65502      Branch: perl
65503            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
65504            ! hints/linux.sh hints/solaris_2.sh
65505 ____________________________________________________________________________
65506 [  6911] By: jhi                                   on 2000/08/30  13:30:13
65507         Log: Put back the slice accidentally removed by #6907.
65508      Branch: perl
65509            ! hints/solaris_2.sh
65510 ____________________________________________________________________________
65511 [  6910] By: jhi                                   on 2000/08/30  01:24:26
65512         Log: Be consistent: other Net::get* do export theirs.
65513              
65514              Subject: Re: Net::protoent does not export 'getproto'
65515              From: Yasushi Nakajima <sey@jkc.co.jp>
65516              Date: Wed, 30 Aug 2000 09:53:14 +0900
65517              Message-Id: <200008300051.DAA24700@taku.hut.fi>
65518      Branch: perl
65519            ! lib/Net/protoent.pm
65520 ____________________________________________________________________________
65521 [  6909] By: jhi                                   on 2000/08/30  01:17:25
65522         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
65523              From: Gurusamy Sarathy <gsar@ActiveState.com>
65524              Date: Tue, 29 Aug 2000 17:17:07 -0700
65525              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
65526      Branch: perl
65527            ! cop.h
65528 ____________________________________________________________________________
65529 [  6908] By: jhi                                   on 2000/08/30  00:58:05
65530         Log: Update Changes.
65531      Branch: perl
65532            ! Changes patchlevel.h
65533 ____________________________________________________________________________
65534 [  6907] By: jhi                                   on 2000/08/30  00:57:22
65535         Log: Introduce ccname to keep track of what compiler kind of we have.
65536      Branch: metaconfig/U/perl
65537            ! Checkcc.U gccvers.U
65538      Branch: perl
65539            ! Configure config_h.SH hints/solaris_2.sh
65540 ____________________________________________________________________________
65541 [  6906] By: jhi                                   on 2000/08/30  00:25:47
65542         Log: Put back the flags dump as reasoned in
65543              
65544              Subject: Re: [PATCH] Glob dumping
65545              From: Mike Guy <mjtg@cam.ac.uk> 
65546              Date: Tue, 29 Aug 2000 21:41:32 +0100
65547              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
65548      Branch: perl
65549            ! dump.c t/lib/peek.t
65550 ____________________________________________________________________________
65551 [  6905] By: jhi                                   on 2000/08/30  00:16:17
65552         Log: Make the epsilon to be relative, not absolute.
65553              
65554              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
65555              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
65556              Date: Tue, 29 Aug 2000 19:58:56 -0400
65557              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
65558      Branch: perl
65559            ! t/lib/trig.t
65560 ____________________________________________________________________________
65561 [  6904] By: jhi                                   on 2000/08/30  00:13:09
65562         Log: From now on, Gisle is on my list of usual suspects :-)
65563              Retract #6902.
65564      Branch: perl
65565            ! ext/Opcode/Safe.pm
65566 ____________________________________________________________________________
65567 [  6903] By: jhi                                   on 2000/08/29  23:51:20
65568         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
65569              From: "Craig A. Berry" <craig.berry@psinetcs.com>
65570              Date: Tue, 29 Aug 2000 18:43:26 -0500
65571              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
65572      Branch: perl
65573            + vms/vmspipe.com
65574            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
65575            ! vms/vms.c
65576 ____________________________________________________________________________
65577 [  6902] By: jhi                                   on 2000/08/29  23:44:14
65578         Log: Retry what #6882 attempted.
65579              
65580              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
65581              From: Gisle Aas <gisle@ActiveState.com>
65582              Date: 30 Aug 2000 00:33:09 +0200
65583              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
65584      Branch: perl
65585            ! ext/Opcode/Safe.pm
65586 ____________________________________________________________________________
65587 [  6901] By: jhi                                   on 2000/08/29  22:59:32
65588         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
65589              From: Hugo <hv@crypt.compulink.co.uk>
65590              Date: Mon, 12 Jun 2000 19:36:08 +0100
65591              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
65592      Branch: perl
65593            ! sv.c
65594 ____________________________________________________________________________
65595 [  6900] By: jhi                                   on 2000/08/29  22:58:35
65596         Log: Admit that we are leaking scalars.
65597              
65598              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
65599              From: Spider Boardman <spider@leggy.zk3.dec.com>
65600              Date: Tue, 29 Aug 2000 18:48:29 -0400
65601              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
65602      Branch: perl
65603            ! t/pragma/warnings.t
65604 ____________________________________________________________________________
65605 [  6899] By: jhi                                   on 2000/08/29  20:53:13
65606         Log: Update Changes.
65607      Branch: perl
65608            ! Changes patchlevel.h
65609 ____________________________________________________________________________
65610 [  6898] By: jhi                                   on 2000/08/29  20:46:21
65611         Log: Undo namespace pollution of #6878.
65612              
65613              Subject: Re: Net::protoent does not export 'getproto'
65614              From: Mike Guy <mjtg@cam.ac.uk>
65615              Date: Tue, 29 Aug 2000 21:32:37 +0100
65616              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
65617      Branch: perl
65618            ! lib/Net/protoent.pm
65619 ____________________________________________________________________________
65620 [  6897] By: jhi                                   on 2000/08/29  20:44:29
65621         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
65622              From: Peter Prymmer <pvhp@forte.com>
65623              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
65624              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
65625      Branch: perl
65626            ! pod/perlebcdic.pod
65627 ____________________________________________________________________________
65628 [  6896] By: jhi                                   on 2000/08/29  20:40:57
65629         Log: There's no point repeating the 'revision' (5) of perl5.
65630      Branch: metaconfig/U/perl
65631            ! Devel.U patchlevel.U
65632      Branch: perl
65633            ! Configure config_h.SH
65634 ____________________________________________________________________________
65635 [  6895] By: jhi                                   on 2000/08/29  20:16:58
65636         Log: Regen Configure for #6894.
65637      Branch: metaconfig/U/perl
65638            ! perladmin.U
65639      Branch: perl
65640            ! Configure config_h.SH
65641 ____________________________________________________________________________
65642 [  6894] By: jhi                                   on 2000/08/29  19:59:52
65643         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
65644              From: "Philip Newton" <Philip.Newton@gmx.net>
65645              Date: Tue, 29 Aug 2000 21:39:14 +0200
65646              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
65647      Branch: perl
65648            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
65649            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
65650            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
65651            ! utils/perlbug.PL
65652 ____________________________________________________________________________
65653 [  6893] By: jhi                                   on 2000/08/29  19:55:30
65654         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
65655              From: "Philip Newton" <Philip.Newton@gmx.net>
65656              Date: Tue, 29 Aug 2000 21:39:14 +0200
65657              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
65658      Branch: perl
65659            ! installhtml
65660 ____________________________________________________________________________
65661 [  6892] By: jhi                                   on 2000/08/29  19:53:59
65662         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
65663              From: "Philip Newton" <Philip.Newton@gmx.net>
65664              Date: Tue, 29 Aug 2000 21:48:18 +0200
65665              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
65666      Branch: perl
65667            ! lib/File/Temp.pm
65668 ____________________________________________________________________________
65669 [  6891] By: jhi                                   on 2000/08/29  18:30:03
65670         Log: Nail the ID 20000828.023.
65671      Branch: perl
65672            ! ext/Storable/Storable.xs
65673 ____________________________________________________________________________
65674 [  6890] By: jhi                                   on 2000/08/29  16:50:17
65675         Log: Under usethreads the dumped variable is IN_PAD.
65676              
65677              Subject: Re: [PATCH] Glob dumping
65678              From: Gisle Aas <gisle@ActiveState.com>
65679              Date: 29 Aug 2000 18:45:05 +0200
65680              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
65681      Branch: perl
65682            ! t/lib/peek.t
65683 ____________________________________________________________________________
65684 [  6889] By: jhi                                   on 2000/08/29  15:17:37
65685         Log: Update Changes.
65686      Branch: perl
65687            ! Changes patchlevel.h
65688 ____________________________________________________________________________
65689 [  6888] By: jhi                                   on 2000/08/29  14:49:59
65690         Log: Retract #6882, broke the safe tests.
65691      Branch: perl
65692            ! ext/Opcode/Safe.pm
65693 ____________________________________________________________________________
65694 [  6887] By: jhi                                   on 2000/08/29  14:47:06
65695         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
65696              From: Gisle Aas <gisle@ActiveState.com> 
65697              Date: 09 Jun 2000 20:00:11 +0200
65698              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
65699      Branch: perl
65700            ! utils/perldoc.PL
65701 ____________________________________________________________________________
65702 [  6886] By: jhi                                   on 2000/08/29  14:42:45
65703         Log: The #6881 removed one dump line.
65704      Branch: perl
65705            ! t/lib/peek.t
65706 ____________________________________________________________________________
65707 [  6885] By: jhi                                   on 2000/08/29  14:30:47
65708         Log: Don't forget to tidy up.
65709      Branch: perl
65710            ! t/lib/ftmp-security.t
65711 ____________________________________________________________________________
65712 [  6884] By: jhi                                   on 2000/08/29  14:25:17
65713         Log: Disabling the one test is a bit tricky.
65714      Branch: perl
65715            ! t/lib/ftmp-security.t
65716 ____________________________________________________________________________
65717 [  6883] By: jhi                                   on 2000/08/29  14:16:25
65718         Log: Disable one of the tests for now.
65719      Branch: perl
65720            ! t/lib/ftmp-security.t
65721 ____________________________________________________________________________
65722 [  6882] By: jhi                                   on 2000/08/29  14:05:50
65723         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
65724              From: gisle@aas.no
65725              Date: 29 Aug 2000 10:35:06 -0000
65726              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
65727      Branch: perl
65728            ! ext/Opcode/Safe.pm
65729 ____________________________________________________________________________
65730 [  6881] By: jhi                                   on 2000/08/29  14:03:51
65731         Log: Subject: [PATCH] Glob dumping
65732              From: Gisle Aas <gisle@ActiveState.com>
65733              Date: 29 Aug 2000 07:59:42 -0000
65734              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
65735      Branch: perl
65736            ! dump.c
65737 ____________________________________________________________________________
65738 [  6880] By: jhi                                   on 2000/08/29  14:02:01
65739         Log: Subject: [PATCH] Warnings in B::Deparse
65740              From: <abigail@foad.org>
65741              Date: Tue, 29 Aug 2000 00:00:01 -0400
65742              Message-ID: <20000829040001.2999.qmail@foad.org>
65743      Branch: perl
65744            ! ext/B/B/Deparse.pm
65745 ____________________________________________________________________________
65746 [  6879] By: jhi                                   on 2000/08/29  13:57:26
65747         Log: Missed a change in #6869.
65748      Branch: perl
65749            ! mg.c
65750 ____________________________________________________________________________
65751 [  6878] By: jhi                                   on 2000/08/29  13:45:04
65752         Log: Subject: Net::protoent does not export 'getproto'
65753              From: Yasushi Nakajima <sey@jkc.co.jp>
65754              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
65755      Branch: perl
65756            ! lib/Net/protoent.pm
65757 ____________________________________________________________________________
65758 [  6877] By: jhi                                   on 2000/08/29  13:39:19
65759         Log: Patches all over for people and the files they (hopefully) care about.
65760      Branch: perl
65761            ! AUTHORS Changes MAINTAIN
65762 ____________________________________________________________________________
65763 [  6876] By: jhi                                   on 2000/08/29  12:53:54
65764         Log: Fix for thinko in #6848.
65765              
65766              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
65767              From: Lupe Christoph <lupe@lupe-christoph.de>
65768              Date: Tue, 29 Aug 2000 09:04:08 +0200
65769              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
65770      Branch: perl
65771            ! ext/Thread/Thread.xs
65772 ____________________________________________________________________________
65773 [  6875] By: jhi                                   on 2000/08/29  12:50:14
65774         Log: Update to Getopt::Long 2.24, from Johan Vromans.
65775      Branch: perl
65776            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
65777 ____________________________________________________________________________
65778 [  6874] By: jhi                                   on 2000/08/29  02:09:53
65779         Log: Use minimal @INC in tests, most of the time just '../lib',
65780              so that we simply can't pick up stuff from other Perls than
65781              the one we are testing.  Pointed out by
65782              
65783              From: Mike Guy <mjtg@cam.ac.uk>
65784              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
65785              Date: Fri, 25 Aug 2000 15:15:59 +0100
65786              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
65787      Branch: perl
65788            ! (edit 185 files)
65789 ____________________________________________________________________________
65790 [  6873] By: jhi                                   on 2000/08/29  01:07:11
65791         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
65792              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65793              Date: Mon, 28 Aug 2000 17:45:52 -0700
65794              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
65795      Branch: perl
65796            ! Makefile.SH hints/os2.sh
65797 ____________________________________________________________________________
65798 [  6872] By: jhi                                   on 2000/08/28  23:33:39
65799         Log: Subject: [PATCH bleedperl@6866] spellings
65800              From: marcel@codewerk.com (Marcel Grunauer)
65801              Date: Tue, 29 Aug 2000 01:19:59 +0200
65802              Message-Id: <200008282319.BAA29862@gandalf.local>
65803      Branch: perl
65804            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
65805            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
65806            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
65807 ____________________________________________________________________________
65808 [  6871] By: jhi                                   on 2000/08/28  23:22:09
65809         Log: Take out the SUIDMAIL thing, that will not be
65810              a problem in 5.7.*.
65811      Branch: perl
65812            ! patchlevel.h
65813 ____________________________________________________________________________
65814 [  6870] By: jhi                                   on 2000/08/28  23:19:30
65815         Log: -S is the silent flag, -s is the strip flag.
65816              
65817              Subject: [PATCH] Re: [PATCH] make no-install          
65818              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65819              Date: Mon, 28 Aug 2000 15:12:55 -0700
65820              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
65821      Branch: perl
65822            ! Makefile.SH
65823 ____________________________________________________________________________
65824 [  6869] By: jhi                                   on 2000/08/28  23:12:05
65825         Log: Subject: [PATCH bleedperl@6856] warnings fixes
65826              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
65827              Date: Mon, 28 Aug 2000 23:55:06 +0100
65828              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
65829      Branch: perl
65830            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
65831            ! warnings.h warnings.pl
65832 ____________________________________________________________________________
65833 [  6868] By: jhi                                   on 2000/08/28  21:38:22
65834         Log: Potential cruft.
65835      Branch: perl
65836            ! Makefile.SH
65837 ____________________________________________________________________________
65838 [  6867] By: jhi                                   on 2000/08/28  21:35:36
65839         Log: Update Changes.
65840      Branch: perl
65841            ! Changes patchlevel.h
65842 ____________________________________________________________________________
65843 [  6866] By: jhi                                   on 2000/08/28  21:33:49
65844         Log: Subject: hv.h Doc Patch
65845              From: Fisher Mark <fisherm@tce.com>
65846              Date: Mon, 28 Aug 2000 16:24:59 -0500
65847              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
65848      Branch: perl
65849            ! hv.h
65850 ____________________________________________________________________________
65851 [  6865] By: jhi                                   on 2000/08/28  21:02:15
65852         Log: Add -ld to archname on long tr...double platforms.
65853      Branch: metaconfig
65854            ! U/threads/archname.U
65855      Branch: perl
65856            ! Configure config_h.SH
65857 ____________________________________________________________________________
65858 [  6864] By: jhi                                   on 2000/08/28  20:38:59
65859         Log: An attempt to fix the problem reported in
65860              
65861              Subject: Building perl@6856 using gcc/AIX 4.3.3 
65862              From: Daniel Muino <dmuino@afip.gov.ar> 
65863              Date: Mon, 28 Aug 2000 15:50:01 -0300   
65864              Message-ID: <20000828155001.A14403@con2-dgi>
65865              
65866              I can't test this properly since the gcc installation I have
65867              access to seems to be botched (gcc is calling the AIX cpp,
65868              a losing proposition...)
65869      Branch: perl
65870            ! hints/aix.sh
65871 ____________________________________________________________________________
65872 [  6863] By: jhi                                   on 2000/08/28  18:57:52
65873         Log: Fix for ID 20000828.001, long doubles were not formatted
65874              correctly (showed up in $], which stopped installing perl).
65875      Branch: perl
65876            ! sv.c
65877 ____________________________________________________________________________
65878 [  6862] By: jhi                                   on 2000/08/28  18:07:15
65879         Log: Typo in #6858.
65880      Branch: perl
65881            ! lib/Cwd.pm
65882 ____________________________________________________________________________
65883 [  6861] By: jhi                                   on 2000/08/28  17:57:27
65884         Log: opmini.o may be left around if a build is interrupted.
65885      Branch: perl
65886            ! Makefile.SH
65887 ____________________________________________________________________________
65888 [  6860] By: jhi                                   on 2000/08/28  16:52:50
65889         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
65890              From: Daniel Chetlin <daniel@chetlin.com>
65891              Date: Mon, 28 Aug 2000 01:14:18 -0700
65892              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
65893      Branch: perl
65894            ! lib/overload.pm
65895 ____________________________________________________________________________
65896 [  6859] By: jhi                                   on 2000/08/28  16:08:46
65897         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
65898              From: Nicholas Clark <nick@ccl4.org>
65899              Date: Mon, 28 Aug 2000 16:03:27 +0100
65900              Message-Id: <20000828160327.C49785@plum.flirble.org>
65901      Branch: perl
65902            ! ext/ByteLoader/bytecode.h
65903 ____________________________________________________________________________
65904 [  6858] By: jhi                                   on 2000/08/28  16:02:10
65905         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
65906              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
65907              Date: Mon, 28 Aug 2000 13:08:30 +0200
65908              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
65909      Branch: perl
65910            ! lib/Cwd.pm
65911 ____________________________________________________________________________
65912 [  6857] By: jhi                                   on 2000/08/28  15:42:47
65913         Log: display_format used as a class method without arguments was broken,
65914              reported in
65915              
65916              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
65917              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
65918              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
65919              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
65920      Branch: perl
65921            ! lib/Math/Complex.pm t/lib/complex.t
65922 ____________________________________________________________________________
65923 [  6856] By: jhi                                   on 2000/08/27  22:09:48
65924         Log: Update Changes.
65925      Branch: perl
65926            ! Changes patchlevel.h
65927 ____________________________________________________________________________
65928 [  6855] By: jhi                                   on 2000/08/27  21:59:21
65929         Log: Retract #6853 (false alarm).
65930      Branch: perl
65931            ! lib/ExtUtils/xsubpp
65932 ____________________________________________________________________________
65933 [  6854] By: jhi                                   on 2000/08/27  21:37:44
65934         Log: Update Changes.
65935      Branch: perl
65936            ! Changes patchlevel.h
65937 ____________________________________________________________________________
65938 [  6853] By: jhi                                   on 2000/08/27  21:37:16
65939         Log: Subject: [PATCH perl@6850] workaround for xsubpp
65940              From: Hugo <hv@crypt.compulink.co.uk>
65941              Date: Sun, 27 Aug 2000 22:30:25 +0100
65942              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
65943      Branch: perl
65944            ! lib/ExtUtils/xsubpp
65945 ____________________________________________________________________________
65946 [  6852] By: jhi                                   on 2000/08/27  21:33:58
65947         Log: Big-endian 64-bit patch from Raphael Manfredi.
65948      Branch: perl
65949            ! ext/Storable/Storable.xs
65950 ____________________________________________________________________________
65951 [  6851] By: jhi                                   on 2000/08/27  21:22:21
65952         Log: More ruthless editing from Hugo van der Sanden.
65953      Branch: perl
65954            ! pod/perldelta.pod
65955 ____________________________________________________________________________
65956 [  6850] By: jhi                                   on 2000/08/27  16:11:46
65957         Log: Update Changes.
65958      Branch: perl
65959            ! Changes patchlevel.h
65960 ____________________________________________________________________________
65961 [  6849] By: jhi                                   on 2000/08/27  16:11:05
65962         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
65963      Branch: perl
65964            ! configpm pod/perldelta.pod
65965 ____________________________________________________________________________
65966 [  6848] By: jhi                                   on 2000/08/27  15:35:08
65967         Log: Use the actual thread type, not the pointer-to-struct.
65968      Branch: perl
65969            ! ext/Thread/Thread.xs
65970 ____________________________________________________________________________
65971 [  6847] By: jhi                                   on 2000/08/27  15:30:49
65972         Log: Test nit.
65973      Branch: perl
65974            ! t/pragma/warn/pp_sys
65975 ____________________________________________________________________________
65976 [  6846] By: jhi                                   on 2000/08/27  15:19:02
65977         Log: Passing -R in ldflags makes now it to appear in the default
65978              for lddlflags, just like with -L.
65979              
65980              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
65981              From: Lupe Christoph <lupe@lupe-christoph.de>
65982              Date: Sun, 27 Aug 2000 10:28:21 +0200
65983              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
65984      Branch: metaconfig/U/perl
65985            ! dlsrc.U
65986      Branch: perl
65987            ! Configure
65988 ____________________________________________________________________________
65989 [  6845] By: jhi                                   on 2000/08/27  15:08:54
65990         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
65991              From: Alan Burlison <Alan.Burlison@uk.sun.com>
65992              Date: Sat, 26 Aug 2000 22:23:27 +0100
65993              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
65994      Branch: perl
65995            ! lib/ExtUtils/MM_Unix.pm
65996 ____________________________________________________________________________
65997 [  6844] By: jhi                                   on 2000/08/27  15:02:37
65998         Log: DJGPP update from Laszlo Molnar.
65999              
66000              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
66001              From: ml1050 <ml1050@freemail.hu>
66002              Date: Sat, 26 Aug 2000 23:24:40 +0200
66003              Message-Id: <20000826232440.A439@freemail.hu>
66004      Branch: perl
66005            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
66006            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
66007 ____________________________________________________________________________
66008 [  6843] By: jhi                                   on 2000/08/27  14:53:58
66009         Log: Subject: installman buglet
66010              From: Lupe Christoph <lupe@lupe-christoph.de>
66011              Date: Sun, 27 Aug 2000 14:38:59 +0200
66012              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
66013      Branch: perl
66014            ! installman
66015 ____________________________________________________________________________
66016 [  6842] By: jhi                                   on 2000/08/27  14:52:08
66017         Log: Can't get the test to reliably work thanks to the
66018              inaccurateness of floating point.  "Resolves" bug ids
66019              20000826.003, 20000826.009, 20000826.010,
66020      Branch: perl
66021            ! t/lib/trig.t
66022 ____________________________________________________________________________
66023 [  6841] By: jhi                                   on 2000/08/26  15:53:58
66024         Log: Update Changes.
66025      Branch: perl
66026            ! Changes patchlevel.h
66027 ____________________________________________________________________________
66028 [  6840] By: jhi                                   on 2000/08/26  14:23:03
66029         Log: grep -e isn't portable.
66030              
66031              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
66032              From: chris@broadband.att.com
66033              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
66034              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
66035      Branch: perl
66036            ! hints/solaris_2.sh
66037 ____________________________________________________________________________
66038 [  6839] By: jhi                                   on 2000/08/26  14:12:23
66039         Log: no-install target a la make -n.
66040              
66041              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
66042              From: <abigail@foad.org>
66043              Date: Sat, 26 Aug 2000 03:57:34 -0400
66044              Message-ID: <20000826075735.18912.qmail@foad.org>
66045      Branch: perl
66046            ! Makefile.SH installman installperl
66047 ____________________________________________________________________________
66048 [  6838] By: jhi                                   on 2000/08/26  14:06:33
66049         Log: Retract #6826 as the #6828 should be do the same
66050              in a More Correct Way.
66051      Branch: perl
66052            ! installperl
66053 ____________________________________________________________________________
66054 [  6837] By: jhi                                   on 2000/08/26  05:24:00
66055         Log: More casting.
66056      Branch: perl
66057            ! ext/Storable/Storable.xs
66058 ____________________________________________________________________________
66059 [  6836] By: jhi                                   on 2000/08/26  05:05:46
66060         Log: Nicer in decimal.
66061      Branch: perl
66062            ! ext/Storable/Storable.xs
66063 ____________________________________________________________________________
66064 [  6835] By: jhi                                   on 2000/08/26  05:03:50
66065         Log: There be no UVdf.
66066      Branch: perl
66067            ! ext/Storable/Storable.xs
66068 ____________________________________________________________________________
66069 [  6834] By: jhi                                   on 2000/08/26  05:00:18
66070         Log: Continue IVdfing and UVxfing.
66071      Branch: perl
66072            ! ext/Storable/Storable.xs
66073 ____________________________________________________________________________
66074 [  6833] By: jhi                                   on 2000/08/26  04:53:14
66075         Log: Use IVdf.
66076      Branch: perl
66077            ! ext/Storable/Storable.xs
66078 ____________________________________________________________________________
66079 [  6832] By: jhi                                   on 2000/08/26  04:40:41
66080         Log: Document PTR2XX and INT2PTR.
66081      Branch: perl
66082            ! pod/perlguts.pod
66083 ____________________________________________________________________________
66084 [  6831] By: jhi                                   on 2000/08/26  04:33:18
66085         Log: Use UVxf, PTR2UV, NVff.
66086      Branch: perl
66087            ! ext/Storable/Storable.xs
66088 ____________________________________________________________________________
66089 [  6830] By: jhi                                   on 2000/08/26  04:31:32
66090         Log: Update the test count.
66091      Branch: perl
66092            ! t/lib/trig.t
66093 ____________________________________________________________________________
66094 [  6829] By: jhi                                   on 2000/08/26  03:05:50
66095         Log: Subject: [PATCH] installation not quite silent yet.
66096              From: <abigail@foad.org>
66097              Date: Fri, 25 Aug 2000 20:07:53 -0400
66098              Message-ID: <20000826000753.7822.qmail@foad.org>
66099      Branch: perl
66100            ! installman installperl
66101 ____________________________________________________________________________
66102 [  6828] By: jhi                                   on 2000/08/26  03:05:14
66103         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
66104              From: Spider Boardman <spider@web.zk3.dec.com>
66105              Date: Fri, 25 Aug 2000 19:12:40 -0400
66106              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
66107      Branch: perl
66108            ! gv.c
66109 ____________________________________________________________________________
66110 [  6827] By: jhi                                   on 2000/08/25  23:54:34
66111         Log: Support preserving extremely big/small angles.
66112      Branch: perl
66113            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
66114 ____________________________________________________________________________
66115 [  6826] By: jhi                                   on 2000/08/25  23:01:20
66116         Log: Patch installperl to be long double-aware.
66117              
66118              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
66119              From: Spider Boardman <spider@web.zk3.dec.com>
66120              Date: Fri, 25 Aug 2000 18:15:23 -0400
66121              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
66122      Branch: perl
66123            ! installperl
66124 ____________________________________________________________________________
66125 [  6825] By: jhi                                   on 2000/08/25  22:58:25
66126         Log: Remove duplicately applied patch shards.
66127              
66128              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
66129              From: Spider Boardman <spider@leggy.zk3.dec.com>
66130              Date: Fri, 25 Aug 2000 16:45:03 -0400
66131              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
66132      Branch: perl
66133            ! t/lib/cgi-html.t
66134 ____________________________________________________________________________
66135 [  6824] By: jhi                                   on 2000/08/25  22:57:00
66136         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
66137              From: Daniel Chetlin <daniel@chetlin.com>
66138              Date: Fri, 25 Aug 2000 12:23:16 -0700
66139              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
66140              
66141              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
66142              From: Daniel Chetlin <daniel@chetlin.com>
66143              Date: Fri, 25 Aug 2000 14:47:19 -0700
66144              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
66145      Branch: perl
66146            ! installman
66147 ____________________________________________________________________________
66148 [  6823] By: jhi                                   on 2000/08/25  22:44:17
66149         Log: Timestamp problem?
66150      Branch: perl
66151            ! uconfig.h uconfig.sh
66152 ____________________________________________________________________________
66153 [  6822] By: jhi                                   on 2000/08/25  19:01:06
66154         Log: One forgotten file from #6816.
66155      Branch: perl
66156            ! vos/config.h
66157 ____________________________________________________________________________
66158 [  6821] By: jhi                                   on 2000/08/25  18:56:39
66159         Log: Regen Changes.
66160      Branch: perl
66161            ! Changes patchlevel.h
66162 ____________________________________________________________________________
66163 [  6820] By: jhi                                   on 2000/08/25  18:52:35
66164         Log: Fix Changes ordering.
66165      Branch: perl
66166            ! Changes
66167 ____________________________________________________________________________
66168 [  6819] By: jhi                                   on 2000/08/25  18:50:25
66169         Log: Update Changes.
66170      Branch: perl
66171            ! Changes patchlevel.h
66172 ____________________________________________________________________________
66173 [  6818] By: jhi                                   on 2000/08/25  18:47:45
66174         Log: Tweak the sfio/useperlio logic, hopefully as wished in
66175              
66176              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
66177              From: Nicholas Clark <nick@babyhippo.co.uk>
66178              Date: Fri, 25 Aug 2000 12:01:45 +0100
66179              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
66180      Branch: metaconfig/U/perl
66181            ! d_sfio.U
66182      Branch: perl
66183            ! Configure
66184 ____________________________________________________________________________
66185 [  6817] By: jhi                                   on 2000/08/25  18:32:51
66186         Log: Allow microperl to assume <math.h>, without it the math
66187              functions like floor() are assumed to return int, which makes
66188              for core dumps in machines where integer and floating register
66189              don't mix.
66190      Branch: perl
66191            ! uconfig.h uconfig.sh
66192 ____________________________________________________________________________
66193 [  6816] By: jhi                                   on 2000/08/25  18:27:17
66194         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
66195              the problem reported in
66196              
66197              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
66198              From: danhale@us.ibm.com
66199              Date: Fri, 25 Aug 2000 10:58:06 -0400
66200              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
66201      Branch: metaconfig/U/perl
66202            + d_socks5_init.U
66203      Branch: perl
66204            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
66205            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
66206            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
66207            ! win32/config.gc win32/config.vc
66208 ____________________________________________________________________________
66209 [  6815] By: jhi                                   on 2000/08/25  17:43:31
66210         Log: A solution for the retrieve_fd autosplit warning,
66211              idea suggested by Mike Guy.
66212      Branch: perl
66213            ! ext/Storable/Storable.pm
66214 ____________________________________________________________________________
66215 [  6814] By: jhi                                   on 2000/08/25  17:16:03
66216         Log: Add install-silent target.
66217      Branch: perl
66218            ! Makefile.SH
66219 ____________________________________________________________________________
66220 [  6813] By: jhi                                   on 2000/08/25  17:14:23
66221         Log: Subject: Re: [PATCH] More silencing of installman.
66222              From: <abigail@foad.org>
66223              Date: Thu, 24 Aug 2000 19:27:03 -0400
66224              Message-ID: <20000824232703.7001.qmail@foad.org>
66225              
66226              Subject: Re: [PATCH] More silencing of installman.
66227              From: <abigail@foad.org>
66228              Date: Fri, 25 Aug 2000 03:00:58 -0400
66229              Message-ID: <20000825070058.10697.qmail@foad.org>
66230      Branch: perl
66231            ! installman
66232 ____________________________________________________________________________
66233 [  6812] By: jhi                                   on 2000/08/25  17:11:28
66234         Log: installperl --verbose and --silent.
66235              
66236              Subject: Re: [PATCH] More silencing of installman.
66237              From: <abigail@foad.org>
66238              Message-ID: <20000825064430.9719.qmail@foad.org>
66239              Date: Fri, 25 Aug 2000 02:44:30 -0400
66240      Branch: perl
66241            ! installperl
66242 ____________________________________________________________________________
66243 [  6811] By: jhi                                   on 2000/08/25  17:05:43
66244         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
66245              From: "Peter J. Farley III" <pjfarley@banet.net>
66246              Date: Thu, 24 Aug 2000 21:58:03 -0400
66247              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
66248              
66249              (applied slightly modified)
66250      Branch: perl
66251            ! lib/ExtUtils/MM_Unix.pm
66252 ____________________________________________________________________________
66253 [  6810] By: jhi                                   on 2000/08/25  17:01:18
66254         Log: Missing parts of 
66255              
66256              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
66257              From: Peter Prymmer <pvhp@forte.com>
66258              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
66259              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
66260      Branch: perl
66261            ! t/lib/cgi-html.t
66262 ____________________________________________________________________________
66263 [  6809] By: jhi                                   on 2000/08/25  16:46:32
66264         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
66265              From: "Craig A. Berry" <craig.berry@psinetcs.com>
66266              Date: Thu, 24 Aug 2000 19:13:11 -0500
66267              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
66268      Branch: perl
66269            ! vms/vms.c
66270 ____________________________________________________________________________
66271 [  6808] By: jhi                                   on 2000/08/25  16:39:22
66272         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
66273              From: Peter Prymmer <pvhp@forte.com>
66274              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
66275              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
66276      Branch: perl
66277            ! configure.com
66278 ____________________________________________________________________________
66279 [  6807] By: jhi                                   on 2000/08/25  16:36:37
66280         Log: Better wording for the vec lvalue diagnostic.
66281              
66282              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
66283              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
66284              Date: Wed, 23 Aug 2000 14:12:16 -0400
66285              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
66286      Branch: perl
66287            ! pod/perldiag.pod
66288 ____________________________________________________________________________
66289 [  6806] By: jhi                                   on 2000/08/24  18:17:22
66290         Log: Subject: [PATCH] More silencing of installman.
66291              From: <abigail@foad.org>
66292              Date: Thu, 24 Aug 2000 14:01:44 -0400
66293              Message-ID: <20000824180144.20062.qmail@foad.org>
66294      Branch: perl
66295            ! installman
66296 ____________________________________________________________________________
66297 [  6805] By: jhi                                   on 2000/08/24  15:00:31
66298         Log: Update Changes.
66299      Branch: perl
66300            ! Changes patchlevel.h
66301 ____________________________________________________________________________
66302 [  6804] By: jhi                                   on 2000/08/24  14:59:07
66303         Log: Regen perltoc.
66304      Branch: perl
66305            ! pod/perltoc.pod
66306 ____________________________________________________________________________
66307 [  6803] By: jhi                                   on 2000/08/24  14:44:39
66308         Log: Show the doc file, not the temp file.
66309      Branch: perl
66310            ! installman
66311 ____________________________________________________________________________
66312 [  6802] By: jhi                                   on 2000/08/24  14:41:53
66313         Log: Continue silencing.
66314      Branch: perl
66315            ! installman
66316 ____________________________________________________________________________
66317 [  6801] By: jhi                                   on 2000/08/24  14:34:40
66318         Log: Actually do something with the silencer option.
66319      Branch: perl
66320            ! installman
66321 ____________________________________________________________________________
66322 [  6800] By: jhi                                   on 2000/08/24  14:26:22
66323         Log: Make installman to recognize the silence flag -S.
66324      Branch: perl
66325            ! installman
66326 ____________________________________________________________________________
66327 [  6799] By: jhi                                   on 2000/08/24  13:49:38
66328         Log: DOS patches and portability/porting notes, from Tim Jenness.
66329      Branch: perl
66330            ! lib/File/Temp.pm
66331 ____________________________________________________________________________
66332 [  6798] By: jhi                                   on 2000/08/24  13:48:27
66333         Log: Create directories in silence.
66334              
66335              Subject: [PATCH] Another silencer for MakeMaker
66336              From: andreas.koenig@anima.de (Andreas J. Koenig)
66337              Date: 24 Aug 2000 14:18:52 +0200
66338              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
66339      Branch: perl
66340            ! lib/ExtUtils/Command.pm
66341 ____________________________________________________________________________
66342 [  6797] By: jhi                                   on 2000/08/24  13:46:42
66343         Log: More liberal parsing of version numbers.
66344              
66345              Subject: Re: CPAN.pm beta for testing available
66346              From: andreas.koenig@anima.de (Andreas J. Koenig)
66347              Date: 24 Aug 2000 13:51:57 +0200
66348              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
66349      Branch: perl
66350            ! lib/CPAN.pm
66351 ____________________________________________________________________________
66352 [  6796] By: jhi                                   on 2000/08/24  13:44:36
66353         Log: Make "make install" by default silent.  A new "install-verbose"
66354              target is verbose.
66355      Branch: perl
66356            ! Makefile.SH
66357 ____________________________________________________________________________
66358 [  6795] By: jhi                                   on 2000/08/24  13:39:14
66359         Log: Add silencer flags to installperl.
66360              
66361              Subject: [PATCH] Making installperl silent.
66362              From: <abigail@foad.org>
66363              Date: Thu, 24 Aug 2000 05:01:45 -0400
66364              Message-ID: <20000824090145.13141.qmail@foad.org>
66365      Branch: perl
66366            ! installperl
66367 ____________________________________________________________________________
66368 [  6794] By: jhi                                   on 2000/08/24  13:35:50
66369         Log: installperl couldn't tell whether it had run tests or not.
66370              
66371              Subject: [PATCH] Re: installperl and t/TEST
66372              From: <abigail@foad.org>
66373              Date: Thu, 24 Aug 2000 04:00:53 -0400
66374              Message-ID: <20000824080053.2494.qmail@foad.org>
66375      Branch: perl
66376            ! Makefile.SH installperl
66377 ____________________________________________________________________________
66378 [  6793] By: jhi                                   on 2000/08/24  13:27:50
66379         Log: Drop the separate perlbc, perlcc -b should be enough.
66380      Branch: perl
66381            - utils/perlbc.PL
66382            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
66383 ____________________________________________________________________________
66384 [  6792] By: jhi                                   on 2000/08/24  04:41:30
66385         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
66386              plus the typo fix from Peter Prymmer.
66387      Branch: perl
66388            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
66389            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
66390 ____________________________________________________________________________
66391 [  6791] By: jhi                                   on 2000/08/24  02:10:43
66392         Log: Replace #6705 with a minimal doc patch.
66393              
66394              Subject: [PATCH 5.6.0] replace change #6705
66395              From: Jan Dubois <jand@ActiveState.com>
66396              Date: Wed, 23 Aug 2000 18:31:51 -0700
66397              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
66398      Branch: perl
66399            ! lib/Win32.pod win32/win32.c
66400 ____________________________________________________________________________
66401 [  6790] By: jhi                                   on 2000/08/23  17:52:00
66402         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
66403              From: Mike Guy <mjtg@cam.ac.uk>
66404              Date: Wed, 23 Aug 2000 18:38:46 +0100
66405              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
66406      Branch: perl
66407            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
66408 ____________________________________________________________________________
66409 [  6789] By: jhi                                   on 2000/08/23  15:34:21
66410         Log: Update Changes.
66411      Branch: perl
66412            ! Changes patchlevel.h
66413 ____________________________________________________________________________
66414 [  6788] By: jhi                                   on 2000/08/23  15:33:40
66415         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
66416              From: Wilfredo Sánchez <wsanchez@apple.com>
66417              Date: Tue, 22 Aug 2000 19:31:27 -0700
66418              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
66419      Branch: perl
66420            ! perl.h
66421 ____________________________________________________________________________
66422 [  6787] By: jhi                                   on 2000/08/23  15:29:31
66423         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
66424              From: Spider Boardman <spider@leggy.zk3.dec.com>
66425              Date: Wed, 23 Aug 2000 10:33:23 -0400
66426              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
66427      Branch: perl
66428            ! lib/Pod/Html.pm
66429 ____________________________________________________________________________
66430 [  6786] By: jhi                                   on 2000/08/23  15:28:11
66431         Log: Bad makefile.
66432      Branch: perl
66433            ! ext/B/Makefile.PL
66434 ____________________________________________________________________________
66435 [  6785] By: jhi                                   on 2000/08/23  14:37:04
66436         Log: Update Changes.
66437      Branch: perl
66438            ! Changes patchlevel.h
66439 ____________________________________________________________________________
66440 [  6784] By: jhi                                   on 2000/08/23  13:58:41
66441         Log: Portability fix from Hugo van der Sanden.
66442      Branch: perl
66443            ! ext/re/Makefile.PL
66444 ____________________________________________________________________________
66445 [  6783] By: jhi                                   on 2000/08/23  13:53:53
66446         Log: Storable support, v-version fixes.
66447              
66448              Subject: CPAN.pm beta for testing available
66449              From: andreas.koenig@anima.de (Andreas J. Koenig)
66450              Date: 22 Aug 2000 23:31:33 +0200
66451              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
66452      Branch: perl
66453            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
66454 ____________________________________________________________________________
66455 [  6782] By: jhi                                   on 2000/08/23  13:51:26
66456         Log: Mac and other portability updates from Chris Nandor.
66457      Branch: perl
66458            ! pod/perlmodinstall.pod
66459 ____________________________________________________________________________
66460 [  6781] By: jhi                                   on 2000/08/23  13:47:33
66461         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
66462              From: Peter Prymmer <pvhp@forte.com>
66463              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
66464              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
66465      Branch: perl
66466            ! ext/Storable/Storable.xs
66467 ____________________________________________________________________________
66468 [  6780] By: jhi                                   on 2000/08/23  13:33:34
66469         Log: VMS MMS (make) wants null action.
66470      Branch: perl
66471            ! ext/B/Makefile.PL
66472 ____________________________________________________________________________
66473 [  6779] By: jhi                                   on 2000/08/22  19:44:47
66474         Log: Forgot portability nit.
66475      Branch: perl
66476            ! t/lib/st-forgive.t
66477 ____________________________________________________________________________
66478 [  6778] By: jhi                                   on 2000/08/22  19:35:25
66479         Log: Be portable.
66480      Branch: perl
66481            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
66482            ! t/lib/st-store.t
66483 ____________________________________________________________________________
66484 [  6777] By: jhi                                   on 2000/08/22  18:50:53
66485         Log: Update Changes.
66486      Branch: perl
66487            ! Changes patchlevel.h
66488 ____________________________________________________________________________
66489 [  6776] By: jhi                                   on 2000/08/22  18:44:46
66490         Log: cSVOPo_*v things index into the current PL_curpad
66491              under ithreads, which is different from the curpad
66492              used by the XSUB.  (In other words, the code as-is
66493              before this patch wouldn't work under ithreads.)
66494              From Sarathy.
66495      Branch: perl
66496            ! ext/B/B.xs
66497 ____________________________________________________________________________
66498 [  6775] By: jhi                                   on 2000/08/22  18:18:37
66499         Log: Make the selection of NVff et al stricter.
66500      Branch: metaconfig/U/perl
66501            ! perlxvf.U
66502      Branch: perl
66503            ! Configure config_h.SH
66504 ____________________________________________________________________________
66505 [  6774] By: jhi                                   on 2000/08/22  17:19:42
66506         Log: perldelta nits.
66507      Branch: perl
66508            ! pod/perldelta.pod
66509 ____________________________________________________________________________
66510 [  6773] By: jhi                                   on 2000/08/22  17:06:26
66511         Log: Long double fixes from Spider Boardman.
66512              
66513              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
66514              From: system PRIVILEGED account <root@peano.zk3.dec.com>
66515              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
66516              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
66517      Branch: perl
66518            ! t/lib/bigfltpm.t t/lib/st-06compat.t
66519 ____________________________________________________________________________
66520 [  6772] By: jhi                                   on 2000/08/22  15:04:53
66521         Log: Update Changes.
66522      Branch: perl
66523            ! Changes patchlevel.h
66524 ____________________________________________________________________________
66525 [  6771] By: jhi                                   on 2000/08/22  15:01:44
66526         Log: perldelta fixes from Hugo van der Sanden.
66527      Branch: perl
66528            ! pod/perldelta.pod
66529 ____________________________________________________________________________
66530 [  6770] By: jhi                                   on 2000/08/22  14:34:49
66531         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
66532              From: Hugo <hv@crypt.compulink.co.uk>
66533              Date: Tue, 22 Aug 2000 11:21:53 +0100
66534              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
66535      Branch: perl
66536            ! regcomp.c
66537 ____________________________________________________________________________
66538 [  6769] By: jhi                                   on 2000/08/22  14:30:02
66539         Log: Add Yitzchak, reformat.
66540      Branch: perl
66541            ! Changes config_h.SH
66542 ____________________________________________________________________________
66543 [  6768] By: jhi                                   on 2000/08/22  14:21:35
66544         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
66545              and Spider Boardman.
66546      Branch: metaconfig
66547            ! U/compline/d_gconvert.U
66548      Branch: perl
66549            ! Configure
66550 ____________________________________________________________________________
66551 [  6767] By: jhi                                   on 2000/08/22  14:11:24
66552         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
66553              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66554              Date: Mon, 21 Aug 2000 19:08:31 -0700
66555              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
66556      Branch: perl
66557            - ext/Storable/patchlevel.h
66558            ! MANIFEST ext/Storable/MANIFEST
66559 ____________________________________________________________________________
66560 [  6766] By: jhi                                   on 2000/08/22  13:49:29
66561         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
66562              From: Peter Prymmer <pvhp@forte.com>
66563              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
66564              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
66565      Branch: perl
66566            ! configure.com ext/Storable/Makefile.PL
66567 ____________________________________________________________________________
66568 [  6765] By: jhi                                   on 2000/08/22  13:44:59
66569         Log: Subject: [PATCH blead] B:: missing dependency
66570              From: Hugo <hv@crypt.compulink.co.uk>
66571              Date: Tue, 22 Aug 2000 06:44:33 +0100
66572              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
66573      Branch: perl
66574            ! ext/B/Makefile.PL
66575 ____________________________________________________________________________
66576 [  6764] By: jhi                                   on 2000/08/22  13:38:12
66577         Log: More bytecompiler.
66578      Branch: perl
66579            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
66580 ____________________________________________________________________________
66581 [  6763] By: jhi                                   on 2000/08/22  13:36:44
66582         Log: Bytecompiler patches from Benjamin Stuhl.
66583      Branch: perl
66584            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
66585            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
66586            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
66587            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
66588            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
66589            ! perl.c perlapi.h pod/perldelta.pod
66590 ____________________________________________________________________________
66591 [  6762] By: jhi                                   on 2000/08/21  23:43:40
66592         Log: An obsoleted diagnostic.
66593      Branch: perl
66594            ! pod/perldelta.pod
66595 ____________________________________________________________________________
66596 [  6761] By: jhi                                   on 2000/08/21  23:01:45
66597         Log: The #6759 wasn't quite right.
66598      Branch: perl
66599            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
66600            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
66601            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
66602            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
66603            ! t/lib/st-tieditems.t
66604 ____________________________________________________________________________
66605 [  6760] By: jhi                                   on 2000/08/21  22:35:49
66606         Log: Be verydeepclean.
66607      Branch: perl
66608            ! Makefile.SH
66609 ____________________________________________________________________________
66610 [  6759] By: jhi                                   on 2000/08/21  22:25:40
66611         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
66612              From: Peter Prymmer <pvhp@forte.com>
66613              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
66614              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
66615      Branch: perl
66616            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
66617            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
66618            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
66619            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
66620            ! t/lib/st-tieditems.t
66621 ____________________________________________________________________________
66622 [  6758] By: jhi                                   on 2000/08/21  22:22:32
66623         Log: Few more casts, need reported in
66624              
66625              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
66626              From: Mike Stok <mike@stok.co.uk>
66627              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
66628              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
66629              
66630              and
66631              
66632              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
66633              From: abigail@foad.org
66634              Date: 21 Aug 2000 21:31:34 -0000
66635              Message-Id: <20000821213134.30170.qmail@foad.org>
66636      Branch: perl
66637            ! ext/Storable/Storable.xs
66638 ____________________________________________________________________________
66639 [  6757] By: jhi                                   on 2000/08/21  18:37:07
66640         Log: Update Changes.
66641      Branch: perl
66642            ! Changes patchlevel.h
66643 ____________________________________________________________________________
66644 [  6756] By: jhi                                   on 2000/08/21  18:34:02
66645         Log: A pod nit.
66646              
66647              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
66648              From: <abigail@foad.org>
66649              Date: Mon, 21 Aug 2000 14:00:16 -0400
66650              Message-ID: <20000821180016.28627.qmail@foad.org>
66651      Branch: perl
66652            ! pod/perlre.pod
66653 ____________________________________________________________________________
66654 [  6755] By: jhi                                   on 2000/08/21  18:30:56
66655         Log: Use PodParser 1.18 new test.
66656      Branch: perl
66657            ! t/pod/special_seqs.t t/pod/special_seqs.xr
66658 ____________________________________________________________________________
66659 [  6754] By: jhi                                   on 2000/08/21  18:28:35
66660         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
66661              patches cannot be applied since #6712 conflicts.
66662      Branch: perl
66663            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
66664 ____________________________________________________________________________
66665 [  6753] By: jhi                                   on 2000/08/21  18:15:11
66666         Log: Weed out some smaller changes.
66667      Branch: perl
66668            ! pod/perldelta.pod
66669 ____________________________________________________________________________
66670 [  6752] By: jhi                                   on 2000/08/21  18:02:30
66671         Log: Also under djgpp the timestamps are funky.
66672      Branch: perl
66673            ! t/op/stat.t
66674 ____________________________________________________________________________
66675 [  6751] By: jhi                                   on 2000/08/21  17:55:56
66676         Log: Tweak the floating point output routine preferences.
66677      Branch: metaconfig
66678            ! U/compline/d_gconvert.U
66679      Branch: perl
66680            ! Configure
66681 ____________________________________________________________________________
66682 [  6750] By: jhi                                   on 2000/08/21  17:51:29
66683         Log: Unicos/mk requires elaborate paranoia.
66684      Branch: perl
66685            ! lib/Math/Complex.pm
66686 ____________________________________________________________________________
66687 [  6749] By: gsar                                  on 2000/08/21  16:53:31
66688         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
66689      Branch: perl
66690            ! lib/Cwd.pm
66691 ____________________________________________________________________________
66692 [  6748] By: gsar                                  on 2000/08/21  16:22:19
66693         Log: free TLS slot properly on Windows
66694      Branch: perl
66695            ! thread.h win32/perllib.c win32/win32thread.h
66696 ____________________________________________________________________________
66697 [  6747] By: jhi                                   on 2000/08/21  16:20:58
66698         Log: Rename the macro argument because some preprocessors
66699              can't tell the difference and expand arguments also inside
66700              double quoted strings.
66701      Branch: perl
66702            ! regcomp.c
66703 ____________________________________________________________________________
66704 [  6746] By: jhi                                   on 2000/08/21  16:09:41
66705         Log: Support long doubles in Storable.
66706              
66707              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
66708              From: Radu Greab <radu@netsoft.ro>
66709              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
66710              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
66711      Branch: perl
66712            ! ext/Storable/Storable.xs
66713 ____________________________________________________________________________
66714 [  6745] By: jhi                                   on 2000/08/21  15:51:40
66715         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
66716              From: "Fifer, Eric" <EFifer@sanwaint.com>
66717              Date: Mon, 21 Aug 2000 15:34:49 +0100
66718              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
66719      Branch: perl
66720            ! t/pragma/warn/9enabled
66721 ____________________________________________________________________________
66722 [  6744] By: jhi                                   on 2000/08/21  15:39:35
66723         Log: Document the endianness of Alpha more precisely.
66724      Branch: perl
66725            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
66726            ! pod/perlport.pod
66727 ____________________________________________________________________________
66728 [  6743] By: jhi                                   on 2000/08/21  14:47:05
66729         Log: perldelta fixes from the p5p crowd.
66730      Branch: perl
66731            ! pod/perldelta.pod pod/perlop.pod
66732 ____________________________________________________________________________
66733 [  6742] By: jhi                                   on 2000/08/21  13:34:51
66734         Log: Update to Pod::LaTeX 0.53.
66735              
66736              Subject: [PATCH] lib/Pod/LaTeX.pm updates
66737              From: Tim Jenness <timj@jach.hawaii.edu>
66738              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
66739              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
66740      Branch: perl
66741            ! lib/Pod/LaTeX.pm
66742 ____________________________________________________________________________
66743 [  6741] By: jhi                                   on 2000/08/21  13:33:01
66744         Log: Subject: [PATCH] os2.c fix for use64bitint
66745              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66746              Date: Mon, 21 Aug 2000 01:32:25 -0700
66747              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
66748      Branch: perl
66749            ! os2/os2.c
66750 ____________________________________________________________________________
66751 [  6740] By: jhi                                   on 2000/08/21  13:28:52
66752         Log: Array context keeps slithering in.
66753              
66754              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
66755              From: Daniel Chetlin <daniel@chetlin.com>
66756              Date: Sun, 20 Aug 2000 21:40:25 -0700
66757              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
66758      Branch: perl
66759            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
66760            ! pod/perldebtut.pod
66761 ____________________________________________________________________________
66762 [  6739] By: jhi                                   on 2000/08/21  13:23:55
66763         Log: Big-endian quad fixes for Storable from Radu Greab,
66764              plus few explicit null casts for picky compilers.
66765      Branch: perl
66766            ! ext/Storable/Storable.xs
66767 ____________________________________________________________________________
66768 [  6738] By: gsar                                  on 2000/08/21  05:56:13
66769         Log: small tweaks for change#6705: avoid C++ style comments in C code;
66770              use Perl's malloc API rather than the low level system one
66771      Branch: perl
66772            ! win32/win32.c
66773 ____________________________________________________________________________
66774 [  6737] By: gsar                                  on 2000/08/21  05:35:41
66775         Log: add Storable to list of extensions on Windows
66776      Branch: perl
66777            ! win32/Makefile win32/makefile.mk
66778 ____________________________________________________________________________
66779 [  6736] By: jhi                                   on 2000/08/21  02:57:53
66780         Log: Update Changes.
66781      Branch: perl
66782            ! Changes patchlevel.h
66783 ____________________________________________________________________________
66784 [  6735] By: jhi                                   on 2000/08/21  02:57:20
66785         Log: Draft 0.
66786      Branch: perl
66787            ! pod/perldelta.pod
66788 ____________________________________________________________________________
66789 [  6734] By: jhi                                   on 2000/08/21  02:57:03
66790         Log: Add Storable 0.7.2 from Raphael Manfredi,
66791              plus the patch from
66792              
66793              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
66794              From: Radu Greab <radu@netsoft.ro>
66795              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
66796              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
66797              
66798              plus changes to get Storable to compile with
66799              picky ANSI compilers.
66800      Branch: perl
66801            + ext/Storable/ChangeLog ext/Storable/MANIFEST
66802            + ext/Storable/Makefile.PL ext/Storable/README
66803            + ext/Storable/Storable.pm ext/Storable/Storable.xs
66804            + ext/Storable/patchlevel.h t/lib/st-06compat.t
66805            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
66806            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
66807            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
66808            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
66809            + t/lib/st-tieditems.t
66810            ! MANIFEST
66811 ____________________________________________________________________________
66812 [  6733] By: jhi                                   on 2000/08/21  02:29:09
66813         Log: The correct cleaning order is an art.
66814      Branch: perl
66815            ! Makefile.SH
66816 ____________________________________________________________________________
66817 [  6732] By: jhi                                   on 2000/08/21  01:23:39
66818         Log: The #6724 is here.
66819      Branch: perl
66820            ! t/lib/ftmp-security.t
66821 ____________________________________________________________________________
66822 [  6731] By: jhi                                   on 2000/08/20  23:17:03
66823         Log: s/this one/the 5.6.0 release/
66824      Branch: perl
66825            ! pod/perl56delta.pod
66826 ____________________________________________________________________________
66827 [  6730] By: jhi                                   on 2000/08/20  23:07:34
66828         Log: Mention perlebcdic and perlposix-bc.
66829      Branch: perl
66830            ! pod/perlport.pod
66831 ____________________________________________________________________________
66832 [  6729] By: jhi                                   on 2000/08/20  21:32:59
66833         Log: Document the number of exponent digits.
66834      Branch: perl
66835            ! pod/perlfunc.pod
66836 ____________________________________________________________________________
66837 [  6728] By: jhi                                   on 2000/08/20  21:16:47
66838         Log: Use File::Spec->tmpdir().
66839              
66840              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
66841              From: Tim Jenness <timj@jach.hawaii.edu>
66842              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
66843              MIME-Version: 1.0
66844              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
66845      Branch: perl
66846            ! utils/perlbug.PL
66847 ____________________________________________________________________________
66848 [  6727] By: jhi                                   on 2000/08/20  20:43:32
66849         Log: Update Changes.
66850      Branch: perl
66851            ! Changes patchlevel.h
66852 ____________________________________________________________________________
66853 [  6726] By: jhi                                   on 2000/08/20  20:41:44
66854         Log: The veryclean target needs to clobber.
66855      Branch: perl
66856            ! Makefile.SH
66857 ____________________________________________________________________________
66858 [  6725] By: jhi                                   on 2000/08/20  20:37:38
66859         Log: Document odd vs even subreleases and -Dusedevel.
66860      Branch: perl
66861            ! INSTALL
66862 ____________________________________________________________________________
66863 [  6724] By: jhi                                   on 2000/08/20  19:58:05
66864         Log: Use temporary directory instead of current directory.
66865              
66866              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
66867              From: Tim Jenness <timj@jach.hawaii.edu>
66868              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
66869              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
66870      Branch: perl
66871            ! t/lib/ftmp-security.t
66872 ____________________________________________________________________________
66873 [  6723] By: jhi                                   on 2000/08/20  19:55:55
66874         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
66875              From: andreas.koenig@anima.de (Andreas J. Koenig)
66876              Date: 20 Aug 2000 15:52:03 +0200
66877              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
66878      Branch: perl
66879            ! lib/ExtUtils/MM_Unix.pm
66880 ____________________________________________________________________________
66881 [  6722] By: jhi                                   on 2000/08/20  19:46:01
66882         Log: Update to CGI 2.72, from Lincoln Stein.
66883      Branch: perl
66884            ! lib/CGI.pm
66885 ____________________________________________________________________________
66886 [  6721] By: jhi                                   on 2000/08/20  19:43:54
66887         Log: (Replaced by #8364.)
66888              
66889              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
66890              From: Radu Greab <radu@netsoft.ro>
66891              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
66892              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
66893      Branch: perl
66894            ! ext/GDBM_File/GDBM_File.xs
66895 ____________________________________________________________________________
66896 [  6720] By: jhi                                   on 2000/08/20  19:42:01
66897         Log: pp_open() could pass an uninitialized filename down to do_open9().
66898      Branch: perl
66899            ! pp_sys.c
66900 ____________________________________________________________________________
66901 [  6719] By: jhi                                   on 2000/08/20  14:06:41
66902         Log: UTF8 concat fixes.
66903              
66904              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
66905              From: Hugo <hv@crypt.compulink.co.uk>
66906              Date: Sun, 20 Aug 2000 07:30:46 +0100
66907              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
66908      Branch: perl
66909            ! pp_hot.c t/op/append.t
66910 ____________________________________________________________________________
66911 [  6718] By: jhi                                   on 2000/08/20  02:09:37
66912         Log: Let's try #6717 again.
66913      Branch: perl
66914            ! lib/File/Temp.pm
66915 ____________________________________________________________________________
66916 [  6717] By: jhi                                   on 2000/08/20  01:56:55
66917         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
66918              From: "Craig A. Berry" <craig.berry@metamorgs.com>
66919              Date: Sat, 19 Aug 2000 18:15:39 -0500
66920              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
66921      Branch: perl
66922            ! lib/File/Temp.pm
66923 ____________________________________________________________________________
66924 [  6716] By: jhi                                   on 2000/08/19  15:50:11
66925         Log: Update Changes.
66926      Branch: perl
66927            ! Changes patchlevel.h
66928 ____________________________________________________________________________
66929 [  6715] By: jhi                                   on 2000/08/19  15:39:09
66930         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
66931              From: Jonathan D Johnston <jdjohnston2@juno.com>
66932              Date: Thu, 17 Aug 2000 23:13:01 -0400       
66933              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
66934      Branch: perl
66935            ! pod/perlfunc.pod
66936 ____________________________________________________________________________
66937 [  6714] By: jhi                                   on 2000/08/19  15:34:04
66938         Log: Introduce a 'veryclean' target that is like 'distclean'
66939              but also removes *~ and *.orig.
66940      Branch: perl
66941            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
66942            ! utils/Makefile x2p/Makefile.SH
66943 ____________________________________________________________________________
66944 [  6713] By: jhi                                   on 2000/08/19  14:15:45
66945         Log: Put back the long double avoidance code to POSIX.xs
66946              because VMS seems to need it still.
66947      Branch: perl
66948            ! ext/POSIX/POSIX.xs
66949 ____________________________________________________________________________
66950 [  6712] By: jhi                                   on 2000/08/19  14:10:41
66951         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
66952              From: Peter Prymmer <pvhp@forte.com>
66953              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
66954              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
66955      Branch: perl
66956            ! lib/Pod/Find.pm t/pod/find.t
66957 ____________________________________________________________________________
66958 [  6711] By: jhi                                   on 2000/08/19  14:09:19
66959         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
66960              From: Peter Prymmer <pvhp@forte.com>
66961              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
66962              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
66963              cc: vmsperl@perl.org
66964      Branch: perl
66965            ! t/lib/peek.t
66966 ____________________________________________________________________________
66967 [  6710] By: jhi                                   on 2000/08/19  14:08:01
66968         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
66969              From: Jan Dubois <jand@ActiveState.com>
66970              Date: Fri, 18 Aug 2000 16:31:48 -0700
66971              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
66972      Branch: perl
66973            ! win32/win32.c
66974 ____________________________________________________________________________
66975 [  6709] By: jhi                                   on 2000/08/19  14:06:57
66976         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
66977              
66978              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
66979              From: Spider.Boardman@Orb.Nashua.NH.US
66980              Date: Fri, 18 Aug 2000 18:41:14 -0400
66981              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
66982      Branch: perl
66983            ! regcomp.c
66984 ____________________________________________________________________________
66985 [  6708] By: jhi                                   on 2000/08/18  22:04:49
66986         Log: Update Changes.
66987      Branch: perl
66988            ! Changes patchlevel.h
66989 ____________________________________________________________________________
66990 [  6707] By: jhi                                   on 2000/08/18  21:55:14
66991         Log: Add warnif(), check warnings further up the stack,
66992              all the warnings functions now can take an optional object reference.
66993              
66994              Subject: [PATCH bleedperl@6691] warnings pragma update
66995              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
66996              Date: Fri, 18 Aug 2000 22:42:06 +0100
66997              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
66998      Branch: perl
66999            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
67000            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
67001            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
67002 ____________________________________________________________________________
67003 [  6706] By: jhi                                   on 2000/08/18  21:41:45
67004         Log: Typo in pp_complement().
67005              
67006              Subject: [PATCH perl-current] Deparse
67007              From: Peter Scott <Peter@PSDT.com>
67008              Date: Fri, 18 Aug 2000 12:44:37 -0700
67009              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
67010      Branch: perl
67011            ! ext/B/B/Deparse.pm
67012 ____________________________________________________________________________
67013 [  6705] By: jhi                                   on 2000/08/18  21:25:59
67014         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
67015              From: Jan Dubois <jand@ActiveState.com>
67016              Date: Fri, 18 Aug 2000 14:22:51 -0700
67017              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
67018      Branch: perl
67019            ! lib/Win32.pod win32/win32.c
67020 ____________________________________________________________________________
67021 [  6704] By: jhi                                   on 2000/08/18  21:16:14
67022         Log: Don't eat leading os from index entries.
67023              
67024              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
67025              From: Russ Allbery <rra@stanford.edu>
67026              Date: 10 Aug 2000 20:49:25 -0700
67027              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
67028      Branch: perl
67029            ! lib/Pod/Man.pm
67030 ____________________________________________________________________________
67031 [  6703] By: jhi                                   on 2000/08/18  21:07:06
67032         Log: Add [[:blank:]] as suggested in
67033              
67034              Subject: [ID 20000716.024] [=cc=] / [:blank:]
67035              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
67036              Date: Sun, 16 Jul 2000 17:55:29 -0700
67037              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
67038              
67039              (the [=cc=] has already been taken care of by #6439
67040              so the whole bug report can be closed)
67041              
67042              and make [[:space:]] to be equivalent to isspace(3)
67043              (as opposed to \s, which is isSPACE()).  The difference
67044              is that now [[:space:]] matches the mythical vertical tab,
67045              while \s doesn't.
67046      Branch: perl
67047            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
67048            ! regexec.c t/op/pat.t
67049 ____________________________________________________________________________
67050 [  6702] By: jhi                                   on 2000/08/18  18:47:47
67051         Log: The new tests were missing from #6415.
67052      Branch: perl
67053            ! t/op/bop.t
67054 ____________________________________________________________________________
67055 [  6701] By: jhi                                   on 2000/08/18  18:20:40
67056         Log: Document the NDBM_File and ODBM_File as SDBM_File
67057              was documented in #6417.
67058      Branch: perl
67059            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
67060            ! ext/SDBM_File/SDBM_File.pm
67061 ____________________________________________________________________________
67062 [  6700] By: jhi                                   on 2000/08/18  18:10:39
67063         Log: Subject: [PATCH perl@6698] cygwin port
67064              From: "Fifer, Eric" <EFifer@sanwaint.com>
67065              Date: Fri, 18 Aug 2000 17:30:05 +0100
67066              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
67067      Branch: perl
67068            ! lib/File/Temp.pm
67069 ____________________________________________________________________________
67070 [  6699] By: jhi                                   on 2000/08/18  16:21:49
67071         Log: Document code point which makes if (defined %stash::) to work
67072              (noted by Spider Boardman).
67073      Branch: perl
67074            ! op.c
67075 ____________________________________________________________________________
67076 [  6698] By: jhi                                   on 2000/08/18  13:43:27
67077         Log: Update Changes.
67078      Branch: perl
67079            ! Changes patchlevel.h
67080 ____________________________________________________________________________
67081 [  6697] By: jhi                                   on 2000/08/18  13:35:57
67082         Log: Tiny Getopt::Long patch from Johan Vromans.
67083      Branch: perl
67084            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
67085 ____________________________________________________________________________
67086 [  6696] By: jhi                                   on 2000/08/18  13:26:14
67087         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
67088              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
67089              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
67090              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
67091      Branch: perl
67092            ! pod/perldiag.pod pod/perlsyn.pod
67093 ____________________________________________________________________________
67094 [  6695] By: jhi                                   on 2000/08/18  13:13:26
67095         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
67096              From: Daniel Chetlin <daniel@chetlin.com>
67097              Date: Fri, 18 Aug 2000 03:13:36 -0700
67098              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
67099      Branch: perl
67100            ! pod/perlfunc.pod
67101 ____________________________________________________________________________
67102 [  6694] By: jhi                                   on 2000/08/18  13:08:05
67103         Log: Subject: [PATCH] perltrap.pod spring cleaning
67104              From: Daniel Chetlin <daniel@chetlin.com>
67105              Date: Fri, 18 Aug 2000 03:06:54 -0700
67106              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
67107              
67108              plus Mike Guy's nitfix.
67109      Branch: perl
67110            ! pod/perltrap.pod
67111 ____________________________________________________________________________
67112 [  6693] By: jhi                                   on 2000/08/18  13:00:26
67113         Log: Unbuffer the output.
67114              
67115              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
67116              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67117              Date: Thu, 17 Aug 2000 18:39:29 -0700
67118              Message-ID: <RPJn5gzkgydf092yn@efn.org>
67119      Branch: perl
67120            ! t/op/fork.t
67121 ____________________________________________________________________________
67122 [  6692] By: jhi                                   on 2000/08/18  05:19:17
67123         Log: Delete the image, too, not just its MANIFEStation.
67124      Branch: perl
67125            - lib/CGI/eg/wilogo.gif
67126 ____________________________________________________________________________
67127 [  6691] By: jhi                                   on 2000/08/18  05:10:26
67128         Log: Propagate new Configure vars.
67129      Branch: perl
67130            ! configure.com epoc/config.sh uconfig.h uconfig.sh
67131            ! vos/config.def vos/config.h vos/config_h.SH_orig
67132            ! win32/config.bc win32/config.gc win32/config.vc
67133            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
67134 ____________________________________________________________________________
67135 [  6690] By: jhi                                   on 2000/08/18  04:30:56
67136         Log: Update Changes.
67137      Branch: perl
67138            ! Changes patchlevel.h
67139 ____________________________________________________________________________
67140 [  6689] By: jhi                                   on 2000/08/18  04:12:30
67141         Log: Fix the lib/complex failure of
67142              
67143              From: abigail@foad.org
67144              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
67145              Date: 15 Aug 2000 04:06:38 -0000
67146              Message-Id: <20000815040638.8524.qmail@foad.org> 
67147              
67148              Linux long double accuracy issue: something that
67149              when printed with %g looks like "2" but int() of it is 1.
67150      Branch: perl
67151            ! lib/Math/Complex.pm
67152 ____________________________________________________________________________
67153 [  6688] By: jhi                                   on 2000/08/18  03:15:35
67154         Log: The byteorder code in #6671 was wrong.
67155      Branch: perl
67156            ! configpm
67157 ____________________________________________________________________________
67158 [  6687] By: jhi                                   on 2000/08/18  02:08:42
67159         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
67160              From: Jan Dubois <jand@ActiveState.com>
67161              Date: Thu, 17 Aug 2000 18:31:55 -0700
67162              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
67163      Branch: perl
67164            ! sv.c
67165 ____________________________________________________________________________
67166 [  6686] By: jhi                                   on 2000/08/18  02:04:15
67167         Log: Use NVs in POSIX math, not doubles.
67168              
67169              From: abigail@foad.org
67170              Subject: [ID 20000817.014] POSIX & modfl
67171              Date: 17 Aug 2000 20:49:18 -0000
67172              Message-Id: <20000817204918.23123.qmail@foad.org>
67173      Branch: perl
67174            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
67175 ____________________________________________________________________________
67176 [  6685] By: jhi                                   on 2000/08/18  02:02:12
67177         Log: Introduce NVef, NVff, and NVgf, use the middle one.
67178              (helps for lib/peek + Linux + long doubles)  Reported in
67179              
67180              From: abigail@foad.org
67181              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
67182              Date: 15 Aug 2000 04:06:38 -0000
67183              Message-Id: <20000815040638.8524.qmail@foad.org> 
67184              
67185              (note: the lib/complex failure has not yet been addressed)
67186      Branch: metaconfig/U/perl
67187            ! perlxvf.U
67188      Branch: perl
67189            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67190            ! config_h.SH dump.c perl.h pod/perlguts.pod
67191 ____________________________________________________________________________
67192 [  6684] By: jhi                                   on 2000/08/17  23:22:19
67193         Log: Add byteorder to the myconfig output.
67194      Branch: perl
67195            ! myconfig.SH
67196 ____________________________________________________________________________
67197 [  6683] By: jhi                                   on 2000/08/17  23:20:19
67198         Log: The image doth not exist, spotted by Johan Vromans.
67199      Branch: perl
67200            ! MANIFEST
67201 ____________________________________________________________________________
67202 [  6682] By: jhi                                   on 2000/08/17  22:38:16
67203         Log: Document what the backtick returns if the command fails.
67204      Branch: perl
67205            ! pod/perlop.pod
67206 ____________________________________________________________________________
67207 [  6681] By: jhi                                   on 2000/08/17  22:33:12
67208         Log: Do not use prototyping here.
67209              
67210              Subject: [ID 20000817.016] [PATCH] Peek.xs
67211              From: abigail@foad.org
67212              Date: 17 Aug 2000 20:55:56 -0000
67213              Message-Id: <20000817205556.24270.qmail@foad.org>
67214      Branch: perl
67215            ! ext/Devel/Peek/Makefile.PL
67216 ____________________________________________________________________________
67217 [  6680] By: jhi                                   on 2000/08/17  19:46:43
67218         Log: Don't propose using modules built for 5.005 if no binary
67219              compatibility with 5.005 is attempted.
67220              
67221              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
67222              Subject: Minor nit with 5.7.0 (6655)
67223              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
67224              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
67225      Branch: metaconfig
67226            ! U/installdirs/inc_version_list.U
67227      Branch: perl
67228            ! Configure config_h.SH
67229 ____________________________________________________________________________
67230 [  6679] By: jhi                                   on 2000/08/17  19:16:39
67231         Log: Microperl config update.
67232      Branch: perl
67233            ! uconfig.h uconfig.sh
67234 ____________________________________________________________________________
67235 [  6678] By: jhi                                   on 2000/08/17  19:16:13
67236         Log: The #6648 wasn't protective enough for limited platforms
67237              (like microperl).
67238      Branch: perl
67239            ! dump.c sv.c
67240 ____________________________________________________________________________
67241 [  6677] By: jhi                                   on 2000/08/17  14:46:35
67242         Log: Update Changes.
67243      Branch: perl
67244            ! Changes patchlevel.h
67245 ____________________________________________________________________________
67246 [  6676] By: jhi                                   on 2000/08/17  14:44:02
67247         Log: Add perlebcdic from Peter Prymmer, regen toc.
67248      Branch: perl
67249            + pod/perlebcdic.pod
67250            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
67251 ____________________________________________________________________________
67252 [  6675] By: jhi                                   on 2000/08/17  14:41:52
67253         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
67254      Branch: perl
67255            ! pod/perldebtut.pod
67256 ____________________________________________________________________________
67257 [  6674] By: jhi                                   on 2000/08/17  14:29:43
67258         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
67259              
67260              Subject: [ID 20000724.006] -DLEAKTEST problem
67261              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
67262              Date: Tue, 25 Jul 2000 00:36:32 -0500
67263              Message-Id: <20000725003632.A26186@www.llamacom.com>
67264              
67265              Reminder sent
67266              
67267              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
67268              From: Hugo <hv@crypt.compulink.co.uk>
67269              Date: Thu, 17 Aug 2000 15:23:42 +0100
67270              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
67271      Branch: perl
67272            ! util.c
67273 ____________________________________________________________________________
67274 [  6673] By: jhi                                   on 2000/08/17  04:07:10
67275         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
67276              From: John Peacock <JPeacock@UnivPress.com>
67277              Date: Tue, 01 Aug 2000 09:38:12 -0400
67278              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
67279      Branch: perl
67280            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
67281 ____________________________________________________________________________
67282 [  6672] By: jhi                                   on 2000/08/17  03:04:35
67283         Log: Subject: [PATCH] Cwd.pm now uses strict
67284              From: Tim Jenness <timj@jach.hawaii.edu>
67285              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
67286              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
67287      Branch: perl
67288            ! lib/Cwd.pm
67289 ____________________________________________________________________________
67290 [  6671] By: jhi                                   on 2000/08/17  02:16:35
67291         Log: Make $Config{byteorder} more magical so that it is
67292              dynamically computed: nice for 'fat binaries'.
67293              
67294              Subject: [PATCH]: default byteorder
67295              From: Wilfredo Sánchez <wsanchez@apple.com>
67296              Date: Mon, 31 Jul 2000 19:45:31 -0700
67297              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
67298      Branch: perl
67299            ! configpm
67300 ____________________________________________________________________________
67301 [  6670] By: gsar                                  on 2000/08/17  01:22:21
67302         Log: move WNOHANG definition to where other such things are
67303      Branch: perl
67304            ! win32/win32.h
67305 ____________________________________________________________________________
67306 [  6669] By: jhi                                   on 2000/08/17  01:19:17
67307         Log: Update Changes.
67308      Branch: perl
67309            ! Changes patchlevel.h
67310 ____________________________________________________________________________
67311 [  6668] By: jhi                                   on 2000/08/17  01:16:29
67312         Log: Doc nits spotted by Richard Soderberg.
67313      Branch: perl
67314            ! README.posix-bc README.vmesa
67315 ____________________________________________________________________________
67316 [  6667] By: jhi                                   on 2000/08/17  01:12:11
67317         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
67318              From: "Casey R. Tweten" <crt@kiski.net>
67319              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
67320              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
67321      Branch: perl
67322            ! pod/perldebtut.pod
67323 ____________________________________________________________________________
67324 [  6666] By: jhi                                   on 2000/08/17  01:09:31
67325         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
67326              From: "Casey R. Tweten" <crt@kiski.net>
67327              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
67328              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
67329      Branch: perl
67330            ! lib/Shell.pm
67331 ____________________________________________________________________________
67332 [  6665] By: gsar                                  on 2000/08/17  01:03:52
67333         Log: add "ok" targets from change#6632 in makefile.mk
67334      Branch: perl
67335            ! pod/perlport.pod win32/Makefile win32/makefile.mk
67336 ____________________________________________________________________________
67337 [  6664] By: gsar                                  on 2000/08/17  00:56:11
67338         Log: avoid warnings from dense compiler
67339      Branch: perl
67340            ! win32/win32.c
67341 ____________________________________________________________________________
67342 [  6663] By: jhi                                   on 2000/08/17  00:51:49
67343         Log: Tweak the regex compilation errors once more.
67344      Branch: perl
67345            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
67346            ! t/op/regmesg.t t/pragma/warn/regcomp
67347 ____________________________________________________________________________
67348 [  6662] By: gsar                                  on 2000/08/17  00:28:19
67349         Log: trailing new %ENV entries weren't being pushed into the real
67350              environment of subprocesses on Windows
67351      Branch: perl
67352            ! t/op/magic.t win32/perlhost.h
67353 ____________________________________________________________________________
67354 [  6661] By: gsar                                  on 2000/08/17  00:19:20
67355         Log: waitpid() now handles externally spawned pids correctly;
67356              fixes for backtick/wait/waitpid failures on Windows 9x
67357              
67358              these changes make the pid returned by process functions on
67359              Windows 9x always positive by clearing the high bit (which
67360              is always set on Win9x); pseudo-process PIDs are likewise
67361              always negative now on Win9x (just as on NT/2000)
67362      Branch: perl
67363            ! pp_sys.c win32/perlhost.h win32/win32.c
67364 ____________________________________________________________________________
67365 [  6660] By: jhi                                   on 2000/08/17  00:04:32
67366         Log: Retract #6645.
67367      Branch: perl
67368            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67369            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
67370            ! t/op/sprintf.t
67371 ____________________________________________________________________________
67372 [  6659] By: gsar                                  on 2000/08/16  23:59:28
67373         Log: on windows, the return values from wait() and waitpid() don't
67374              match those of pseudo-pids
67375      Branch: perl
67376            ! pp_sys.c t/op/fork.t util.c win32/win32.c
67377 ____________________________________________________________________________
67378 [  6658] By: gsar                                  on 2000/08/16  23:56:14
67379         Log: pod nit seen in passing
67380      Branch: perl
67381            ! pod/perlfunc.pod
67382 ____________________________________________________________________________
67383 [  6657] By: gsar                                  on 2000/08/16  23:53:42
67384         Log: change#6328 could make close(SOCKET) return false on windows
67385              when it shouldn't
67386      Branch: perl
67387            ! win32/win32sck.c
67388 ____________________________________________________________________________
67389 [  6656] By: gsar                                  on 2000/08/16  23:46:57
67390         Log: check that the number pseudo children doesn't exceed
67391              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
67392              the WaitForMultipleObjects() limit that would cause wait()
67393              to crash)
67394              
67395              wait() and waitpid() could potentially be rewritten to use
67396              more than one thread to do the waiting to eliminate this
67397              limitation
67398      Branch: perl
67399            ! win32/perlhost.h
67400 ____________________________________________________________________________
67401 [  6655] By: jhi                                   on 2000/08/16  14:11:05
67402         Log: Update Changes.
67403      Branch: perl
67404            ! Changes patchlevel.h
67405 ____________________________________________________________________________
67406 [  6654] By: jhi                                   on 2000/08/16  14:10:12
67407         Log: Update to perldebtut 1.9, from Richard Foley.
67408      Branch: perl
67409            ! pod/perldebtut.pod
67410 ____________________________________________________________________________
67411 [  6653] By: jhi                                   on 2000/08/16  14:08:17
67412         Log: Change the regx compilation error markers to use = instead of <
67413              since pod makes using the latter quite messy.  Reported in
67414              ID 20000814.006 by Abigail and in
67415              Subject: Unknown escape E<> ?
67416              From: Lupe Christoph <lupe@lupe-christoph.de>
67417              Date: Fri, 11 Aug 2000 00:30:27 +0200
67418              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
67419      Branch: perl
67420            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
67421            ! t/op/regmesg.t t/pragma/warn/regcomp
67422 ____________________________________________________________________________
67423 [  6652] By: jhi                                   on 2000/08/16  13:25:31
67424         Log: Change the perlbug address to perl.org since it's more forgiving.
67425              
67426              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
67427              From: abigail@foad.org
67428              Date: 15 Aug 2000 04:15:40 -0000
67429              Message-Id: <20000815041540.8633.qmail@foad.org>
67430      Branch: perl
67431            ! utils/perlbug.PL
67432 ____________________________________________________________________________
67433 [  6651] By: jhi                                   on 2000/08/16  13:22:35
67434         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
67435              From: Tim Jenness <timj@jach.hawaii.edu>
67436              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
67437              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
67438      Branch: perl
67439            ! lib/Cwd.pm
67440 ____________________________________________________________________________
67441 [  6650] By: jhi                                   on 2000/08/16  13:18:13
67442         Log: Update to CPAN 1.57.
67443              
67444              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
67445              From: andreas.koenig@anima.de (Andreas J. Koenig)
67446              Date: 16 Aug 2000 15:09:46 +0200
67447              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
67448      Branch: perl
67449            ! lib/CPAN.pm
67450 ____________________________________________________________________________
67451 [  6649] By: jhi                                   on 2000/08/16  13:12:31
67452         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
67453              From: "Larry W. Virden" <lvirden@cas.org>
67454              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
67455              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
67456      Branch: perl
67457            ! README.hpux
67458 ____________________________________________________________________________
67459 [  6648] By: jhi                                   on 2000/08/16  13:03:53
67460         Log: The numeric locale was reset to "C" by s?printf and never restored.
67461              
67462              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
67463              From: Christian Kirsch <ck@held.mind.de>
67464              Date: Wed, 9 Aug 2000 17:05:17 +0200
67465              Message-Id: <20000809170517.A25389@held>
67466              
67467              No test since adding the failing example to locale.t
67468              does not fail -- probably because the locale settings are so
67469              thoroughly tweaked by that time.  Running the example standalone
67470              does fail, though.  UPDATE: test case added at change #7540.
67471      Branch: perl
67472            ! dump.c perl.h pp.c pp_ctl.c sv.c
67473 ____________________________________________________________________________
67474 [  6647] By: jhi                                   on 2000/08/16  00:07:54
67475         Log: Update Changes and test semi-automatic patchlevel updating.
67476      Branch: perl
67477            ! Changes patchlevel.h
67478 ____________________________________________________________________________
67479 [  6646] By: jhi                                   on 2000/08/15  23:35:07
67480         Log: Fix a dependency problem.
67481              
67482              Subject: [PATCH: 6640] VMS Makefile.SH update
67483              From: Peter Prymmer <pvhp@forte.com>
67484              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
67485              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
67486      Branch: perl
67487            ! vms/descrip_mms.template
67488 ____________________________________________________________________________
67489 [  6645] By: jhi                                   on 2000/08/15  23:33:23
67490         Log: (Retracted by #6660)
67491              
67492              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
67493              From: Dominic Dunlop <domo@computer.org>
67494              Date: Tue, 15 Aug 2000 22:20:52 +0200
67495              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
67496      Branch: metaconfig/U/perl
67497            + d_printfed.U
67498      Branch: perl
67499            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67500            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
67501            ! t/op/sprintf.t
67502 ____________________________________________________________________________
67503 [  6644] By: jhi                                   on 2000/08/15  21:17:20
67504         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
67505              From: abigail@foad.org
67506              Date: 15 Aug 2000 20:12:41 -0000
67507              Message-Id: <20000815201241.25556.qmail@foad.org>
67508      Branch: perl
67509            ! INSTALL
67510 ____________________________________________________________________________
67511 [  6643] By: jhi                                   on 2000/08/15  21:15:28
67512         Log: (an already applied patch)
67513      Branch: perl
67514            ! lib/CGI.pm
67515 ____________________________________________________________________________
67516 [  6642] By: gsar                                  on 2000/08/15  19:54:05
67517         Log: magic callbacks all need to have same type signature
67518      Branch: perl
67519            ! embed.pl mg.c proto.h
67520 ____________________________________________________________________________
67521 [  6641] By: jhi                                   on 2000/08/15  17:56:27
67522         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)
67523              From: Mike Guy <mjtg@cam.ac.uk>
67524              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
67525              Date: Tue, 15 Aug 2000 18:26:45 +0100
67526              
67527              Only the peek.t part applied, not the hash quality part.
67528      Branch: perl
67529            ! t/lib/peek.t
67530 ____________________________________________________________________________
67531 [  6640] By: jhi                                   on 2000/08/15  16:37:37
67532         Log: Update Changes.
67533      Branch: perl
67534            ! Changes
67535 ____________________________________________________________________________
67536 [  6639] By: jhi                                   on 2000/08/15  16:34:55
67537         Log: Missed a file from #6638.
67538      Branch: perl
67539            ! lib/File/Temp.pm
67540 ____________________________________________________________________________
67541 [  6638] By: jhi                                   on 2000/08/15  16:33:19
67542         Log: Subject: [PATCH perl@6620] cygwin port
67543              From: "Fifer, Eric" <EFifer@sanwaint.com>
67544              Date: Tue, 15 Aug 2000 17:00:49 +0100
67545              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
67546      Branch: perl
67547            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
67548 ____________________________________________________________________________
67549 [  6637] By: jhi                                   on 2000/08/15  16:29:22
67550         Log: Subject: [PATCH] debugger exit code should reflect user exit code
67551              From: Mike Guy <mjtg@cam.ac.uk>
67552              Date: Tue, 15 Aug 2000 16:55:59 +0100
67553              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
67554      Branch: perl
67555            ! lib/perl5db.pl
67556 ____________________________________________________________________________
67557 [  6636] By: jhi                                   on 2000/08/15  15:30:58
67558         Log: Update Changes.
67559      Branch: perl
67560            ! Changes
67561 ____________________________________________________________________________
67562 [  6635] By: jhi                                   on 2000/08/15  15:27:21
67563         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
67564      Branch: metaconfig
67565            ! U/mkglossary U/mksample
67566      Branch: metaconfig/U/perl
67567            ! Devel.U
67568      Branch: perl
67569            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67570 ____________________________________________________________________________
67571 [  6634] By: jhi                                   on 2000/08/15  14:11:55
67572         Log: Don't blow limited stacks, a lower number is enough to
67573              tickle the lookbehind limit.
67574              
67575              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
67576              From: Dominic Dunlop <domo@computer.org>
67577              Date: Tue, 15 Aug 2000 13:51:24 +0200
67578              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
67579      Branch: perl
67580            ! t/op/regmesg.t
67581 ____________________________________________________________________________
67582 [  6633] By: jhi                                   on 2000/08/15  14:01:46
67583         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
67584              From: Mike Guy <mjtg@cam.ac.uk>
67585              Date: Tue, 15 Aug 2000 12:10:50 +0100
67586              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
67587      Branch: perl
67588            ! utils/perldoc.PL
67589 ____________________________________________________________________________
67590 [  6632] By: jhi                                   on 2000/08/15  13:58:48
67591         Log: make ok etc also for win32.
67592              
67593              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
67594              From: Prymmer/Kahn <pvhp@best.com>
67595              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
67596              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
67597      Branch: perl
67598            ! win32/Makefile
67599 ____________________________________________________________________________
67600 [  6631] By: jhi                                   on 2000/08/15  13:45:03
67601         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
67602      Branch: perl
67603            ! lib/Test.pm
67604 ____________________________________________________________________________
67605 [  6630] By: jhi                                   on 2000/08/15  03:25:09
67606         Log: Update Changes.
67607      Branch: perl
67608            ! Changes
67609 ____________________________________________________________________________
67610 [  6629] By: jhi                                   on 2000/08/15  03:23:53
67611         Log: magic_regdatum_set() is void, not int.
67612      Branch: perl
67613            ! embed.pl mg.c proto.h
67614 ____________________________________________________________________________
67615 [  6628] By: jhi                                   on 2000/08/15  03:08:02
67616         Log: Make the user to give up his firstborn, err, to knowingly
67617              verify installing an unstable developer release.  Also bump
67618              the release to 5.7.0, but leave a patch tag in the local
67619              patches saying that this is not yet the real thing.
67620      Branch: metaconfig
67621            ! U/modified/Instruct.U
67622      Branch: metaconfig/U/perl
67623            + Devel.U
67624      Branch: perl
67625            ! Configure patchlevel.h
67626 ____________________________________________________________________________
67627 [  6627] By: jhi                                   on 2000/08/14  22:32:52
67628         Log: README.os2 update.
67629              
67630              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
67631              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67632              Date: Wed, 02 Aug 2000 21:55:09 -0700
67633              Message-ID: <tsPi5gzkgegX092yn@efn.org>
67634      Branch: perl
67635            ! README.os2
67636 ____________________________________________________________________________
67637 [  6626] By: jhi                                   on 2000/08/14  21:00:02
67638         Log: Subject: Re: File::Temp problems on VMS in bleedperl
67639              From: Tim Jenness <timj@jach.hawaii.edu>
67640              cc: vmsperl@perl.org
67641              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
67642              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
67643      Branch: perl
67644            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
67645 ____________________________________________________________________________
67646 [  6625] By: jhi                                   on 2000/08/14  20:52:16
67647         Log: Add SUIDMAIL as was done for the CERT alert.
67648      Branch: perl
67649            ! patchlevel.h
67650 ____________________________________________________________________________
67651 [  6624] By: jhi                                   on 2000/08/14  20:48:50
67652         Log: Subject: sfio2000
67653              From: Daniel Muino <dmuino@afip.gov.ar>
67654              Date: Mon, 14 Aug 2000 16:58:11 -0300
67655              Message-ID: <20000814165811.B16368@con2-dgi>
67656      Branch: perl
67657            ! perlsdio.h perlsfio.h
67658 ____________________________________________________________________________
67659 [  6623] By: jhi                                   on 2000/08/14  20:47:36
67660         Log: Subject: warning: storage class after type is obsolescent
67661              From: Daniel Muino <dmuino@afip.gov.ar>
67662              Date: Mon, 14 Aug 2000 16:42:47 -0300
67663              Message-ID: <20000814164247.A16368@con2-dgi>
67664      Branch: perl
67665            ! regcomp.pl regnodes.h
67666 ____________________________________________________________________________
67667 [  6622] By: jhi                                   on 2000/08/14  20:43:05
67668         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
67669              From: abigail@foad.org
67670              Date: 14 Aug 2000 20:00:10 -0000
67671              Message-Id: <20000814200010.27271.qmail@foad.org>
67672      Branch: perl
67673            ! Changes
67674 ____________________________________________________________________________
67675 [  6621] By: jhi                                   on 2000/08/14  15:23:05
67676         Log: Update Changes.
67677      Branch: perl
67678            ! Changes
67679 ____________________________________________________________________________
67680 [  6620] By: jhi                                   on 2000/08/14  15:22:14
67681         Log: Subject: Re: [PATCH] @+, @- readonly
67682              From: Mike Guy <mjtg@cam.ac.uk>
67683              Date: Mon, 14 Aug 2000 15:26:55 +0100
67684              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
67685      Branch: perl
67686            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
67687            ! sv.c t/op/pat.t
67688 ____________________________________________________________________________
67689 [  6619] By: jhi                                   on 2000/08/14  14:12:08
67690         Log: Update Changes.
67691      Branch: perl
67692            ! Changes
67693 ____________________________________________________________________________
67694 [  6618] By: jhi                                   on 2000/08/14  14:09:34
67695         Log: For now remove the mail code.
67696      Branch: perl
67697            ! perl.c
67698 ____________________________________________________________________________
67699 [  6617] By: jhi                                   on 2000/08/14  14:08:28
67700         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
67701      Branch: perl
67702            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
67703            ! pod/perlfaq8.pod pod/perlsec.pod
67704 ____________________________________________________________________________
67705 [  6616] By: jhi                                   on 2000/08/14  14:00:11
67706         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
67707              From: Mike Guy <mjtg@cam.ac.uk>
67708              Date: Mon, 14 Aug 2000 08:26:02 +0100
67709              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
67710      Branch: perl
67711            ! lib/perl5db.pl
67712 ____________________________________________________________________________
67713 [  6615] By: jhi                                   on 2000/08/14  13:58:45
67714         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
67715              From: Mike Guy <mjtg@cam.ac.uk>
67716              Date: Mon, 14 Aug 2000 08:04:22 +0100
67717              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
67718      Branch: perl
67719            ! gv.c mg.c t/op/pat.t
67720 ____________________________________________________________________________
67721 [  6614] By: jhi                                   on 2000/08/14  13:56:45
67722         Log: Subject: Test fails / warnings with perl-current #6612
67723              From: Mike Guy <mjtg@cam.ac.uk>
67724              Date: Mon, 14 Aug 2000 07:57:23 +0100
67725              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
67726      Branch: perl
67727            ! t/lib/b.t t/lib/peek.t
67728 ____________________________________________________________________________
67729 [  6613] By: jhi                                   on 2000/08/14  13:45:33
67730         Log: VMS configure.com update continues.
67731      Branch: perl
67732            - vms/configure.com
67733            ! MANIFEST configure.com
67734 ____________________________________________________________________________
67735 [  6612] By: jhi                                   on 2000/08/13  22:13:35
67736         Log: Update Changes.
67737      Branch: perl
67738            ! Changes
67739 ____________________________________________________________________________
67740 [  6611] By: jhi                                   on 2000/08/13  16:21:45
67741         Log: Upgrade to CGI 2.71, from Lincoln Stein.
67742      Branch: perl
67743            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
67744 ____________________________________________________________________________
67745 [  6610] By: jhi                                   on 2000/08/13  15:09:16
67746         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
67747              From: Mike Guy <mjtg@cam.ac.uk>
67748              Date: Sun, 13 Aug 2000 13:45:51 +0100
67749              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
67750      Branch: perl
67751            ! t/op/regmesg.t
67752 ____________________________________________________________________________
67753 [  6609] By: jhi                                   on 2000/08/13  14:31:26
67754         Log: Andreas says that 1.56 is fine, so reverting back to it.
67755      Branch: perl
67756            ! lib/CPAN.pm
67757 ____________________________________________________________________________
67758 [  6608] By: jhi                                   on 2000/08/13  05:34:20
67759         Log: Update Changes.
67760      Branch: perl
67761            ! Changes
67762 ____________________________________________________________________________
67763 [  6607] By: jhi                                   on 2000/08/13  05:32:01
67764         Log: Put back the \z changes of #5406 to CPAN.pm.
67765      Branch: perl
67766            ! lib/CPAN.pm
67767 ____________________________________________________________________________
67768 [  6606] By: jhi                                   on 2000/08/13  05:20:16
67769         Log: Fix-n-skip the tests under 5005threads.
67770      Branch: perl
67771            ! t/lib/b.t
67772 ____________________________________________________________________________
67773 [  6605] By: jhi                                   on 2000/08/13  05:07:48
67774         Log: Fix the test for 5005threads.
67775      Branch: perl
67776            ! t/lib/peek.t
67777 ____________________________________________________________________________
67778 [  6604] By: jhi                                   on 2000/08/13  03:35:37
67779         Log: Should have deleted this in #6603.
67780      Branch: perl
67781            - vms/subconfigure.com
67782 ____________________________________________________________________________
67783 [  6603] By: jhi                                   on 2000/08/12  18:29:32
67784         Log: Rewrite of vms/subconfigure.com as configure.com,
67785              from Peter Prymmer and the vmsperl crew.
67786      Branch: perl
67787            + vms/configure.com
67788            ! MANIFEST
67789 ____________________________________________________________________________
67790 [  6602] By: jhi                                   on 2000/08/11  13:00:01
67791         Log: PlainText.pm is dead.
67792      Branch: perl
67793            - lib/Pod/PlainText.pm
67794            ! MANIFEST
67795 ____________________________________________________________________________
67796 [  6601] By: jhi                                   on 2000/08/11  04:06:45
67797         Log: Update Changes.
67798      Branch: perl
67799            ! Changes
67800 ____________________________________________________________________________
67801 [  6600] By: jhi                                   on 2000/08/11  04:06:10
67802         Log: Add a few missing files, update MANIFEST.
67803      Branch: perl
67804            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
67805            + lib/Pod/PlainText.pm t/pod/find.t
67806            ! MANIFEST t/op/regmesg.t
67807 ____________________________________________________________________________
67808 [  6599] By: jhi                                   on 2000/08/11  03:31:10
67809         Log: Add Perl debugging tutorial, regen toc. 
67810              
67811              Subject: perldebtut.pod
67812              From: Richard Foley <Richard.Foley@m.dasa.de>
67813              Date: Wed, 09 Aug 2000 10:17:15 +0200
67814              Message-id: <3991138B.262247B8@m.dasa.de>
67815      Branch: perl
67816            + pod/perldebtut.pod
67817            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
67818 ____________________________________________________________________________
67819 [  6598] By: jhi                                   on 2000/08/11  02:48:56
67820         Log: tiny Changes edit
67821      Branch: perl
67822            ! Changes
67823 ____________________________________________________________________________
67824 [  6597] By: jhi                                   on 2000/08/11  02:39:04
67825         Log: Tests for #6589.
67826              
67827              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
67828              From: simon@brecon.co.uk (Simon Cozens)
67829              Date: 11 Aug 2000 02:24:52 GMT
67830              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
67831      Branch: perl
67832            ! t/lib/b.t
67833 ____________________________________________________________________________
67834 [  6596] By: jhi                                   on 2000/08/11  01:50:07
67835         Log: Update Changes.
67836      Branch: perl
67837            ! Changes
67838 ____________________________________________________________________________
67839 [  6595] By: jhi                                   on 2000/08/11  01:47:16
67840         Log: nitfix
67841      Branch: perl
67842            ! Changes
67843 ____________________________________________________________________________
67844 [  6594] By: jhi                                   on 2000/08/11  01:36:16
67845         Log: Subject: Getting perlio and threads to compile
67846              From: Lupe Christoph <lupe@lupe-christoph.de>
67847              Date: Wed, 9 Aug 2000 11:35:54 +0200
67848              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
67849              
67850              (the Solaris version changes in Configure skipped)
67851      Branch: perl
67852            ! hints/solaris_2.sh thread.h
67853 ____________________________________________________________________________
67854 [  6593] By: jhi                                   on 2000/08/11  01:30:16
67855         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
67856              From: simon@brecon.co.uk (Simon Cozens)
67857              Date: 1 Aug 2000 06:55:19 GMT
67858              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
67859      Branch: perl
67860            ! lib/utf8.pm
67861 ____________________________________________________________________________
67862 [  6592] By: jhi                                   on 2000/08/11  01:26:39
67863         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
67864              From: Peter Scott <Peter@PeterScott.com>
67865              Date: Thu, 10 Aug 2000 08:23:27 -0700
67866              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
67867      Branch: perl
67868            ! lib/perl5db.pl
67869 ____________________________________________________________________________
67870 [  6591] By: jhi                                   on 2000/08/11  01:22:02
67871         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
67872              From: Hugo <hv@crypt.compulink.co.uk>
67873              Date: Thu, 10 Aug 2000 19:23:04 +0100
67874              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
67875      Branch: perl
67876            ! regexec.c t/op/pat.t
67877 ____________________________________________________________________________
67878 [  6590] By: jhi                                   on 2000/08/11  01:19:19
67879         Log: Preprocessing and postprocessing for File::Find.
67880              
67881              Subject: Patch to Find::File.pm to allow alphabetical results
67882              From: Joe Smith <jsmith@inwap.com>
67883              Date: Wed, 9 Aug 2000 02:44:54 -0700
67884              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
67885      Branch: perl
67886            ! lib/File/Find.pm
67887 ____________________________________________________________________________
67888 [  6589] By: jhi                                   on 2000/08/11  01:12:39
67889         Log: B::Deparse didn't do sub attributes.
67890              
67891              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
67892              From: simon@brecon.co.uk (Simon Cozens)
67893              Date: 9 Aug 2000 04:49:20 GMT
67894              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
67895      Branch: perl
67896            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
67897 ____________________________________________________________________________
67898 [  6588] By: jhi                                   on 2000/08/11  01:06:40
67899         Log: Subject: debugger "d" command doesnt check line number
67900              From: Mike Guy <mjtg@cam.ac.uk>
67901              Date: Tue, 08 Aug 2000 21:54:29 +0100
67902              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
67903      Branch: perl
67904            ! lib/perl5db.pl mg.c pod/perldiag.pod
67905 ____________________________________________________________________________
67906 [  6587] By: jhi                                   on 2000/08/11  00:45:03
67907         Log: sleep(1) does not necessarily return 1.
67908              
67909              Subject: [PATCH bleadperl] op/lex_assign.t  
67910              From: Hugo <hv@crypt.compulink.co.uk>
67911              Date: Thu, 03 Aug 2000 14:34:22 +0100        
67912              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
67913      Branch: perl
67914            ! t/op/lex_assign.t
67915 ____________________________________________________________________________
67916 [  6586] By: jhi                                   on 2000/08/11  00:31:50
67917         Log: Document the IO::Select timeout.
67918      Branch: perl
67919            ! ext/IO/lib/IO/Select.pm
67920 ____________________________________________________________________________
67921 [  6585] By: jhi                                   on 2000/08/11  00:13:54
67922         Log: Forgot contributor.
67923      Branch: perl
67924            ! Changes
67925 ____________________________________________________________________________
67926 [  6584] By: jhi                                   on 2000/08/11  00:09:19
67927         Log: detypo
67928      Branch: perl
67929            ! Changes
67930 ____________________________________________________________________________
67931 [  6583] By: jhi                                   on 2000/08/11  00:07:53
67932         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
67933              
67934              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
67935              From: Mike Guy <mjtg@cam.ac.uk> 
67936              Date: Thu, 10 Aug 2000 15:50:54 +0100
67937              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
67938      Branch: perl
67939            ! sv.c t/op/int.t
67940 ____________________________________________________________________________
67941 [  6582] By: jhi                                   on 2000/08/10  23:29:32
67942         Log: Update Changes.
67943      Branch: perl
67944            ! Changes
67945 ____________________________________________________________________________
67946 [  6581] By: jhi                                   on 2000/08/10  23:26:16
67947         Log: Put back the std @INC thing.
67948      Branch: perl
67949            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
67950            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
67951            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
67952            ! t/lib/gol-oo.t
67953 ____________________________________________________________________________
67954 [  6580] By: jhi                                   on 2000/08/10  23:03:34
67955         Log: Update to CGI 2.70, from Lincoln Stein.
67956      Branch: perl
67957            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
67958            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
67959            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
67960            ! t/lib/cgi-request.t
67961 ____________________________________________________________________________
67962 [  6579] By: jhi                                   on 2000/08/10  22:41:50
67963         Log: Update to CPAN 1.56, from Andreas König.
67964      Branch: perl
67965            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
67966 ____________________________________________________________________________
67967 [  6578] By: jhi                                   on 2000/08/10  22:38:13
67968         Log: Update to Pod::Parser 1.17, from Brad Appleton.
67969      Branch: perl
67970            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
67971            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
67972            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
67973            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
67974            ! t/pod/include.t t/pod/included.t t/pod/lref.t
67975            ! t/pod/multiline_items.t t/pod/nested_items.t
67976            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
67977            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
67978            ! t/pod/special_seqs.t
67979 ____________________________________________________________________________
67980 [  6577] By: jhi                                   on 2000/08/10  22:35:41
67981         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
67982      Branch: perl
67983            ! AUTHORS MAINTAIN
67984 ____________________________________________________________________________
67985 [  6576] By: jhi                                   on 2000/08/10  22:24:54
67986         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
67987      Branch: perl
67988            + t/lib/gol-oo.t
67989            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
67990            ! t/lib/gol-compat.t t/lib/gol-linkage.t
67991 ____________________________________________________________________________
67992 [  6575] By: jhi                                   on 2000/08/10  22:02:07
67993         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
67994      Branch: perl
67995            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
67996 ____________________________________________________________________________
67997 [  6574] By: jhi                                   on 2000/08/10  21:55:03
67998         Log: Iterating perl6 description.
67999      Branch: perl
68000            ! pod/perlfaq1.pod
68001 ____________________________________________________________________________
68002 [  6573] By: jhi                                   on 2000/08/10  21:48:26
68003         Log: Revert the sv.c part of #6559, a better fix is needed.
68004      Branch: perl
68005            ! sv.c
68006 ____________________________________________________________________________
68007 [  6572] By: jhi                                   on 2000/08/10  20:33:43
68008         Log: It's the 2ndO'ROSSC.
68009      Branch: perl
68010            ! pod/perlfaq1.pod
68011 ____________________________________________________________________________
68012 [  6571] By: jhi                                   on 2000/08/10  15:55:48
68013         Log: detypo
68014      Branch: perl
68015            ! pod/perlfaq1.pod
68016 ____________________________________________________________________________
68017 [  6570] By: jhi                                   on 2000/08/10  14:11:17
68018         Log: An exceptionally sticky typo.
68019      Branch: perl
68020            ! Changes
68021 ____________________________________________________________________________
68022 [  6569] By: jhi                                   on 2000/08/10  14:09:33
68023         Log: detypo (and test Changes updating script)
68024      Branch: perl
68025            ! Changes
68026 ____________________________________________________________________________
68027 [  6568] By: jhi                                   on 2000/08/10  14:07:07
68028         Log: Update Changes.
68029      Branch: perl
68030            ! Changes
68031 ____________________________________________________________________________
68032 [  6567] By: jhi                                   on 2000/08/10  14:06:19
68033         Log: Amend the description of Perl6.
68034              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
68035              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
68036              Date: Wed, 9 Aug 2000 22:11:06 -0500
68037              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
68038      Branch: perl
68039            ! pod/perlfaq1.pod
68040 ____________________________________________________________________________
68041 [  6566] By: jhi                                   on 2000/08/10  13:58:57
68042         Log: Subject: Remove dead entry in perldiag
68043              From: Mike Guy <mjtg@cam.ac.uk>
68044              Date: Thu, 10 Aug 2000 14:19:19 +0100
68045              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
68046      Branch: perl
68047            ! pod/perldiag.pod
68048 ____________________________________________________________________________
68049 [  6565] By: jhi                                   on 2000/08/10  13:51:48
68050         Log: Zero entries were skipped, fix from Adrian Goalby
68051              <argoalby@yahoo.co.uk>
68052      Branch: perl
68053            ! lib/unicode/Number.pl lib/unicode/mktables.PL
68054 ____________________________________________________________________________
68055 [  6564] By: jhi                                   on 2000/08/10  13:00:12
68056         Log: Subject: [PATCH 5.6.0] cygwin port
68057              From: "Fifer, Eric" <EFifer@sanwaint.com>
68058              Date: Thu, 10 Aug 2000 13:15:36 +0100
68059              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
68060      Branch: perl
68061            ! README.cygwin hints/cygwin.sh
68062 ____________________________________________________________________________
68063 [  6563] By: jhi                                   on 2000/08/10  12:55:16
68064         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
68065      Branch: perl
68066            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
68067 ____________________________________________________________________________
68068 [  6562] By: gsar                                  on 2000/08/10  08:38:39
68069         Log: warn is a macro, avoid using at a variable to avoid warnings
68070              in some configurations; readdir.t is too conservative in
68071              estimating number of *.t's
68072      Branch: perl
68073            ! t/op/readdir.t util.c
68074 ____________________________________________________________________________
68075 [  6561] By: jhi                                   on 2000/08/09  23:35:42
68076         Log: Update Changes.
68077      Branch: perl
68078            ! Changes
68079 ____________________________________________________________________________
68080 [  6560] By: jhi                                   on 2000/08/09  23:05:47
68081         Log: Subject: Re: enhanced(?) regex error messages
68082              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
68083              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
68084              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
68085              
68086              (plus two small patches sent privately)
68087              (this still seems to leave few test failures)
68088      Branch: perl
68089            + t/op/regmesg.t
68090            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
68091            ! t/pragma/warn/regcomp
68092 ____________________________________________________________________________
68093 [  6559] By: jhi                                   on 2000/08/09  20:41:18
68094         Log: (The fix did work but was not right, retracted in #6573)
68095              
68096              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
68097              From: Christian Kirsch <ck@held.mind.de>
68098              Date: Wed, 9 Aug 2000 17:05:17 +0200
68099              Message-Id: <20000809170517.A25389@held>
68100      Branch: perl
68101            ! sv.c t/pragma/locale.t
68102 ____________________________________________________________________________
68103 [  6558] By: jhi                                   on 2000/08/08  22:34:08
68104         Log: Tiny updates on the contributors list.
68105      Branch: perl
68106            ! Changes
68107 ____________________________________________________________________________
68108 [  6557] By: jhi                                   on 2000/08/08  19:34:28
68109         Log: Double check that we have a dirhandle.
68110      Branch: perl
68111            ! util.c
68112 ____________________________________________________________________________
68113 [  6556] By: jhi                                   on 2000/08/08  19:01:51
68114         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
68115              May be repopulated with fresh maintained examples.
68116      Branch: perl
68117            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
68118            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
68119            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
68120            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
68121            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
68122            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
68123            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
68124            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
68125            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
68126            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
68127            + lib/CGI/eg/wilogo_gif.uu
68128            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
68129            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
68130            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
68131            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
68132            - eg/cgi/frameset.cgi eg/cgi/index.html
68133            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
68134            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
68135            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
68136            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
68137            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
68138            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
68139            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
68140            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
68141            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
68142            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
68143            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
68144            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
68145            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
68146            - eg/van/vanish eg/who eg/wrapsuid
68147            ! MANIFEST
68148 ____________________________________________________________________________
68149 [  6555] By: jhi                                   on 2000/08/08  18:51:08
68150         Log: Delete chat2 as requested by Randal.
68151              
68152              Subject: Re: perlfaq8 coyness
68153              From: merlyn@stonehenge.com (Randal L. Schwartz) 
68154              Date: 15 May 2000 18:52:42 -0700 
68155              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
68156      Branch: perl
68157            - lib/chat2.pl
68158            ! MANIFEST
68159 ____________________________________________________________________________
68160 [  6554] By: jhi                                   on 2000/08/08  18:31:35
68161         Log: Regen global.sym.
68162      Branch: perl
68163            ! global.sym
68164 ____________________________________________________________________________
68165 [  6553] By: jhi                                   on 2000/08/08  18:28:13
68166         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
68167              (either perlbug or p5p ate the original), plus regen
68168              perlapi and perltoc. 
68169      Branch: perl
68170            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
68171            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
68172            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
68173            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
68174            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
68175            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
68176            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
68177            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
68178            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
68179            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
68180 ____________________________________________________________________________
68181 [  6552] By: jhi                                   on 2000/08/08  18:06:29
68182         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
68183              From: Mike Guy <mjtg@cam.ac.uk>
68184              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
68185              Date: Tue, 08 Aug 2000 15:51:27 +0100
68186      Branch: perl
68187            ! doop.c sv.h t/op/join.t t/pragma/overload.t
68188 ____________________________________________________________________________
68189 [  6551] By: jhi                                   on 2000/08/08  18:01:11
68190         Log: Re-apply #6549.
68191      Branch: perl
68192            ! lib/perl5db.pl
68193 ____________________________________________________________________________
68194 [  6550] By: jhi                                   on 2000/08/08  17:43:08
68195         Log: Accidental retraction of #6549.
68196      Branch: perl
68197            ! lib/perl5db.pl
68198 ____________________________________________________________________________
68199 [  6549] By: jhi                                   on 2000/08/08  17:40:04
68200         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
68201              From: Mike Guy <mjtg@cam.ac.uk>
68202              Date: Mon, 07 Aug 2000 21:49:58 +0100
68203              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
68204      Branch: perl
68205            ! lib/perl5db.pl
68206 ____________________________________________________________________________
68207 [  6548] By: jhi                                   on 2000/08/08  17:37:57
68208         Log: Document here-doc better.
68209              
68210              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
68211              From: Mike Guy <mjtg@cam.ac.uk>
68212              Date: Mon, 07 Aug 2000 14:02:09 +0100
68213              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
68214      Branch: perl
68215            ! pod/perldata.pod
68216 ____________________________________________________________________________
68217 [  6547] By: jhi                                   on 2000/08/08  17:33:34
68218         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
68219              From: "Randy J. Ray" <rjray@redhat.com>
68220              Date: Mon, 07 Aug 2000 19:12:25 -0700
68221              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
68222      Branch: perl
68223            ! perl.c pod/perlrun.pod
68224 ____________________________________________________________________________
68225 [  6546] By: jhi                                   on 2000/08/08  17:29:26
68226         Log: Subject: Re: enhanced(?) regex error messages 
68227              From: Hugo <hv@crypt.compulink.co.uk>
68228              Date: Tue, 08 Aug 2000 03:25:51 +0100
68229              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
68230              
68231              plus Capitalize the error messages, plus perldiag them.
68232      Branch: perl
68233            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
68234 ____________________________________________________________________________
68235 [  6545] By: jhi                                   on 2000/08/08  13:59:28
68236         Log: Augment #6539 a bit: don't croak if there's magic in the air.
68237              
68238              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
68239              From: Hugo <hv@crypt.compulink.co.uk>
68240              Date: Tue, 08 Aug 2000 03:02:03 +0100
68241              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
68242      Branch: perl
68243            ! pp.c t/op/bless.t
68244 ____________________________________________________________________________
68245 [  6544] By: jhi                                   on 2000/08/07  21:11:52
68246         Log: Make the test -w clean.
68247      Branch: perl
68248            ! t/op/bless.t
68249 ____________________________________________________________________________
68250 [  6543] By: jhi                                   on 2000/08/07  19:49:53
68251         Log: use warnings instead of $^W.
68252      Branch: perl
68253            ! t/op/bless.t
68254 ____________________________________________________________________________
68255 [  6542] By: jhi                                   on 2000/08/07  17:41:41
68256         Log: Disable a portability warning Because We Know What We Are Doing.
68257      Branch: perl
68258            ! t/op/bless.t
68259 ____________________________________________________________________________
68260 [  6541] By: jhi                                   on 2000/08/07  17:29:51
68261         Log: Tiny tidying on report_evil_fh().
68262      Branch: perl
68263            ! util.c
68264 ____________________________________________________________________________
68265 [  6540] By: jhi                                   on 2000/08/07  16:37:38
68266         Log: Make regular expression parse error messages easier to understand.
68267              
68268              Subject: Re: enhanced(?) regex error messages
68269              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
68270              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
68271              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
68272      Branch: perl
68273            ! regcomp.c
68274 ____________________________________________________________________________
68275 [  6539] By: jhi                                   on 2000/08/07  16:12:27
68276         Log: Make bless(REF, REF) a fatal error, add bless tests.
68277              
68278              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
68279              From: Hugo <hv@crypt.compulink.co.uk>
68280              Date: Mon, 07 Aug 2000 16:59:38 +0100
68281              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
68282      Branch: perl
68283            + t/op/bless.t
68284            ! MANIFEST pod/perldiag.pod pp.c sv.c
68285 ____________________________________________________________________________
68286 [  6538] By: jhi                                   on 2000/08/07  15:59:43
68287         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
68288              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
68289              Date: Thu, 3 Aug 2000 14:29:21 -0700
68290              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
68291      Branch: perl
68292            ! lib/lib_pm.PL
68293 ____________________________________________________________________________
68294 [  6537] By: jhi                                   on 2000/08/07  15:47:18
68295         Log: Retract #6419 for now since it breaks in AFS and MachTen.
68296      Branch: perl
68297            ! lib/Cwd.pm
68298 ____________________________________________________________________________
68299 [  6536] By: jhi                                   on 2000/08/07  15:05:29
68300         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
68301              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
68302              The security hole exists only in suidperls, which isn't
68303              installed or even built by default.
68304      Branch: perl
68305            ! perl.c
68306 ____________________________________________________________________________
68307 [  6535] By: jhi                                   on 2000/08/07  14:45:14
68308         Log: tr memory corruption fix from Simon Cozens.
68309      Branch: perl
68310            ! doop.c
68311 ____________________________________________________________________________
68312 [  6534] By: jhi                                   on 2000/08/06  11:38:16
68313         Log: Document a bit that UDP is not what you might think.
68314              
68315              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
68316              From: Lupe Christoph <lupe@lupe-christoph.de>
68317              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
68318              Date: Mon, 24 Jul 2000 08:59:15 +0200
68319      Branch: perl
68320            ! pod/perlipc.pod
68321 ____________________________________________________________________________
68322 [  6533] By: jhi                                   on 2000/08/06  11:35:01
68323         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
68324              From: Jeff Pinyan <jeffp@hut.crusoe.net>
68325              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
68326              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
68327      Branch: perl
68328            ! pod/perlfunc.pod
68329 ____________________________________________________________________________
68330 [  6532] By: jhi                                   on 2000/08/06  03:45:41
68331         Log: Have symbols for the IoTYPEs.
68332      Branch: perl
68333            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
68334 ____________________________________________________________________________
68335 [  6531] By: jhi                                   on 2000/08/06  01:33:55
68336         Log: Continue fixing the io warnings.  This also
68337              sort of fixes bug ID 20000802.003: the core dump
68338              is no more.  Whether the current behaviour is correct
68339              (giving a warning: "Not a format reference"), is another matter.
68340      Branch: perl
68341            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
68342            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
68343 ____________________________________________________________________________
68344 [  6530] By: jhi                                   on 2000/08/05  21:33:12
68345         Log: Change the Policy policy: now -Dprefix= with an existing
68346              Policy.sh and prefix == siteprefix == vendorprefix, then all
68347              of them follow along the new prefix.
68348              
68349              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
68350              From: Andy Dougherty <doughera@lafayette.edu>
68351              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
68352              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
68353      Branch: perl
68354            ! Policy_sh.SH
68355 ____________________________________________________________________________
68356 [  6529] By: jhi                                   on 2000/08/05  18:57:28
68357         Log: Zap lib/Sys directory when cleaning up.
68358      Branch: perl
68359            ! Makefile.SH
68360 ____________________________________________________________________________
68361 [  6528] By: jhi                                   on 2000/08/05  18:40:44
68362         Log: Essential prototype changes were missing from #6527.
68363              Also make report_evil_fh() more bomb-proof.
68364      Branch: perl
68365            ! embed.h util.c
68366 ____________________________________________________________________________
68367 [  6527] By: jhi                                   on 2000/08/05  03:22:05
68368         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
68369              From: "Ronald F. Guilmette" <rfg@monkeys.com>
68370              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
68371              Message-Id: <200007242247.PAA52177@monkeys.com>
68372      Branch: perl
68373            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
68374 ____________________________________________________________________________
68375 [  6526] By: jhi                                   on 2000/08/04  21:23:27
68376         Log: gcc versions might have (parentheses) in them.
68377      Branch: metaconfig/U/perl
68378            ! gccvers.U
68379      Branch: perl
68380            ! Configure config_h.SH
68381 ____________________________________________________________________________
68382 [  6525] By: jhi                                   on 2000/08/04  20:23:12
68383         Log: Weed buglets pointed out by
68384              
68385              From: Lupe Christoph <lupe@lupe-christoph.de>
68386              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
68387              Date: Fri, 4 Aug 2000 17:34:39 +0200
68388              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
68389      Branch: metaconfig/U/perl
68390            ! gccvers.U uselfs.U
68391      Branch: perl
68392            ! Configure config_h.SH
68393 ____________________________________________________________________________
68394 [  6524] By: jhi                                   on 2000/08/04  19:02:08
68395         Log: Warn under -w if lstat(FH) is attempted.
68396              
68397              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
68398              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
68399              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
68400              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
68401      Branch: perl
68402            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
68403            ! t/pragma/warn/pp_sys
68404 ____________________________________________________________________________
68405 [  6523] By: jhi                                   on 2000/08/04  12:31:11
68406         Log: Subject: New perlcc, take 2
68407              From: simon@brecon.co.uk (Simon Cozens)
68408              Date: 4 Aug 2000 06:21:04 GMT
68409              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
68410      Branch: perl
68411            ! utils/perlcc.PL
68412 ____________________________________________________________________________
68413 [  6522] By: jhi                                   on 2000/08/04  12:26:33
68414         Log: Subject: Re: Array vs. List context
68415              From: Daniel Chetlin <daniel@chetlin.com>
68416              Date: Fri, 4 Aug 2000 00:22:44 -0700
68417              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
68418      Branch: perl
68419            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
68420            ! pod/perlfaq4.pod
68421 ____________________________________________________________________________
68422 [  6521] By: jhi                                   on 2000/08/04  12:22:38
68423         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
68424              From: Raymund Will <ray@caldera.de>
68425              Date: Fri, 4 Aug 2000 12:07:09 +0200
68426              Message-Id: <20000804120709.A14982@caldera.de>
68427      Branch: perl
68428            ! configure.gnu
68429 ____________________________________________________________________________
68430 [  6520] By: jhi                                   on 2000/08/04  04:09:06
68431         Log: After the #6519 a warning about stat() is just that,
68432              not about a filetest, which now have their own warning.
68433      Branch: perl
68434            ! pod/perldiag.pod
68435 ____________________________________________________________________________
68436 [  6519] By: jhi                                   on 2000/08/04  04:06:30
68437         Log: In the warnings call filehandles consistently so;
68438              add "unopened" warning for stat().
68439      Branch: perl
68440            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
68441            ! t/pragma/warn/pp_sys
68442 ____________________________________________________________________________
68443 [  6518] By: jhi                                   on 2000/08/04  02:55:35
68444         Log: Subject: Minor tweak to perlvar.pod
68445              From: "Stephen P. Potter" <spp@ds.net>
68446              Date: Tue, 18 Apr 2000 09:26:03 -0400
68447              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
68448      Branch: perl
68449            ! pod/perlvar.pod
68450 ____________________________________________________________________________
68451 [  6517] By: jhi                                   on 2000/08/04  02:50:08
68452         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
68453              From: "Clinton Pierce" <cpierce1@ford.com>
68454              Date: Wed, 21 Jul 1999 16:45:31 -0400
68455              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
68456              
68457              Fix by Stephen Potter (visible in the bug db but not in p5p?)
68458      Branch: perl
68459            ! pod/perlfunc.pod pod/perlop.pod
68460 ____________________________________________________________________________
68461 [  6516] By: jhi                                   on 2000/08/04  02:09:25
68462         Log: This is 6512.  Really.
68463      Branch: perl
68464            ! dump.c
68465 ____________________________________________________________________________
68466 [  6515] By: jhi                                   on 2000/08/04  01:25:50
68467         Log: mention the idea of @( and @)
68468      Branch: perl
68469            ! Todo-5.6
68470 ____________________________________________________________________________
68471 [  6514] By: bailey                                on 2000/08/04  01:18:46
68472         Log: YA resync with mainstem, including VMS patches from others
68473      Branch: vmsperl
68474           +> (branch 48 files)
68475            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
68476           !> (integrate 354 files)
68477 ____________________________________________________________________________
68478 [  6513] By: jhi                                   on 2000/08/04  01:18:18
68479         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
68480              From: Mark Dickinson <dickins3@fas.harvard.edu>
68481              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
68482              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
68483      Branch: perl
68484            ! t/op/grent.t t/op/pwent.t
68485 ____________________________________________________________________________
68486 [  6512] By: jhi                                   on 2000/08/04  01:14:06
68487         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
68488              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
68489              Date: Wed, 02 Aug 2000 10:51:01 +0100
68490              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
68491      Branch: perl
68492            ! sv.c
68493 ____________________________________________________________________________
68494 [  6511] By: jhi                                   on 2000/08/04  00:57:00
68495         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
68496              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68497              Date: Thu, 03 Aug 2000 17:20:04 -0700
68498              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
68499      Branch: metaconfig
68500            ! U/modified/Cppsym.U
68501      Branch: perl
68502            ! Configure config_h.SH
68503 ____________________________________________________________________________
68504 [  6510] By: jhi                                   on 2000/08/04  00:25:28
68505         Log: detypo
68506      Branch: perl
68507            ! Makefile.SH
68508 ____________________________________________________________________________
68509 [  6509] By: jhi                                   on 2000/08/03  23:43:18
68510         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
68511              From: Dominic Dunlop <domo@computer.org>
68512              Date: Thu, 3 Aug 2000 22:16:46 +0200
68513              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
68514      Branch: perl
68515            ! t/op/sprintf.t
68516 ____________________________________________________________________________
68517 [  6508] By: jhi                                   on 2000/08/03  23:40:37
68518         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
68519              From: Hugo <hv@crypt.compulink.co.uk>
68520              Date: Thu, 03 Aug 2000 18:25:30 +0100
68521              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
68522      Branch: perl
68523            ! regcomp.c t/op/re_tests
68524 ____________________________________________________________________________
68525 [  6507] By: jhi                                   on 2000/08/03  23:38:28
68526         Log: Subject: [PATCH] sv.h documentation - SvLEN
68527              From: Mike Guy <mjtg@cam.ac.uk>
68528              Date: Thu, 03 Aug 2000 14:43:09 +0100
68529              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
68530      Branch: perl
68531            ! sv.h
68532 ____________________________________________________________________________
68533 [  6506] By: jhi                                   on 2000/08/03  15:49:14
68534         Log: Disable the fix_pl hack for now.
68535      Branch: perl
68536            ! Makefile.SH
68537 ____________________________________________________________________________
68538 [  6505] By: jhi                                   on 2000/08/03  13:49:04
68539         Log: Add a URL for FSF.
68540              
68541              Subject: Patch for README
68542              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
68543              Date: Wed, 2 Aug 2000 13:25:09 -0500
68544              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
68545      Branch: perl
68546            ! README
68547 ____________________________________________________________________________
68548 [  6504] By: jhi                                   on 2000/08/03  13:29:19
68549         Log: Be more informative on what is skipped and why,
68550              also repeat the list at the end.
68551      Branch: perl
68552            ! Porting/p4desc
68553 ____________________________________________________________________________
68554 [  6503] By: jhi                                   on 2000/08/03  13:07:05
68555         Log: Circumvent the removal of .patch by fix_pl.
68556              
68557              Subject: Re: [ID 20000802.011] unable to 'make test'          
68558              From: simon@brecon.co.uk (Simon Cozens) 
68559              Date: 3 Aug 2000 04:17:00 GMT
68560              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
68561      Branch: perl
68562            ! Makefile.SH
68563 ____________________________________________________________________________
68564 [  6502] By: jhi                                   on 2000/08/03  00:14:34
68565         Log: Add the missing setproctitle unit.
68566      Branch: metaconfig/U/perl
68567            + d_setproctitle.U
68568 ____________________________________________________________________________
68569 [  6501] By: jhi                                   on 2000/08/03  00:00:26
68570         Log: The subtest 4 may fail also on VOBS, as pointed out
68571              by Nick Ing-Simmons in November 1999, bug id 19991124.003
68572              (but the failure in that bug report isn't the subtest 4).
68573      Branch: perl
68574            ! t/op/stat.t
68575 ____________________________________________________________________________
68576 [  6500] By: jhi                                   on 2000/08/02  23:49:30
68577         Log: Better skip message for the test; one of the two problems in
68578              
68579              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
68580              From: Lupe Christoph <lupe@lupe-christoph.de>
68581              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
68582              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
68583      Branch: perl
68584            ! t/op/numconvert.t
68585 ____________________________________________________________________________
68586 [  6499] By: jhi                                   on 2000/08/02  22:49:16
68587         Log: Allow "no Module;" even if there is no 'unimport'.
68588              
68589              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
68590              From: mjd@plover.com
68591              Date: 24 Mar 2000 15:24:34 -0000
68592              Message-Id: <20000324152434.15160.qmail@plover.com>
68593      Branch: perl
68594            ! gv.c
68595 ____________________________________________________________________________
68596 [  6498] By: jhi                                   on 2000/08/02  22:42:58
68597         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
68598              that are hopefully soon put into use.
68599      Branch: perl
68600            ! opcode.h opcode.pl opnames.h
68601 ____________________________________________________________________________
68602 [  6497] By: gsar                                  on 2000/08/02  22:28:59
68603         Log: require.t needs binmode() to work on windows
68604      Branch: perl
68605            ! t/comp/require.t
68606 ____________________________________________________________________________
68607 [  6496] By: jhi                                   on 2000/08/02  22:08:51
68608         Log: Document the IVdf UVuf UVof UVxf.
68609      Branch: perl
68610            ! pod/perlguts.pod
68611 ____________________________________________________________________________
68612 [  6495] By: jhi                                   on 2000/08/02  21:54:26
68613         Log: detypo #6494
68614      Branch: perl
68615            ! ext/Data/Dumper/Dumper.xs
68616 ____________________________________________________________________________
68617 [  6494] By: jhi                                   on 2000/08/02  21:49:17
68618         Log: Dump UVs as UVs in Data::Dumper.
68619              
68620              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
68621              From: Gurusamy Sarathy <gsar@ActiveState.com>
68622              Date: Thu, 27 Apr 2000 12:26:25 -0700
68623              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
68624      Branch: perl
68625            ! ext/Data/Dumper/Dumper.xs
68626 ____________________________________________________________________________
68627 [  6493] By: jhi                                   on 2000/08/02  17:01:58
68628         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
68629              From: Hugo <hv@crypt.compulink.co.uk>
68630              Date: Wed, 02 Aug 2000 14:53:56 +0100
68631              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
68632      Branch: perl
68633            ! regexec.c t/op/re_tests
68634 ____________________________________________________________________________
68635 [  6492] By: jhi                                   on 2000/08/02  15:02:46
68636         Log: The new setproctitle() feature is available only in 
68637              bleeding edge FreeBSD.  From Paul Saab.
68638      Branch: perl
68639            ! mg.c
68640 ____________________________________________________________________________
68641 [  6491] By: jhi                                   on 2000/08/02  13:34:36
68642         Log: The tr utf8 patching continues.
68643              
68644              Subject: Re: #6469, too many tests claimed in require.t
68645              From: simon@brecon.co.uk (Simon Cozens)
68646              Date: 2 Aug 2000 02:37:17 GMT
68647              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
68648              
68649              (the logic of the test was the wrong way round in the patch)
68650      Branch: perl
68651            ! doop.c
68652 ____________________________________________________________________________
68653 [  6490] By: jhi                                   on 2000/08/02  13:27:38
68654         Log: The name of a filehandle does not have <these>.
68655      Branch: perl
68656            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
68657            ! t/pragma/warn/pp_sys util.c
68658 ____________________________________________________________________________
68659 [  6489] By: jhi                                   on 2000/08/02  04:26:46
68660         Log: Remove the extraneous "main::" prefix from all the
68661              "opened only for", "on closed", and "never opened" warnings.
68662              
68663              Subject: Re: inappropriate warning
68664              From: Gurusamy Sarathy <gsar@ActiveState.com>
68665              Date: Mon, 20 Mar 2000 11:28:02 -0800
68666              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
68667      Branch: perl
68668            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
68669            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
68670            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
68671 ____________________________________________________________________________
68672 [  6488] By: jhi                                   on 2000/08/02  03:02:57
68673         Log: memcpy has n o in it, as pinted ut by Sarathy.
68674      Branch: perl
68675            ! pod/perlguts.pod
68676 ____________________________________________________________________________
68677 [  6487] By: jhi                                   on 2000/08/02  02:44:51
68678         Log: Document in one place the memory abstractions used in Perl core.
68679              
68680              Subject: Re: Memory abstraction
68681              From: simon@brecon.co.uk (Simon Cozens)
68682              Date: 2 Aug 2000 02:20:23 GMT
68683              Organization: Earth.li Origins
68684      Branch: perl
68685            ! pod/perlguts.pod
68686 ____________________________________________________________________________
68687 [  6486] By: jhi                                   on 2000/08/02  02:41:57
68688         Log: regen_headers, regen perltoc.
68689      Branch: perl
68690            ! perlapi.c pod/perltoc.pod
68691 ____________________________________________________________________________
68692 [  6485] By: jhi                                   on 2000/08/02  01:43:33
68693         Log: "This little thing tests for a file .patch, and if it contains
68694              a number, pops into patchlevel.h" (making it easier to track
68695              which development version people are reporting bugs against)
68696              
68697              Subject: Patchlevel autogeneration for repository perls
68698              From: simon@brecon.co.uk (Simon Cozens)
68699              Date: 14 Jul 2000 07:12:15 GMT
68700              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
68701      Branch: perl
68702            + fix_pl
68703            ! MANIFEST Makefile.SH
68704 ____________________________________________________________________________
68705 [  6484] By: jhi                                   on 2000/08/02  01:32:54
68706         Log: FreeBSD 3.* updates from
68707              
68708              From: Paul Saab <ps@yahoo-inc.com>
68709              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
68710              Date: Tue, 1 Aug 2000 15:41:39 -0700
68711              Message-Id: <20000801154139.A53740@yahoo-inc.com>
68712      Branch: perl
68713            ! hints/freebsd.sh
68714 ____________________________________________________________________________
68715 [  6483] By: jhi                                   on 2000/08/02  01:27:44
68716         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
68717              instead one must use setproctitle().  This was already addressed
68718              by change #6457, but the below has a new variant for FreeBSD 4.0
68719              or later, and the matter is also documented more.
68720              
68721              From: Paul Saab <ps@yahoo-inc.com>
68722              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
68723              Date: Tue, 1 Aug 2000 15:41:39 -0700
68724              Message-Id: <20000801154139.A53740@yahoo-inc.com>
68725      Branch: metaconfig/U/perl
68726            + i_libutil.U
68727      Branch: perl
68728            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
68729 ____________________________________________________________________________
68730 [  6482] By: jhi                                   on 2000/08/01  22:17:32
68731         Log: The test from this
68732              
68733              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
68734              Date: Sat, 15 Apr 2000 17:03:44 +0100
68735              From: Tom Hughes <tom@compton.nu>
68736              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
68737              
68738              was missing, the code change went in as #5989
68739              (which had a different test?)
68740      Branch: perl
68741            ! t/op/misc.t
68742 ____________________________________________________________________________
68743 [  6481] By: jhi                                   on 2000/08/01  21:48:38
68744         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
68745              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
68746              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
68747              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
68748      Branch: perl
68749            ! perl.h
68750 ____________________________________________________________________________
68751 [  6480] By: jhi                                   on 2000/08/01  18:05:28
68752         Log: Make p4desc to skip non-mainperl branches by default.
68753      Branch: perl
68754            ! Porting/p4desc
68755 ____________________________________________________________________________
68756 [  6479] By: jhi                                   on 2000/08/01  17:29:19
68757         Log: If gccosandvers is equal to osname, clear gccosandvers.
68758      Branch: metaconfig/U/perl
68759            ! gccvers.U
68760      Branch: perl
68761            ! Configure config_h.SH
68762 ____________________________________________________________________________
68763 [  6478] By: jhi                                   on 2000/08/01  15:54:08
68764         Log: BOM patching from Simon Cozens.
68765      Branch: perl
68766            ! toke.c
68767 ____________________________________________________________________________
68768 [  6477] By: jhi                                   on 2000/08/01  04:50:33
68769         Log: Stash away the largefiles flags and libswanted.
68770      Branch: perl
68771            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
68772 ____________________________________________________________________________
68773 [  6476] By: gsar                                  on 2000/08/01  04:24:24
68774         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
68775              on Windows)
68776      Branch: perl
68777            ! t/pragma/utf8.t utf8.c win32/win32.c
68778 ____________________________________________________________________________
68779 [  6475] By: jhi                                   on 2000/08/01  03:35:24
68780         Log: Make chr() for values >127 to create utf8 when under utf8.
68781              
68782              Subject: Re: uft8/chr()
68783              From: simon@brecon.co.uk (Simon Cozens)
68784              Date: 1 Aug 2000 02:37:02 GMT
68785              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
68786      Branch: perl
68787            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
68788 ____________________________________________________________________________
68789 [  6474] By: jhi                                   on 2000/08/01  02:36:18
68790         Log: In Digital UNIX warn if gcc explicitly chosen because even
68791              2.95.2 is known to cause problems.
68792      Branch: perl
68793            ! hints/dec_osf.sh
68794 ____________________________________________________________________________
68795 [  6473] By: jhi                                   on 2000/08/01  02:00:56
68796         Log: Make the safety catch for buggy gccs work with triple version
68797              numbers like 2.95.2.  Reported in
68798              
68799              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
68800              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
68801              Date: Mon, 31 Jul 2000 14:55:06 +0200
68802              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
68803      Branch: perl
68804            ! hints/dec_osf.sh
68805 ____________________________________________________________________________
68806 [  6472] By: jhi                                   on 2000/08/01  01:13:33
68807         Log: Subject: fix and question re: waitpid() under win32
68808              From: Brian Clarke <clarke@appliedmeta.com>
68809              Date: Fri, 28 Jul 2000 15:18:29 -0400
68810              Message-ID: <3981DC85.290314EB@appliedmeta.com>
68811              
68812              Slightly reformatted and WNOHANG # define moved to win32.h
68813              so that also POSIX.xs sees it, as suggsted by Sarathy.
68814      Branch: perl
68815            ! win32/win32.c win32/win32.h
68816 ____________________________________________________________________________
68817 [  6471] By: jhi                                   on 2000/08/01  00:55:05
68818         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
68819              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
68820              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
68821              Date: Mon, 31 Jul 2000 13:28:51 +0100
68822              
68823              (aka ID 20000730.002)
68824      Branch: perl
68825            ! op.c t/op/tr.t
68826 ____________________________________________________________________________
68827 [  6470] By: jhi                                   on 2000/07/31  23:34:42
68828         Log: Document the problem with -P in HP-UX and its workaround.
68829              
68830              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
68831              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
68832              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
68833              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
68834      Branch: perl
68835            ! README.hpux
68836 ____________________________________________________________________________
68837 [  6469] By: jhi                                   on 2000/07/31  04:15:02
68838         Log: The swallow_bom() saga continues.  The #23 of require.t
68839              (UTF16-LE) still fails (silently, no output) but the #22
68840              (UTF16-BE) seems to be working now.  The root of the
68841              failure may be in sv_gets(): is it UTF-16LE-aware,
68842              especially when it comes to line endings? 
68843      Branch: perl
68844            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
68845            ! t/comp/require.t toke.c utf8.c
68846 ____________________________________________________________________________
68847 [  6468] By: jhi                                   on 2000/07/30  19:05:48
68848         Log: Find green threads before native threads.
68849              
68850              Subject: Re: Patch to jpl/JNI/Makefile.PL
68851              From: Jens Thomsen <jens@fiend.cis.com>
68852              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
68853              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
68854      Branch: perl
68855            ! jpl/JNI/Makefile.PL
68856 ____________________________________________________________________________
68857 [  6467] By: jhi                                   on 2000/07/30  18:36:22
68858         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
68859      Branch: perl
68860            ! doop.c
68861 ____________________________________________________________________________
68862 [  6466] By: jhi                                   on 2000/07/30  04:37:29
68863         Log: A new version of the "remove UPPERACSE string comparison"
68864              operators.  The problem with the previous one (change #6454)
68865              was that it was for Perl 5.6.0.  From Paul Marquess.
68866      Branch: perl
68867            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
68868            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
68869            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
68870 ____________________________________________________________________________
68871 [  6465] By: jhi                                   on 2000/07/29  22:39:56
68872         Log: Do not upgrade SVs into utf8 just because they participate
68873              in eq or cmp.  Reported and fix suggested in
68874              
68875              Subject: [ID 20000720.009] sv_eq UTF8 bug
68876              From: "Simon Cozens" <simon@othersideofthe.earth.li>
68877              Date: 21 Jul 2000 04:37:29 -0000
68878              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
68879              
68880              Exercise for the kind reader: should we or should we not
68881              cache the utf8 conversion alongside the SV? (as magic,
68882              as the strxfrm()ed version is cached under use locale)
68883              Argue both for and against.
68884      Branch: perl
68885            ! sv.c
68886 ____________________________________________________________________________
68887 [  6464] By: jhi                                   on 2000/07/29  22:36:22
68888         Log: Subject: UTF8 concat
68889              From: simon@brecon.co.uk (Simon Cozens) 
68890              Date: 30 Jun 2000 06:13:25 GMT
68891              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
68892              
68893              (with a memory leak fixed, plus a few casts added)
68894              
68895              This also seems to help for
68896              
68897              Subject: [ID 20000716.015] join UTF8 weirdness
68898              From: root <root@ak-71.mind.de> 
68899              Date: Sat, 15 Jul 2000 15:29:54 +0200
68900              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
68901              
68902              (from Andreas König)
68903      Branch: perl
68904            ! pp_hot.c
68905 ____________________________________________________________________________
68906 [  6463] By: jhi                                   on 2000/07/29  00:55:39
68907         Log: Tune the comments and hopefully stop a memory leak.
68908      Branch: perl
68909            ! toke.c utf8.c
68910 ____________________________________________________________________________
68911 [  6462] By: jhi                                   on 2000/07/29  00:16:53
68912         Log: The problem described in this
68913              
68914              Subject: [ID 20000322.018] named chars aren't magical enough
68915              From: root <root@dixie.cscaper.com>     
68916              Date: Wed, 22 Mar 2000 18:37:42 -0700
68917              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
68918              
68919              has been fixed in perl 5.6.0 but just in case added a test
68920              to keep it away.  (The report from Joseph Hall.)
68921      Branch: perl
68922            ! t/lib/charnames.t
68923 ____________________________________________________________________________
68924 [  6461] By: jhi                                   on 2000/07/28  23:56:36
68925         Log: Tiny fixes for #6460.
68926      Branch: metaconfig/U/perl
68927            ! gccvers.U
68928      Branch: perl
68929            ! Configure config_h.SH
68930 ____________________________________________________________________________
68931 [  6460] By: jhi                                   on 2000/07/28  23:24:41
68932         Log: Warn if the version of the operating system used to compile gcc
68933              differs from the current version of the operating system.
68934              Also display the gcc compilation os and version in myconfig.
68935              Inspiration from
68936              
68937              Subject: Re: [ID 20000710.003] ERRORS!!         
68938              From: "Kurt D. Starsinic" <kstar@chapin.edu>
68939              Date: Mon, 10 Jul 2000 15:54:16 -0400
68940              Message-ID: <20000710155416.A1384@O2.chapin.edu>
68941      Branch: metaconfig/U/perl
68942            ! gccvers.U
68943      Branch: perl
68944            ! Configure config_h.SH myconfig.SH
68945 ____________________________________________________________________________
68946 [  6459] By: jhi                                   on 2000/07/28  22:00:32
68947         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
68948              letter to $Config{osvers}.
68949      Branch: metaconfig
68950            ! U/modified/Oldconfig.U
68951      Branch: perl
68952            ! Configure config_h.SH
68953 ____________________________________________________________________________
68954 [  6458] By: jhi                                   on 2000/07/28  04:15:39
68955         Log: Back out #6454, doesn't seem to work.
68956              (Reason: that patch was for perl 5.6.0, not perl-current)
68957              (A version of the patch for perl-current came in later as #6466)
68958      Branch: perl
68959            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
68960            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
68961            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
68962 ____________________________________________________________________________
68963 [  6457] By: jhi                                   on 2000/07/27  23:31:49
68964         Log: Use setproctitle() if available to modify $0.
68965              
68966              Subject: setting $* on BSD4 broken
68967              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
68968              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
68969              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
68970      Branch: metaconfig
68971            ! U/modified/Myinit.U
68972      Branch: perl
68973            ! Configure config_h.SH mg.c
68974 ____________________________________________________________________________
68975 [  6456] By: jhi                                   on 2000/07/27  14:50:47
68976         Log: Allow "no AutoLoader;", based on change #6444,
68977              suggested by Graham Barr.
68978      Branch: perl
68979            ! lib/AutoLoader.pm
68980 ____________________________________________________________________________
68981 [  6455] By: jhi                                   on 2000/07/27  14:19:10
68982         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
68983              From: rspier@pobox.com (Robert Spier)
68984              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
68985              Message-ID: <14720.15855.787664.424783@rls.cx>
68986      Branch: perl
68987            ! pod/perldiag.pod
68988 ____________________________________________________________________________
68989 [  6454] By: jhi                                   on 2000/07/27  14:03:02
68990         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
68991              for a long time).
68992              
68993              Reported in
68994              
68995              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
68996              From: Ryan Herbert <rherbert@sycamorehq.com>
68997              Date: Mon, 17 Jul 2000 11:40:42 -0400
68998              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
68999              
69000              Patched in
69001              
69002              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
69003              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
69004              Date: Wed, 26 Jul 2000 23:40:18 +0100
69005              Message-ID: <000001bff752$79511880$0a17073e@tiny>
69006              
69007              based on an earlier patch from Stephen P. Potter.
69008              
69009              (Removed later by change #6458 because this patch was for
69010              perl 5.6.0, not perl-current)
69011      Branch: perl
69012            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
69013            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
69014            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
69015 ____________________________________________________________________________
69016 [  6453] By: jhi                                   on 2000/07/27  13:48:02
69017         Log: Subject: [PATCH] fixes bug 20000508.004
69018              From: Michael Stevens <mstevens@globnix.org>
69019              Date: Thu, 27 Jul 2000 13:49:04 +0100
69020              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
69021      Branch: perl
69022            ! pod/perldata.pod
69023 ____________________________________________________________________________
69024 [  6452] By: jhi                                   on 2000/07/26  23:51:26
69025         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
69026              and Craig A. Berry.
69027      Branch: perl
69028            ! lib/File/Temp.pm pod/perlport.pod
69029 ____________________________________________________________________________
69030 [  6451] By: jhi                                   on 2000/07/26  19:43:30
69031         Log: Be wary of close()s, too.
69032              
69033              Subject: Re: [PATCH] perlbug cleanup
69034              From: Tim Jenness <t.jenness@jach.hawaii.edu>
69035              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
69036              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
69037      Branch: perl
69038            ! utils/perlbug.PL
69039 ____________________________________________________________________________
69040 [  6450] By: jhi                                   on 2000/07/26  18:41:40
69041         Log: Subject: Minor doc patch: handy.h
69042              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
69043              Date: Wed, 26 Jul 2000 15:34:25 -0300
69044              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
69045      Branch: perl
69046            ! handy.h pod/perlapi.pod
69047 ____________________________________________________________________________
69048 [  6449] By: jhi                                   on 2000/07/26  18:23:55
69049         Log: Subject: [PATCH] minor doc change - perlguts
69050              From: Michael Stevens <mstevens@globnix.org>
69051              Date: Thu, 13 Jul 2000 12:39:18 +0100
69052              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
69053      Branch: perl
69054            ! pod/perlguts.pod
69055 ____________________________________________________________________________
69056 [  6448] By: jhi                                   on 2000/07/26  18:20:30
69057         Log: open() wariness in perlbug.
69058              
69059              Subject: [PATCH] perlbug cleanup
69060              From: Michael Stevens <mstevens@globnix.org>
69061              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
69062              Date: Thu, 13 Jul 2000 15:52:23 +0100
69063      Branch: perl
69064            ! utils/perlbug.PL
69065 ____________________________________________________________________________
69066 [  6447] By: jhi                                   on 2000/07/26  18:13:04
69067         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
69068      Branch: perl
69069            ! lib/File/Temp.pm t/lib/ftmp-security.t
69070 ____________________________________________________________________________
69071 [  6446] By: jhi                                   on 2000/07/26  18:06:32
69072         Log: docfix from Peter Scott <Peter@PSDT.com>.
69073      Branch: perl
69074            ! pod/perlfunc.pod
69075 ____________________________________________________________________________
69076 [  6445] By: jhi                                   on 2000/07/26  17:53:31
69077         Log: Fix *foo{FORMAT}.
69078              
69079              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69080              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
69081              Date: Wed, 26 Jul 2000 19:51:02 +0200
69082              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
69083              
69084              From: Graham Barr <gbarr@pobox.com>
69085              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
69086              Date: Wed, 26 Jul 2000 17:38:36 +0100
69087              Message-ID: <20000726173836.L472@pobox.com>
69088      Branch: perl
69089            ! pp.c sv.c t/op/gv.t
69090 ____________________________________________________________________________
69091 [  6444] By: jhi                                   on 2000/07/26  17:49:14
69092         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
69093              from Graham Barr in the module list.
69094      Branch: perl
69095            ! gv.c pod/perlobj.pod
69096 ____________________________________________________________________________
69097 [  6443] By: jhi                                   on 2000/07/26  16:06:56
69098         Log: More split() doc and test patches from Mike Guy.
69099      Branch: perl
69100            ! pod/perlfunc.pod t/op/split.t
69101 ____________________________________________________________________________
69102 [  6442] By: jhi                                   on 2000/07/26  16:05:30
69103         Log: MacOS nits from Matthias Neeracher.
69104      Branch: perl
69105            ! perl.c pp_ctl.c
69106 ____________________________________________________________________________
69107 [  6441] By: jhi                                   on 2000/07/26  04:39:57
69108         Log: Subject: [PATCH] split /^/
69109              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69110              Date: Tue, 25 Jul 2000 14:18:57 +0100
69111              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
69112              
69113              (with notes from tchrist and gbarr)
69114      Branch: perl
69115            ! pod/perlfunc.pod t/op/split.t
69116 ____________________________________________________________________________
69117 [  6440] By: jhi                                   on 2000/07/26  04:32:32
69118         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
69119              From: Peter Prymmer <pvhp@forte.com>
69120              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
69121              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
69122      Branch: perl
69123            ! vms/munchconfig.c
69124 ____________________________________________________________________________
69125 [  6439] By: jhi                                   on 2000/07/26  04:31:01
69126         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
69127              to be fatal errors (instead of by default ignoring them, and
69128              ignoring with a bug: even though -w gave an error, the opening [
69129              was left in)  Reported in:
69130              
69131              Subject: [ID 20000716.024] [=cc=] / [:blank:]
69132              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
69133              Date: Sun, 16 Jul 2000 17:55:29 -0700
69134              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
69135      Branch: perl
69136            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
69137 ____________________________________________________________________________
69138 [  6438] By: jhi                                   on 2000/07/25  15:41:15
69139         Log: Subject: [PATCH] av.c apidoc
69140              From: simon@brecon.co.uk (Simon Cozens)
69141              Date: 24 Jul 2000 06:40:52 GMT
69142              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
69143      Branch: perl
69144            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
69145            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
69146 ____________________________________________________________________________
69147 [  6437] By: jhi                                   on 2000/07/25  14:05:36
69148         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
69149              From: "Stephen P. Potter" <spp@ds.net>
69150              Date: Mon, 24 Jul 2000 14:22:23 -0400
69151              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
69152      Branch: perl
69153            ! pod/perllocale.pod
69154 ____________________________________________________________________________
69155 [  6436] By: jhi                                   on 2000/07/25  14:02:03
69156         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
69157              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69158              Date: Mon, 24 Jul 2000 18:04:28 +0100
69159              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
69160      Branch: perl
69161            ! t/lib/syslfs.t t/op/lfs.t
69162 ____________________________________________________________________________
69163 [  6435] By: jhi                                   on 2000/07/25  13:59:28
69164         Log: Get UTF16 BOMs working.  Patch from
69165              
69166              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
69167              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69168              Date: Tue, 25 Jul 2000 12:52:45 +0100
69169              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
69170              
69171              and notes from
69172              
69173              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
69174              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69175              Date: Tue, 25 Jul 2000 11:43:25 +0100
69176              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
69177      Branch: perl
69178            ! t/comp/require.t toke.c utf8.c
69179 ____________________________________________________________________________
69180 [  6434] By: jhi                                   on 2000/07/25  02:39:54
69181         Log: Make the "uninit variable" warning to say "concat or string"
69182              or "join or string" when in concat or join .
69183              
69184              Subject: Re: [ID 20000403.009] uninitialised concatenation???
69185              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69186              Date: Tue, 04 Apr 2000 18:22:58 +0100
69187              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
69188              
69189              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
69190              From: William R Ward <hermit@BayView.COM>
69191              Date: Thu, 30 Mar 2000 19:50:03 -0800
69192              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
69193      Branch: perl
69194            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
69195            ! t/pragma/warn/op t/pragma/warn/sv
69196 ____________________________________________________________________________
69197 [  6433] By: jhi                                   on 2000/07/24  17:52:56
69198         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
69199      Branch: perl
69200            ! lib/File/Spec/VMS.pm
69201 ____________________________________________________________________________
69202 [  6432] By: jhi                                   on 2000/07/24  17:44:44
69203         Log: Test cases for #6431.
69204              
69205              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
69206              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69207              Date: Mon, 24 Jul 2000 15:32:29 +0100
69208              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
69209      Branch: perl
69210            ! t/op/pat.t t/op/split.t
69211 ____________________________________________________________________________
69212 [  6431] By: jhi                                   on 2000/07/24  17:43:17
69213         Log: Bind op fix.
69214              
69215              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
69216              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69217              Date: Mon, 17 Jul 2000 20:04:56 +0100
69218              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
69219      Branch: perl
69220            ! op.c
69221 ____________________________________________________________________________
69222 [  6430] By: jhi                                   on 2000/07/24  03:42:42
69223         Log: Subject: [ID 20000716.023] syslog test fails without sockets
69224              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69225              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
69226              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
69227      Branch: metaconfig/U/perl
69228            ! Extensions.U
69229      Branch: perl
69230            ! Configure config_h.SH
69231 ____________________________________________________________________________
69232 [  6429] By: jhi                                   on 2000/07/24  03:11:52
69233         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
69234              case, but add also notes explaining the relationship of this
69235              patch and the earlier notes by Sarathy.
69236              
69237              Subject: Map is still slow
69238              From: "Ben Tilly" <ben_tilly@hotmail.com>
69239              Date: Sat, 15 Jul 2000 17:23:27 EDT
69240              Message-ID: <20000715212327.21656.qmail@hotmail.com>
69241      Branch: perl
69242            ! pp_ctl.c
69243 ____________________________________________________________________________
69244 [  6428] By: jhi                                   on 2000/07/24  02:58:52
69245         Log: Documentation to explain the behaviour of map().
69246              
69247              Subject: Re: Map is still slow 
69248              From: Gurusamy Sarathy <gsar@ActiveState.com>
69249              Date: Sat, 15 Jul 2000 16:05:09 -0700
69250              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
69251      Branch: perl
69252            ! pp_ctl.c
69253 ____________________________________________________________________________
69254 [  6427] By: jhi                                   on 2000/07/24  02:50:03
69255         Log: Add tests for
69256              [ID 19991110.003] another matching finding by pcre author
69257              which has already been fixed by some patch, as verified in
69258              
69259              Subject: Re: two regex bugs from the mists of time (well, last November)
69260              From: Hugo <hv@crypt.compulink.co.uk>
69261              Date: Sat, 22 Jul 2000 18:12:58 +0100
69262              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
69263      Branch: perl
69264            ! t/op/re_tests
69265 ____________________________________________________________________________
69266 [  6426] By: jhi                                   on 2000/07/24  02:11:20
69267         Log: A missing 'break' after the [[:space:]] switch case.
69268              
69269              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
69270              From: "Stephen P. Potter" <spp@ds.net>
69271              Date: Tue, 18 Jul 2000 16:25:17 -0400
69272              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
69273      Branch: perl
69274            ! regcomp.c
69275 ____________________________________________________________________________
69276 [  6425] By: jhi                                   on 2000/07/24  02:06:12
69277         Log: The output might have been produced in the wrong order.
69278              
69279              Subject: [ID 20000720.003] [PATCH] t/op/write.t
69280              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69281              Date: Thu, 20 Jul 2000 18:49:18 +0100
69282              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
69283      Branch: perl
69284            ! t/op/write.t
69285 ____________________________________________________________________________
69286 [  6424] By: jhi                                   on 2000/07/24  02:00:07
69287         Log: Use STDOUT consistently.
69288              
69289              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
69290              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69291              Date: Thu, 20 Jul 2000 18:04:01 +0100
69292              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
69293      Branch: perl
69294            ! lib/Test/Harness.pm
69295 ____________________________________________________________________________
69296 [  6423] By: jhi                                   on 2000/07/24  01:54:54
69297         Log: Protect against "wild next"s, that is, callbacks doing "next"
69298              instead of "return".
69299              
69300              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
69301              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69302              Date: Tue, 18 Jul 2000 11:30:16 +0100
69303              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
69304      Branch: perl
69305            ! lib/File/Find.pm
69306 ____________________________________________________________________________
69307 [  6422] By: jhi                                   on 2000/07/24  01:35:47
69308         Log: Out-of-date note removed.
69309              
69310              Subject: [PATCH] documentation perlipc
69311              From: rspier@pobox.com (Robert Spier)
69312              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
69313              Message-ID: <14711.35178.572612.502654@rls.cx>
69314      Branch: perl
69315            ! pod/perlipc.pod
69316 ____________________________________________________________________________
69317 [  6421] By: jhi                                   on 2000/07/24  00:09:18
69318         Log: Send all installperl messages to STDERR and be -w clean.
69319              
69320              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
69321              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69322              Date: Sat, 22 Jul 2000 14:02:11 +0100
69323              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
69324      Branch: perl
69325            ! installperl
69326 ____________________________________________________________________________
69327 [  6420] By: jhi                                   on 2000/07/24  00:04:19
69328         Log: Decutandpasto.
69329              
69330              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
69331              From: "Richard Soderberg" <rs@crystalflame.net>
69332              Date: Sun, 23 Jul 2000 01:37:23 -0700
69333              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
69334      Branch: perl
69335            ! pod/perlipc.pod
69336 ____________________________________________________________________________
69337 [  6419] By: jhi                                   on 2000/07/24  00:01:12
69338         Log: A cleaner abs_path().
69339              Subject: Re: unix alternative to Cwd.pm
69340              From: Jeff Pinyan <jeffp@crusoe.net>
69341              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
69342              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
69343      Branch: perl
69344            ! lib/Cwd.pm
69345 ____________________________________________________________________________
69346 [  6418] By: jhi                                   on 2000/07/23  23:48:56
69347         Log: Detypo.
69348              
69349              Subject: [PATCH perl-current] Typo in hints/powerux.sh
69350              From: "Richard Soderberg" <rs@crystalflame.net>
69351              Date: Sun, 23 Jul 2000 01:27:33 -0700
69352              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
69353      Branch: perl
69354            ! hints/powerux.sh
69355 ____________________________________________________________________________
69356 [  6417] By: jhi                                   on 2000/07/17  22:13:31
69357         Log: Subject: SDBM_File documentation
69358              From: mjd@plover.com
69359              Date: 16 Jul 2000 17:41:17 -0000
69360              Message-ID: <20000716174117.18515.qmail@plover.com>
69361      Branch: perl
69362            ! ext/SDBM_File/SDBM_File.pm
69363 ____________________________________________________________________________
69364 [  6416] By: jhi                                   on 2000/07/17  19:13:26
69365         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
69366      Branch: perl
69367            ! hints/mpeix.sh mpeix/relink
69368 ____________________________________________________________________________
69369 [  6415] By: jhi                                   on 2000/07/15  14:11:02
69370         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
69371              the utf8 'characters' can be more than one octet).
69372              
69373              Date: Sat, 15 Jul 2000 00:21:56 +0100
69374              From: Tom Hughes <tom@compton.nu>
69375              Subject: Re: [ID 20000714.002]
69376              Message-ID: <db2334de49.tom@compton.compton.nu>
69377              
69378              Reported in
69379              
69380              Subject: [ID 20000714.002]
69381              From: "Simon Cozens" <simon@othersideofthe.earth.li>
69382              Date: 14 Jul 2000 15:13:09 -0000
69383              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
69384      Branch: perl
69385            ! doop.c
69386 ____________________________________________________________________________
69387 [  6414] By: jhi                                   on 2000/07/15  03:13:41
69388         Log: another VMS build tweak from Peter Prymmer
69389      Branch: perl
69390            ! vms/descrip_mms.template
69391 ____________________________________________________________________________
69392 [  6413] By: jhi                                   on 2000/07/15  03:10:40
69393         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
69394      Branch: perl
69395            ! vms/perlvms.pod
69396 ____________________________________________________________________________
69397 [  6412] By: jhi                                   on 2000/07/15  00:31:05
69398         Log: More docs for sv functions.
69399              
69400              Subject: [PATCH cfgperl] sv.c apidoc
69401              From: simon@brecon.co.uk (Simon Cozens)
69402              Date: 13 Jul 2000 09:00:20 GMT
69403              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
69404              
69405              Subject: Re: [PATCH cfgperl] sv.c apidoc
69406              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69407              Date: Thu, 13 Jul 2000 12:27:41 +0100
69408              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
69409              
69410              Subject: Re: [PATCH cfgperl] sv.c apidoc
69411              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69412              Date: Thu, 13 Jul 2000 13:23:09 +0100
69413              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
69414              
69415              Subject: Re: [PATCH cfgperl] sv.c apidoc
69416              From: simon@brecon.co.uk (Simon Cozens)
69417              Date: 14 Jul 2000 06:51:02 GMT
69418              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
69419      Branch: perl
69420            ! embed.pl pod/perlapi.pod sv.c
69421 ____________________________________________________________________________
69422 [  6411] By: jhi                                   on 2000/07/15  00:10:41
69423         Log: lib/b test fixes from Peter Prymmer.
69424      Branch: perl
69425            ! t/lib/b.t
69426 ____________________________________________________________________________
69427 [  6410] By: jhi                                   on 2000/07/15  00:02:09
69428         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
69429              From: Hugo <hv@crypt.compulink.co.uk>
69430              Date: Fri, 14 Jul 2000 23:05:20 +0100
69431              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
69432              
69433              Didn't anymore apply, but that point still could use another fix.
69434      Branch: perl
69435            ! pod/perlfunc.pod
69436 ____________________________________________________________________________
69437 [  6409] By: jhi                                   on 2000/07/14  23:15:15
69438         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
69439              not in pod, from Peter Prymmer
69440      Branch: perl
69441            ! vms/descrip_mms.template
69442 ____________________________________________________________________________
69443 [  6408] By: jhi                                   on 2000/07/14  20:35:05
69444         Log: The bug report
69445              [ID 19991110.002] minimal matching discrepancy found by pcre author
69446              seems to have been fixed (though differently from what was suggested
69447              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
69448      Branch: perl
69449            ! t/op/re_tests
69450 ____________________________________________________________________________
69451 [  6407] By: jhi                                   on 2000/07/14  17:38:08
69452         Log: Fix AutoSplit to use File::Spec the right way in VMS,
69453              from Peter Prymmer.
69454      Branch: perl
69455            ! lib/AutoSplit.pm
69456 ____________________________________________________________________________
69457 [  6406] By: jhi                                   on 2000/07/14  14:13:22
69458         Log: Merge perlhacktut into perlhack, update perlguts.
69459              
69460              Subject: Re: Perlhacktut
69461              From: simon@brecon.co.uk (Simon Cozens)
69462              Date: 14 Jul 2000 06:49:21 GMT
69463              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
69464              
69465              Subject: Re: Perlhacktut
69466              From: simon@brecon.co.uk (Simon Cozens)
69467              Date: 14 Jul 2000 07:09:45 GMT
69468              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
69469      Branch: perl
69470            ! pod/perlguts.pod pod/perlhack.pod
69471 ____________________________________________________________________________
69472 [  6405] By: jhi                                   on 2000/07/14  14:02:31
69473         Log: Integrate with Sarathy.
69474      Branch: cfgperl
69475           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
69476           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
69477           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
69478 ____________________________________________________________________________
69479 [  6404] By: gsar                                  on 2000/07/14  12:15:02
69480         Log: PERL_OBJECT build tweaks
69481      Branch: perl
69482            ! toke.c
69483 ____________________________________________________________________________
69484 [  6403] By: gsar                                  on 2000/07/14  11:23:41
69485         Log: inconsistent types needs casts
69486      Branch: perl
69487            ! toke.c
69488 ____________________________________________________________________________
69489 [  6402] By: gsar                                  on 2000/07/14  11:12:04
69490         Log: typos in change#6399, regen headers
69491      Branch: perl
69492            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
69493 ____________________________________________________________________________
69494 [  6401] By: gsar                                  on 2000/07/14  10:59:12
69495         Log: typecasts needed for change#6394
69496      Branch: perl
69497            ! toke.c
69498 ____________________________________________________________________________
69499 [  6400] By: gsar                                  on 2000/07/14  10:49:37
69500         Log: integrate cfgperl contents into mainline
69501      Branch: perl
69502           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
69503           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
69504 ____________________________________________________________________________
69505 [  6399] By: gsar                                  on 2000/07/14  10:38:35
69506         Log: enable UTF-16 filter by default if relevant BOM is seen; various
69507              cleanups (typos, misformatted code, and small bugs)
69508      Branch: perl
69509            ! doop.c embed.pl mg.c op.c pp.c toke.c
69510 ____________________________________________________________________________
69511 [  6398] By: gsar                                  on 2000/07/14  08:55:38
69512         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
69513              name suggests anyway)
69514      Branch: perl
69515            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
69516 ____________________________________________________________________________
69517 [  6397] By: gsar                                  on 2000/07/14  08:44:33
69518         Log: move new variables to the end of the interpreter structure (for
69519              bincompat in code that doesn't #include XSUB.h)
69520      Branch: perl
69521            ! intrpvar.h
69522 ____________________________________________________________________________
69523 [  6396] By: gsar                                  on 2000/07/14  08:13:58
69524         Log: MakeMaker should not remove editor backups (*~) on `make clean`
69525              by default (completes change#6383)
69526      Branch: perl
69527            ! lib/ExtUtils/MM_Unix.pm
69528 ____________________________________________________________________________
69529 [  6395] By: jhi                                   on 2000/07/14  05:20:33
69530         Log: Replace change #6337 with a better one.
69531              
69532              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
69533              From: Hugo <hv@crypt.compulink.co.uk>
69534              Date: Fri, 14 Jul 2000 04:16:20 +0100
69535              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
69536      Branch: cfgperl
69537            ! regexec.c t/op/re_tests
69538 ____________________________________________________________________________
69539 [  6394] By: jhi                                   on 2000/07/14  01:33:59
69540         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
69541      Branch: cfgperl
69542            ! embed.pl global.sym proto.h toke.c
69543 ____________________________________________________________________________
69544 [  6393] By: jhi                                   on 2000/07/13  23:41:23
69545         Log: remove discarded test
69546      Branch: cfgperl
69547            ! MANIFEST
69548 ____________________________________________________________________________
69549 [  6392] By: jhi                                   on 2000/07/13  23:32:25
69550         Log: The {multiplier} of a fixed substring was overlooked which
69551              caused a wrong initial search offset for that substring.
69552              
69553              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
69554              From: Hugo <hv@crypt.compulink.co.uk>
69555              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
69556              Date: Thu, 13 Jul 2000 19:27:13 +0100
69557      Branch: cfgperl
69558            ! regcomp.c t/op/re_tests
69559 ____________________________________________________________________________
69560 [  6391] By: jhi                                   on 2000/07/13  16:37:42
69561         Log: typo fix from Craig Berry
69562      Branch: cfgperl
69563            ! vms/subconfigure.com
69564 ____________________________________________________________________________
69565 [  6390] By: jhi                                   on 2000/07/13  13:20:12
69566         Log: Integrate with Sarathy.
69567      Branch: cfgperl
69568            - t/op/method2entersub.t
69569           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
69570           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
69571           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
69572           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
69573 ____________________________________________________________________________
69574 [  6389] By: jhi                                   on 2000/07/13  13:18:48
69575         Log: Detypo from Peter Prymmer, part of #6388.
69576      Branch: cfgperl
69577            ! Configure config_h.SH
69578      Branch: metaconfig
69579            ! U/modified/d_longlong.U
69580 ____________________________________________________________________________
69581 [  6388] By: gsar                                  on 2000/07/13  06:33:40
69582         Log: typos (spotted by Peter Prymmer)
69583      Branch: perl
69584            ! Configure t/lib/english.t
69585 ____________________________________________________________________________
69586 [  6387] By: gsar                                  on 2000/07/13  05:35:28
69587         Log: new selfloader.t in change#6183 doesn't close DATA handles,
69588              and thus fails to clean up tmp files on dosish platforms
69589      Branch: perl
69590            ! t/lib/selfloader.t
69591 ____________________________________________________________________________
69592 [  6386] By: gsar                                  on 2000/07/12  21:42:39
69593         Log: sprintf test tweaks (from Dominic Dunlop)
69594      Branch: perl
69595            ! t/op/sprintf.t
69596 ____________________________________________________________________________
69597 [  6385] By: gsar                                  on 2000/07/12  21:33:46
69598         Log: fix bugs in processing %v-*d and similar format specs (from
69599              Avi Finkel <avi@finkel.org>)
69600      Branch: perl
69601            ! sv.c t/op/sprintf.t
69602 ____________________________________________________________________________
69603 [  6384] By: gsar                                  on 2000/07/12  16:04:19
69604         Log: readd missing perldelta.pod changes from changes#6339,6376
69605      Branch: perl
69606            ! pod/perldelta.pod
69607 ____________________________________________________________________________
69608 [  6383] By: gsar                                  on 2000/07/12  16:00:51
69609         Log: don't clobber *.orig files on *clean targets
69610      Branch: perl
69611            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
69612 ____________________________________________________________________________
69613 [  6382] By: gsar                                  on 2000/07/12  07:59:12
69614         Log: fix broken integrations in cfgperl
69615      Branch: cfgperl
69616           !> Changes pod/perldelta.pod
69617 ____________________________________________________________________________
69618 [  6381] By: gsar                                  on 2000/07/12  07:42:17
69619         Log: integrate cfgperl changes into mainline
69620      Branch: perl
69621            ! Changes
69622           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
69623           !> pod/perlre.pod
69624 ____________________________________________________________________________
69625 [  6380] By: gsar                                  on 2000/07/12  07:31:00
69626         Log: get sprintf.t to adjust properly for 3-digit exponents
69627      Branch: perl
69628            ! t/op/sprintf.t
69629 ____________________________________________________________________________
69630 [  6379] By: gsar                                  on 2000/07/12  06:40:04
69631         Log: change#6174 needs corresponding change in win32/config_h.PL,
69632              which grovels through config_h.SH to find the config.h name
69633      Branch: perl
69634            ! win32/config_h.PL
69635 ____________________________________________________________________________
69636 [  6378] By: jhi                                   on 2000/07/12  05:03:59
69637         Log: Do the cc sanity check both before the hints and
69638              after the cc selction.
69639      Branch: cfgperl
69640            ! Configure config_h.SH
69641      Branch: metaconfig
69642            ! U/modified/Oldconfig.U U/modified/cc.U
69643      Branch: metaconfig/U/perl
69644            + Checkcc.U
69645 ____________________________________________________________________________
69646 [  6377] By: jhi                                   on 2000/07/12  02:49:22
69647         Log: Fix nits noticed by Boston.pm.
69648      Branch: cfgperl
69649            ! pod/perlre.pod
69650 ____________________________________________________________________________
69651 [  6376] By: jhi                                   on 2000/07/11  21:22:13
69652         Log: Configure cosmetics and perldelta.
69653      Branch: cfgperl
69654            ! Configure config_h.SH pod/perldelta.pod
69655      Branch: metaconfig
69656            ! U/modified/cc.U
69657 ____________________________________________________________________________
69658 [  6375] By: gsar                                  on 2000/07/11  21:17:35
69659         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
69660      Branch: perl
69661            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
69662            ! win32/win32sck.c
69663 ____________________________________________________________________________
69664 [  6374] By: gsar                                  on 2000/07/11  20:48:50
69665         Log: tweak for build failure under multiplicity
69666      Branch: perl
69667            ! toke.c
69668 ____________________________________________________________________________
69669 [  6373] By: gsar                                  on 2000/07/11  20:37:23
69670         Log: integrate cfgperl changes#6325..6373 into mainline
69671              (NOTE: today's batch of integrations still untested)
69672      Branch: perl
69673           +> ext/DynaLoader/hints/netbsd.pl
69674            ! Changes
69675           !> (integrate 26 files)
69676 ____________________________________________________________________________
69677 [  6372] By: jhi                                   on 2000/07/11  20:30:36
69678         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
69679              regen perltoc.
69680      Branch: cfgperl
69681            + pod/perlbook.pod
69682            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
69683            ! pod/perltoc.pod
69684 ____________________________________________________________________________
69685 [  6371] By: jhi                                   on 2000/07/11  20:08:56
69686         Log: Minor cleanups on the booklist.
69687      Branch: cfgperl
69688            ! pod/perlfaq2.pod
69689 ____________________________________________________________________________
69690 [  6370] By: jhi                                   on 2000/07/11  19:31:13
69691         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
69692      Branch: cfgperl
69693            ! t/pragma/overload.t
69694 ____________________________________________________________________________
69695 [  6369] By: gsar                                  on 2000/07/11  19:27:48
69696         Log: integrate cfgperl changes#6293..6324 into mainline
69697      Branch: perl
69698           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
69699            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
69700           !> (integrate 30 files)
69701 ____________________________________________________________________________
69702 [  6368] By: gsar                                  on 2000/07/11  19:18:57
69703         Log: skip integrate of problematic change#6292 from cfgperl into mainline
69704      Branch: perl
69705           !> pp_hot.c
69706 ____________________________________________________________________________
69707 [  6367] By: gsar                                  on 2000/07/11  19:17:21
69708         Log: integrate cfgperl changes#6288..6290 into mainline
69709      Branch: perl
69710           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
69711 ____________________________________________________________________________
69712 [  6366] By: gsar                                  on 2000/07/11  19:11:18
69713         Log: integrate cfgperl changes#6268..6282 into mainline
69714      Branch: perl
69715           !> (integrate 30 files)
69716 ____________________________________________________________________________
69717 [  6365] By: gsar                                  on 2000/07/11  18:57:00
69718         Log: delete new accidentally branched file
69719      Branch: perl
69720            - t/op/method2entersub.t
69721 ____________________________________________________________________________
69722 [  6364] By: gsar                                  on 2000/07/11  18:55:13
69723         Log: skip integrate of change#6267 from cfgperl into mainline (the
69724              method call optimization is flawed without additional hints
69725              from user about immutableness of @ISA and no runtime method
69726              definitions)
69727      Branch: perl
69728           +> t/op/method2entersub.t
69729           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
69730           !> perl.h t/op/sprintf.t xsutils.c
69731 ____________________________________________________________________________
69732 [  6363] By: gsar                                  on 2000/07/11  18:49:43
69733         Log: integrate cfgperl changes#6261..6266 into mainline
69734      Branch: perl
69735           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
69736           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
69737           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
69738           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
69739 ____________________________________________________________________________
69740 [  6362] By: gsar                                  on 2000/07/11  18:43:26
69741         Log: integrate cfgperl changes#6252..6260 into mainline
69742      Branch: perl
69743           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
69744           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
69745           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
69746           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
69747 ____________________________________________________________________________
69748 [  6361] By: gsar                                  on 2000/07/11  18:37:12
69749         Log: skip integrate of problematic change#6251 from cfgperl into mainline
69750      Branch: perl
69751           !> lib/Exporter.pm
69752 ____________________________________________________________________________
69753 [  6360] By: gsar                                  on 2000/07/11  18:34:56
69754         Log: integrate cfgperl change#6250 into mainline
69755      Branch: perl
69756           +> t/op/my_stash.t
69757           !> MANIFEST embed.pl proto.h toke.c
69758 ____________________________________________________________________________
69759 [  6359] By: gsar                                  on 2000/07/11  18:21:19
69760         Log: integrate cfgperl changes#6242..6249 into mainline
69761      Branch: perl
69762           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
69763           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
69764           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
69765           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
69766           !> t/lib/peek.t utf8.c
69767 ____________________________________________________________________________
69768 [  6358] By: gsar                                  on 2000/07/11  18:15:45
69769         Log: skip integrate of problematic change#6241 from cfgperl into mainline
69770      Branch: perl
69771           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
69772 ____________________________________________________________________________
69773 [  6357] By: jhi                                   on 2000/07/11  18:15:16
69774         Log: Fix for
69775              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
69776              From: Roderick Schertler <roderick@argon.org> 
69777              Date: Tue, 11 Jul 2000 13:55:05 -0400 
69778              Message-Id: <200007111755.NAA05077@jones.argon.org> 
69779      Branch: cfgperl
69780            ! doio.c
69781 ____________________________________________________________________________
69782 [  6356] By: jhi                                   on 2000/07/11  18:12:51
69783         Log: Typo in #6341.
69784      Branch: cfgperl
69785            ! pp_hot.c
69786 ____________________________________________________________________________
69787 [  6355] By: gsar                                  on 2000/07/11  18:12:10
69788         Log: integrate cfgperl changes#6231..6240 into mainline
69789      Branch: perl
69790           +> pod/perlutil.pod
69791           !> (integrate 35 files)
69792 ____________________________________________________________________________
69793 [  6354] By: jhi                                   on 2000/07/11  18:04:34
69794         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
69795              From: Dominic Dunlop <domo@computer.org> 
69796              Date: Tue, 11 Jul 2000 12:27:33 +0200 
69797              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
69798              
69799              Replaces change #6268.
69800      Branch: cfgperl
69801            ! t/op/sprintf.t
69802 ____________________________________________________________________________
69803 [  6353] By: gsar                                  on 2000/07/11  17:59:51
69804         Log: skip integrate of problematic change#6230 from cfgperl into mainline
69805              (a later version of File::Spec is already in mainline)
69806      Branch: perl
69807           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
69808           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
69809 ____________________________________________________________________________
69810 [  6352] By: gsar                                  on 2000/07/11  17:57:48
69811         Log: integrate cfgperl changes#6224..6229 into mainline
69812      Branch: perl
69813           +> lib/lib.pm.PL
69814            - lib/lib.pm
69815           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
69816           !> lib/English.pm op.c t/lib/english.t
69817 ____________________________________________________________________________
69818 [  6351] By: gsar                                  on 2000/07/11  17:50:10
69819         Log: skip integrate of problematic change#6223 from cfgperl into mainline
69820      Branch: perl
69821           !> doio.c
69822 ____________________________________________________________________________
69823 [  6350] By: gsar                                  on 2000/07/11  17:48:28
69824         Log: integrate cfgperl changes#6220..6222 into mainline
69825      Branch: perl
69826           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
69827           !> toke.c utf8.c win32/win32.h
69828 ____________________________________________________________________________
69829 [  6349] By: gsar                                  on 2000/07/11  17:46:13
69830         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
69831              mainline
69832      Branch: perl
69833           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
69834           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
69835           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
69836 ____________________________________________________________________________
69837 [  6348] By: jhi                                   on 2000/07/11  17:45:49
69838         Log: README.posix-bc podified from Thomas Dorner.
69839      Branch: cfgperl
69840            ! README.posix-bc
69841 ____________________________________________________________________________
69842 [  6347] By: gsar                                  on 2000/07/11  17:42:04
69843         Log: integrate cfgperl change#6217 into mainline
69844      Branch: perl
69845           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
69846           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
69847           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
69848 ____________________________________________________________________________
69849 [  6346] By: gsar                                  on 2000/07/11  17:39:37
69850         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
69851              mainline
69852      Branch: perl
69853           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
69854           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
69855           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
69856           !> perlapi.h pod/perlapi.pod
69857 ____________________________________________________________________________
69858 [  6345] By: gsar                                  on 2000/07/11  17:36:42
69859         Log: integrate cfgperl changes#6207..6210 into mainline
69860      Branch: perl
69861           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
69862           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
69863 ____________________________________________________________________________
69864 [  6344] By: gsar                                  on 2000/07/11  17:31:20
69865         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
69866              mainline
69867      Branch: perl
69868           !> (integrate 40 files)
69869 ____________________________________________________________________________
69870 [  6343] By: gsar                                  on 2000/07/11  17:19:08
69871         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
69872      Branch: perl
69873           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
69874            ! Changes
69875           !> (integrate 34 files)
69876 ____________________________________________________________________________
69877 [  6342] By: jhi                                   on 2000/07/11  16:05:48
69878         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
69879              To: perl5-porters@perl.org
69880              From: Karsten Sperling <spiff@phreax.net>
69881              Date: Mon, 10 Jul 2000 15:12:52 +0200
69882              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
69883      Branch: cfgperl
69884            ! lib/Symbol.pm
69885 ____________________________________________________________________________
69886 [  6341] By: jhi                                   on 2000/07/11  15:59:23
69887         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
69888              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69889              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
69890              Date: Fri, 07 Jul 2000 17:57:16 +0100
69891      Branch: cfgperl
69892            ! pp_hot.c
69893 ____________________________________________________________________________
69894 [  6340] By: jhi                                   on 2000/07/11  15:55:47
69895         Log: Subject: Re: format bug report  [Patch]
69896              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69897              Date: Wed, 05 Jul 2000 13:12:52 +0200
69898              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
69899              
69900              Subject: Re: format bug report  [Patch]
69901              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69902              Date: Wed, 05 Jul 2000 14:10:01 +0200
69903              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
69904      Branch: cfgperl
69905            ! t/op/write.t toke.c
69906 ____________________________________________________________________________
69907 [  6339] By: jhi                                   on 2000/07/11  13:54:09
69908         Log: Be less forgiving about ambiguous and illegal tr ranges.
69909              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
69910              From: Mark-Jason Dominus <mjd@plover.com>
69911              Date: Tue, 04 Jul 2000 10:00:12 -0400
69912              Message-ID: <20000704140012.17772.qmail@plover.com>
69913              
69914              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
69915              From: Mark-Jason Dominus <mjd@plover.com>
69916              Date: Wed, 05 Jul 2000 09:37:36 -0400
69917              Message-ID: <20000705133736.27293.qmail@plover.com>
69918      Branch: cfgperl
69919            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
69920 ____________________________________________________________________________
69921 [  6338] By: jhi                                   on 2000/07/11  13:31:24
69922         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
69923              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69924              Date: Tue, 11 Jul 2000 13:50:51 +0100
69925              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
69926      Branch: cfgperl
69927            ! sv.c
69928 ____________________________________________________________________________
69929 [  6337] By: jhi                                   on 2000/07/11  13:29:14
69930         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
69931              From: Hugo <hv@crypt.compulink.co.uk>
69932              Date: Tue, 11 Jul 2000 12:44:50 +0100
69933              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
69934      Branch: cfgperl
69935            ! regexec.c t/op/re_tests
69936 ____________________________________________________________________________
69937 [  6336] By: jhi                                   on 2000/07/11  13:26:47
69938         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
69939              From: simon@brecon.co.uk (Simon Cozens)
69940              Date: 7 Jul 2000 11:26:09 GMT
69941              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
69942      Branch: cfgperl
69943            ! mg.c
69944 ____________________________________________________________________________
69945 [  6335] By: jhi                                   on 2000/07/11  13:23:37
69946         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
69947              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
69948              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
69949              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
69950      Branch: cfgperl
69951            + ext/DynaLoader/hints/netbsd.pl
69952            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
69953 ____________________________________________________________________________
69954 [  6334] By: jhi                                   on 2000/07/11  13:20:38
69955         Log: Subject: PATCH perlguts.pod: Document D and d magic types
69956              From: mjd@plover.com
69957              Date: 5 Jul 2000 18:01:51 -0000
69958              Message-ID: <20000705180151.29413.qmail@plover.com>
69959      Branch: cfgperl
69960            ! pod/perlguts.pod
69961 ____________________________________________________________________________
69962 [  6333] By: jhi                                   on 2000/07/11  13:15:51
69963         Log: Precedence goof, fix based on
69964              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
69965              From: Hugo <hv@crypt.compulink.co.uk>
69966              Date: Tue, 11 Jul 2000 12:52:38 +0100
69967              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
69968      Branch: cfgperl
69969            ! t/op/taint.t
69970 ____________________________________________________________________________
69971 [  6332] By: jhi                                   on 2000/07/11  12:40:17
69972         Log: Integrate with Sarathy.
69973      Branch: cfgperl
69974           !> win32/win32sck.c
69975 ____________________________________________________________________________
69976 [  6331] By: jhi                                   on 2000/07/10  20:14:16
69977         Log: Sprinkle ldlibpath.
69978      Branch: cfgperl
69979            ! pod/Makefile.SH
69980 ____________________________________________________________________________
69981 [  6330] By: jhi                                   on 2000/07/10  17:54:49
69982         Log: More POSIX.pod tweaks.
69983      Branch: cfgperl
69984            ! ext/POSIX/POSIX.pod
69985 ____________________________________________________________________________
69986 [  6329] By: jhi                                   on 2000/07/10  14:02:12
69987         Log: Reorder perl.pod once more.
69988      Branch: cfgperl
69989            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
69990 ____________________________________________________________________________
69991 [  6328] By: gsar                                  on 2000/07/10  07:06:00
69992         Log: accept() leaks memory on windows due to incorrect ordering of
69993              closesocket() and fclose() calls
69994      Branch: perl
69995            ! win32/win32sck.c
69996 ____________________________________________________________________________
69997 [  6327] By: gsar                                  on 2000/07/10  06:49:17
69998         Log: winsock options weren't being set in all threads under ithreads
69999              (caused send()s from second and subsequent threads to fail)
70000      Branch: perl
70001            ! win32/win32sck.c
70002 ____________________________________________________________________________
70003 [  6326] By: jhi                                   on 2000/07/08  02:45:40
70004         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
70005              was cast to an unsigned (32-bit) integer with wild abandon.
70006      Branch: cfgperl
70007            ! ext/Devel/DProf/DProf.xs
70008 ____________________________________________________________________________
70009 [  6325] By: jhi                                   on 2000/07/07  18:50:33
70010         Log: Remove perlbook, update perlfaq book listing,
70011              rearrange perl.pod, regenerate perltoc.
70012      Branch: cfgperl
70013            - pod/perlbook.pod
70014            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
70015            ! pod/perlfaq2.pod pod/perltoc.pod
70016 ____________________________________________________________________________
70017 [  6324] By: jhi                                   on 2000/07/07  14:03:40
70018         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
70019      Branch: cfgperl
70020            ! sv.h toke.c
70021 ____________________________________________________________________________
70022 [  6323] By: jhi                                   on 2000/07/06  16:03:55
70023         Log: Fix complaints of buildtoc.
70024      Branch: cfgperl
70025            + lib/Win32.pod
70026            - pod/Win32.pod
70027            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
70028 ____________________________________________________________________________
70029 [  6322] By: jhi                                   on 2000/07/06  15:15:52
70030         Log: Add =head1 NAMEs so that buildtoc is happy.
70031              (The CGI::Util nit reported to Lincoln.)
70032      Branch: cfgperl
70033            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
70034            ! pod/perltoc.pod
70035 ____________________________________________________________________________
70036 [  6321] By: jhi                                   on 2000/07/06  03:16:04
70037         Log: Config is being used.
70038      Branch: cfgperl
70039            ! t/op/method.t
70040 ____________________________________________________________________________
70041 [  6320] By: jhi                                   on 2000/07/06  03:13:13
70042         Log: Integrate with Sarathy.
70043      Branch: cfgperl
70044           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
70045 ____________________________________________________________________________
70046 [  6319] By: jhi                                   on 2000/07/06  03:11:46
70047         Log: Autogenerate pod/Makefile and pod/buildtoc.
70048              buildtoc also checks whether the existing pods are
70049              mentioned in MANIFEST and perl.pod, and vice versa.
70050              (None of the thusly found discrepancies fixed yet.)
70051              roffitall also needs to be autogenerated similarly but it
70052              seems so badly out of date that I didn't touch it yet.
70053      Branch: cfgperl
70054            + pod/Makefile.SH pod/buildtoc.PL
70055            - pod/Makefile pod/buildtoc
70056            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
70057 ____________________________________________________________________________
70058 [  6318] By: gsar                                  on 2000/07/05  22:10:54
70059         Log: fix UNC path handling on Windows under ithreads, and chdir()
70060              return value when given a non-existent directory
70061      Branch: perl
70062            ! win32/vdir.h
70063 ____________________________________________________________________________
70064 [  6317] By: gsar                                  on 2000/07/05  22:08:19
70065         Log: winsock cleanup never done on Windows (leads to handle leaks)
70066      Branch: perl
70067            ! win32/perllib.c win32/win32sck.c
70068 ____________________________________________________________________________
70069 [  6316] By: gsar                                  on 2000/07/05  22:06:19
70070         Log: some debugger output does not go to the socket when RemotePort is set
70071      Branch: perl
70072            ! lib/perl5db.pl
70073 ____________________________________________________________________________
70074 [  6315] By: jhi                                   on 2000/07/05  00:25:21
70075         Log: Integrate with Sarathy, preliminary fix for unicos
70076              alignment problems in [ID 20000612.002] Perl problem on Cray system.
70077      Branch: cfgperl
70078            ! sv.h
70079           !> pp_hot.c
70080 ____________________________________________________________________________
70081 [  6314] By: gsar                                  on 2000/07/04  23:34:02
70082         Log: tyop in change#6306
70083      Branch: perl
70084            ! pp_hot.c
70085 ____________________________________________________________________________
70086 [  6313] By: jhi                                   on 2000/07/04  22:14:38
70087         Log: Multiline string literals ENONPORTABLE.
70088      Branch: cfgperl
70089            ! pp_hot.c
70090 ____________________________________________________________________________
70091 [  6312] By: jhi                                   on 2000/07/04  20:34:44
70092         Log: Integrate with Sarathy.
70093      Branch: cfgperl
70094           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
70095           !> t/op/method.t
70096 ____________________________________________________________________________
70097 [  6311] By: jhi                                   on 2000/07/04  20:30:56
70098         Log: More POSIX.pod embellishment.
70099      Branch: cfgperl
70100            ! ext/POSIX/POSIX.pod
70101 ____________________________________________________________________________
70102 [  6310] By: gsar                                  on 2000/07/04  17:28:48
70103         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
70104      Branch: perl
70105            ! t/lib/b.t
70106 ____________________________________________________________________________
70107 [  6309] By: jhi                                   on 2000/07/04  17:22:18
70108         Log: The #6308 required a little bit more.
70109      Branch: cfgperl
70110            ! Makefile.SH win32/Makefile
70111 ____________________________________________________________________________
70112 [  6308] By: jhi                                   on 2000/07/04  16:35:24
70113         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
70114      Branch: cfgperl
70115            + lib/lib_pm.PL
70116            - lib/lib.pm.PL
70117            ! MANIFEST Makefile.SH
70118 ____________________________________________________________________________
70119 [  6307] By: jhi                                   on 2000/07/04  16:28:58
70120         Log: Win32 patches for cfgperl from Sarathy.
70121      Branch: cfgperl
70122            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
70123            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
70124            ! thread.h toke.c util.c win32/Makefile win32/win32.c
70125 ____________________________________________________________________________
70126 [  6306] By: gsar                                  on 2000/07/04  16:28:40
70127         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
70128              (from Richard Soderberg <rs@oregonnet.com>)
70129      Branch: perl
70130            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
70131 ____________________________________________________________________________
70132 [  6305] By: jhi                                   on 2000/07/04  16:24:24
70133         Log: Integrate with Sarathy.
70134      Branch: cfgperl
70135           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
70136           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
70137           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
70138           !> proto.h win32/win32.c
70139 ____________________________________________________________________________
70140 [  6304] By: gsar                                  on 2000/07/04  16:17:24
70141         Log: missing perldiag entry for unpack("w",...) diagnostic (from
70142              Andreas Koenig)
70143      Branch: perl
70144            ! pod/perldiag.pod
70145 ____________________________________________________________________________
70146 [  6303] By: gsar                                  on 2000/07/04  16:14:44
70147         Log: remove rel2abs prototypes (from Barrie Slaymaker)
70148      Branch: perl
70149            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
70150            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
70151 ____________________________________________________________________________
70152 [  6302] By: gsar                                  on 2000/07/04  04:59:35
70153         Log: adjust change#6299
70154      Branch: perl
70155            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
70156            ! win32/win32.c
70157 ____________________________________________________________________________
70158 [  6301] By: jhi                                   on 2000/07/04  04:50:07
70159         Log: Integrate with Sarathy.
70160      Branch: cfgperl
70161           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
70162           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
70163           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
70164 ____________________________________________________________________________
70165 [  6300] By: gsar                                  on 2000/07/04  04:42:09
70166         Log: PERL_OBJECT build tweak
70167      Branch: perl
70168            ! perl.h
70169 ____________________________________________________________________________
70170 [  6299] By: gsar                                  on 2000/07/04  04:37:00
70171         Log: fix memory leak on Windows (PL_sys_intern contents were never
70172              freed)
70173      Branch: perl
70174            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
70175            ! perlapi.c proto.h win32/win32.c
70176 ____________________________________________________________________________
70177 [  6298] By: gsar                                  on 2000/07/04  04:15:59
70178         Log: fix large memory leak that has been around for ever, masked by
70179              -DPURIFY (most of the arenas were never freed!)
70180      Branch: perl
70181            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
70182 ____________________________________________________________________________
70183 [  6297] By: gsar                                  on 2000/07/04  04:07:46
70184         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
70185      Branch: perl
70186            ! perl.c
70187 ____________________________________________________________________________
70188 [  6296] By: jhi                                   on 2000/06/30  18:28:37
70189         Log: Elaborate POSIX.pod.  Still needs work.
70190      Branch: cfgperl
70191            ! ext/POSIX/POSIX.pod
70192 ____________________________________________________________________________
70193 [  6295] By: jhi                                   on 2000/06/30  14:58:18
70194         Log: Point to perlipc for more SysV IPC examples.
70195      Branch: cfgperl
70196            ! pod/perlfunc.pod
70197 ____________________________________________________________________________
70198 [  6294] By: gsar                                  on 2000/06/30  14:47:45
70199         Log: slurp mode fix in change#4736 still not quite right
70200      Branch: perl
70201            ! pp_hot.c t/io/argv.t
70202 ____________________________________________________________________________
70203 [  6293] By: jhi                                   on 2000/06/30  12:02:55
70204         Log: Integrate with Sarathy.
70205      Branch: cfgperl
70206           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
70207 ____________________________________________________________________________
70208 [  6292] By: jhi                                   on 2000/06/30  12:01:11
70209         Log: From: simon@brecon.co.uk (Simon Cozens)
70210              Subject: UTF8 concat
70211              Date: 30 Jun 2000 06:13:25 GMT
70212              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
70213      Branch: cfgperl
70214            ! pp_hot.c
70215 ____________________________________________________________________________
70216 [  6291] By: gsar                                  on 2000/06/30  04:37:33
70217         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
70218              when @_ is modified, causing coredumps
70219      Branch: perl
70220            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
70221 ____________________________________________________________________________
70222 [  6290] By: jhi                                   on 2000/06/30  02:21:44
70223         Log: Integrate with Sarathy.
70224      Branch: cfgperl
70225           !> vms/vms.c vms/vmsish.h
70226 ____________________________________________________________________________
70227 [  6289] By: jhi                                   on 2000/06/30  02:21:02
70228         Log: Check VERSIONs.
70229      Branch: cfgperl
70230            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
70231            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
70232            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
70233 ____________________________________________________________________________
70234 [  6288] By: jhi                                   on 2000/06/30  02:18:52
70235         Log: Integrate with Sarathy.
70236      Branch: cfgperl
70237           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
70238           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
70239           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
70240           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
70241 ____________________________________________________________________________
70242 [  6287] By: gsar                                  on 2000/06/30  02:17:08
70243         Log: integrate vmsperl changes into mainline
70244      Branch: perl
70245           !> vms/vms.c vms/vmsish.h
70246 ____________________________________________________________________________
70247 [  6285] By: gsar                                  on 2000/06/30  02:05:28
70248         Log: localize %INC in a Safe compartment so that use/require work
70249              (many other magic globals probably need similar treatment)
70250      Branch: perl
70251            ! ext/Opcode/Opcode.xs
70252 ____________________________________________________________________________
70253 [  6284] By: gsar                                  on 2000/06/30  01:54:54
70254         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
70255              about Windows
70256      Branch: perl
70257            ! pod/perlembed.pod
70258 ____________________________________________________________________________
70259 [  6283] By: jhi                                   on 2000/06/30  01:50:10
70260         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
70261              From: Barrie Slaymaker <barries@jester.slaysys.com>
70262              Date: Wed, 28 Jun 2000 11:35:29 -0400
70263              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
70264      Branch: perl
70265            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
70266            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
70267            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
70268            ! lib/File/Spec/Win32.pm
70269 ____________________________________________________________________________
70270 [  6282] By: jhi                                   on 2000/06/29  22:57:22
70271         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
70272              From: Dan Sugalski <dan@sidhe.org>
70273              Date: Tue, 06 Jun 2000 11:59:50 -0400
70274              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
70275      Branch: cfgperl
70276            ! vms/vms.c
70277 ____________________________________________________________________________
70278 [  6281] By: jhi                                   on 2000/06/29  22:52:50
70279         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
70280              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
70281              Date: Wed, 7 Jun 2000 04:02:04 -0500
70282              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
70283      Branch: cfgperl
70284            ! utils/h2xs.PL
70285 ____________________________________________________________________________
70286 [  6280] By: jhi                                   on 2000/06/29  22:45:47
70287         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
70288              From: rspier@pobox.com (Robert Spier)
70289              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
70290              Message-ID: <14654.31913.845602.610277@rls.cx>
70291      Branch: cfgperl
70292            ! utils/h2xs.PL
70293 ____________________________________________________________________________
70294 [  6279] By: jhi                                   on 2000/06/29  22:38:16
70295         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
70296              From: Tim Ayers <tayers@bridge.com>
70297              Date: Thu, 08 Jun 2000 08:11:06 +0200
70298              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
70299              [resent by Richard Foley, Message-Id probably wrong]
70300      Branch: cfgperl
70301            ! pod/perlsub.pod
70302 ____________________________________________________________________________
70303 [  6278] By: jhi                                   on 2000/06/29  22:21:45
70304         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
70305              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
70306              Date: Fri, 09 Jun 2000 12:39:27 -0400
70307              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
70308              (plus update the version "number" of Text::Wrap)
70309      Branch: cfgperl
70310            ! lib/Text/Wrap.pm
70311 ____________________________________________________________________________
70312 [  6277] By: jhi                                   on 2000/06/29  22:13:10
70313         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
70314              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70315              Date: Mon, 12 Jun 2000 14:55:59 +0100
70316              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
70317      Branch: cfgperl
70318            ! pod/perlfunc.pod
70319 ____________________________________________________________________________
70320 [  6276] By: jhi                                   on 2000/06/29  22:11:06
70321         Log: Subject: [PATCH] Re: eval documentation: context
70322              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70323              Date: Mon, 12 Jun 2000 15:07:29 +0100
70324              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
70325      Branch: cfgperl
70326            ! pod/perlfunc.pod
70327 ____________________________________________________________________________
70328 [  6275] By: jhi                                   on 2000/06/29  21:59:46
70329         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
70330              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
70331              Date: Tue, 13 Jun 2000 02:43:48 -0500
70332              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
70333      Branch: cfgperl
70334            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
70335 ____________________________________________________________________________
70336 [  6274] By: jhi                                   on 2000/06/29  21:56:14
70337         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
70338              From: Andy Dougherty <doughera@lafayette.edu>
70339              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
70340              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
70341      Branch: cfgperl
70342            ! ext/File/Glob/Glob.pm
70343 ____________________________________________________________________________
70344 [  6273] By: jhi                                   on 2000/06/29  21:49:09
70345         Log: Subject: [PATCH] xsub attributes
70346              From: Doug MacEachern <dougm@covalent.net>
70347              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
70348              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
70349      Branch: cfgperl
70350            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
70351            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
70352 ____________________________________________________________________________
70353 [  6272] By: jhi                                   on 2000/06/29  21:41:28
70354         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
70355              From: Tom Phoenix <rootbeer@redcat.com>
70356              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
70357              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
70358      Branch: cfgperl
70359            ! lib/Net/Ping.pm
70360 ____________________________________________________________________________
70361 [  6271] By: jhi                                   on 2000/06/29  21:36:55
70362         Log: Subject: PATCH pod/perltie.pod
70363              From: Ian Phillipps <Ian.Phillipps@iname.com>
70364              Date: Fri, 16 Jun 2000 00:17:19 +0100
70365              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
70366              (only the first hunk, the second hunk had already been done
70367              by some other patch)
70368      Branch: cfgperl
70369            ! pod/perltie.pod
70370 ____________________________________________________________________________
70371 [  6270] By: jhi                                   on 2000/06/29  21:24:51
70372         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
70373              From: Nicholas Clark <nick@talking.bollo.cx>
70374              Date: Fri, 23 Jun 2000 16:21:15 +0100
70375              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
70376      Branch: cfgperl
70377            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
70378            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
70379 ____________________________________________________________________________
70380 [  6269] By: jhi                                   on 2000/06/29  19:38:15
70381         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
70382              silence few compiler warnings.
70383      Branch: cfgperl
70384            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
70385 ____________________________________________________________________________
70386 [  6268] By: jhi                                   on 2000/06/29  18:21:50
70387         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
70388              From: Dominic Dunlop <domo@computer.org> 
70389              Date: Thu, 29 Jun 2000 12:32:39 +0200 
70390              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
70391      Branch: cfgperl
70392            ! t/op/sprintf.t
70393 ____________________________________________________________________________
70394 [  6267] By: jhi                                   on 2000/06/29  18:16:07
70395         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
70396              From: Doug MacEachern <dougm@covalent.net>
70397              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
70398              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
70399      Branch: cfgperl
70400            + t/op/method2entersub.t
70401            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
70402            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
70403            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
70404            ! xsutils.c
70405 ____________________________________________________________________________
70406 [  6266] By: jhi                                   on 2000/06/29  15:11:15
70407         Log: Subject: [PATCH 5.6.0] cygwin port
70408              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
70409              From: "Fifer, Eric" <EFifer@sanwaint.com>
70410              Date: Thu, 29 Jun 2000 12:58:29 +0100
70411      Branch: cfgperl
70412            ! cygwin/Makefile.SHs
70413 ____________________________________________________________________________
70414 [  6265] By: jhi                                   on 2000/06/29  15:04:05
70415         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
70416              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70417              Date: Wed, 28 Jun 2000 17:50:12 -0700
70418              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
70419      Branch: cfgperl
70420            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
70421 ____________________________________________________________________________
70422 [  6264] By: jhi                                   on 2000/06/29  15:00:57
70423         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
70424              From: Marty Lucich <marty@netcom.com>
70425              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
70426              Message-Id: <200006282116.OAA11148@netcom.com>
70427              ccdlflags update (the BSD/OS 4.1 part had already been taken
70428              care of by #6141).
70429      Branch: cfgperl
70430            ! hints/bsdos.sh
70431 ____________________________________________________________________________
70432 [  6263] By: jhi                                   on 2000/06/29  13:47:44
70433         Log: tr fixes from Simon Cozens
70434      Branch: cfgperl
70435            ! doop.c
70436 ____________________________________________________________________________
70437 [  6262] By: jhi                                   on 2000/06/28  18:46:01
70438         Log: Subject: 5.6.0 Patch for EPOC
70439              From: Olaf Flebbe <o.flebbe@gmx.de>
70440              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
70441              Message-ID: <23449.960929969@www11.gmx.net>
70442      Branch: cfgperl
70443            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
70444            ! epoc/epocish.h
70445 ____________________________________________________________________________
70446 [  6261] By: jhi                                   on 2000/06/28  18:29:07
70447         Log: Subject: Re: [PATCH cfgperl] BOMs away!
70448              From: simon@brecon.co.uk (Simon Cozens)
70449              Date: 17 Jun 2000 11:49:57 GMT
70450              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
70451      Branch: cfgperl
70452            ! pod/perldiag.pod t/comp/require.t toke.c
70453 ____________________________________________________________________________
70454 [  6260] By: jhi                                   on 2000/06/28  17:47:16
70455         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
70456              From: simon@brecon.co.uk (Simon Cozens) 
70457              Date: 17 Jun 2000 11:56:44 GMT 
70458              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
70459              pack U0, pack C0
70460      Branch: cfgperl
70461            ! pod/perlfunc.pod pp.c t/op/pack.t
70462 ____________________________________________________________________________
70463 [  6259] By: jhi                                   on 2000/06/28  16:43:17
70464         Log: perlnewmod was missing from MANIFEST.
70465      Branch: cfgperl
70466            ! MANIFEST
70467 ____________________________________________________________________________
70468 [  6258] By: jhi                                   on 2000/06/28  15:54:30
70469         Log: linenumber tweak
70470      Branch: cfgperl
70471            ! t/pragma/warn/regcomp
70472 ____________________________________________________________________________
70473 [  6257] By: jhi                                   on 2000/06/28  15:50:44
70474         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
70475              From: Doug MacEachern <dougm@covalent.net>
70476              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
70477              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
70478              (one part of the patch had been applied earlier)
70479      Branch: cfgperl
70480            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
70481 ____________________________________________________________________________
70482 [  6256] By: jhi                                   on 2000/06/28  15:40:22
70483         Log: tweaks from Simon Cozens to further fix tr/// under utf8
70484      Branch: cfgperl
70485            ! doop.c
70486 ____________________________________________________________________________
70487 [  6255] By: jhi                                   on 2000/06/28  15:33:45
70488         Log: small thinko tweaks
70489      Branch: cfgperl
70490            ! lib/IPC/Open3.pm t/op/my_stash.t
70491 ____________________________________________________________________________
70492 [  6254] By: jhi                                   on 2000/06/28  15:33:25
70493         Log: Subject: tr///, help wanted.
70494              From: simon@brecon.co.uk (Simon Cozens)
70495              Date: 28 Jun 2000 11:29:04 GMT
70496              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
70497      Branch: cfgperl
70498            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
70499            ! pp_proto.h proto.h t/op/tr.t
70500 ____________________________________________________________________________
70501 [  6253] By: jhi                                   on 2000/06/28  15:09:17
70502         Log: Paranoia tweak on #6249.
70503              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
70504              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
70505              Date: Sun, 25 Jun 2000 23:43:12 -0400
70506              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
70507      Branch: cfgperl
70508            ! lib/IPC/Open3.pm
70509 ____________________________________________________________________________
70510 [  6252] By: jhi                                   on 2000/06/28  15:01:38
70511         Log: Document #6249 and #6251.
70512      Branch: cfgperl
70513            ! lib/Exporter.pm lib/IPC/Open3.pm
70514 ____________________________________________________________________________
70515 [  6251] By: jhi                                   on 2000/06/28  14:50:43
70516         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
70517              From: Doug MacEachern <dougm@covalent.net>
70518              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
70519              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
70520      Branch: cfgperl
70521            ! lib/Exporter.pm
70522 ____________________________________________________________________________
70523 [  6250] By: jhi                                   on 2000/06/28  14:45:23
70524         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
70525              From: Doug MacEachern <dougm@covalent.net>
70526              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
70527              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
70528      Branch: cfgperl
70529            + t/op/my_stash.t
70530            ! MANIFEST embed.pl global.sym proto.h toke.c
70531 ____________________________________________________________________________
70532 [  6249] By: jhi                                   on 2000/06/28  14:36:34
70533         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
70534              From: Frank Tobin <ftobin@uiuc.edu>
70535              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
70536              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
70537      Branch: cfgperl
70538            ! lib/IPC/Open3.pm
70539 ____________________________________________________________________________
70540 [  6248] By: jhi                                   on 2000/06/28  14:11:25
70541         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
70542              From: Mark-Jason Dominus <mjd@plover.com>
70543              Date: Tue, 27 Jun 2000 22:36:42 -0400
70544              Message-ID: <20000628023642.12166.qmail@plover.com>
70545      Branch: cfgperl
70546            ! pod/perlfunc.pod
70547 ____________________________________________________________________________
70548 [  6247] By: jhi                                   on 2000/06/27  12:46:37
70549         Log: Tweak $VERSION, patch from Doug MacEachern.
70550      Branch: cfgperl
70551            ! lib/File/Spec.pm
70552 ____________________________________________________________________________
70553 [  6246] By: jhi                                   on 2000/06/27  03:34:46
70554         Log: Allow for standalone testing.
70555      Branch: cfgperl
70556            ! t/lib/filefunc.t t/lib/filespec.t
70557 ____________________________________________________________________________
70558 [  6245] By: jhi                                   on 2000/06/27  02:50:02
70559         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
70560              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
70561              Date: Sat, 24 Jun 2000 13:06:20 +0100
70562              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
70563      Branch: cfgperl
70564            ! ext/DynaLoader/DynaLoader_pm.PL
70565 ____________________________________________________________________________
70566 [  6244] By: jhi                                   on 2000/06/27  02:46:10
70567         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
70568              From: Doug MacEachern <dougm@covalent.net>
70569              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
70570              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
70571      Branch: cfgperl
70572            ! gv.c sv.c t/lib/peek.t
70573 ____________________________________________________________________________
70574 [  6243] By: jhi                                   on 2000/06/27  02:38:07
70575         Log: Subject: [PATCH] is_utf8_string
70576              From: simon@brecon.co.uk (Simon Cozens)
70577              Date: 26 Jun 2000 02:25:59 GMT
70578              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
70579      Branch: cfgperl
70580            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
70581            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
70582            ! proto.h utf8.c
70583 ____________________________________________________________________________
70584 [  6242] By: jhi                                   on 2000/06/27  02:24:00
70585         Log: Subject: [PATCH] bytes<->utf8 fixes
70586              From: simon@brecon.co.uk (Simon Cozens)
70587              Date: 26 Jun 2000 04:55:45 GMT
70588              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
70589      Branch: cfgperl
70590            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
70591 ____________________________________________________________________________
70592 [  6241] By: jhi                                   on 2000/06/27  02:12:42
70593         Log: Do no -warn on \_, only on \alpha.
70594              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
70595              From: David Dyck <dcd@tc.fluke.com>
70596              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
70597              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
70598      Branch: cfgperl
70599            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
70600 ____________________________________________________________________________
70601 [  6240] By: jhi                                   on 2000/06/27  02:00:01
70602         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
70603              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
70604              Date: Mon, 26 Jun 2000 18:40:14 +0100
70605              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
70606      Branch: cfgperl
70607            ! utils/h2xs.PL
70608 ____________________________________________________________________________
70609 [  6239] By: jhi                                   on 2000/06/27  01:53:40
70610         Log: Configure maintenance.  Sever some dependency cycles,
70611              separate gccversion from the cc unit,
70612              address [ID 20000623.006] Configure script patch for using gcc on AIX
70613              (but solve it a little bit differently),
70614              unduplex some accidentally duplicated units,
70615              suggest using gcc if no cc available
70616              (p5p thread: "Solaris configure: counterproposal", 1999-09)
70617      Branch: cfgperl
70618            ! Configure Todo-5.6 config_h.SH
70619      Branch: metaconfig
70620            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
70621            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
70622      Branch: metaconfig/U/perl
70623            + gccvers.U
70624            ! d_getespwnam.U d_getprpwnam.U i_prot.U
70625 ____________________________________________________________________________
70626 [  6238] By: jhi                                   on 2000/06/25  18:04:56
70627         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
70628              From: Dan Sugalski <dan@sidhe.org>
70629              Date: Fri, 23 Jun 2000 17:00:00 -0400
70630              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
70631      Branch: cfgperl
70632            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
70633 ____________________________________________________________________________
70634 [  6237] By: jhi                                   on 2000/06/25  16:36:45
70635         Log: Tweak embed.pl, regen headers.
70636      Branch: cfgperl
70637            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
70638            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
70639            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
70640            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
70641            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
70642 ____________________________________________________________________________
70643 [  6236] By: jhi                                   on 2000/06/25  15:26:42
70644         Log: Regen headers.
70645      Branch: cfgperl
70646            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
70647            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
70648            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
70649            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
70650            ! regnodes.h warnings.h
70651 ____________________________________________________________________________
70652 [  6235] By: jhi                                   on 2000/06/23  19:39:35
70653         Log: The thread begun by
70654              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
70655              From: Kevin.Ruscoe@ubsw.com
70656              Date: Fri, 16 Jun 2000 16:38:51 +0100
70657              Message-Id: <H000019b03c300d6@MHS>
70658      Branch: cfgperl
70659            ! hints/solaris_2.sh
70660 ____________________________________________________________________________
70661 [  6234] By: jhi                                   on 2000/06/23  19:23:36
70662         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
70663              because when run as services (Win32ese for daemons)
70664              no environment variables are set and tmpdir ends up as /tmp,
70665              which is ambiguous.
70666              
70667              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
70668              From: matt@sergeant.org
70669              Date: 16 Jun 2000 16:30:43 -0000
70670              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
70671      Branch: cfgperl
70672            ! lib/File/Spec/Win32.pm
70673 ____________________________________________________________________________
70674 [  6233] By: jhi                                   on 2000/06/23  19:18:58
70675         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
70676              From: Mark-Jason Dominus <mjd@plover.com>
70677              Date: Fri, 16 Jun 2000 20:53:04 -0400
70678              Message-ID: <20000617005304.8008.qmail@plover.com>
70679      Branch: cfgperl
70680            ! op.h
70681 ____________________________________________________________________________
70682 [  6232] By: jhi                                   on 2000/06/23  16:10:02
70683         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
70684              From: simon@brecon.co.uk (Simon Cozens)
70685              Date: 19 Jun 2000 15:18:27 GMT
70686              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
70687              
70688              plus update pod/Makefile and regenerate perltoc
70689      Branch: cfgperl
70690            + pod/perlutil.pod
70691            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
70692 ____________________________________________________________________________
70693 [  6231] By: jhi                                   on 2000/06/23  15:19:18
70694         Log: Subject: [PATCH 5.6.0] cygwin port
70695              From: "Fifer, Eric" <EFifer@sanwaint.com>
70696              Date: Tue, 20 Jun 2000 14:30:58 +0100
70697              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
70698      Branch: cfgperl
70699            ! README.cygwin lib/File/Find.pm
70700 ____________________________________________________________________________
70701 [  6230] By: jhi                                   on 2000/06/23  14:25:21
70702         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
70703      Branch: cfgperl
70704            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
70705            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
70706            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
70707            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
70708 ____________________________________________________________________________
70709 [  6229] By: jhi                                   on 2000/06/23  14:13:34
70710         Log: Subject: README.hpux version 0.6.1
70711              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
70712              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
70713              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
70714      Branch: cfgperl
70715            ! README.hpux
70716 ____________________________________________________________________________
70717 [  6228] By: jhi                                   on 2000/06/23  14:07:20
70718         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
70719              From: Doug MacEachern <dougm@covalent.net>
70720              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
70721              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
70722      Branch: cfgperl
70723            ! op.c
70724 ____________________________________________________________________________
70725 [  6227] By: jhi                                   on 2000/06/23  14:01:06
70726         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
70727              From: Doug MacEachern <dougm@covalent.net>
70728              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
70729              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
70730      Branch: cfgperl
70731            + lib/lib.pm.PL
70732            - lib/lib.pm
70733            ! MANIFEST Makefile.SH
70734 ____________________________________________________________________________
70735 [  6226] By: jhi                                   on 2000/06/23  13:53:07
70736         Log: Subject: [PATCH] remove forward declarations in Socket.pm
70737              From: Doug MacEachern <dougm@covalent.net>
70738              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
70739              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
70740              
70741              From: Doug MacEachern <dougm@covalent.net>
70742              Subject: Re: [PATCH] remove forward declarations in Socket.pm
70743              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
70744              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
70745      Branch: cfgperl
70746            ! ext/Socket/Socket.pm op.c
70747 ____________________________________________________________________________
70748 [  6225] By: jhi                                   on 2000/06/23  13:41:52
70749         Log: Add source code filenames to apidoc.
70750              From: simon@brecon.co.uk (Simon Cozens)
70751              Subject: [PATCH embed.pl] Source X-ref
70752              Date: 22 Jun 2000 02:18:49 GMT
70753              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
70754      Branch: cfgperl
70755            ! embed.pl
70756 ____________________________________________________________________________
70757 [  6224] By: jhi                                   on 2000/06/23  13:32:33
70758         Log: A way to avoid English.pm performance hit.
70759              From: root <root@jester.slaysys.com>
70760              Subject: [YAPATCH English.pm] My turn to putt again
70761              Date: Thu, 22 Jun 2000 20:33:58 -0400
70762              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
70763      Branch: cfgperl
70764            ! lib/English.pm t/lib/english.t
70765 ____________________________________________________________________________
70766 [  6223] By: jhi                                   on 2000/06/23  13:27:06
70767         Log: Avoid double close().
70768              Subject: [PATCH] avoid double close()
70769              From: Doug MacEachern <dougm@covalent.net>
70770              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
70771              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
70772      Branch: cfgperl
70773            ! doio.c
70774 ____________________________________________________________________________
70775 [  6222] By: jhi                                   on 2000/06/23  13:25:54
70776         Log: doc typo fix
70777              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
70778              From: Ian Phillipps <Ian.Phillipps@iname.com>
70779              Date: Fri, 23 Jun 2000 10:40:58 +0100
70780              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
70781      Branch: cfgperl
70782            ! lib/Pod/Usage.pm
70783 ____________________________________________________________________________
70784 [  6221] By: jhi                                   on 2000/06/23  13:24:15
70785         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
70786              From: simon@brecon.co.uk (Simon Cozens)
70787              Subject: [PATCH] Eliminate tr///[CU][CU]
70788              Date: 23 Jun 2000 11:05:40 GMT
70789              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
70790      Branch: cfgperl
70791            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
70792 ____________________________________________________________________________
70793 [  6220] By: jhi                                   on 2000/06/22  16:07:51
70794         Log: Win32 patches from Benjamin Stuhl.
70795      Branch: cfgperl
70796            ! makedef.pl win32/win32.h
70797 ____________________________________________________________________________
70798 [  6219] By: jhi                                   on 2000/06/22  16:06:34
70799         Log: Bytecode patches from Benjamin Stuhl.
70800      Branch: cfgperl
70801            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
70802            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
70803            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
70804 ____________________________________________________________________________
70805 [  6218] By: jhi                                   on 2000/06/15  23:54:16
70806         Log: Bytecode patches from Benjamin Stuhl.
70807      Branch: cfgperl
70808            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
70809 ____________________________________________________________________________
70810 [  6217] By: jhi                                   on 2000/06/09  13:38:29
70811         Log: Rename the fdpid locking and integrate with Sarathy.
70812      Branch: cfgperl
70813            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
70814            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
70815            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
70816            ! win32/win32.c
70817           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
70818 ____________________________________________________________________________
70819 [  6216] By: gsar                                  on 2000/06/08  14:54:21
70820         Log: be more optimal about clearing @_
70821      Branch: perl
70822            ! cop.h
70823 ____________________________________________________________________________
70824 [  6215] By: gsar                                  on 2000/06/08  14:33:04
70825         Log: tweak comment about @DB::args
70826      Branch: perl
70827            ! av.h pp_ctl.c
70828 ____________________________________________________________________________
70829 [  6214] By: gsar                                  on 2000/06/08  13:57:54
70830         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
70831              caller() wants to populate @DB::args with it (causes a coredump
70832              in Carp::confess())
70833      Branch: perl
70834            ! cop.h t/op/runlevel.t
70835 ____________________________________________________________________________
70836 [  6213] By: gsar                                  on 2000/06/08  07:06:35
70837         Log: back out change#6106 (seems problematic)
70838      Branch: perl
70839            ! hints/solaris_2.sh
70840 ____________________________________________________________________________
70841 [  6212] By: jhi                                   on 2000/06/07  03:10:36
70842         Log: Continuing mopup for #6204.
70843      Branch: cfgperl
70844            ! ext/B/defsubs_h.PL
70845 ____________________________________________________________________________
70846 [  6211] By: jhi                                   on 2000/06/07  02:41:50
70847         Log: Mopup for #6204.
70848              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
70849              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
70850              This is comes from const() where POK isn't on when expected.
70851      Branch: cfgperl
70852            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
70853            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
70854            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
70855            ! perlapi.h pod/perlapi.pod
70856 ____________________________________________________________________________
70857 [  6210] By: jhi                                   on 2000/06/07  01:56:29
70858         Log: Mopup for #6207 and #6209.
70859      Branch: cfgperl
70860            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
70861 ____________________________________________________________________________
70862 [  6209] By: jhi                                   on 2000/06/07  01:33:12
70863         Log: Lock PL_fdpid against race conditions, based on:
70864              Subject: [PATCH 5.6.0]subprocess fixup for threads
70865              From: Dan Sugalski <dan@sidhe.org>
70866              To: perl5-porters@perl.org
70867              Date: Tue, 11 Apr 2000 17:02:32 -0400
70868              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
70869      Branch: cfgperl
70870            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
70871            ! win32/win32.c
70872 ____________________________________________________________________________
70873 [  6208] By: jhi                                   on 2000/06/07  01:05:23
70874         Log: Regen headers for #6207.
70875      Branch: cfgperl
70876            ! embed.h global.sym objXSUB.h proto.h
70877 ____________________________________________________________________________
70878 [  6207] By: jhi                                   on 2000/06/06  23:43:13
70879         Log: Subject: [PATCH 5.6.0] Threadsafe patches
70880              From: Dan Sugalski <dan@sidhe.org>
70881              To: perl5-porters@perl.org
70882              Date: Mon, 08 May 2000 18:08:13 -0400
70883              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
70884      Branch: cfgperl
70885            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
70886            ! proto.h sv.h util.c
70887 ____________________________________________________________________________
70888 [  6206] By: jhi                                   on 2000/06/06  23:21:23
70889         Log: Subject: [PATCH] Eliminate $a/$b in pod
70890              From: David Glasser <me@davidglasser.net>
70891              To: perl5-porters@perl.org
70892              Date: Mon, 29 May 2000 21:15:59 -0400
70893              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
70894      Branch: cfgperl
70895            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
70896            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
70897            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
70898            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
70899            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
70900            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
70901            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
70902            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
70903            ! pod/perlvar.pod pod/perlxs.pod
70904 ____________________________________________________________________________
70905 [  6205] By: jhi                                   on 2000/06/06  23:12:14
70906         Log: Subject: [PATCH] Win32 improvements
70907              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
70908              To: gsar@activestate.com, perl5-porters@perl.org
70909              Date: Mon, 29 May 2000 17:22:24 PDT
70910              Message-ID: <20000530002224.91142.qmail@hotmail.com>
70911              (MUA had mangled many lines by wordwrapping)
70912      Branch: cfgperl
70913            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
70914 ____________________________________________________________________________
70915 [  6204] By: jhi                                   on 2000/06/06  23:01:50
70916         Log: Subject: [PATCH] B::Bytecode patches
70917              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
70918              To: gsar@activestate.com, jhi@iki.fi
70919              Cc: perl5-porters@perl.org
70920              Message-ID: <20000602202526.48694.qmail@hotmail.com>
70921              (MUA had mangled many lines by wordwrapping)
70922      Branch: cfgperl
70923            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
70924            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
70925            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
70926            ! intrpvar.h perl.c
70927 ____________________________________________________________________________
70928 [  6203] By: jhi                                   on 2000/06/06  22:32:43
70929         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
70930              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70931              Date: Tue, 06 Jun 2000 13:07:45 -0700
70932              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
70933      Branch: cfgperl
70934            ! pod/perldiag.pod
70935 ____________________________________________________________________________
70936 [  6202] By: jhi                                   on 2000/06/06  19:38:35
70937         Log: Integrate with Sarathy.
70938      Branch: cfgperl
70939           !> perl.c
70940 ____________________________________________________________________________
70941 [  6201] By: gsar                                  on 2000/06/06  00:42:59
70942         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
70943              does a PUSHMARK that's never ever POPMARKed; in general, only
70944              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
70945              Perl_eval_[sp]v() don't because they don't take any incoming
70946              arguments (this leak has been around since the original version
70947              of perl_eval_pv() in 5.003_97e)
70948      Branch: perl
70949            ! perl.c
70950 ____________________________________________________________________________
70951 [  6200] By: jhi                                   on 2000/06/04  03:44:52
70952         Log: Update to cperl-mode.el 4.31 from
70953              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
70954              Subject: A couple of notes
70955              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
70956              To: Mailing list Perl5 <perl5-porters@perl.org>
70957              Date: Sat, 3 Jun 2000 23:33:32 -0400
70958              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
70959      Branch: cfgperl
70960            ! emacs/cperl-mode.el
70961 ____________________________________________________________________________
70962 [  6199] By: jhi                                   on 2000/06/03  15:11:05
70963         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
70964              From: Dan Sugalski <dan@sidhe.org>
70965              To: perl5-porters@perl.org, vmsperl@perl.org
70966              Date: Fri, 02 Jun 2000 17:30:51 -0400
70967              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
70968      Branch: cfgperl
70969            ! vms/descrip_mms.template vms/gen_shrfls.pl
70970 ____________________________________________________________________________
70971 [  6198] By: jhi                                   on 2000/06/03  14:59:15
70972         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
70973              From: Dan Sugalski <dan@sidhe.org>
70974              To: vmsperl@perl.org, perl5-porters@perl.org
70975              Date: Fri, 02 Jun 2000 16:00:41 -0400
70976              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
70977              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
70978      Branch: cfgperl
70979            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
70980            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
70981            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
70982 ____________________________________________________________________________
70983 [  6197] By: jhi                                   on 2000/06/03  14:41:30
70984         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
70985              From: John Borwick <jhborwic@unity.ncsu.edu>
70986              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
70987              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
70988      Branch: cfgperl
70989            ! pod/perlsyn.pod
70990 ____________________________________________________________________________
70991 [  6196] By: jhi                                   on 2000/06/03  14:38:09
70992         Log: Integrate with Sarathy.
70993      Branch: cfgperl
70994           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
70995           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
70996           !> vms/perly_c.vms
70997 ____________________________________________________________________________
70998 [  6195] By: gsar                                  on 2000/06/02  22:43:13
70999         Log: fix yet another eval"" leak under USE_ITHREADS
71000      Branch: perl
71001            ! op.c
71002 ____________________________________________________________________________
71003 [  6194] By: gsar                                  on 2000/06/02  18:22:06
71004         Log: fix small eval"" memory leaks under USE_ITHREADS
71005      Branch: perl
71006            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
71007            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
71008            ! vms/perly_c.vms
71009 ____________________________________________________________________________
71010 [  6193] By: jhi                                   on 2000/06/01  13:03:56
71011         Log: Signals-be-gone for microperl.
71012      Branch: cfgperl
71013            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
71014 ____________________________________________________________________________
71015 [  6192] By: jhi                                   on 2000/06/01  12:52:02
71016         Log: Integrate with Sarathy.
71017      Branch: cfgperl
71018           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
71019           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
71020           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
71021           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
71022           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
71023           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
71024           !> t/op/vec.t utils/h2xs.PL
71025 ____________________________________________________________________________
71026 [  6191] By: gsar                                  on 2000/06/01  09:38:21
71027         Log: vec() loses numericalness (modified version of patch suggested
71028              by Robin Barker)
71029      Branch: perl
71030            ! doop.c t/op/vec.t
71031 ____________________________________________________________________________
71032 [  6190] By: gsar                                  on 2000/06/01  09:26:15
71033         Log: submit missing embed.pl change
71034      Branch: perl
71035            ! embed.pl
71036 ____________________________________________________________________________
71037 [  6189] By: gsar                                  on 2000/06/01  09:05:34
71038         Log: counting tr/// corrupts later operation (from M.J.T Guy)
71039      Branch: perl
71040            ! doop.c t/op/tr.t
71041 ____________________________________________________________________________
71042 [  6188] By: gsar                                  on 2000/06/01  08:58:39
71043         Log: h2xs tweaks
71044      Branch: perl
71045            ! utils/h2xs.PL
71046 ____________________________________________________________________________
71047 [  6187] By: gsar                                  on 2000/06/01  08:50:07
71048         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
71049              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
71050      Branch: perl
71051            + lib/Pod/LaTeX.pm
71052            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
71053            ! pod/pod2latex.PL
71054 ____________________________________________________________________________
71055 [  6186] By: gsar                                  on 2000/06/01  08:24:40
71056         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
71057              <wolfgang.laun@alcatel.at>)
71058      Branch: perl
71059            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
71060            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
71061 ____________________________________________________________________________
71062 [  6185] By: gsar                                  on 2000/06/01  08:12:00
71063         Log: remove incorrect documentation about implicit split to @_ in
71064              list context, which never really worked in perl 5 (from
71065              M.J.T. Guy)
71066      Branch: perl
71067            ! pod/perlfunc.pod pod/perltrap.pod
71068 ____________________________________________________________________________
71069 [  6184] By: gsar                                  on 2000/06/01  07:52:27
71070         Log: tweak for change#6127
71071      Branch: perl
71072            ! perl.c
71073 ____________________________________________________________________________
71074 [  6183] By: gsar                                  on 2000/06/01  07:41:02
71075         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
71076              <nick@ccl4.org>)
71077      Branch: perl
71078            + t/lib/selfloader.t
71079            ! MANIFEST lib/SelfLoader.pm
71080 ____________________________________________________________________________
71081 [  6182] By: jhi                                   on 2000/06/01  00:34:42
71082         Log: Be Cleaner Part Deux.
71083      Branch: cfgperl
71084            ! Makefile.SH
71085 ____________________________________________________________________________
71086 [  6181] By: jhi                                   on 2000/06/01  00:32:09
71087         Log: Integrate with Sarathy.
71088      Branch: cfgperl
71089           !> pp.c t/op/arith.t
71090 ____________________________________________________________________________
71091 [  6180] By: jhi                                   on 2000/06/01  00:31:13
71092         Log: microperl nits from Simon Cozens.
71093      Branch: cfgperl
71094            + uconfig.h
71095            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
71096            ! unixish.h
71097 ____________________________________________________________________________
71098 [  6179] By: gsar                                  on 2000/05/31  22:37:51
71099         Log: buggy modulus on UVs introduced by change#3378 (resulted in
71100              4063328477 % 65535 amounting to 27406, instead of 27407)
71101      Branch: perl
71102            ! pp.c t/op/arith.t
71103 ____________________________________________________________________________
71104 [  6178] By: jhi                                   on 2000/05/31  21:52:41
71105         Log: Be cleaner.
71106      Branch: cfgperl
71107            ! Makefile.SH
71108 ____________________________________________________________________________
71109 [  6177] By: jhi                                   on 2000/05/31  21:47:33
71110         Log: Substitution utf8 patch from Simon Cozens.
71111      Branch: cfgperl
71112            ! pp_hot.c
71113 ____________________________________________________________________________
71114 [  6176] By: jhi                                   on 2000/05/31  21:45:34
71115         Log: Single-quoted utf8 patch from Simon Cozens.
71116      Branch: cfgperl
71117            ! toke.c
71118 ____________________________________________________________________________
71119 [  6175] By: jhi                                   on 2000/05/31  21:40:18
71120         Log: Integrate with Sarathy.
71121      Branch: cfgperl
71122           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
71123 ____________________________________________________________________________
71124 [  6174] By: jhi                                   on 2000/05/31  21:37:31
71125         Log: microperl changes from Simon Cozens; Makefile for microperl
71126              written from scratch; few casts added as microperl compilation
71127              doesn't have all prototypes available.
71128      Branch: cfgperl
71129            + Makefile.micro README.micro Todo.micro uconfig.sh
71130            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
71131            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
71132      Branch: metaconfig
71133            + U/modified/Config_h.U
71134 ____________________________________________________________________________
71135 [  6173] By: jhi                                   on 2000/05/31  20:00:24
71136         Log: metaconfig maintenance.
71137      Branch: metaconfig
71138            + U/modified/Inhdr.U U/typedefs/inotype.U
71139      Branch: metaconfig/U/perl
71140            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
71141            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
71142 ____________________________________________________________________________
71143 [  6172] By: gsar                                  on 2000/05/31  05:05:42
71144         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
71145              (from Ilya Zakharevich)
71146      Branch: perl
71147            ! regexec.c t/op/re_tests
71148 ____________________________________________________________________________
71149 [  6171] By: gsar                                  on 2000/05/31  05:01:47
71150         Log: scalar() doesn't force scalar context when used in void context
71151              (from Simon Cozens)
71152      Branch: perl
71153            ! op.c t/op/wantarray.t
71154 ____________________________________________________________________________
71155 [  6170] By: gsar                                  on 2000/05/31  04:41:33
71156         Log: change#6142 needs tweaks to tests to work where there's no symlink()
71157              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
71158      Branch: perl
71159            ! t/lib/filefind.t
71160 ____________________________________________________________________________
71161 [  6169] By: gsar                                  on 2000/05/31  04:29:49
71162         Log: integrate cfgperl contents into mainline
71163      Branch: perl
71164           +> pod/perlmodlib.PL pod/perlnewmod.pod
71165           !> (integrate 42 files)
71166 ____________________________________________________________________________
71167 [  6168] By: jhi                                   on 2000/05/30  22:53:37
71168         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
71169      Branch: cfgperl
71170            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71171            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
71172            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
71173            ! win32/config.bc win32/config.gc win32/config.vc
71174            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
71175            ! win32/config_h.PL win32/config_sh.PL
71176      Branch: metaconfig/U/perl
71177            ! perlxv.U
71178 ____________________________________________________________________________
71179 [  6167] By: jhi                                   on 2000/05/30  22:20:21
71180         Log: tweak todo 
71181      Branch: cfgperl
71182            ! Todo-5.6
71183 ____________________________________________________________________________
71184 [  6166] By: jhi                                   on 2000/05/30  22:11:51
71185         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
71186              in case somebody wants to write an extension for more
71187              shadow database interfaces.
71188      Branch: cfgperl
71189            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71190            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
71191            ! vos/config.def vos/config.h vos/config_h.SH_orig
71192            ! win32/config.bc win32/config.gc win32/config.vc
71193            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
71194      Branch: metaconfig
71195            ! U/modified/Myinit.U
71196      Branch: metaconfig/U/perl
71197            + d_getespwnam.U d_getprpwnam.U i_prot.U
71198 ____________________________________________________________________________
71199 [  6165] By: jhi                                   on 2000/05/30  18:35:34
71200         Log: Integrate with Sarathy.
71201      Branch: cfgperl
71202           !> op.c
71203 ____________________________________________________________________________
71204 [  6164] By: jhi                                   on 2000/05/30  18:30:16
71205         Log: detypo
71206      Branch: cfgperl
71207            ! Configure config_h.SH
71208      Branch: metaconfig/U/perl
71209            ! perlxv.U
71210 ____________________________________________________________________________
71211 [  6163] By: gsar                                  on 2000/05/30  03:24:03
71212         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
71213      Branch: perl
71214            ! op.c
71215 ____________________________________________________________________________
71216 [  6162] By: gsar                                  on 2000/05/30  03:09:38
71217         Log: fix memory leak in method call optimization (change#3768);
71218              made C<eval "$x->foo()"> leak
71219      Branch: perl
71220            ! op.c
71221 ____________________________________________________________________________
71222 [  6161] By: jhi                                   on 2000/05/29  17:56:26
71223         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
71224              both from Simon Cozens.
71225      Branch: cfgperl
71226            + pod/perlmodlib.PL pod/perlnewmod.pod
71227            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
71228            ! pod/perlmodlib.pod pod/perltoc.pod
71229 ____________________________________________________________________________
71230 [  6160] By: jhi                                   on 2000/05/29  17:23:55
71231         Log: Changes for the File::Temp 0.08 (change #6159) test suite
71232              to fit better into the Perl distribution test framework.
71233      Branch: cfgperl
71234            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
71235            ! t/lib/ftmp-tempfile.t
71236 ____________________________________________________________________________
71237 [  6159] By: jhi                                   on 2000/05/29  16:55:36
71238         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
71239      Branch: cfgperl
71240            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
71241            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
71242 ____________________________________________________________________________
71243 [  6158] By: bailey                                on 2000/05/29  16:22:08
71244         Log: Add fallback to tmpfile for use in cases where user's relying on
71245              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
71246              Lane's patch)
71247      Branch: vmsperl
71248            ! vms/vms.c vms/vmsish.h
71249 ____________________________________________________________________________
71250 [  6157] By: jhi                                   on 2000/05/29  03:10:36
71251         Log: Regen Configure to jive with #6149.
71252      Branch: cfgperl
71253            ! Configure
71254      Branch: metaconfig
71255            ! U/modified/Getfile.U
71256 ____________________________________________________________________________
71257 [  6156] By: jhi                                   on 2000/05/29  03:01:38
71258         Log: Integrate with Sarathy.
71259      Branch: cfgperl
71260           +> ext/DynaLoader/dl_mac.xs
71261           !> (integrate 38 files)
71262 ____________________________________________________________________________
71263 [  6155] By: gsar                                  on 2000/05/28  21:15:58
71264         Log: small bug in change#6144; remove random \xA0 character that snuck
71265              in via change#6145
71266      Branch: perl
71267            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
71268 ____________________________________________________________________________
71269 [  6154] By: gsar                                  on 2000/05/28  21:04:19
71270         Log: avoid type mismatch warning
71271      Branch: perl
71272            ! perl.c
71273 ____________________________________________________________________________
71274 [  6153] By: gsar                                  on 2000/05/28  20:58:31
71275         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
71276              <nick@Bagpuss.uk.boo.com>)
71277      Branch: perl
71278            ! lib/Test/Harness.pm
71279 ____________________________________________________________________________
71280 [  6152] By: gsar                                  on 2000/05/28  20:53:42
71281         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
71282      Branch: perl
71283            ! regexec.c
71284 ____________________________________________________________________________
71285 [  6151] By: gsar                                  on 2000/05/28  20:50:28
71286         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
71287      Branch: perl
71288            ! regexec.c
71289 ____________________________________________________________________________
71290 [  6150] By: gsar                                  on 2000/05/28  20:39:58
71291         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
71292      Branch: perl
71293            ! pod/perlrequick.pod
71294 ____________________________________________________________________________
71295 [  6149] By: gsar                                  on 2000/05/28  20:35:16
71296         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
71297              <troc@netrus.net>)
71298      Branch: perl
71299            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
71300            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
71301            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
71302            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
71303 ____________________________________________________________________________
71304 [  6148] By: gsar                                  on 2000/05/28  20:21:07
71305         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
71306      Branch: perl
71307            ! lib/ExtUtils/MM_Unix.pm
71308 ____________________________________________________________________________
71309 [  6147] By: gsar                                  on 2000/05/28  20:12:41
71310         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
71311              (from Peter Prymmer)
71312      Branch: perl
71313            ! vms/subconfigure.com
71314 ____________________________________________________________________________
71315 [  6146] By: gsar                                  on 2000/05/28  20:06:15
71316         Log: doc typo
71317      Branch: perl
71318            ! lib/warnings.pm warnings.h warnings.pl
71319 ____________________________________________________________________________
71320 [  6145] By: gsar                                  on 2000/05/28  18:44:33
71321         Log: make xsubpp skip embedded pod (from Matthias Neeracher
71322              <neeri@iis.ee.ethz.ch>)
71323      Branch: perl
71324            ! lib/ExtUtils/xsubpp
71325 ____________________________________________________________________________
71326 [  6144] By: gsar                                  on 2000/05/28  18:42:49
71327         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
71328              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
71329              <neeri@iis.ee.ethz.ch>)
71330      Branch: perl
71331            ! lib/AutoSplit.pm
71332 ____________________________________________________________________________
71333 [  6143] By: gsar                                  on 2000/05/28  18:41:12
71334         Log: MacOS support, part 1 (from Matthias Neeracher
71335              <neeri@iis.ee.ethz.ch>)
71336      Branch: perl
71337            + ext/DynaLoader/dl_mac.xs
71338            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
71339            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
71340            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
71341            ! util.h
71342 ____________________________________________________________________________
71343 [  6142] By: gsar                                  on 2000/05/28  18:21:51
71344         Log: File::Find fails to chdir when chasing symlinks (from
71345              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
71346      Branch: perl
71347            ! lib/File/Find.pm t/lib/filefind.t
71348 ____________________________________________________________________________
71349 [  6141] By: jhi                                   on 2000/05/28  14:25:15
71350         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
71351              forwarded by Peter Seebach from the bsdi-users mailing list.
71352              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
71353      Branch: perl
71354            ! hints/bsdos.sh
71355 ____________________________________________________________________________
71356 [  6140] By: jhi                                   on 2000/05/28  14:11:57
71357         Log: Integrate with Sarathy.
71358      Branch: cfgperl
71359           +> (branch 30 files)
71360           !> (integrate 93 files)
71361 ____________________________________________________________________________
71362 [  6139] By: gsar                                  on 2000/05/28  10:01:48
71363         Log: revise mktables.PL for bugs and newness in Unicode 3.0
71364              (from James Bence <jbence@amgen.com>)
71365      Branch: perl
71366            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
71367            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
71368            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
71369            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
71370            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
71371            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
71372            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
71373            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
71374            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
71375            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
71376            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
71377            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
71378            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
71379            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
71380            + lib/unicode/Is/SylWU.pl
71381            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
71382            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
71383            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
71384            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
71385            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
71386            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
71387            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
71388            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
71389            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
71390            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
71391            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
71392            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
71393            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
71394            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
71395            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
71396            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
71397            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
71398            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
71399            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
71400            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
71401            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
71402            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
71403            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
71404            ! lib/unicode/Makefile lib/unicode/mktables.PL
71405 ____________________________________________________________________________
71406 [  6138] By: gsar                                  on 2000/05/28  08:50:32
71407         Log: add note about the handling of negative indices to tied arrays
71408              (from Michael G Schwern <schwern@pobox.com>)
71409      Branch: perl
71410            ! pod/perltie.pod
71411 ____________________________________________________________________________
71412 [  6137] By: gsar                                  on 2000/05/28  08:46:10
71413         Log: fix bogus redeclaration warning for "our" variables in different
71414              scopes
71415      Branch: perl
71416            ! op.c t/pragma/strict-vars
71417 ____________________________________________________________________________
71418 [  6136] By: gsar                                  on 2000/05/28  08:31:20
71419         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
71420      Branch: perl
71421            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
71422 ____________________________________________________________________________
71423 [  6135] By: gsar                                  on 2000/05/28  08:17:50
71424         Log: enable Test::Harness to dynamically determine column width etc.
71425              (from Rob Napier <rnapier@employees.org>)
71426      Branch: perl
71427            ! lib/Test/Harness.pm
71428 ____________________________________________________________________________
71429 [  6134] By: gsar                                  on 2000/05/28  08:13:39
71430         Log: make Test::Harness use wait.h/WCOREDUMP if available
71431              (from Ben Tilly <ben_tilly@hotmail.com>)
71432      Branch: perl
71433            ! lib/Test/Harness.pm
71434 ____________________________________________________________________________
71435 [  6133] By: gsar                                  on 2000/05/28  08:08:05
71436         Log: elide bogus test in change#6132
71437      Branch: perl
71438            ! t/pragma/warn/9enabled
71439 ____________________________________________________________________________
71440 [  6132] By: gsar                                  on 2000/05/28  08:03:14
71441         Log: warnings::enabled() doesn't fall back to looking at $^W if
71442              caller isn't using lexical warnings (from Paul Marquess)
71443      Branch: perl
71444            ! pp_ctl.c t/pragma/warn/9enabled
71445 ____________________________________________________________________________
71446 [  6131] By: gsar                                  on 2000/05/28  07:57:47
71447         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
71448      Branch: perl
71449            ! ext/POSIX/POSIX.pm
71450 ____________________________________________________________________________
71451 [  6130] By: gsar                                  on 2000/05/28  07:29:12
71452         Log: fix places that mean C<"word" character> but say C<alphanumeric
71453              character>
71454      Branch: perl
71455            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
71456 ____________________________________________________________________________
71457 [  6129] By: gsar                                  on 2000/05/28  07:18:41
71458         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
71459      Branch: perl
71460            ! vms/test.com
71461 ____________________________________________________________________________
71462 [  6128] By: gsar                                  on 2000/05/28  07:12:55
71463         Log: new perlxstut example for passing/returning refs to arrays
71464              (from David Lowe <dlowe@pootpoot.com>)
71465      Branch: perl
71466            ! pod/perlxstut.pod
71467 ____________________________________________________________________________
71468 [  6127] By: gsar                                  on 2000/05/28  07:02:50
71469         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
71470              failed (from Gisle Aas)
71471      Branch: perl
71472            ! cop.h perl.c
71473 ____________________________________________________________________________
71474 [  6126] By: gsar                                  on 2000/05/28  06:39:53
71475         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
71476              (reworked variant of patch suggested by Simon Cozens)
71477      Branch: perl
71478            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
71479            ! pp_hot.c proto.h t/op/gv.t
71480 ____________________________________________________________________________
71481 [  6125] By: gsar                                  on 2000/05/28  05:14:55
71482         Log: enable propagating exception objects via Perl_croak() in XS code
71483              (from Gisle Aas)
71484      Branch: perl
71485            ! util.c
71486 ____________________________________________________________________________
71487 [  6124] By: gsar                                  on 2000/05/28  05:07:28
71488         Log: integrate vmsperl contents into mainline
71489      Branch: perl
71490           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
71491           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
71492           !> vms/vmsish.h
71493 ____________________________________________________________________________
71494 [  6123] By: gsar                                  on 2000/05/28  05:03:53
71495         Log: clarify gotcha with #line directives (from Rocco Caputo
71496              <troc@netrus.net>)
71497      Branch: perl
71498            ! pod/perldebug.pod pod/perlsyn.pod
71499 ____________________________________________________________________________
71500 [  6122] By: gsar                                  on 2000/05/28  04:58:29
71501         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
71502              (from Mark-Jason Dominus)
71503      Branch: perl
71504            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
71505            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
71506            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
71507            ! toke.c
71508 ____________________________________________________________________________
71509 [  6121] By: bailey                                on 2000/05/25  04:46:54
71510         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
71511              lists (based on fixes by Craig Berry)
71512      Branch: vmsperl
71513            ! lib/File/Spec/VMS.pm
71514 ____________________________________________________________________________
71515 [  6120] By: bailey                                on 2000/05/25  04:25:38
71516         Log: Add missing escape (Charles Lane)
71517      Branch: vmsperl
71518            ! t/op/lex_assign.t
71519 ____________________________________________________________________________
71520 [  6119] By: bailey                                on 2000/05/25  04:21:25
71521         Log: Quiet error messages in vmsish.t (Charles Lane)
71522      Branch: vmsperl
71523            ! vms/ext/vmsish.t
71524 ____________________________________________________________________________
71525 [  6118] By: bailey                                on 2000/05/25  04:17:57
71526         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
71527              Flatten case labels in switch statements uniformly (Charles Bailey)
71528      Branch: vmsperl
71529            ! vms/vms.c
71530 ____________________________________________________________________________
71531 [  6117] By: bailey                                on 2000/05/25  03:58:09
71532         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
71533      Branch: vmsperl
71534            ! vms/vmsish.h
71535 ____________________________________________________________________________
71536 [  6116] By: bailey                                on 2000/05/25  03:11:15
71537         Log: Miscellaneous cosmetic fixes (Charles Lane)
71538      Branch: vmsperl
71539            ! lib/ExtUtils/MM_VMS.pm
71540 ____________________________________________________________________________
71541 [  6115] By: bailey                                on 2000/05/25  03:10:36
71542         Log: Add bounds checking for several strings (Charles Lane)
71543      Branch: vmsperl
71544            ! vms/vms.c
71545 ____________________________________________________________________________
71546 [  6114] By: bailey                                on 2000/05/25  02:25:34
71547         Log: Urk -- undo previous removal of vmsish 'exit' change
71548      Branch: vmsperl
71549            ! vms/ext/vmsish.pm vms/vmsish.h
71550 ____________________________________________________________________________
71551 [  6113] By: bailey                                on 2000/05/24  02:24:40
71552         Log: Ugly workaround for version-specific RTL error
71553      Branch: vmsperl
71554            ! vms/vms.c
71555 ____________________________________________________________________________
71556 [  6112] By: bailey                                on 2000/05/24  02:19:55
71557         Log: Check for existence of file before trying to delete
71558      Branch: vmsperl
71559            ! vms/test.com
71560 ____________________________________________________________________________
71561 [  6111] By: bailey                                on 2000/05/23  23:35:13
71562         Log: Resync with mainline prior to post-5.6.0 updates
71563      Branch: vmsperl
71564           +> (branch 49 files)
71565            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
71566            ! vms/ext/vmsish.pm
71567           !> (integrate 334 files)
71568 ____________________________________________________________________________
71569 [  6110] By: jhi                                   on 2000/05/23  19:28:32
71570         Log: todo tweak
71571      Branch: cfgperl
71572            ! Todo-5.6
71573 ____________________________________________________________________________
71574 [  6109] By: jhi                                   on 2000/05/18  17:38:54
71575         Log: Integrate with Sarathy.
71576      Branch: cfgperl
71577           !> mg.c perl.h win32/perlhost.h
71578 ____________________________________________________________________________
71579 [  6108] By: gsar                                  on 2000/05/17  02:24:56
71580         Log: reenable fake signal handling on Windows, bugs and all
71581      Branch: perl
71582            ! mg.c perl.h win32/perlhost.h
71583 ____________________________________________________________________________
71584 [  6107] By: jhi                                   on 2000/05/15  18:01:41
71585         Log: Tweak the todo list.
71586      Branch: cfgperl
71587            ! Todo-5.6
71588 ____________________________________________________________________________
71589 [  6106] By: jhi                                   on 2000/05/15  13:41:48
71590         Log: The (Configure) script refuses to go on, after asking for
71591              'You may also choose to try maximal 64-bitness....'.
71592              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
71593              -- Patrick Zima
71594              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
71595      Branch: cfgperl
71596            ! hints/solaris_2.sh
71597 ____________________________________________________________________________
71598 [  6105] By: jhi                                   on 2000/05/11  14:37:43
71599         Log: Integrate with Sarathy.
71600      Branch: cfgperl
71601           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
71602           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
71603 ____________________________________________________________________________
71604 [  6104] By: gsar                                  on 2000/05/11  03:39:07
71605         Log: PL_sys_intern was being initialized too late on windows
71606      Branch: perl
71607            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
71608            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
71609 ____________________________________________________________________________
71610 [  6103] By: jhi                                   on 2000/05/09  19:42:20
71611         Log: Test tweaking for Unicos continues.
71612      Branch: cfgperl
71613            ! t/op/64bitint.t
71614 ____________________________________________________________________________
71615 [  6102] By: jhi                                   on 2000/05/09  16:47:27
71616         Log: The test suite tweak in #6101 wasn't quite right.
71617      Branch: cfgperl
71618            ! t/lib/complex.t
71619 ____________________________________________________________________________
71620 [  6101] By: jhi                                   on 2000/05/09  15:35:34
71621         Log: Hints and test tweaks for Unicos.
71622      Branch: cfgperl
71623            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
71624 ____________________________________________________________________________
71625 [  6100] By: jhi                                   on 2000/05/08  21:15:06
71626         Log: More compilation tweakery from Allen Smith.
71627      Branch: cfgperl
71628            ! hints/irix_6.sh
71629 ____________________________________________________________________________
71630 [  6099] By: jhi                                   on 2000/05/08  19:21:18
71631         Log: Tweaks for the cc bugs from Allen Smith.
71632      Branch: cfgperl
71633            ! hints/irix_6.sh
71634 ____________________________________________________________________________
71635 [  6098] By: jhi                                   on 2000/05/08  19:13:37
71636         Log: Add a note about other, yet unsupported, shadow password APIs.
71637      Branch: cfgperl
71638            ! pp_sys.c
71639 ____________________________________________________________________________
71640 [  6097] By: jhi                                   on 2000/05/08  18:46:34
71641         Log: Add a note about possible compilation problems from Allen Smith.
71642      Branch: cfgperl
71643            ! hints/irix_6.sh
71644 ____________________________________________________________________________
71645 [  6096] By: jhi                                   on 2000/05/08  17:33:10
71646         Log: Integrate with Sarathy.
71647      Branch: cfgperl
71648           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
71649           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
71650 ____________________________________________________________________________
71651 [  6095] By: jhi                                   on 2000/05/08  16:21:33
71652         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
71653              might be useful in future.
71654      Branch: cfgperl
71655            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71656            ! config_h.SH
71657      Branch: metaconfig
71658            ! U/installdirs/inc_version_list.U
71659      Branch: metaconfig/U/perl
71660            ! perlxv.U
71661 ____________________________________________________________________________
71662 [  6094] By: gsar                                  on 2000/05/08  14:22:22
71663         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
71664      Branch: perl
71665            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
71666            ! hints/cygwin.sh pp_sys.c
71667 ____________________________________________________________________________
71668 [  6093] By: gsar                                  on 2000/05/08  12:52:28
71669         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
71670              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
71671      Branch: perl
71672            ! pp_sys.c sv.c win32/perlhost.h
71673 ____________________________________________________________________________
71674 [  6092] By: jhi                                   on 2000/05/07  22:40:34
71675         Log: Regen perltoc with the fixed buildtoc.
71676      Branch: cfgperl
71677            ! pod/perltoc.pod
71678 ____________________________________________________________________________
71679 [  6091] By: jhi                                   on 2000/05/07  22:24:16
71680         Log: Integrate with Sarathy.
71681      Branch: cfgperl
71682           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
71683           !> t/op/substr.t toke.c
71684 ____________________________________________________________________________
71685 [  6090] By: gsar                                  on 2000/05/07  19:47:07
71686         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
71687              [NI]OK; added tests for both
71688      Branch: perl
71689            ! perl.c pp_hot.c sv.c t/op/substr.t
71690 ____________________________________________________________________________
71691 [  6089] By: gsar                                  on 2000/05/07  18:18:38
71692         Log: buildtoc tweak to fix newline lossage
71693      Branch: perl
71694            ! pod/buildtoc
71695 ____________________________________________________________________________
71696 [  6088] By: jhi                                   on 2000/05/07  16:35:36
71697         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
71698              because we do not use those.  The HAS_GETSPNAM remains,
71699              though, because we still do use that.
71700      Branch: cfgperl
71701            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71702            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
71703            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
71704            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
71705            ! win32/config.vc win32/config_H.bc win32/config_H.gc
71706            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
71707 ____________________________________________________________________________
71708 [  6087] By: gsar                                  on 2000/05/07  16:05:16
71709         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
71710      Branch: perl
71711            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
71712 ____________________________________________________________________________
71713 [  6086] By: jhi                                   on 2000/05/07  15:27:07
71714         Log: Integrate with Sarathy.
71715      Branch: cfgperl
71716           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
71717           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
71718           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
71719           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
71720           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
71721           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
71722 ____________________________________________________________________________
71723 [  6085] By: gsar                                  on 2000/05/07  05:52:02
71724         Log: repeat operator (x) doesn't preserve utf8-ness
71725      Branch: perl
71726            ! pp.c t/op/substr.t
71727 ____________________________________________________________________________
71728 [  6084] By: gsar                                  on 2000/05/07  05:39:55
71729         Log: substr() does not preserve utf8-ness (from Stefan Eissing
71730              <Eissing@medicaldataservice.de>); added tests
71731      Branch: perl
71732            ! pp.c t/op/substr.t
71733 ____________________________________________________________________________
71734 [  6083] By: gsar                                  on 2000/05/07  05:24:46
71735         Log: note about undocumented caller() return value (from M.J.T. Guy);
71736              yet another peek.t tweak
71737      Branch: perl
71738            ! pod/perlfunc.pod t/lib/peek.t
71739 ____________________________________________________________________________
71740 [  6082] By: gsar                                  on 2000/05/07  05:08:40
71741         Log: peek.t non-portable to ithreads
71742      Branch: perl
71743            ! t/lib/peek.t
71744 ____________________________________________________________________________
71745 [  6081] By: gsar                                  on 2000/05/07  04:17:04
71746         Log: better default perlbug categories for ok reports (from Richard Foley)
71747      Branch: perl
71748            ! utils/perlbug.PL
71749 ____________________________________________________________________________
71750 [  6080] By: gsar                                  on 2000/05/07  04:08:07
71751         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
71752              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
71753      Branch: perl
71754            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
71755            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
71756            ! AUTHORS MAINTAIN MANIFEST
71757 ____________________________________________________________________________
71758 [  6079] By: gsar                                  on 2000/05/07  04:01:38
71759         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
71760      Branch: perl
71761            ! lib/Carp/Heavy.pm
71762 ____________________________________________________________________________
71763 [  6078] By: gsar                                  on 2000/05/07  01:24:19
71764         Log: workaround for CRT bug in chdir() (from Charles Lane, via
71765              Peter Prymmer)
71766      Branch: perl
71767            ! iperlsys.h vms/vms.c vms/vmsish.h
71768 ____________________________________________________________________________
71769 [  6077] By: gsar                                  on 2000/05/07  01:22:23
71770         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
71771              and Tom Phoenix)
71772      Branch: perl
71773            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
71774 ____________________________________________________________________________
71775 [  6076] By: gsar                                  on 2000/05/06  17:36:29
71776         Log: integrate cfgperl contents into mainline
71777      Branch: perl
71778           +> t/lib/peek.t
71779           !> Configure MANIFEST Porting/Glossary Porting/config.sh
71780           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
71781           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
71782           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
71783 ____________________________________________________________________________
71784 [  6075] By: jhi                                   on 2000/05/05  18:56:10
71785         Log: Make the test more portable.
71786      Branch: cfgperl
71787            ! t/lib/peek.t
71788 ____________________________________________________________________________
71789 [  6074] By: jhi                                   on 2000/05/05  18:49:20
71790         Log: Introduce t/lib/peek.t.
71791      Branch: cfgperl
71792            + t/lib/peek.t
71793            ! MANIFEST
71794 ____________________________________________________________________________
71795 [  6073] By: jhi                                   on 2000/05/05  14:30:45
71796         Log: Complex tweaks.
71797      Branch: cfgperl
71798            ! lib/Math/Complex.pm t/lib/complex.t
71799 ____________________________________________________________________________
71800 [  6072] By: jhi                                   on 2000/05/05  12:27:13
71801         Log: Integrate with Sarathy.
71802      Branch: cfgperl
71803           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
71804           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
71805           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
71806           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
71807 ____________________________________________________________________________
71808 [  6071] By: gsar                                  on 2000/05/05  02:24:46
71809         Log: misformatted perllocal.pod (from Tim Jenness
71810              <t.jenness@jach.hawaii.edu>)
71811      Branch: perl
71812            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
71813 ____________________________________________________________________________
71814 [  6070] By: gsar                                  on 2000/05/05  02:16:52
71815         Log: remove misleading comment (from M.J.T. Guy)
71816      Branch: perl
71817            ! t/lib/anydbm.t
71818 ____________________________________________________________________________
71819 [  6069] By: gsar                                  on 2000/05/05  02:15:13
71820         Log: File::Spec compatibility update (from Barrie Slaymaker
71821              <barries@slaysys.com>)
71822      Branch: perl
71823            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
71824            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
71825 ____________________________________________________________________________
71826 [  6068] By: gsar                                  on 2000/05/05  02:01:50
71827         Log: note about values()
71828      Branch: perl
71829            ! pod/perlfunc.pod
71830 ____________________________________________________________________________
71831 [  6067] By: gsar                                  on 2000/05/05  01:33:09
71832         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
71833      Branch: perl
71834            ! win32/win32.c
71835 ____________________________________________________________________________
71836 [  6066] By: gsar                                  on 2000/05/05  01:23:43
71837         Log: s/END/CHECK/
71838      Branch: perl
71839            ! perl.c
71840 ____________________________________________________________________________
71841 [  6065] By: jhi                                   on 2000/05/04  17:30:22
71842         Log: Integrate with Sarathy.
71843      Branch: cfgperl
71844           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
71845 ____________________________________________________________________________
71846 [  6064] By: gsar                                  on 2000/05/04  17:26:14
71847         Log: change#5905 wasn't quite right--it's intent only applies when arguments
71848              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
71849      Branch: perl
71850            ! pp_sys.c sv.c
71851 ____________________________________________________________________________
71852 [  6063] By: gsar                                  on 2000/05/04  16:52:29
71853         Log: tokeq() could read unallocated field in argument
71854      Branch: perl
71855            ! toke.c
71856 ____________________________________________________________________________
71857 [  6062] By: gsar                                  on 2000/05/04  16:34:51
71858         Log: additional tests for utf8.t
71859      Branch: perl
71860            ! t/pragma/utf8.t
71861 ____________________________________________________________________________
71862 [  6061] By: gsar                                  on 2000/05/04  16:09:28
71863         Log: change#5921 neglected to make eq honor "use bytes"
71864      Branch: perl
71865            ! sv.c
71866 ____________________________________________________________________________
71867 [  6060] By: jhi                                   on 2000/05/04  15:30:16
71868         Log: Integrate with Sarathy.
71869      Branch: cfgperl
71870           !> perl.c regcomp.c t/pragma/utf8.t
71871 ____________________________________________________________________________
71872 [  6059] By: jhi                                   on 2000/05/04  15:26:37
71873         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
71874              in natively 64-bit platforms where a long is a quad (no need
71875              for long longs).  Also added bias for IVs.
71876      Branch: cfgperl
71877            ! toke.c
71878 ____________________________________________________________________________
71879 [  6058] By: gsar                                  on 2000/05/04  00:19:14
71880         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
71881              (spotted by Donald Kinzer <dkinzer@premia.com>)
71882      Branch: perl
71883            ! perl.c
71884 ____________________________________________________________________________
71885 [  6057] By: gsar                                  on 2000/05/03  18:34:01
71886         Log: fix broken parsing of /\x{ab}/
71887      Branch: perl
71888            ! regcomp.c t/pragma/utf8.t
71889 ____________________________________________________________________________
71890 [  6056] By: jhi                                   on 2000/05/03  17:57:16
71891         Log: The search of infinity continues, this time simplified.
71892      Branch: cfgperl
71893            ! lib/Math/Complex.pm
71894 ____________________________________________________________________________
71895 [  6055] By: jhi                                   on 2000/05/03  17:45:30
71896         Log: Detypo.
71897      Branch: cfgperl
71898            ! hints/unicos.sh
71899 ____________________________________________________________________________
71900 [  6054] By: jhi                                   on 2000/05/02  22:28:27
71901         Log: Be more forgiving in POSIX about HUGE_VALL.
71902      Branch: cfgperl
71903            ! ext/POSIX/POSIX.xs
71904 ____________________________________________________________________________
71905 [  6053] By: jhi                                   on 2000/05/02  22:25:05
71906         Log: Integrate with Sarathy.
71907      Branch: cfgperl
71908           !> hints/irix_6.sh pod/perlop.pod
71909 ____________________________________________________________________________
71910 [  6052] By: jhi                                   on 2000/05/02  22:24:31
71911         Log: Unicos hint tweak.
71912      Branch: cfgperl
71913            ! hints/unicos.sh
71914 ____________________________________________________________________________
71915 [  6051] By: jhi                                   on 2000/05/02  22:21:26
71916         Log: Complex tweakery.
71917      Branch: cfgperl
71918            ! lib/Math/Complex.pm t/lib/complex.t
71919 ____________________________________________________________________________
71920 [  6050] By: jhi                                   on 2000/05/02  19:26:22
71921         Log: Use setxxent()/endxxent().
71922      Branch: cfgperl
71923            ! t/op/grent.t t/op/pwent.t
71924 ____________________________________________________________________________
71925 [  6049] By: jhi                                   on 2000/05/02  19:06:02
71926         Log: Test both the scalar and list contexts.
71927      Branch: cfgperl
71928            ! t/op/grent.t t/op/pwent.t
71929 ____________________________________________________________________________
71930 [  6048] By: gsar                                  on 2000/05/02  18:29:10
71931         Log: add note about how $( doesn't interpolate in REs (from
71932              Philip Newton <newton@ficus.frogspace.net>)
71933      Branch: perl
71934            ! pod/perlop.pod
71935 ____________________________________________________________________________
71936 [  6047] By: jhi                                   on 2000/05/02  17:41:24
71937         Log: Call getspnam() only iff needed.
71938      Branch: cfgperl
71939            ! pp_sys.c
71940 ____________________________________________________________________________
71941 [  6046] By: gsar                                  on 2000/05/02  17:07:25
71942         Log: libscheck has insufficient checks for n32 libs (from
71943              Albert Chin-A-Young <china@thewrittenword.com>)
71944      Branch: perl
71945            ! hints/irix_6.sh
71946 ____________________________________________________________________________
71947 [  6045] By: jhi                                   on 2000/05/02  13:57:17
71948         Log: Integrate with Sarathy.
71949      Branch: cfgperl
71950           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
71951           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
71952 ____________________________________________________________________________
71953 [  6044] By: gsar                                  on 2000/05/02  06:48:19
71954         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
71955              such that underscores are only ignored in literal numbers,
71956              "\x{...}", and hex/oct argument
71957      Branch: perl
71958            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
71959 ____________________________________________________________________________
71960 [  6043] By: gsar                                  on 2000/05/02  02:22:29
71961         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
71962      Branch: perl
71963            ! pod/perlretut.pod
71964 ____________________________________________________________________________
71965 [  6042] By: gsar                                  on 2000/05/02  02:17:51
71966         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
71967      Branch: perl
71968            ! pod/perltrap.pod
71969 ____________________________________________________________________________
71970 [  6041] By: gsar                                  on 2000/05/02  01:53:51
71971         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
71972              to compensate
71973      Branch: perl
71974            ! Porting/makerel
71975 ____________________________________________________________________________
71976 [  6040] By: gsar                                  on 2000/05/02  01:51:57
71977         Log: missing files in MANIFEST
71978      Branch: perl
71979            ! MANIFEST
71980 ____________________________________________________________________________
71981 [  6039] By: jhi                                   on 2000/05/02  00:36:46
71982         Log: Infinite problems.
71983      Branch: cfgperl
71984            ! lib/Math/Complex.pm
71985 ____________________________________________________________________________
71986 [  6038] By: jhi                                   on 2000/05/02  00:06:38
71987         Log: pwent/spent #ifdef imbalance.
71988      Branch: cfgperl
71989            ! pp_sys.c
71990 ____________________________________________________________________________
71991 [  6037] By: jhi                                   on 2000/05/01  22:50:11
71992         Log: Use HUGE_VALL if applicable.
71993      Branch: cfgperl
71994            ! ext/POSIX/POSIX.xs util.c
71995 ____________________________________________________________________________
71996 [  6036] By: jhi                                   on 2000/05/01  22:20:53
71997         Log: Correct Freudian slip.
71998      Branch: cfgperl
71999            ! pp_sys.c
72000 ____________________________________________________________________________
72001 [  6035] By: jhi                                   on 2000/05/01  21:07:38
72002         Log: Continue on the pwent/spent case.
72003      Branch: cfgperl
72004            ! pp_sys.c
72005 ____________________________________________________________________________
72006 [  6034] By: jhi                                   on 2000/05/01  17:45:14
72007         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
72008              adjustments in 6032 conflicted badly with this, will have
72009              to revisit them later.
72010      Branch: cfgperl
72011           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
72012           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
72013           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
72014           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
72015           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
72016           !> t/lib/cgi-html.t t/lib/cgi-request.t
72017 ____________________________________________________________________________
72018 [  6033] By: jhi                                   on 2000/05/01  17:40:49
72019         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
72020      Branch: cfgperl
72021            ! pp_sys.c
72022 ____________________________________________________________________________
72023 [  6032] By: gsar                                  on 2000/05/01  15:56:32
72024         Log: whitespace adjustments
72025      Branch: perl
72026            ! pp_sys.c
72027 ____________________________________________________________________________
72028 [  6031] By: gsar                                  on 2000/05/01  15:19:41
72029         Log: small nits in diagnostics.pm (from Robin Barker)
72030      Branch: perl
72031            ! lib/diagnostics.pm pod/perldiag.pod
72032 ____________________________________________________________________________
72033 [  6030] By: gsar                                  on 2000/05/01  08:39:18
72034         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
72035              for @- and @+ (from Johan Vromans)
72036      Branch: perl
72037            ! lib/English.pm pod/perlvar.pod
72038 ____________________________________________________________________________
72039 [  6029] By: gsar                                  on 2000/05/01  08:16:10
72040         Log: add CGI.pm v2.66 (from Lincoln Stein)
72041      Branch: perl
72042            + lib/CGI/Util.pm t/lib/cgi-pretty.t
72043            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
72044            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
72045            ! t/lib/cgi-html.t t/lib/cgi-request.t
72046 ____________________________________________________________________________
72047 [  6028] By: gsar                                  on 2000/05/01  06:34:41
72048         Log: Pod::Man generates groff-incompatible macro definition (from
72049              Tom Christiansen)
72050      Branch: perl
72051            ! lib/Pod/Man.pm
72052 ____________________________________________________________________________
72053 [  6027] By: gsar                                  on 2000/05/01  06:31:36
72054         Log: podlators-1.02 update (from Russ Allbery)
72055      Branch: perl
72056            ! lib/Pod/Man.pm lib/Pod/Text.pm
72057 ____________________________________________________________________________
72058 [  6026] By: jhi                                   on 2000/04/30  23:24:23
72059         Log: Integrate with Sarathy.
72060      Branch: cfgperl
72061           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
72062           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
72063           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
72064           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
72065           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
72066           !> t/lib/syslog.t toke.c win32/win32.h
72067 ____________________________________________________________________________
72068 [  6025] By: gsar                                  on 2000/04/30  18:17:47
72069         Log: Is{Alnum,Alpha,Word} don't match titlecase
72070              
72071              TODO: IsSpace is defined recursively!
72072              
72073              (both spotted by Larry)
72074      Branch: perl
72075            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
72076            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
72077 ____________________________________________________________________________
72078 [  6024] By: gsar                                  on 2000/04/30  17:50:19
72079         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
72080              (from Hugo van der Sanden)
72081      Branch: perl
72082            ! toke.c
72083 ____________________________________________________________________________
72084 [  6023] By: gsar                                  on 2000/04/30  17:14:43
72085         Log: debugger stomps on $. (from M.J.T. Guy)
72086      Branch: perl
72087            ! lib/perl5db.pl
72088 ____________________________________________________________________________
72089 [  6022] By: gsar                                  on 2000/04/30  16:59:22
72090         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
72091      Branch: perl
72092            ! sv.c
72093 ____________________________________________________________________________
72094 [  6021] By: gsar                                  on 2000/04/29  21:00:08
72095         Log: remove Win2K issue in pod (fixed by change#6020)
72096      Branch: perl
72097            ! README.win32 pod/perl56delta.pod
72098 ____________________________________________________________________________
72099 [  6020] By: gsar                                  on 2000/04/29  20:51:49
72100         Log: test tweak
72101      Branch: perl
72102            ! t/lib/open3.t
72103 ____________________________________________________________________________
72104 [  6019] By: gsar                                  on 2000/04/29  20:34:27
72105         Log: windows portability tweaks
72106      Branch: perl
72107            ! t/lib/b.t win32/win32.h
72108 ____________________________________________________________________________
72109 [  6018] By: gsar                                  on 2000/04/29  19:55:24
72110         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
72111              make _PATH_LOG() return "" if unavailable
72112      Branch: perl
72113            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
72114            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
72115 ____________________________________________________________________________
72116 [  6017] By: jhi                                   on 2000/04/28  22:49:46
72117         Log: Integrate with Sarathy.
72118      Branch: cfgperl
72119           !> op.c perl.c pod/perldiag.pod t/lib/b.t
72120 ____________________________________________________________________________
72121 [  6016] By: jhi                                   on 2000/04/28  22:46:14
72122         Log: Do not warn that an infinity does not look like a number.
72123      Branch: cfgperl
72124            ! sv.c
72125 ____________________________________________________________________________
72126 [  6015] By: gsar                                  on 2000/04/28  22:35:49
72127         Log: tweak test for portability
72128      Branch: perl
72129            ! t/lib/b.t
72130 ____________________________________________________________________________
72131 [  6014] By: gsar                                  on 2000/04/28  22:05:31
72132         Log: glob() loading File::Glob behind the scenes may cause syntax errors
72133      Branch: perl
72134            ! op.c
72135 ____________________________________________________________________________
72136 [  6013] By: gsar                                  on 2000/04/28  21:25:22
72137         Log: tweak change#5945 to display correct switch name in diagnostic
72138      Branch: perl
72139            ! perl.c pod/perldiag.pod
72140 ____________________________________________________________________________
72141 [  6012] By: jhi                                   on 2000/04/28  21:08:12
72142         Log: Integrate with Sarathy.
72143      Branch: cfgperl
72144           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
72145           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
72146           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
72147 ____________________________________________________________________________
72148 [  6011] By: jhi                                   on 2000/04/28  21:04:46
72149         Log: &HUGE_VAL is not defined, it exists.
72150      Branch: cfgperl
72151            ! lib/Math/Complex.pm
72152 ____________________________________________________________________________
72153 [  6010] By: gsar                                  on 2000/04/28  21:02:58
72154         Log: clarify note about shadow password support (from
72155              gellyfish@gellyfish.com)
72156      Branch: perl
72157            ! pod/perlfunc.pod
72158 ____________________________________________________________________________
72159 [  6009] By: gsar                                  on 2000/04/28  21:00:00
72160         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
72161      Branch: perl
72162            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
72163 ____________________________________________________________________________
72164 [  6008] By: gsar                                  on 2000/04/28  20:56:33
72165         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
72166      Branch: perl
72167            ! installperl vms/subconfigure.com
72168 ____________________________________________________________________________
72169 [  6007] By: gsar                                  on 2000/04/28  20:51:21
72170         Log: note about compile failures and END blocks (from M.J.T. Guy)
72171      Branch: perl
72172            ! pod/perl56delta.pod pod/perlmod.pod
72173 ____________________________________________________________________________
72174 [  6006] By: jhi                                   on 2000/04/28  20:42:14
72175         Log: Regen Configure.
72176      Branch: cfgperl
72177            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72178            ! config_h.SH
72179 ____________________________________________________________________________
72180 [  6005] By: gsar                                  on 2000/04/28  20:41:16
72181         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
72182      Branch: perl
72183            ! utils/perldoc.PL
72184 ____________________________________________________________________________
72185 [  6004] By: jhi                                   on 2000/04/28  20:28:21
72186         Log: Integrate with Sarathy.
72187      Branch: cfgperl
72188           !> Configure INSTALL Porting/Glossary Porting/config.sh
72189           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
72190           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
72191           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
72192           !> win32/config.vc win32/win32.c
72193 ____________________________________________________________________________
72194 [  6003] By: gsar                                  on 2000/04/28  20:11:20
72195         Log: allow REG_EXPAND_SZ keys in Windows registry (from
72196              John Clayton <John.Clayton@barclayscapital.com>)
72197      Branch: perl
72198            ! win32/win32.c
72199 ____________________________________________________________________________
72200 [  6002] By: gsar                                  on 2000/04/28  19:34:16
72201         Log: destructive sv_setsv() can lose UV-ness from source, causing
72202              numeric promotions/comparisons to fail to do the right thing
72203      Branch: perl
72204            ! sv.c
72205 ____________________________________________________________________________
72206 [  6001] By: gsar                                  on 2000/04/28  18:44:15
72207         Log: support additional library locations via $Config{otherlibdirs}
72208              (from Andy Dougherty)
72209      Branch: perl
72210            ! Configure INSTALL Porting/Glossary Porting/config.sh
72211            ! Porting/config_H config_h.SH epoc/config.sh perl.c
72212            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
72213            ! win32/config.bc win32/config.gc win32/config.vc
72214 ____________________________________________________________________________
72215 [  6000] By: gsar                                  on 2000/04/28  18:26:58
72216         Log: reworked otherlibdirs.U (from Andy Dougherty)
72217      Branch: metaconfig
72218            ! U/installdirs/otherlibdirs.U
72219 ____________________________________________________________________________
72220 [  5999] By: gsar                                  on 2000/04/28  18:17:07
72221         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
72222      Branch: perl
72223            ! t/pragma/warn/toke toke.c
72224 ____________________________________________________________________________
72225 [  5998] By: jhi                                   on 2000/04/28  13:32:17
72226         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
72227      Branch: cfgperl
72228            ! lib/Math/Complex.pm
72229 ____________________________________________________________________________
72230 [  5997] By: jhi                                   on 2000/04/28  13:14:04
72231         Log: Preserve $!.
72232      Branch: cfgperl
72233            ! lib/Math/Complex.pm
72234 ____________________________________________________________________________
72235 [  5996] By: jhi                                   on 2000/04/28  12:59:23
72236         Log: Integrate with Sarathy.
72237      Branch: cfgperl
72238           +> pod/perlrequick.pod pod/perlretut.pod
72239           !> (integrate 51 files)
72240 ____________________________________________________________________________
72241 [  5995] By: gsar                                  on 2000/04/28  09:37:36
72242         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
72243      Branch: perl
72244            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
72245 ____________________________________________________________________________
72246 [  5994] By: gsar                                  on 2000/04/28  09:33:26
72247         Log: fix for missed accounting for null byte in pack("Z",...) (from
72248              M.J.T. Guy)
72249      Branch: perl
72250            ! pp.c t/op/pack.t
72251 ____________________________________________________________________________
72252 [  5993] By: gsar                                  on 2000/04/28  09:30:05
72253         Log: various minor tweaks seen on p5p
72254      Branch: perl
72255            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
72256 ____________________________________________________________________________
72257 [  5992] By: gsar                                  on 2000/04/28  09:08:19
72258         Log: pod nit (from Simon Cozens)
72259      Branch: perl
72260            ! pod/perlop.pod
72261 ____________________________________________________________________________
72262 [  5991] By: gsar                                  on 2000/04/28  09:06:36
72263         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
72264      Branch: perl
72265            ! README.posix-bc hints/posix-bc.sh
72266 ____________________________________________________________________________
72267 [  5990] By: gsar                                  on 2000/04/28  08:54:52
72268         Log: use $ENV{LIB} to search for libs under Visual C compiler
72269              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
72270      Branch: perl
72271            ! lib/ExtUtils/Liblist.pm
72272 ____________________________________________________________________________
72273 [  5989] By: gsar                                  on 2000/04/28  08:27:12
72274         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
72275              itself and no other (from Tom Hughes)
72276      Branch: perl
72277            ! t/op/array.t toke.c
72278 ____________________________________________________________________________
72279 [  5988] By: gsar                                  on 2000/04/28  08:01:38
72280         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
72281              <paul@miraclefish.com>)
72282      Branch: perl
72283            ! lib/ExtUtils/MakeMaker.pm
72284 ____________________________________________________________________________
72285 [  5987] By: gsar                                  on 2000/04/28  07:53:09
72286         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
72287      Branch: perl
72288            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
72289 ____________________________________________________________________________
72290 [  5986] By: gsar                                  on 2000/04/28  07:44:17
72291         Log: add regular expressions tutorial and quick-start guide (from
72292              Mark Kvale <kvale@phy.ucsf.edu>)
72293      Branch: perl
72294            + pod/perlrequick.pod pod/perlretut.pod
72295            ! AUTHORS MAINTAIN MANIFEST
72296 ____________________________________________________________________________
72297 [  5985] By: gsar                                  on 2000/04/28  07:30:28
72298         Log: forked child may not exit correctly if it failed to open
72299              /dev/console (from Graham Barr)
72300      Branch: perl
72301            ! ext/Sys/Syslog/Syslog.pm
72302 ____________________________________________________________________________
72303 [  5984] By: gsar                                  on 2000/04/28  07:27:20
72304         Log: attributes::reftype() doesn't work on tied argument
72305      Branch: perl
72306            ! xsutils.c
72307 ____________________________________________________________________________
72308 [  5983] By: gsar                                  on 2000/04/28  07:15:04
72309         Log: numeric conversion of non-number in change#3378 tramples on
72310              OOK offset, causing segfaults
72311      Branch: perl
72312            ! sv.c
72313 ____________________________________________________________________________
72314 [  5982] By: gsar                                  on 2000/04/28  04:48:25
72315         Log: avoid error in IO::Socket::INET when given an unknown service name
72316              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
72317      Branch: perl
72318            ! ext/IO/lib/IO/Socket/INET.pm
72319 ____________________________________________________________________________
72320 [  5981] By: gsar                                  on 2000/04/28  04:31:31
72321         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
72322              prototype mismatch with CORE::glob(); update pod and tests to
72323              suit (File::Glob::glob() is still available for backward
72324              compatibility, but should be considered deprecated)
72325      Branch: perl
72326            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
72327            ! t/lib/glob-taint.t
72328 ____________________________________________________________________________
72329 [  5980] By: gsar                                  on 2000/04/28  03:47:29
72330         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
72331              <ghudson@mit.edu>)
72332      Branch: metaconfig
72333            ! U/modified/Options.U
72334      Branch: perl
72335            ! Configure
72336 ____________________________________________________________________________
72337 [  5979] By: gsar                                  on 2000/04/28  03:07:54
72338         Log: under useithreads, constant pad entries could inadvertently be
72339              shared across threads (from Eric Blood <eblood@xmission.com>);
72340              added Eric's test case to testsuite
72341      Branch: perl
72342            ! op.c t/op/misc.t
72343 ____________________________________________________________________________
72344 [  5978] By: gsar                                  on 2000/04/27  21:13:00
72345         Log: sync version numbers in File::Spec with the ones on CPAN
72346              (from Barrie Slaymaker)
72347      Branch: perl
72348            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
72349            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
72350            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
72351 ____________________________________________________________________________
72352 [  5977] By: gsar                                  on 2000/04/27  21:07:29
72353         Log: autoquote barewords followed by newline and arrow properly
72354              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
72355      Branch: perl
72356            ! t/pragma/warn/toke toke.c
72357 ____________________________________________________________________________
72358 [  5976] By: gsar                                  on 2000/04/27  20:41:20
72359         Log: DB_File v1.73 update (from Paul Marquess)
72360      Branch: perl
72361            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
72362            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
72363 ____________________________________________________________________________
72364 [  5975] By: gsar                                  on 2000/04/27  20:34:24
72365         Log: allow sort() reentrancy (variant of patch suggested by
72366              Hugo van der Sanden)
72367      Branch: perl
72368            ! pp_ctl.c t/op/sort.t
72369 ____________________________________________________________________________
72370 [  5974] By: gsar                                  on 2000/04/27  19:46:57
72371         Log: change#4197 somehow missed initializing PL_errors, meaning
72372              sytax error queueing wasn't working outside eval"" at all;
72373              also fixed eval"" to localize PL_error_count, so that compile-time
72374              eval's don't clobber the error state of the outer context
72375      Branch: perl
72376            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
72377            ! t/pragma/warn/toke
72378 ____________________________________________________________________________
72379 [  5973] By: gsar                                  on 2000/04/27  18:29:05
72380         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
72381      Branch: perl
72382            ! regcomp.c regexec.c t/op/re_tests
72383 ____________________________________________________________________________
72384 [  5972] By: jhi                                   on 2000/04/27  18:22:41
72385         Log: Integrate with Sarathy.
72386      Branch: cfgperl
72387           +> t/lib/b.t t/lib/syslog.t
72388           !> (integrate 31 files)
72389 ____________________________________________________________________________
72390 [  5971] By: jhi                                   on 2000/04/27  18:18:46
72391         Log: Unicos tweaks from Mark P. Lutz.
72392      Branch: cfgperl
72393            ! hints/unicos.sh lib/Math/Complex.pm
72394 ____________________________________________________________________________
72395 [  5970] By: gsar                                  on 2000/04/27  18:05:11
72396         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
72397              IV is >32bits
72398      Branch: perl
72399            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
72400 ____________________________________________________________________________
72401 [  5969] By: gsar                                  on 2000/04/27  17:50:56
72402         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
72403      Branch: perl
72404            + t/lib/syslog.t
72405            ! MANIFEST ext/Sys/Syslog/Syslog.pm
72406 ____________________________________________________________________________
72407 [  5968] By: gsar                                  on 2000/04/27  17:44:49
72408         Log: tolerate spaces in group names in test on solaris (from David Boyce
72409              <dsb@boyski.com>)
72410      Branch: perl
72411            ! t/op/groups.t
72412 ____________________________________________________________________________
72413 [  5967] By: gsar                                  on 2000/04/27  17:41:22
72414         Log: improved docs on the warn_uninit diagnostic (from David Glasser
72415              and Simon Cozens)
72416      Branch: perl
72417            ! pod/perldiag.pod
72418 ____________________________________________________________________________
72419 [  5966] By: gsar                                  on 2000/04/27  16:54:58
72420         Log: add testsuite for B backends, fix bug in B::Deparse (from
72421              Simon Cozens <simon@brecon.co.uk>)
72422      Branch: perl
72423            + t/lib/b.t
72424            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
72425 ____________________________________________________________________________
72426 [  5965] By: gsar                                  on 2000/04/27  16:10:37
72427         Log: avoid "will not stay shared" warnings for our variables (from
72428              Robin Barker)
72429      Branch: perl
72430            ! op.c t/pragma/warn/op
72431 ____________________________________________________________________________
72432 [  5964] By: gsar                                  on 2000/04/27  07:05:05
72433         Log: reformat to 72 columns (again)
72434      Branch: perl
72435            ! pod/perldiag.pod
72436 ____________________________________________________________________________
72437 [  5963] By: gsar                                  on 2000/04/27  06:28:31
72438         Log: patch from Larry to make (\&) prototype work; added tests for
72439              the same
72440      Branch: perl
72441            ! op.c t/comp/proto.t
72442 ____________________________________________________________________________
72443 [  5962] By: gsar                                  on 2000/04/27  06:15:47
72444         Log: updated README.hpux (from Jeff Okamoto)
72445      Branch: perl
72446            ! README.hpux
72447 ____________________________________________________________________________
72448 [  5961] By: gsar                                  on 2000/04/27  05:55:03
72449         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
72450      Branch: perl
72451            ! emacs/cperl-mode.el
72452 ____________________________________________________________________________
72453 [  5960] By: gsar                                  on 2000/04/27  05:49:26
72454         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
72455      Branch: perl
72456            ! INSTALL
72457 ____________________________________________________________________________
72458 [  5959] By: gsar                                  on 2000/04/27  05:33:41
72459         Log: doubled words in pods (from Simon Cozens
72460              <simon.p.cozens@jp.pwcglobal.com>)
72461      Branch: perl
72462            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
72463            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
72464            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
72465            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
72466            ! pod/perltootc.pod
72467 ____________________________________________________________________________
72468 [  5958] By: gsar                                  on 2000/04/27  05:11:39
72469         Log: change#3569 deleted some essential code, revert; avoid use of
72470              atexit() to make DynaLoader work properly on AIX under mod_perl
72471              (from Jens-Uwe Mager <jum@helios.de>)
72472      Branch: perl
72473            ! ext/DynaLoader/dl_aix.xs
72474 ____________________________________________________________________________
72475 [  5957] By: gsar                                  on 2000/04/27  04:54:51
72476         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
72477      Branch: perl
72478            ! pod/perlmod.pod
72479 ____________________________________________________________________________
72480 [  5956] By: gsar                                  on 2000/04/27  04:51:47
72481         Log: better diagnostics on failed tests (from Ilya Zakharevich)
72482      Branch: perl
72483            ! t/op/lex_assign.t
72484 ____________________________________________________________________________
72485 [  5955] By: gsar                                  on 2000/04/27  04:26:44
72486         Log: longstanding bug exposed by change#3307: sort arguments weren't
72487              compiled with the right wantarray context (ensuing runtime lookup
72488              via block_gimme() was getting the incidental context of the
72489              sort() itself)
72490      Branch: perl
72491            ! op.c t/op/sort.t
72492 ____________________________________________________________________________
72493 [  5954] By: gsar                                  on 2000/04/26  23:42:12
72494         Log: integrate cfgperl contents into mainline
72495      Branch: perl
72496           !> (integrate 30 files)
72497 ____________________________________________________________________________
72498 [  5953] By: jhi                                   on 2000/04/26  23:06:42
72499         Log: Integrate with Sarathy.
72500      Branch: cfgperl
72501           !> README.win32 ext/B/B/Deparse.pm
72502           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
72503           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
72504           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
72505           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
72506           !> utils/perldoc.PL vms/perlvms.pod
72507 ____________________________________________________________________________
72508 [  5952] By: jhi                                   on 2000/04/26  23:03:46
72509         Log: Undo "use integer" addition from 64bitint as it seems
72510              to break most of the subtests in Digital UNIX;
72511              Unicos needs to find another way.
72512      Branch: cfgperl
72513            ! t/op/64bitint.t
72514 ____________________________________________________________________________
72515 [  5951] By: jhi                                   on 2000/04/26  22:57:53
72516         Log: Be more robust on "extreme" (large absolute value)
72517              arguments.  Originally reported by Daniel Connelly
72518              as a problem with asinh() on large negative arguments,
72519              asinh() used to bail out because an argument to log()
72520              ended up being zero.  Ilya Zakharevich proposed using
72521              Taylor's series in such cases, which for such large
72522              arguments is a very good approximation.
72523      Branch: cfgperl
72524            ! lib/Math/Complex.pm t/lib/complex.t
72525 ____________________________________________________________________________
72526 [  5950] By: gsar                                  on 2000/04/25  19:13:12
72527         Log: reformat perldiag to avoid long lines
72528      Branch: perl
72529            ! pod/perldiag.pod
72530 ____________________________________________________________________________
72531 [  5949] By: gsar                                  on 2000/04/25  18:41:11
72532         Log: make perldoc use the pod2man from the same version (from
72533              M.J.T. Guy)
72534      Branch: perl
72535            ! utils/perldoc.PL
72536 ____________________________________________________________________________
72537 [  5948] By: gsar                                  on 2000/04/25  18:21:57
72538         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
72539              <kompas@kompas.usr.onet.pl>)
72540      Branch: perl
72541            ! lib/vars.pm
72542 ____________________________________________________________________________
72543 [  5947] By: gsar                                  on 2000/04/25  18:11:53
72544         Log: use &dl_error rather than &dl_load_file as the guard for calling
72545              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
72546              statically built perl)
72547      Branch: perl
72548            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
72549 ____________________________________________________________________________
72550 [  5946] By: jhi                                   on 2000/04/25  17:37:54
72551         Log: Document that tr() is not tr(1).
72552      Branch: cfgperl
72553            ! pod/perlop.pod
72554 ____________________________________________________________________________
72555 [  5945] By: gsar                                  on 2000/04/25  16:34:33
72556         Log: make module name mandatory after -M switch; reorder perldiag
72557              alphabetically (from Mark-Jason Dominus)
72558      Branch: perl
72559            ! perl.c pod/perldiag.pod
72560 ____________________________________________________________________________
72561 [  5944] By: jhi                                   on 2000/04/25  01:15:18
72562         Log: On second thoughts frexp() does have two arguments.
72563      Branch: cfgperl
72564            ! perl.h
72565 ____________________________________________________________________________
72566 [  5943] By: jhi                                   on 2000/04/24  22:56:32
72567         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
72568              Now pp_ncmp() returns undef is either operand is a NaN.
72569      Branch: cfgperl
72570            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72571            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
72572            ! vms/subconfigure.com vos/config.def vos/config.h
72573            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
72574            ! win32/config.vc win32/config_H.bc win32/config_H.gc
72575            ! win32/config_H.vc
72576      Branch: metaconfig/U/perl
72577            + d_modfl.U
72578 ____________________________________________________________________________
72579 [  5942] By: jhi                                   on 2000/04/24  19:45:17
72580         Log: Regen Configure to match #5937.
72581      Branch: cfgperl
72582            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72583            ! config_h.SH
72584      Branch: metaconfig
72585            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
72586 ____________________________________________________________________________
72587 [  5941] By: jhi                                   on 2000/04/24  19:24:11
72588         Log: Further Unicos fixes for Mark Lutz.
72589      Branch: cfgperl
72590            ! hints/unicos.sh pp_ctl.c
72591 ____________________________________________________________________________
72592 [  5940] By: jhi                                   on 2000/04/24  19:09:06
72593         Log: Various Unicos 10.0.0.6 fixes.
72594              
72595              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
72596              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
72597              Reply-To: tecmpl1@triton.ca.boeing.com 
72598              To: perl5-porters@perl.org 
72599              Date: Fri, 14 Apr 2000 20:21:00 GMT 
72600              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
72601      Branch: cfgperl
72602            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
72603 ____________________________________________________________________________
72604 [  5939] By: gsar                                  on 2000/04/24  19:01:24
72605         Log: more pod nits (from Larry Virden)
72606      Branch: perl
72607            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
72608            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
72609            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
72610 ____________________________________________________________________________
72611 [  5938] By: gsar                                  on 2000/04/24  18:54:01
72612         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
72613      Branch: perl
72614            ! ext/B/B/Deparse.pm
72615 ____________________________________________________________________________
72616 [  5937] By: jhi                                   on 2000/04/24  17:39:00
72617         Log: Integrate with Sarathy.
72618      Branch: cfgperl
72619           +> (branch 31 files)
72620           !> (integrate 73 files)
72621 ____________________________________________________________________________
72622 [  5936] By: gsar                                  on 2000/04/24  17:30:06
72623         Log: additional tests for change#5934 (from Paul Marquess, who also
72624              sent in the same fix)
72625      Branch: perl
72626            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
72627            ! t/pragma/warn/5nolint t/pragma/warn/6default
72628 ____________________________________________________________________________
72629 [  5935] By: jhi                                   on 2000/04/24  17:26:05
72630         Log: Do not assume sign propagation.
72631              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
72632              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
72633              To: payner@ncifcrf.gov, perl5-porters@perl.org 
72634              Date: Tue, 18 Apr 2000 18:24:49 +0100 
72635              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
72636      Branch: cfgperl
72637            ! t/op/bop.t t/op/misc.t
72638 ____________________________________________________________________________
72639 [  5934] By: gsar                                  on 2000/04/24  17:16:54
72640         Log: propagate lexical warnings from surrounding scope correctly
72641              within string eval()
72642      Branch: perl
72643            ! pp_ctl.c t/pragma/warn/pp_ctl
72644 ____________________________________________________________________________
72645 [  5933] By: jhi                                   on 2000/04/24  17:01:07
72646         Log: Flatten the cpp jungle doing the nosuid checking.
72647      Branch: cfgperl
72648            ! perl.c
72649 ____________________________________________________________________________
72650 [  5932] By: gsar                                  on 2000/04/24  09:08:14
72651         Log: add rsignal(), whichsig() and do_join() to public API list
72652              (mod_perl uses them to good advantage)
72653      Branch: perl
72654            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
72655 ____________________________________________________________________________
72656 [  5931] By: gsar                                  on 2000/04/24  09:01:40
72657         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
72658      Branch: perl
72659            ! pp_hot.c regexec.c t/op/pat.t
72660 ____________________________________________________________________________
72661 [  5930] By: gsar                                  on 2000/04/24  08:58:33
72662         Log: small os390 tweaks (from Peter Prymmer)
72663      Branch: perl
72664            ! config_h.SH makedepend.SH
72665 ____________________________________________________________________________
72666 [  5929] By: gsar                                  on 2000/04/24  08:55:25
72667         Log: pod nits
72668      Branch: perl
72669            ! pod/perlguts.pod
72670 ____________________________________________________________________________
72671 [  5928] By: gsar                                  on 2000/04/24  08:50:13
72672         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
72673      Branch: perl
72674            ! ext/IO/lib/IO/Poll.pm
72675 ____________________________________________________________________________
72676 [  5927] By: gsar                                  on 2000/04/24  08:43:24
72677         Log: arrange for next() to resume at the unstack op rather than the
72678              loop conditional, so that scope cleanup happens correctly
72679              (from Stephen McCamant)
72680      Branch: perl
72681            ! op.c pp_ctl.c t/op/misc.t
72682 ____________________________________________________________________________
72683 [  5926] By: gsar                                  on 2000/04/24  08:18:40
72684         Log: on windows, reserve 16M of stack rather than 128M (allows more
72685              threads to run concurrently)
72686      Branch: perl
72687            ! win32/Makefile win32/makefile.mk
72688 ____________________________________________________________________________
72689 [  5925] By: gsar                                  on 2000/04/24  08:13:52
72690         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
72691      Branch: perl
72692            ! toke.c
72693 ____________________________________________________________________________
72694 [  5924] By: gsar                                  on 2000/04/24  08:08:59
72695         Log: avoid using uninitialized memory in require version check
72696      Branch: perl
72697            ! pp_ctl.c universal.c
72698 ____________________________________________________________________________
72699 [  5923] By: gsar                                  on 2000/04/24  07:20:14
72700         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
72701      Branch: perl
72702            ! ext/IO/lib/IO/Poll.pm
72703 ____________________________________________________________________________
72704 [  5922] By: gsar                                  on 2000/04/24  07:08:42
72705         Log: commentary about IoTYPE() (from Nathan Torkington)
72706      Branch: perl
72707            ! sv.h
72708 ____________________________________________________________________________
72709 [  5921] By: gsar                                  on 2000/04/24  06:58:26
72710         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
72711              by fix
72712      Branch: perl
72713            ! sv.c t/lib/charnames.t t/pragma/utf8.t
72714 ____________________________________________________________________________
72715 [  5920] By: gsar                                  on 2000/04/24  06:37:59
72716         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
72717      Branch: perl
72718            ! doop.c t/op/ver.t
72719 ____________________________________________________________________________
72720 [  5919] By: gsar                                  on 2000/04/24  06:21:58
72721         Log: Configure might miss old directories when prefix must be
72722              expanded (from Robin Barker)
72723      Branch: metaconfig
72724            ! U/installdirs/inc_version_list.U
72725      Branch: perl
72726            ! Configure
72727 ____________________________________________________________________________
72728 [  5918] By: gsar                                  on 2000/04/24  06:16:11
72729         Log: VMS nits in glob() test (from Charles Lane)
72730      Branch: perl
72731            ! t/lib/glob-basic.t
72732 ____________________________________________________________________________
72733 [  5917] By: gsar                                  on 2000/04/24  06:11:56
72734         Log: various pod nits (from Larry Virden and others)
72735      Branch: perl
72736            ! README.amiga README.hpux README.machten README.os2
72737            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
72738            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
72739            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
72740            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
72741            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
72742            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
72743            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
72744            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
72745 ____________________________________________________________________________
72746 [  5916] By: gsar                                  on 2000/04/24  05:52:43
72747         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
72748              <wjones@tc.fluke.com>)
72749      Branch: perl
72750            ! t/lib/glob-basic.t
72751 ____________________________________________________________________________
72752 [  5915] By: gsar                                  on 2000/04/24  05:07:01
72753         Log: supported platforms mixed up
72754      Branch: perl
72755            ! pod/perl56delta.pod pod/perlport.pod
72756 ____________________________________________________________________________
72757 [  5914] By: gsar                                  on 2000/04/24  04:56:08
72758         Log: caller() wasn't returning the right number of elements for
72759              eval {...}
72760      Branch: perl
72761            ! pp_ctl.c t/pragma/warn/9enabled
72762 ____________________________________________________________________________
72763 [  5913] By: gsar                                  on 2000/04/24  04:35:41
72764         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
72765              Mark-Jason Dominus)
72766      Branch: perl
72767            ! pod/perlfunc.pod
72768 ____________________________________________________________________________
72769 [  5912] By: gsar                                  on 2000/04/24  04:17:15
72770         Log: fix totally broken caching in UNIVERSAL::isa() (from
72771              Nick Ing-Simmons)
72772      Branch: perl
72773            ! t/op/universal.t universal.c
72774 ____________________________________________________________________________
72775 [  5911] By: gsar                                  on 2000/04/24  03:39:47
72776         Log: add linebreak properties from unicode/LineBrk.txt (from
72777              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
72778      Branch: perl
72779            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
72780            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
72781            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
72782            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
72783            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
72784            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
72785            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
72786            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
72787            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
72788            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
72789            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
72790            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
72791            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
72792            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
72793            + lib/unicode/Is/LbrkZW.pl
72794            ! lib/unicode/mktables.PL
72795 ____________________________________________________________________________
72796 [  5910] By: gsar                                  on 2000/04/24  03:23:10
72797         Log: typo in pod
72798      Branch: perl
72799            ! ext/Thread/Thread.pm
72800 ____________________________________________________________________________
72801 [  5909] By: gsar                                  on 2000/04/24  03:22:03
72802         Log: mode argument to do_binmode() should be file mode, not boolean
72803      Branch: perl
72804            ! pp_sys.c
72805 ____________________________________________________________________________
72806 [  5908] By: gsar                                  on 2000/04/16  16:51:08
72807         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
72808              always returns a valid GV even when the symbol is trapped by strictures
72809              (avoids coredumps)
72810              
72811              TODO: the C<package;> hack needs similar treatment
72812      Branch: perl
72813            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
72814            ! t/pragma/strict-vars
72815 ____________________________________________________________________________
72816 [  5907] By: jhi                                   on 2000/03/31  23:42:56
72817         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
72818              an assumption which #5905 demolished.
72819      Branch: cfgperl
72820            ! pp_sys.c
72821 ____________________________________________________________________________
72822 [  5906] By: jhi                                   on 2000/03/31  18:54:37
72823         Log: Typo in #5905.
72824      Branch: cfgperl
72825            ! t/op/64bitint.t
72826 ____________________________________________________________________________
72827 [  5905] By: jhi                                   on 2000/03/31  18:50:54
72828         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
72829              reported by Joseph N. Hall.  The bug was that even with use64bitint
72830              one had to use the prefixes q, L, or ll with printf/sprintf,
72831              contrary to the documentation and common sense.
72832      Branch: cfgperl
72833            ! sv.c t/op/64bitint.t
72834 ____________________________________________________________________________
72835 [  5904] By: gsar                                  on 2000/03/28  02:31:32
72836         Log: add Changes, perldelta.pod
72837      Branch: perl
72838            + Changes pod/perldelta.pod
72839 ____________________________________________________________________________
72840 [  5903] By: gsar                                  on 2000/03/28  02:03:55
72841         Log: rename Changes and perldelta.pod
72842      Branch: perl
72843           +> Changes5.6 pod/perl56delta.pod
72844            - Changes pod/perldelta.pod
72845            ! MANIFEST
72846 ____________________________________________________________________________
72847 [  5902] By: gsar                                  on 2000/03/28  01:59:14
72848         Log: create maint-5.6 branch
72849      Branch: maint-5.6/perl
72850           +> (branch 1611 files)
72851 ____________________________________________________________________________
72852 [  5901] By: jhi                                   on 2000/03/23  05:48:43
72853         Log: Integrate with Sarathy.
72854      Branch: cfgperl
72855           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
72856 ____________________________________________________________________________
72857 [  5900] By: gsar                                  on 2000/03/23  05:42:43
72858         Log: three guesses on what this is :-)
72859      Branch: perl
72860            ! Changes